|
|
|
1 | 2025-01-17T05:40:17.618Z | job assigned to worker 01JHSC539JFCMNPVV42BQDT5QD [factory aws, i-0500bf0df71b10cf3] (queued for 3 m 51 s) |
|
2 | 2025-01-17T05:40:26.312Z | starting task 0: "setup" |
3 | 2025-01-17T05:40:26.326Z | ++ uname -s |
4 | 2025-01-17T05:40:26.330Z | + kern=SunOS |
5 | 2025-01-17T05:40:26.330Z | + case "$kern" in |
6 | 2025-01-17T05:40:26.330Z | + groupadd -g 12345 build |
7 | 2025-01-17T05:40:26.330Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T05:40:28.333Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T05:40:28.438Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T05:40:28.440Z | + home_fs=zfs |
11 | 2025-01-17T05:40:28.440Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T05:40:28.440Z | + mkdir -p /home/build |
13 | 2025-01-17T05:40:28.443Z | + chown build:build /home/build /work |
14 | 2025-01-17T05:40:30.445Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T05:40:30.448Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2025-01-17T05:40:30.454Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T05:40:30.459Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T05:40:30.459Z | ' 1.84.0 |
19 | 2025-01-17T05:40:30.459Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T05:40:30.459Z | ' default |
21 | 2025-01-17T05:40:30.459Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T05:40:30.459Z | * toolchain profile = "default" |
23 | 2025-01-17T05:40:30.462Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T05:40:30.462Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T05:40:30.581Z | info: downloading installer |
26 | 2025-01-17T05:40:32.469Z | info: profile set to 'default' |
27 | 2025-01-17T05:40:32.469Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T05:40:32.472Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T05:40:32.626Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T05:40:32.626Z | info: downloading component 'cargo' |
31 | 2025-01-17T05:40:33.486Z | info: downloading component 'clippy' |
32 | 2025-01-17T05:40:33.819Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T05:40:34.999Z | info: downloading component 'rust-std' |
34 | 2025-01-17T05:40:36.754Z | info: downloading component 'rustc' |
35 | 2025-01-17T05:40:43.478Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T05:40:43.735Z | info: installing component 'cargo' |
37 | 2025-01-17T05:40:44.576Z | info: installing component 'clippy' |
38 | 2025-01-17T05:40:44.953Z | info: installing component 'rust-docs' |
39 | 2025-01-17T05:40:46.635Z | info: installing component 'rust-std' |
40 | 2025-01-17T05:40:48.361Z | info: installing component 'rustc' |
41 | 2025-01-17T05:40:54.409Z | info: installing component 'rustfmt' |
42 | 2025-01-17T05:40:54.744Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T05:40:54.744Z | |
44 | 2025-01-17T05:40:55.129Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T05:40:55.130Z | |
46 | 2025-01-17T05:40:55.147Z | |
47 | 2025-01-17T05:40:55.147Z | Rust is installed now. Great! |
48 | 2025-01-17T05:40:55.147Z | |
49 | 2025-01-17T05:40:55.148Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T05:40:55.148Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T05:40:55.148Z | |
52 | 2025-01-17T05:40:55.148Z | To configure your current shell, you need to source |
53 | 2025-01-17T05:40:55.148Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T05:40:55.148Z | |
55 | 2025-01-17T05:40:55.148Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T05:40:55.148Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T05:40:55.148Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T05:40:55.216Z | + rustc --version |
59 | 2025-01-17T05:40:55.279Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T05:40:55.283Z | process exited: duration 24822 ms, exit code 0 |
|
61 | 2025-01-17T05:40:55.292Z | starting task 2: "authentication" |
62 | 2025-01-17T05:40:55.312Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T05:40:55.318Z | starting task 3: "clone repository" |
64 | 2025-01-17T05:40:55.324Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T05:40:55.327Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T05:40:55.364Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T05:41:02.625Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T05:41:02.625Z | + git fetch origin 358f4662a350868d1538b10d7534b806883f82a1 |
69 | 2025-01-17T05:41:02.959Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T05:41:02.959Z | * branch 358f4662a350868d1538b10d7534b806883f82a1 -> FETCH_HEAD |
71 | 2025-01-17T05:41:02.970Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2025-01-17T05:41:02.973Z | ++ git branch --show-current |
73 | 2025-01-17T05:41:02.977Z | + current=main |
74 | 2025-01-17T05:41:02.977Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2025-01-17T05:41:02.977Z | + git branch -f renovate/test-strategy-0.x 358f4662a350868d1538b10d7534b806883f82a1 |
76 | 2025-01-17T05:41:02.981Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2025-01-17T05:41:03.019Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2025-01-17T05:41:03.022Z | + git reset --hard 358f4662a350868d1538b10d7534b806883f82a1 |
79 | 2025-01-17T05:41:03.064Z | HEAD is now at 358f4662a Update Rust crate test-strategy to 0.4.0 |
80 | 2025-01-17T05:41:03.067Z | process exited: duration 7746 ms, exit code 0 |
|
81 | 2025-01-17T05:41:03.071Z | starting task 4: "build" |
82 | 2025-01-17T05:41:03.080Z | + source ./env.sh |
83 | 2025-01-17T05:41:03.080Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-17T05:41:03.080Z | ++ set -o xtrace |
85 | 2025-01-17T05:41:03.082Z | ++++ dirname ./env.sh |
86 | 2025-01-17T05:41:03.085Z | +++ readlink -f . |
87 | 2025-01-17T05:41:03.092Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-17T05:41:03.098Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-17T05:41:03.098Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-17T05:41:03.098Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-17T05:41:03.098Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-17T05:41:03.098Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-17T05:41:03.098Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-17T05:41:03.098Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-17T05:41:03.098Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-17T05:41:03.099Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-17T05:41:03.099Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-17T05:41:03.099Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-17T05:41:03.099Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-17T05:41:03.099Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-17T05:41:03.099Z | + target_os=illumos |
102 | 2025-01-17T05:41:03.099Z | + NEXTEST_VERSION=0.9.86 |
103 | 2025-01-17T05:41:03.099Z | + cargo --version |
104 | 2025-01-17T05:41:03.155Z | cargo 1.84.0 (66221abde 2024-11-19) |
105 | 2025-01-17T05:41:03.158Z | + rustc --version |
106 | 2025-01-17T05:41:03.214Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
107 | 2025-01-17T05:41:03.218Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos |
108 | 2025-01-17T05:41:03.221Z | + gunzip |
109 | 2025-01-17T05:41:03.221Z | + tar -xvf - -C /home/build/.cargo/bin |
110 | 2025-01-17T05:41:04.522Z | x cargo-nextest, 17157904 bytes, 33512 tape blocks |
111 | 2025-01-17T05:41:04.526Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
112 | 2025-01-17T05:41:04.526Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
113 | 2025-01-17T05:41:04.526Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
114 | 2025-01-17T05:41:04.526Z | + mkdir /var/tmp/omicron_tmp |
115 | 2025-01-17T05:41:04.526Z | + OUTPUT_DIR=/work |
116 | 2025-01-17T05:41:04.526Z | + echo 'tests will store non-ephemeral output in /work' |
117 | 2025-01-17T05:41:04.526Z | tests will store non-ephemeral output in /work |
118 | 2025-01-17T05:41:04.526Z | + mkdir -p /work |
119 | 2025-01-17T05:41:04.529Z | + banner prerequisites |
120 | 2025-01-17T05:41:04.529Z | |
121 | 2025-01-17T05:41:04.529Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2025-01-17T05:41:04.529Z | # # # # # # # # # # # # # # # |
123 | 2025-01-17T05:41:04.529Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2025-01-17T05:41:04.529Z | ##### ##### # ##### # # # # # # # # # |
125 | 2025-01-17T05:41:04.529Z | # # # # # # # # # # # # # # # |
126 | 2025-01-17T05:41:04.529Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2025-01-17T05:41:04.529Z | |
128 | 2025-01-17T05:41:04.529Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2025-01-17T05:41:07.741Z | pkg list: illegal option -- F |
130 | 2025-01-17T05:41:07.742Z | Usage: |
131 | 2025-01-17T05:41:07.744Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
132 | 2025-01-17T05:41:07.744Z | [pkg_fmri_pattern ...] |
133 | 2025-01-17T05:41:08.593Z | pkg list: illegal option -- F |
134 | 2025-01-17T05:41:08.593Z | Usage: |
135 | 2025-01-17T05:41:08.595Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
136 | 2025-01-17T05:41:08.595Z | [pkg_fmri_pattern ...] |
137 | 2025-01-17T05:41:15.930Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2025-01-17T05:41:20.121Z | Startup: Caching catalogs ... Done |
139 | 2025-01-17T05:41:31.763Z | Planning: Solver setup ... Done (10.806s) |
140 | 2025-01-17T05:41:31.913Z | Planning: Running solver ... Done (0.151s) |
141 | 2025-01-17T05:41:32.031Z | Planning: Finding local manifests ... Done (0.007s) |
142 | 2025-01-17T05:41:32.055Z | Planning: Fetching manifests: 0/7 0% complete |
143 | 2025-01-17T05:41:32.689Z | Planning: Fetching manifests: 7/7 100% complete |
144 | 2025-01-17T05:41:32.803Z | Planning: Package planning ... Done (0.114s) |
145 | 2025-01-17T05:41:32.860Z | Planning: Merging actions ... Done (0.057s) |
146 | 2025-01-17T05:41:33.063Z | Planning: Checking for conflicting actions ... Done (0.203s) |
147 | 2025-01-17T05:41:35.028Z | Planning: Consolidating action changes ... Done (1.964s) |
148 | 2025-01-17T05:41:35.467Z | Planning: Evaluating mediators ... Done (0.439s) |
149 | 2025-01-17T05:41:35.551Z | Planning: Planning completed in 15.33 seconds |
150 | 2025-01-17T05:41:35.568Z | Packages to install: 4 |
151 | 2025-01-17T05:41:35.568Z | Packages to update: 3 |
152 | 2025-01-17T05:41:35.572Z | Mediators to change: 2 |
153 | 2025-01-17T05:41:35.572Z | Services to change: 1 |
154 | 2025-01-17T05:41:35.572Z | Estimated space available: 155.60 GB |
155 | 2025-01-17T05:41:35.572Z | Estimated space to be consumed: 1.64 GB |
156 | 2025-01-17T05:41:35.572Z | Create boot environment: No |
157 | 2025-01-17T05:41:35.572Z | Create backup boot environment: Yes |
158 | 2025-01-17T05:41:35.572Z | Rebuild boot archive: No |
159 | 2025-01-17T05:41:35.572Z | |
160 | 2025-01-17T05:41:35.572Z | Changed mediators: |
161 | 2025-01-17T05:41:35.572Z | mediator clang: |
162 | 2025-01-17T05:41:35.572Z | version: None -> 15 (system default) |
163 | 2025-01-17T05:41:35.572Z | |
164 | 2025-01-17T05:41:35.572Z | mediator llvm: |
165 | 2025-01-17T05:41:35.572Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-01-17T05:41:35.572Z | |
167 | 2025-01-17T05:41:35.573Z | Changed packages: |
168 | 2025-01-17T05:41:35.573Z | helios-dev |
169 | 2025-01-17T05:41:35.573Z | developer/build-essential |
170 | 2025-01-17T05:41:35.573Z | None -> 11-2.0 |
171 | 2025-01-17T05:41:35.573Z | library/libxmlsec1 |
172 | 2025-01-17T05:41:35.573Z | None -> 1.2.35-2.0 |
173 | 2025-01-17T05:41:35.573Z | ooce/developer/clang-15 |
174 | 2025-01-17T05:41:35.574Z | None -> 15.0.7-2.0 |
175 | 2025-01-17T05:41:35.574Z | ooce/developer/llvm-15 |
176 | 2025-01-17T05:41:35.574Z | None -> 15.0.7-2.0 |
177 | 2025-01-17T05:41:35.574Z | package/pkg |
178 | 2025-01-17T05:41:35.574Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
179 | 2025-01-17T05:41:35.574Z | system/library/g++-runtime |
180 | 2025-01-17T05:41:35.574Z | 13-2.0 -> 14-2.0 |
181 | 2025-01-17T05:41:35.574Z | system/library/gcc-runtime |
182 | 2025-01-17T05:41:35.574Z | 13-2.0 -> 14-2.0 |
183 | 2025-01-17T05:41:35.574Z | |
184 | 2025-01-17T05:41:35.574Z | Services: |
185 | 2025-01-17T05:41:35.574Z | restart_fmri: |
186 | 2025-01-17T05:41:35.574Z | svc:/system/update-man-index:default |
187 | 2025-01-17T05:41:35.574Z | |
188 | 2025-01-17T05:41:35.574Z | Editable files to change: |
189 | 2025-01-17T05:41:35.574Z | Update: |
190 | 2025-01-17T05:41:35.574Z | usr/share/lib/pkg/web/config.shtml |
191 | 2025-01-17T05:41:35.647Z | |
192 | 2025-01-17T05:41:35.647Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
193 | 2025-01-17T05:41:40.683Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.8M/s) |
194 | 2025-01-17T05:41:45.802Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (13.0M/s) |
195 | 2025-01-17T05:41:50.823Z | Download: 3604/4301 items 215.9/225.4MB 95% complete (13.3M/s) |
196 | 2025-01-17T05:41:52.958Z | Download: Completed 225.42 MB in 17.31 seconds (13.0M/s) |
197 | 2025-01-17T05:41:55.112Z | Actions: 1/5122 actions (Removing old actions) |
198 | 2025-01-17T05:41:55.151Z | Actions: 194/5122 actions (Installing new actions) |
199 | 2025-01-17T05:41:59.939Z | Actions: 4267/5122 actions (Updating modified actions) |
200 | 2025-01-17T05:42:00.425Z | Actions: Completed 5122 actions in 5.29 seconds. |
201 | 2025-01-17T05:42:00.809Z | Done (0.409s) |
202 | 2025-01-17T05:42:00.828Z | Done (0.001s) |
203 | 2025-01-17T05:42:01.394Z | Done (0.605s) |
204 | 2025-01-17T05:42:06.006Z | Done (4.369s) |
205 | 2025-01-17T05:42:06.096Z | Done (0.017s) |
206 | 2025-01-17T05:42:06.099Z | Done (0.000s) |
207 | 2025-01-17T05:42:06.281Z | Done (0.000s) |
208 | 2025-01-17T05:42:07.017Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-01-17T05:42:07.185Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-01-17T05:42:07.188Z | Planning: Consolidating action changes ... Done |
211 | 2025-01-17T05:42:07.462Z | Planning: Evaluating mediators ... Done |
212 | 2025-01-17T05:42:07.464Z | Planning: Planning completed in 0.45 seconds |
213 | 2025-01-17T05:42:07.503Z | Mediators to change: 2 |
214 | 2025-01-17T05:42:07.503Z | Create boot environment: No |
215 | 2025-01-17T05:42:07.505Z | Create backup boot environment: No |
216 | 2025-01-17T05:42:07.594Z | Done |
217 | 2025-01-17T05:42:07.594Z | Done |
218 | 2025-01-17T05:42:07.965Z | Done |
219 | 2025-01-17T05:42:11.697Z | Done |
220 | 2025-01-17T05:42:11.789Z | Done |
221 | 2025-01-17T05:42:11.792Z | Done |
222 | 2025-01-17T05:42:11.919Z | Done |
223 | 2025-01-17T05:42:12.543Z | Planning: Evaluating mediator changes ... Done |
224 | 2025-01-17T05:42:12.555Z | Planning: Merging actions ... Done |
225 | 2025-01-17T05:42:12.737Z | Planning: Checking for conflicting actions ... Done |
226 | 2025-01-17T05:42:12.739Z | Planning: Consolidating action changes ... Done |
227 | 2025-01-17T05:42:13.003Z | Planning: Evaluating mediators ... Done |
228 | 2025-01-17T05:42:13.058Z | Planning: Planning completed in 0.76 seconds |
229 | 2025-01-17T05:42:13.100Z | Packages to change: 1 |
230 | 2025-01-17T05:42:13.100Z | Mediators to change: 1 |
231 | 2025-01-17T05:42:13.100Z | Services to change: 1 |
232 | 2025-01-17T05:42:13.102Z | Create boot environment: No |
233 | 2025-01-17T05:42:13.102Z | Create backup boot environment: Yes |
234 | 2025-01-17T05:42:15.328Z | Actions: 1/6 actions (Updating modified actions) |
235 | 2025-01-17T05:42:15.331Z | Actions: Completed 6 actions in 0.00 seconds. |
236 | 2025-01-17T05:42:15.331Z | Done |
237 | 2025-01-17T05:42:15.331Z | Done |
238 | 2025-01-17T05:42:15.448Z | Done |
239 | 2025-01-17T05:42:19.194Z | Done |
240 | 2025-01-17T05:42:19.294Z | Done |
241 | 2025-01-17T05:42:19.307Z | Done |
242 | 2025-01-17T05:42:19.431Z | Done |
243 | 2025-01-17T05:42:19.887Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
244 | 2025-01-17T05:42:19.887Z | clang system 15 system |
245 | 2025-01-17T05:42:19.887Z | csh system system illumos |
246 | 2025-01-17T05:42:19.887Z | ctags system system illumos |
247 | 2025-01-17T05:42:19.887Z | gcc vendor 12 vendor |
248 | 2025-01-17T05:42:19.887Z | gcc system 10 system |
249 | 2025-01-17T05:42:19.887Z | gcc system 7 system |
250 | 2025-01-17T05:42:19.887Z | go system 1.20 system |
251 | 2025-01-17T05:42:19.887Z | go system 1.19 system |
252 | 2025-01-17T05:42:19.887Z | llvm system 15 system |
253 | 2025-01-17T05:42:19.887Z | llvm system 14 system |
254 | 2025-01-17T05:42:19.887Z | mariadb system 10.6 system |
255 | 2025-01-17T05:42:19.887Z | mta vendor vendor dma |
256 | 2025-01-17T05:42:19.887Z | openjdk system 17 system |
257 | 2025-01-17T05:42:19.887Z | openjdk system 11 system |
258 | 2025-01-17T05:42:19.887Z | openjdk system 1.8 system |
259 | 2025-01-17T05:42:19.887Z | openssl vendor 3 vendor |
260 | 2025-01-17T05:42:19.887Z | perl system 5.36 system |
261 | 2025-01-17T05:42:19.887Z | postgresql system 15 system |
262 | 2025-01-17T05:42:19.887Z | postgresql system 13 system |
263 | 2025-01-17T05:42:19.887Z | python vendor 3 vendor |
264 | 2025-01-17T05:42:19.887Z | python system 2 system |
265 | 2025-01-17T05:42:19.887Z | python3 system 3.11 system |
266 | 2025-01-17T05:42:19.887Z | ruby system 3.0 system |
267 | 2025-01-17T05:42:19.887Z | words vendor vendor american-english |
268 | 2025-01-17T05:42:19.887Z | words system system australian-english |
269 | 2025-01-17T05:42:19.887Z | words system system british-english |
270 | 2025-01-17T05:42:19.887Z | words system system canadian-english |
271 | 2025-01-17T05:42:19.888Z | words system system french |
272 | 2025-01-17T05:42:19.888Z | words system system italian |
273 | 2025-01-17T05:42:19.888Z | words system system ngerman |
274 | 2025-01-17T05:42:19.888Z | words system system ogerman |
275 | 2025-01-17T05:42:19.888Z | words system system spanish |
276 | 2025-01-17T05:42:20.226Z | PUBLISHER TYPE STATUS P LOCATION |
277 | 2025-01-17T05:42:20.226Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
278 | 2025-01-17T05:42:23.068Z | FMRI IFO |
279 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
280 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
281 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
282 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
283 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
284 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
285 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
286 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
287 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
288 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
289 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
290 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
291 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
292 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
293 | 2025-01-17T05:42:23.068Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
294 | 2025-01-17T05:42:23.868Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
295 | 2025-01-17T05:42:24.138Z | Updating crates.io index |
296 | 2025-01-17T05:42:24.146Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
297 | 2025-01-17T05:42:24.481Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
298 | 2025-01-17T05:42:24.975Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
299 | 2025-01-17T05:42:25.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
300 | 2025-01-17T05:42:25.464Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
301 | 2025-01-17T05:42:25.745Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
302 | 2025-01-17T05:42:26.702Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
303 | 2025-01-17T05:42:28.227Z | Updating git repository `https://github.com/oxidecomputer/opte` |
304 | 2025-01-17T05:42:28.820Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
305 | 2025-01-17T05:42:29.561Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
306 | 2025-01-17T05:42:29.796Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
307 | 2025-01-17T05:42:30.115Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
308 | 2025-01-17T05:42:30.661Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
309 | 2025-01-17T05:42:30.925Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
310 | 2025-01-17T05:42:31.248Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
311 | 2025-01-17T05:42:31.493Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
312 | 2025-01-17T05:42:31.719Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
313 | 2025-01-17T05:42:32.003Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
314 | 2025-01-17T05:42:32.317Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
315 | 2025-01-17T05:42:32.572Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
316 | 2025-01-17T05:42:32.882Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
317 | 2025-01-17T05:42:33.112Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
318 | 2025-01-17T05:42:33.689Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
319 | 2025-01-17T05:42:33.938Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
320 | 2025-01-17T05:42:34.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
321 | 2025-01-17T05:42:34.753Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
322 | 2025-01-17T05:42:35.079Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
323 | 2025-01-17T05:42:35.304Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
324 | 2025-01-17T05:42:35.560Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
325 | 2025-01-17T05:42:36.769Z | Downloading crates ... |
326 | 2025-01-17T05:42:36.831Z | Downloaded bitflags v2.6.0 |
327 | 2025-01-17T05:42:36.835Z | Downloaded equivalent v1.0.1 |
328 | 2025-01-17T05:42:36.838Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-17T05:42:36.846Z | Downloaded anstream v0.6.15 |
330 | 2025-01-17T05:42:36.849Z | Downloaded dtrace-parser v0.2.0 |
331 | 2025-01-17T05:42:36.852Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-01-17T05:42:36.855Z | Downloaded pretty-hex v0.4.1 |
333 | 2025-01-17T05:42:36.867Z | Downloaded scroll_derive v0.12.0 |
334 | 2025-01-17T05:42:36.870Z | Downloaded swrite v0.1.0 |
335 | 2025-01-17T05:42:36.873Z | Downloaded usdt-macro v0.5.0 |
336 | 2025-01-17T05:42:36.877Z | Downloaded itoa v1.0.11 |
337 | 2025-01-17T05:42:36.880Z | Downloaded anstyle v1.0.10 |
338 | 2025-01-17T05:42:36.883Z | Downloaded toml_datetime v0.6.8 |
339 | 2025-01-17T05:42:36.883Z | Downloaded cpufeatures v0.2.14 |
340 | 2025-01-17T05:42:36.886Z | Downloaded bytecount v0.6.8 |
341 | 2025-01-17T05:42:36.886Z | Downloaded anstyle-query v1.1.1 |
342 | 2025-01-17T05:42:36.889Z | Downloaded memmap v0.7.0 |
343 | 2025-01-17T05:42:36.889Z | Downloaded heck v0.4.1 |
344 | 2025-01-17T05:42:36.889Z | Downloaded unicode-linebreak v0.1.5 |
345 | 2025-01-17T05:42:36.891Z | Downloaded fastrand v2.1.1 |
346 | 2025-01-17T05:42:36.891Z | Downloaded errno v0.3.9 |
347 | 2025-01-17T05:42:36.894Z | Downloaded fnv v1.0.7 |
348 | 2025-01-17T05:42:36.896Z | Downloaded cargo_metadata v0.18.1 |
349 | 2025-01-17T05:42:36.900Z | Downloaded thread-id v4.2.2 |
350 | 2025-01-17T05:42:36.900Z | Downloaded anstyle-parse v0.2.5 |
351 | 2025-01-17T05:42:36.903Z | Downloaded strsim v0.11.1 |
352 | 2025-01-17T05:42:36.903Z | Downloaded macaddr v1.0.1 |
353 | 2025-01-17T05:42:36.903Z | Downloaded block-buffer v0.10.4 |
354 | 2025-01-17T05:42:36.907Z | Downloaded plain v0.2.3 |
355 | 2025-01-17T05:42:36.910Z | Downloaded terminal_size v0.4.0 |
356 | 2025-01-17T05:42:36.910Z | Downloaded thiserror-impl v1.0.69 |
357 | 2025-01-17T05:42:36.910Z | Downloaded smawk v0.3.2 |
358 | 2025-01-17T05:42:36.913Z | Downloaded colorchoice v1.0.2 |
359 | 2025-01-17T05:42:36.913Z | Downloaded utf8parse v0.2.2 |
360 | 2025-01-17T05:42:36.913Z | Downloaded camino-tempfile v1.1.1 |
361 | 2025-01-17T05:42:36.915Z | Downloaded crypto-common v0.1.6 |
362 | 2025-01-17T05:42:36.915Z | Downloaded thiserror v1.0.69 |
363 | 2025-01-17T05:42:36.919Z | Downloaded is_terminal_polyfill v1.70.1 |
364 | 2025-01-17T05:42:36.922Z | Downloaded cfg-if v1.0.0 |
365 | 2025-01-17T05:42:36.922Z | Downloaded tabled_derive v0.7.0 |
366 | 2025-01-17T05:42:36.924Z | Downloaded version_check v0.9.5 |
367 | 2025-01-17T05:42:36.924Z | Downloaded heck v0.5.0 |
368 | 2025-01-17T05:42:36.927Z | Downloaded generic-array v0.14.7 |
369 | 2025-01-17T05:42:36.927Z | Downloaded pest_generator v2.7.14 |
370 | 2025-01-17T05:42:36.935Z | Downloaded clap_lex v0.7.2 |
371 | 2025-01-17T05:42:36.936Z | Downloaded serde_spanned v0.6.8 |
372 | 2025-01-17T05:42:36.936Z | Downloaded cargo-platform v0.1.8 |
373 | 2025-01-17T05:42:36.936Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2025-01-17T05:42:36.936Z | Downloaded camino v1.1.9 |
375 | 2025-01-17T05:42:36.936Z | Downloaded usdt v0.5.0 |
376 | 2025-01-17T05:42:36.938Z | Downloaded proc-macro-error-attr v1.0.4 |
377 | 2025-01-17T05:42:36.938Z | Downloaded dof v0.3.0 |
378 | 2025-01-17T05:42:36.942Z | Downloaded fs-err v2.11.0 |
379 | 2025-01-17T05:42:36.945Z | Downloaded semver v1.0.24 |
380 | 2025-01-17T05:42:36.945Z | Downloaded pest_derive v2.7.14 |
381 | 2025-01-17T05:42:36.948Z | Downloaded byteorder v1.5.0 |
382 | 2025-01-17T05:42:36.950Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2025-01-17T05:42:36.953Z | Downloaded tempfile v3.13.0 |
384 | 2025-01-17T05:42:36.955Z | Downloaded usdt-impl v0.5.0 |
385 | 2025-01-17T05:42:36.958Z | Downloaded digest v0.10.7 |
386 | 2025-01-17T05:42:36.960Z | Downloaded clap_derive v4.5.18 |
387 | 2025-01-17T05:42:36.960Z | Downloaded sha2 v0.10.8 |
388 | 2025-01-17T05:42:36.963Z | Downloaded scroll v0.12.0 |
389 | 2025-01-17T05:42:36.966Z | Downloaded quote v1.0.38 |
390 | 2025-01-17T05:42:36.970Z | Downloaded proc-macro-error v1.0.4 |
391 | 2025-01-17T05:42:36.974Z | Downloaded once_cell v1.20.2 |
392 | 2025-01-17T05:42:36.974Z | Downloaded textwrap v0.16.1 |
393 | 2025-01-17T05:42:36.979Z | Downloaded clap v4.5.21 |
394 | 2025-01-17T05:42:36.984Z | Downloaded unicode-ident v1.0.14 |
395 | 2025-01-17T05:42:36.987Z | Downloaded pest_meta v2.7.14 |
396 | 2025-01-17T05:42:36.987Z | Downloaded typenum v1.17.0 |
397 | 2025-01-17T05:42:36.989Z | Downloaded toml v0.8.19 |
398 | 2025-01-17T05:42:36.992Z | Downloaded proc-macro2 v1.0.92 |
399 | 2025-01-17T05:42:36.995Z | Downloaded anyhow v1.0.93 |
400 | 2025-01-17T05:42:36.998Z | Downloaded serde_derive v1.0.217 |
401 | 2025-01-17T05:42:37.002Z | Downloaded ucd-trie v0.1.7 |
402 | 2025-01-17T05:42:37.006Z | Downloaded ryu v1.0.18 |
403 | 2025-01-17T05:42:37.009Z | Downloaded log v0.4.22 |
404 | 2025-01-17T05:42:37.009Z | Downloaded papergrid v0.11.0 |
405 | 2025-01-17T05:42:37.012Z | Downloaded indexmap v2.7.0 |
406 | 2025-01-17T05:42:37.015Z | Downloaded cargo_toml v0.20.5 |
407 | 2025-01-17T05:42:37.020Z | Downloaded serde v1.0.217 |
408 | 2025-01-17T05:42:37.030Z | Downloaded memchr v2.7.4 |
409 | 2025-01-17T05:42:37.042Z | Downloaded toml_edit v0.22.22 |
410 | 2025-01-17T05:42:37.062Z | Downloaded pest v2.7.14 |
411 | 2025-01-17T05:42:37.072Z | Downloaded hashbrown v0.15.1 |
412 | 2025-01-17T05:42:37.085Z | Downloaded zerocopy v0.7.35 |
413 | 2025-01-17T05:42:37.099Z | Downloaded winnow v0.6.20 |
414 | 2025-01-17T05:42:37.108Z | Downloaded goblin v0.8.2 |
415 | 2025-01-17T05:42:37.113Z | Downloaded clap_builder v4.5.21 |
416 | 2025-01-17T05:42:37.119Z | Downloaded tabled v0.15.0 |
417 | 2025-01-17T05:42:37.135Z | Downloaded syn v1.0.109 |
418 | 2025-01-17T05:42:37.143Z | Downloaded serde_json v1.0.135 |
419 | 2025-01-17T05:42:37.149Z | Downloaded unicode-width v0.1.14 |
420 | 2025-01-17T05:42:37.155Z | Downloaded syn v2.0.96 |
421 | 2025-01-17T05:42:37.173Z | Downloaded rustix v0.38.37 |
422 | 2025-01-17T05:42:37.210Z | Downloaded libc v0.2.169 |
423 | 2025-01-17T05:42:37.525Z | Compiling proc-macro2 v1.0.92 |
424 | 2025-01-17T05:42:37.525Z | Compiling unicode-ident v1.0.14 |
425 | 2025-01-17T05:42:37.525Z | Compiling version_check v0.9.5 |
426 | 2025-01-17T05:42:37.528Z | Compiling serde v1.0.217 |
427 | 2025-01-17T05:42:37.528Z | Compiling thiserror v1.0.69 |
428 | 2025-01-17T05:42:37.528Z | Compiling memchr v2.7.4 |
429 | 2025-01-17T05:42:37.528Z | Compiling libc v0.2.169 |
430 | 2025-01-17T05:42:37.562Z | Compiling ucd-trie v0.1.7 |
431 | 2025-01-17T05:42:37.796Z | Compiling ryu v1.0.18 |
432 | 2025-01-17T05:42:38.160Z | Compiling itoa v1.0.11 |
433 | 2025-01-17T05:42:38.163Z | Compiling once_cell v1.20.2 |
434 | 2025-01-17T05:42:38.314Z | Compiling byteorder v1.5.0 |
435 | 2025-01-17T05:42:38.396Z | Compiling serde_json v1.0.135 |
436 | 2025-01-17T05:42:38.598Z | Compiling rustix v0.38.37 |
437 | 2025-01-17T05:42:38.761Z | Compiling bitflags v2.6.0 |
438 | 2025-01-17T05:42:38.860Z | Compiling proc-macro-error-attr v1.0.4 |
439 | 2025-01-17T05:42:39.096Z | Compiling usdt-impl v0.5.0 |
440 | 2025-01-17T05:42:39.160Z | Compiling syn v1.0.109 |
441 | 2025-01-17T05:42:39.217Z | Compiling proc-macro-error v1.0.4 |
442 | 2025-01-17T05:42:39.312Z | Compiling utf8parse v0.2.2 |
443 | 2025-01-17T05:42:39.461Z | Compiling quote v1.0.38 |
444 | 2025-01-17T05:42:39.519Z | Compiling hashbrown v0.15.1 |
445 | 2025-01-17T05:42:39.541Z | Compiling log v0.4.22 |
446 | 2025-01-17T05:42:39.651Z | Compiling errno v0.3.9 |
447 | 2025-01-17T05:42:39.812Z | Compiling plain v0.2.3 |
448 | 2025-01-17T05:42:39.862Z | Compiling syn v2.0.96 |
449 | 2025-01-17T05:42:39.947Z | Compiling equivalent v1.0.1 |
450 | 2025-01-17T05:42:39.987Z | Compiling thread-id v4.2.2 |
451 | 2025-01-17T05:42:40.046Z | Compiling camino v1.1.9 |
452 | 2025-01-17T05:42:40.145Z | Compiling anstyle-parse v0.2.5 |
453 | 2025-01-17T05:42:40.497Z | Compiling winnow v0.6.20 |
454 | 2025-01-17T05:42:40.668Z | Compiling indexmap v2.7.0 |
455 | 2025-01-17T05:42:40.704Z | Compiling unicode-width v0.1.14 |
456 | 2025-01-17T05:42:40.733Z | Compiling anstyle-query v1.1.1 |
457 | 2025-01-17T05:42:40.895Z | Compiling colorchoice v1.0.2 |
458 | 2025-01-17T05:42:40.950Z | Compiling autocfg v1.4.0 |
459 | 2025-01-17T05:42:41.083Z | Compiling semver v1.0.24 |
460 | 2025-01-17T05:42:41.207Z | Compiling anstyle v1.0.10 |
461 | 2025-01-17T05:42:41.604Z | Compiling is_terminal_polyfill v1.70.1 |
462 | 2025-01-17T05:42:41.657Z | Compiling pretty-hex v0.4.1 |
463 | 2025-01-17T05:42:41.761Z | Compiling anstream v0.6.15 |
464 | 2025-01-17T05:42:41.935Z | Compiling fs-err v2.11.0 |
465 | 2025-01-17T05:42:41.960Z | Compiling terminal_size v0.4.0 |
466 | 2025-01-17T05:42:42.200Z | Compiling bytecount v0.6.8 |
467 | 2025-01-17T05:42:42.246Z | Compiling clap_lex v0.7.2 |
468 | 2025-01-17T05:42:42.301Z | Compiling fastrand v2.1.1 |
469 | 2025-01-17T05:42:42.434Z | Compiling heck v0.5.0 |
470 | 2025-01-17T05:42:42.524Z | Compiling fnv v1.0.7 |
471 | 2025-01-17T05:42:42.689Z | Compiling strsim v0.11.1 |
472 | 2025-01-17T05:42:42.719Z | Compiling heck v0.4.1 |
473 | 2025-01-17T05:42:42.858Z | Compiling cfg-if v1.0.0 |
474 | 2025-01-17T05:42:42.939Z | Compiling anyhow v1.0.93 |
475 | 2025-01-17T05:42:42.974Z | Compiling tempfile v3.13.0 |
476 | 2025-01-17T05:42:43.157Z | Compiling clap_builder v4.5.21 |
477 | 2025-01-17T05:42:43.433Z | Compiling papergrid v0.11.0 |
478 | 2025-01-17T05:42:43.623Z | Compiling memmap v0.7.0 |
479 | 2025-01-17T05:42:43.779Z | Compiling unicode-linebreak v0.1.5 |
480 | 2025-01-17T05:42:43.835Z | Compiling smawk v0.3.2 |
481 | 2025-01-17T05:42:44.077Z | Compiling swrite v0.1.0 |
482 | 2025-01-17T05:42:44.232Z | Compiling textwrap v0.16.1 |
483 | 2025-01-17T05:42:45.037Z | Compiling tabled_derive v0.7.0 |
484 | 2025-01-17T05:42:46.511Z | Compiling tabled v0.15.0 |
485 | 2025-01-17T05:42:46.788Z | Compiling serde_derive v1.0.217 |
486 | 2025-01-17T05:42:46.788Z | Compiling thiserror-impl v1.0.69 |
487 | 2025-01-17T05:42:46.791Z | Compiling zerocopy-derive v0.7.35 |
488 | 2025-01-17T05:42:46.791Z | Compiling scroll_derive v0.12.0 |
489 | 2025-01-17T05:42:46.791Z | Compiling clap_derive v4.5.18 |
490 | 2025-01-17T05:42:48.237Z | Compiling scroll v0.12.0 |
491 | 2025-01-17T05:42:48.797Z | Compiling goblin v0.8.2 |
492 | 2025-01-17T05:42:48.886Z | Compiling zerocopy v0.7.35 |
493 | 2025-01-17T05:42:49.750Z | Compiling pest v2.7.14 |
494 | 2025-01-17T05:42:50.511Z | Compiling clap v4.5.21 |
495 | 2025-01-17T05:42:51.938Z | Compiling pest_meta v2.7.14 |
496 | 2025-01-17T05:42:53.277Z | Compiling pest_generator v2.7.14 |
497 | 2025-01-17T05:42:54.380Z | Compiling pest_derive v2.7.14 |
498 | 2025-01-17T05:42:54.999Z | Compiling dtrace-parser v0.2.0 |
499 | 2025-01-17T05:42:55.646Z | Compiling toml_datetime v0.6.8 |
500 | 2025-01-17T05:42:55.698Z | Compiling serde_spanned v0.6.8 |
501 | 2025-01-17T05:42:55.835Z | Compiling serde_tokenstream v0.2.2 |
502 | 2025-01-17T05:42:55.906Z | Compiling cargo-platform v0.1.8 |
503 | 2025-01-17T05:42:56.056Z | Compiling toml_edit v0.22.22 |
504 | 2025-01-17T05:42:56.149Z | Compiling macaddr v1.0.1 |
505 | 2025-01-17T05:42:56.396Z | Compiling camino-tempfile v1.1.1 |
506 | 2025-01-17T05:42:57.082Z | Compiling dof v0.3.0 |
507 | 2025-01-17T05:42:57.082Z | Compiling cargo_metadata v0.18.1 |
508 | 2025-01-17T05:42:58.549Z | Compiling usdt-attr-macro v0.5.0 |
509 | 2025-01-17T05:42:58.549Z | Compiling usdt-macro v0.5.0 |
510 | 2025-01-17T05:42:58.883Z | Compiling toml v0.8.19 |
511 | 2025-01-17T05:42:59.743Z | Compiling cargo_toml v0.20.5 |
512 | 2025-01-17T05:42:59.791Z | Compiling usdt v0.5.0 |
513 | 2025-01-17T05:43:02.392Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
514 | 2025-01-17T05:43:05.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.94s |
515 | 2025-01-17T05:43:05.870Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
516 | 2025-01-17T05:43:06.408Z | Downloading crates ... |
517 | 2025-01-17T05:43:06.553Z | Downloaded cfg_aliases v0.1.1 |
518 | 2025-01-17T05:43:06.560Z | Downloaded async-stream-impl v0.3.6 |
519 | 2025-01-17T05:43:06.564Z | Downloaded atty v0.2.14 |
520 | 2025-01-17T05:43:06.582Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-17T05:43:06.584Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2025-01-17T05:43:06.592Z | Downloaded atomicwrites v0.4.4 |
523 | 2025-01-17T05:43:06.597Z | Downloaded addr2line v0.24.2 |
524 | 2025-01-17T05:43:06.603Z | Downloaded cfg_aliases v0.2.1 |
525 | 2025-01-17T05:43:06.607Z | Downloaded cstr-argument v0.1.2 |
526 | 2025-01-17T05:43:06.610Z | Downloaded ciborium-io v0.2.2 |
527 | 2025-01-17T05:43:06.613Z | Downloaded cobs v0.2.3 |
528 | 2025-01-17T05:43:06.617Z | Downloaded assert_matches v1.5.0 |
529 | 2025-01-17T05:43:06.619Z | Downloaded aead v0.5.2 |
530 | 2025-01-17T05:43:06.619Z | Downloaded cexpr v0.6.0 |
531 | 2025-01-17T05:43:06.622Z | Downloaded array-init v0.0.4 |
532 | 2025-01-17T05:43:06.622Z | Downloaded arrayref v0.3.9 |
533 | 2025-01-17T05:43:06.624Z | Downloaded adler2 v2.0.0 |
534 | 2025-01-17T05:43:06.627Z | Downloaded base16ct v0.2.0 |
535 | 2025-01-17T05:43:06.627Z | Downloaded async-stream v0.3.6 |
536 | 2025-01-17T05:43:06.629Z | Downloaded block-padding v0.3.3 |
537 | 2025-01-17T05:43:06.631Z | Downloaded bit-set v0.5.3 |
538 | 2025-01-17T05:43:06.639Z | Downloaded chrono-tz-build v0.4.0 |
539 | 2025-01-17T05:43:06.642Z | Downloaded colored v2.1.0 |
540 | 2025-01-17T05:43:06.645Z | Downloaded bb8 v0.8.5 |
541 | 2025-01-17T05:43:06.647Z | Downloaded bitflags v1.3.2 |
542 | 2025-01-17T05:43:06.650Z | Downloaded bitfield v0.14.0 |
543 | 2025-01-17T05:43:06.652Z | Downloaded atomic-waker v1.1.2 |
544 | 2025-01-17T05:43:06.652Z | Downloaded async-recursion v1.1.1 |
545 | 2025-01-17T05:43:06.657Z | Downloaded cipher v0.4.4 |
546 | 2025-01-17T05:43:06.660Z | Downloaded crc-catalog v2.4.0 |
547 | 2025-01-17T05:43:06.663Z | Downloaded crc v3.2.1 |
548 | 2025-01-17T05:43:06.667Z | Downloaded cmake v0.1.51 |
549 | 2025-01-17T05:43:06.667Z | Downloaded heapless v0.8.0 |
550 | 2025-01-17T05:43:06.670Z | Downloaded hex v0.4.3 |
551 | 2025-01-17T05:43:06.672Z | Downloaded http-body-util v0.1.2 |
552 | 2025-01-17T05:43:06.675Z | Downloaded darling v0.20.10 |
553 | 2025-01-17T05:43:06.679Z | Downloaded curve25519-dalek-derive v0.1.1 |
554 | 2025-01-17T05:43:06.681Z | Downloaded blowfish v0.9.1 |
555 | 2025-01-17T05:43:06.684Z | Downloaded ciborium-ll v0.2.2 |
556 | 2025-01-17T05:43:06.684Z | Downloaded cassowary v0.3.0 |
557 | 2025-01-17T05:43:06.688Z | Downloaded bitfield-struct v0.6.2 |
558 | 2025-01-17T05:43:06.691Z | Downloaded progenitor-client v0.8.0 |
559 | 2025-01-17T05:43:06.691Z | Downloaded constant_time_eq v0.3.1 |
560 | 2025-01-17T05:43:06.691Z | Downloaded hickory-resolver v0.24.1 |
561 | 2025-01-17T05:43:06.696Z | Downloaded hex-literal v0.4.1 |
562 | 2025-01-17T05:43:06.698Z | Downloaded ascii-canvas v3.0.0 |
563 | 2025-01-17T05:43:06.701Z | Downloaded convert_case v0.4.0 |
564 | 2025-01-17T05:43:06.701Z | Downloaded ctr v0.9.2 |
565 | 2025-01-17T05:43:06.703Z | Downloaded castaway v0.2.3 |
566 | 2025-01-17T05:43:06.707Z | Downloaded highway v1.2.0 |
567 | 2025-01-17T05:43:06.710Z | Downloaded hostname v0.3.1 |
568 | 2025-01-17T05:43:06.710Z | Downloaded console v0.15.8 |
569 | 2025-01-17T05:43:06.713Z | Downloaded hickory-server v0.24.1 |
570 | 2025-01-17T05:43:06.718Z | Downloaded hickory-proto v0.24.1 |
571 | 2025-01-17T05:43:06.737Z | Downloaded http-body v1.0.1 |
572 | 2025-01-17T05:43:06.739Z | Downloaded home v0.5.9 |
573 | 2025-01-17T05:43:06.742Z | Downloaded hkdf v0.12.4 |
574 | 2025-01-17T05:43:06.744Z | Downloaded hickory-client v0.24.1 |
575 | 2025-01-17T05:43:06.747Z | Downloaded heapless v0.7.17 |
576 | 2025-01-17T05:43:06.750Z | Downloaded hostname v0.4.0 |
577 | 2025-01-17T05:43:06.753Z | Downloaded http v1.2.0 |
578 | 2025-01-17T05:43:06.757Z | Downloaded hyper-staticfile v0.10.1 |
579 | 2025-01-17T05:43:06.760Z | Downloaded cbc v0.1.2 |
580 | 2025-01-17T05:43:06.763Z | Downloaded humantime v2.1.0 |
581 | 2025-01-17T05:43:06.765Z | Downloaded icu_provider_macros v1.5.0 |
582 | 2025-01-17T05:43:06.765Z | Downloaded httparse v1.9.5 |
583 | 2025-01-17T05:43:06.768Z | Downloaded hubpack_derive v0.1.1 |
584 | 2025-01-17T05:43:06.775Z | Downloaded http-range v0.1.5 |
585 | 2025-01-17T05:43:06.775Z | Downloaded sqlparser_derive v0.2.2 |
586 | 2025-01-17T05:43:06.782Z | Downloaded ident_case v1.0.1 |
587 | 2025-01-17T05:43:06.782Z | Downloaded hubpack v0.1.2 |
588 | 2025-01-17T05:43:06.782Z | Downloaded serde-big-array v0.5.1 |
589 | 2025-01-17T05:43:06.782Z | Downloaded httpdate v1.0.3 |
590 | 2025-01-17T05:43:06.783Z | Downloaded hmac v0.12.1 |
591 | 2025-01-17T05:43:06.785Z | Downloaded take_mut v0.2.2 |
592 | 2025-01-17T05:43:06.785Z | Downloaded rand_core v0.6.4 |
593 | 2025-01-17T05:43:06.785Z | Downloaded icu_collections v1.5.0 |
594 | 2025-01-17T05:43:06.791Z | Downloaded hyper-tls v0.6.0 |
595 | 2025-01-17T05:43:06.796Z | Downloaded csv-core v0.1.11 |
596 | 2025-01-17T05:43:06.799Z | Downloaded crossbeam-deque v0.8.5 |
597 | 2025-01-17T05:43:06.799Z | Downloaded crc32fast v1.4.2 |
598 | 2025-01-17T05:43:06.799Z | Downloaded instant v0.1.13 |
599 | 2025-01-17T05:43:06.801Z | Downloaded base64ct v1.6.0 |
600 | 2025-01-17T05:43:06.807Z | Downloaded bcs v0.1.6 |
601 | 2025-01-17T05:43:06.807Z | Downloaded hyper-rustls v0.27.3 |
602 | 2025-01-17T05:43:06.811Z | Downloaded quick-error v1.2.3 |
603 | 2025-01-17T05:43:06.811Z | Downloaded progenitor-macro v0.9.1 |
604 | 2025-01-17T05:43:06.815Z | Downloaded is_ci v1.2.0 |
605 | 2025-01-17T05:43:06.815Z | Downloaded sync_wrapper v1.0.1 |
606 | 2025-01-17T05:43:06.815Z | Downloaded argon2 v0.5.3 |
607 | 2025-01-17T05:43:06.819Z | Downloaded lazycell v1.3.0 |
608 | 2025-01-17T05:43:06.819Z | Downloaded inout v0.1.3 |
609 | 2025-01-17T05:43:06.823Z | Downloaded impl-trait-for-tuples v0.2.2 |
610 | 2025-01-17T05:43:06.823Z | Downloaded idna_adapter v1.2.0 |
611 | 2025-01-17T05:43:06.823Z | Downloaded headers-core v0.3.0 |
612 | 2025-01-17T05:43:06.827Z | Downloaded kstat-rs v0.2.4 |
613 | 2025-01-17T05:43:06.827Z | Downloaded md5 v0.7.0 |
614 | 2025-01-17T05:43:06.827Z | Downloaded matches v0.1.10 |
615 | 2025-01-17T05:43:06.831Z | Downloaded match_cfg v0.1.0 |
616 | 2025-01-17T05:43:06.831Z | Downloaded crc-any v2.5.0 |
617 | 2025-01-17T05:43:06.834Z | Downloaded cookie_store v0.21.0 |
618 | 2025-01-17T05:43:06.834Z | Downloaded keccak v0.1.5 |
619 | 2025-01-17T05:43:06.838Z | Downloaded clang-sys v1.8.1 |
620 | 2025-01-17T05:43:06.841Z | Downloaded bzip2 v0.4.4 |
621 | 2025-01-17T05:43:06.841Z | Downloaded instability v0.3.2 |
622 | 2025-01-17T05:43:06.841Z | Downloaded md-5 v0.10.6 |
623 | 2025-01-17T05:43:06.846Z | Downloaded managed v0.8.0 |
624 | 2025-01-17T05:43:06.850Z | Downloaded rustc-hash v1.1.0 |
625 | 2025-01-17T05:43:06.850Z | Downloaded ciborium v0.2.2 |
626 | 2025-01-17T05:43:06.853Z | Downloaded lazy_static v1.5.0 |
627 | 2025-01-17T05:43:06.853Z | Downloaded lockfree-object-pool v0.1.6 |
628 | 2025-01-17T05:43:06.855Z | Downloaded linear-map v1.2.0 |
629 | 2025-01-17T05:43:06.856Z | Downloaded smf v0.2.3 |
630 | 2025-01-17T05:43:06.858Z | Downloaded slog-async v2.8.0 |
631 | 2025-01-17T05:43:06.862Z | Downloaded linked-hash-map v0.5.6 |
632 | 2025-01-17T05:43:06.862Z | Downloaded is-terminal v0.4.13 |
633 | 2025-01-17T05:43:06.867Z | Downloaded shell-words v1.1.0 |
634 | 2025-01-17T05:43:06.867Z | Downloaded libloading v0.8.5 |
635 | 2025-01-17T05:43:06.871Z | Downloaded dhcproto-macros v0.1.0 |
636 | 2025-01-17T05:43:06.871Z | Downloaded foreign-types-macros v0.2.3 |
637 | 2025-01-17T05:43:06.871Z | Downloaded mime v0.3.17 |
638 | 2025-01-17T05:43:06.871Z | Downloaded maplit v1.0.2 |
639 | 2025-01-17T05:43:06.876Z | Downloaded indoc v1.0.9 |
640 | 2025-01-17T05:43:06.876Z | Downloaded maybe-uninit v2.0.0 |
641 | 2025-01-17T05:43:06.878Z | Downloaded icu_normalizer_data v1.5.0 |
642 | 2025-01-17T05:43:06.878Z | Downloaded utf16_iter v1.0.5 |
643 | 2025-01-17T05:43:06.881Z | Downloaded tabwriter v1.4.0 |
644 | 2025-01-17T05:43:06.881Z | Downloaded structmeta v0.3.0 |
645 | 2025-01-17T05:43:06.885Z | Downloaded memoffset v0.9.1 |
646 | 2025-01-17T05:43:06.885Z | Downloaded time-core v0.1.2 |
647 | 2025-01-17T05:43:06.890Z | Downloaded tinyvec_macros v0.1.1 |
648 | 2025-01-17T05:43:06.890Z | Downloaded lock_api v0.4.12 |
649 | 2025-01-17T05:43:06.894Z | Downloaded crossbeam-utils v0.8.20 |
650 | 2025-01-17T05:43:06.894Z | Downloaded zerofrom v0.1.4 |
651 | 2025-01-17T05:43:06.898Z | Downloaded foreign-types-shared v0.3.1 |
652 | 2025-01-17T05:43:06.898Z | Downloaded vte_generate_state_changes v0.1.2 |
653 | 2025-01-17T05:43:06.898Z | Downloaded litemap v0.7.3 |
654 | 2025-01-17T05:43:06.901Z | Downloaded base64 v0.13.1 |
655 | 2025-01-17T05:43:06.904Z | Downloaded num_enum_derive v0.5.11 |
656 | 2025-01-17T05:43:06.904Z | Downloaded memmap2 v0.9.5 |
657 | 2025-01-17T05:43:06.907Z | Downloaded icu_provider v1.5.0 |
658 | 2025-01-17T05:43:06.911Z | Downloaded mime_guess v2.0.5 |
659 | 2025-01-17T05:43:06.914Z | Downloaded lru-cache v0.1.2 |
660 | 2025-01-17T05:43:06.914Z | Downloaded lru v0.12.5 |
661 | 2025-01-17T05:43:06.917Z | Downloaded indexmap v1.9.3 |
662 | 2025-01-17T05:43:06.922Z | Downloaded oso-derive v0.27.3 |
663 | 2025-01-17T05:43:06.926Z | Downloaded icu_locid_transform_data v1.5.0 |
664 | 2025-01-17T05:43:06.926Z | Downloaded cookie v0.18.1 |
665 | 2025-01-17T05:43:06.930Z | Downloaded nodrop v0.1.14 |
666 | 2025-01-17T05:43:06.930Z | Downloaded olpc-cjson v0.1.4 |
667 | 2025-01-17T05:43:06.933Z | Downloaded icu_normalizer v1.5.0 |
668 | 2025-01-17T05:43:06.935Z | Downloaded zone v0.1.8 |
669 | 2025-01-17T05:43:06.936Z | Downloaded russh-cryptovec v0.7.3 |
670 | 2025-01-17T05:43:06.936Z | Downloaded writeable v0.5.5 |
671 | 2025-01-17T05:43:06.948Z | Downloaded percent-encoding v2.3.1 |
672 | 2025-01-17T05:43:06.951Z | Downloaded futures-sink v0.3.31 |
673 | 2025-01-17T05:43:06.954Z | Downloaded ed25519 v2.2.3 |
674 | 2025-01-17T05:43:06.958Z | Downloaded embedded-io v0.6.1 |
675 | 2025-01-17T05:43:06.958Z | Downloaded embedded-io v0.4.0 |
676 | 2025-01-17T05:43:06.962Z | Downloaded either v1.13.0 |
677 | 2025-01-17T05:43:06.962Z | Downloaded diesel-dtrace v0.4.2 |
678 | 2025-01-17T05:43:06.962Z | Downloaded ghash v0.5.1 |
679 | 2025-01-17T05:43:06.965Z | Downloaded strum_macros v0.26.4 |
680 | 2025-01-17T05:43:06.965Z | Downloaded hyper-util v0.1.10 |
681 | 2025-01-17T05:43:06.970Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2025-01-17T05:43:06.973Z | Downloaded mockall v0.13.0 |
683 | 2025-01-17T05:43:06.973Z | Downloaded bytes v1.9.0 |
684 | 2025-01-17T05:43:06.977Z | Downloaded progenitor v0.8.0 |
685 | 2025-01-17T05:43:06.980Z | Downloaded pem-rfc7468 v0.7.0 |
686 | 2025-01-17T05:43:06.983Z | Downloaded parse-display v0.10.0 |
687 | 2025-01-17T05:43:06.983Z | Downloaded tokio-tungstenite v0.21.0 |
688 | 2025-01-17T05:43:06.986Z | Downloaded rusty-fork v0.3.0 |
689 | 2025-01-17T05:43:06.988Z | Downloaded signal-hook-mio v0.2.4 |
690 | 2025-01-17T05:43:06.988Z | Downloaded rustversion v1.0.17 |
691 | 2025-01-17T05:43:06.992Z | Downloaded rand_xorshift v0.3.0 |
692 | 2025-01-17T05:43:06.996Z | Downloaded crypto-bigint v0.5.5 |
693 | 2025-01-17T05:43:07.000Z | Downloaded zone_cfg_derive v0.3.0 |
694 | 2025-01-17T05:43:07.003Z | Downloaded getrandom v0.2.15 |
695 | 2025-01-17T05:43:07.007Z | Downloaded rand_chacha v0.3.1 |
696 | 2025-01-17T05:43:07.007Z | Downloaded universal-hash v0.5.1 |
697 | 2025-01-17T05:43:07.009Z | Downloaded derive-where v1.2.7 |
698 | 2025-01-17T05:43:07.012Z | Downloaded waitgroup v0.1.2 |
699 | 2025-01-17T05:43:07.012Z | Downloaded signature v2.2.0 |
700 | 2025-01-17T05:43:07.016Z | Downloaded pkg-config v0.3.31 |
701 | 2025-01-17T05:43:07.016Z | Downloaded yoke v0.7.4 |
702 | 2025-01-17T05:43:07.023Z | Downloaded darling_macro v0.20.10 |
703 | 2025-01-17T05:43:07.023Z | Downloaded synstructure v0.13.1 |
704 | 2025-01-17T05:43:07.025Z | Downloaded tokio-macros v2.5.0 |
705 | 2025-01-17T05:43:07.025Z | Downloaded stable_deref_trait v1.2.0 |
706 | 2025-01-17T05:43:07.026Z | Downloaded rand_seeder v0.3.0 |
707 | 2025-01-17T05:43:07.026Z | Downloaded vte v0.11.1 |
708 | 2025-01-17T05:43:07.029Z | Downloaded slog v2.7.0 |
709 | 2025-01-17T05:43:07.029Z | Downloaded similar v2.6.0 |
710 | 2025-01-17T05:43:07.036Z | Downloaded des v0.8.1 |
711 | 2025-01-17T05:43:07.039Z | Downloaded foreign-types v0.3.2 |
712 | 2025-01-17T05:43:07.039Z | Downloaded ecdsa v0.16.9 |
713 | 2025-01-17T05:43:07.042Z | Downloaded prettyplease v0.2.25 |
714 | 2025-01-17T05:43:07.046Z | Downloaded tiny-keccak v2.0.2 |
715 | 2025-01-17T05:43:07.049Z | Downloaded tokio-native-tls v0.3.1 |
716 | 2025-01-17T05:43:07.052Z | Downloaded rustls-pemfile v1.0.4 |
717 | 2025-01-17T05:43:07.052Z | Downloaded number_prefix v0.4.0 |
718 | 2025-01-17T05:43:07.055Z | Downloaded signal-hook-registry v1.4.2 |
719 | 2025-01-17T05:43:07.055Z | Downloaded xz2 v0.1.7 |
720 | 2025-01-17T05:43:07.063Z | Downloaded typify v0.3.0 |
721 | 2025-01-17T05:43:07.069Z | Downloaded phf_shared v0.10.0 |
722 | 2025-01-17T05:43:07.069Z | Downloaded parse-size v1.1.0 |
723 | 2025-01-17T05:43:07.069Z | Downloaded static_assertions v1.1.0 |
724 | 2025-01-17T05:43:07.069Z | Downloaded rayon-core v1.12.1 |
725 | 2025-01-17T05:43:07.073Z | Downloaded elliptic-curve v0.13.8 |
726 | 2025-01-17T05:43:07.077Z | Downloaded dunce v1.0.5 |
727 | 2025-01-17T05:43:07.077Z | Downloaded data-encoding v2.6.0 |
728 | 2025-01-17T05:43:07.077Z | Downloaded walkdir v2.5.0 |
729 | 2025-01-17T05:43:07.081Z | Downloaded native-tls v0.2.12 |
730 | 2025-01-17T05:43:07.084Z | Downloaded tap v1.0.1 |
731 | 2025-01-17T05:43:07.084Z | Downloaded const_format v0.2.33 |
732 | 2025-01-17T05:43:07.088Z | Downloaded cc v1.1.30 |
733 | 2025-01-17T05:43:07.092Z | Downloaded glob v0.3.1 |
734 | 2025-01-17T05:43:07.096Z | Downloaded fragile v2.0.0 |
735 | 2025-01-17T05:43:07.096Z | Downloaded unicase v2.7.0 |
736 | 2025-01-17T05:43:07.101Z | Downloaded typify-macro v0.2.0 |
737 | 2025-01-17T05:43:07.101Z | Downloaded tokio-rustls v0.24.1 |
738 | 2025-01-17T05:43:07.105Z | Downloaded env_filter v0.1.2 |
739 | 2025-01-17T05:43:07.105Z | Downloaded parking_lot_core v0.9.10 |
740 | 2025-01-17T05:43:07.105Z | Downloaded parking_lot_core v0.8.6 |
741 | 2025-01-17T05:43:07.110Z | Downloaded pkcs8 v0.10.2 |
742 | 2025-01-17T05:43:07.110Z | Downloaded enum-as-inner v0.6.1 |
743 | 2025-01-17T05:43:07.114Z | Downloaded pin-project v1.1.6 |
744 | 2025-01-17T05:43:07.122Z | Downloaded quinn-udp v0.5.5 |
745 | 2025-01-17T05:43:07.126Z | Downloaded slog-dtrace v0.3.0 |
746 | 2025-01-17T05:43:07.126Z | Downloaded scrypt v0.11.0 |
747 | 2025-01-17T05:43:07.130Z | Downloaded salsa20 v0.10.2 |
748 | 2025-01-17T05:43:07.130Z | Downloaded rtoolbox v0.0.2 |
749 | 2025-01-17T05:43:07.130Z | Downloaded openssl-probe v0.1.5 |
750 | 2025-01-17T05:43:07.133Z | Downloaded openssl-macros v0.1.1 |
751 | 2025-01-17T05:43:07.133Z | Downloaded dhcproto v0.12.0 |
752 | 2025-01-17T05:43:07.136Z | Downloaded yoke-derive v0.7.4 |
753 | 2025-01-17T05:43:07.136Z | Downloaded rustls-pemfile v2.2.0 |
754 | 2025-01-17T05:43:07.139Z | Downloaded pin-project-lite v0.2.14 |
755 | 2025-01-17T05:43:07.143Z | Downloaded pretty-hex v0.2.1 |
756 | 2025-01-17T05:43:07.146Z | Downloaded phf_generator v0.11.2 |
757 | 2025-01-17T05:43:07.146Z | Downloaded smallvec v1.13.2 |
758 | 2025-01-17T05:43:07.149Z | Downloaded tracing-core v0.1.32 |
759 | 2025-01-17T05:43:07.152Z | Downloaded foreign-types v0.5.0 |
760 | 2025-01-17T05:43:07.152Z | Downloaded idna v1.0.3 |
761 | 2025-01-17T05:43:07.156Z | Downloaded ssh-cipher v0.2.0 |
762 | 2025-01-17T05:43:07.160Z | Downloaded utf8_iter v1.0.4 |
763 | 2025-01-17T05:43:07.164Z | Downloaded twox-hash v1.6.3 |
764 | 2025-01-17T05:43:07.164Z | Downloaded ssh-encoding v0.2.0 |
765 | 2025-01-17T05:43:07.164Z | Downloaded serde_plain v1.0.2 |
766 | 2025-01-17T05:43:07.167Z | Downloaded serde_path_to_error v0.1.16 |
767 | 2025-01-17T05:43:07.167Z | Downloaded futures-macro v0.3.31 |
768 | 2025-01-17T05:43:07.167Z | Downloaded libm v0.2.8 |
769 | 2025-01-17T05:43:07.179Z | Downloaded smallvec v0.6.14 |
770 | 2025-01-17T05:43:07.181Z | Downloaded serde_repr v0.1.19 |
771 | 2025-01-17T05:43:07.181Z | Downloaded pin-project-internal v1.1.6 |
772 | 2025-01-17T05:43:07.181Z | Downloaded password-hash v0.4.2 |
773 | 2025-01-17T05:43:07.184Z | Downloaded multimap v0.10.0 |
774 | 2025-01-17T05:43:07.184Z | Downloaded pkcs5 v0.7.1 |
775 | 2025-01-17T05:43:07.187Z | Downloaded parking_lot v0.12.3 |
776 | 2025-01-17T05:43:07.191Z | Downloaded env_logger v0.10.2 |
777 | 2025-01-17T05:43:07.194Z | Downloaded oso v0.27.3 |
778 | 2025-01-17T05:43:07.198Z | Downloaded hashlink v0.9.1 |
779 | 2025-01-17T05:43:07.202Z | Downloaded ed25519-dalek v2.1.1 |
780 | 2025-01-17T05:43:07.205Z | Downloaded typify v0.2.0 |
781 | 2025-01-17T05:43:07.207Z | Downloaded xattr v1.3.1 |
782 | 2025-01-17T05:43:07.207Z | Downloaded primeorder v0.13.6 |
783 | 2025-01-17T05:43:07.210Z | Downloaded predicates-tree v1.0.11 |
784 | 2025-01-17T05:43:07.212Z | Downloaded hyper v1.5.2 |
785 | 2025-01-17T05:43:07.218Z | Downloaded num-integer v0.1.46 |
786 | 2025-01-17T05:43:07.221Z | Downloaded snafu-derive v0.8.5 |
787 | 2025-01-17T05:43:07.221Z | Downloaded rustls-pki-types v1.10.0 |
788 | 2025-01-17T05:43:07.224Z | Downloaded slab v0.4.9 |
789 | 2025-01-17T05:43:07.227Z | Downloaded newtype_derive v0.1.6 |
790 | 2025-01-17T05:43:07.230Z | Downloaded defmt v0.3.8 |
791 | 2025-01-17T05:43:07.240Z | Downloaded sha1 v0.10.6 |
792 | 2025-01-17T05:43:07.240Z | Downloaded der_derive v0.7.3 |
793 | 2025-01-17T05:43:07.245Z | Downloaded stringprep v0.1.5 |
794 | 2025-01-17T05:43:07.246Z | Downloaded multer v3.1.0 |
795 | 2025-01-17T05:43:07.246Z | Downloaded sqlformat v0.2.6 |
796 | 2025-01-17T05:43:07.246Z | Downloaded aes v0.8.4 |
797 | 2025-01-17T05:43:07.248Z | Downloaded crossbeam-channel v0.5.13 |
798 | 2025-01-17T05:43:07.251Z | Downloaded pbkdf2 v0.12.2 |
799 | 2025-01-17T05:43:07.254Z | Downloaded progenitor-client v0.9.1 |
800 | 2025-01-17T05:43:07.254Z | Downloaded path-slash v0.1.5 |
801 | 2025-01-17T05:43:07.254Z | Downloaded fallible-iterator v0.2.0 |
802 | 2025-01-17T05:43:07.257Z | Downloaded darling_core v0.20.10 |
803 | 2025-01-17T05:43:07.260Z | Downloaded sigpipe v0.1.3 |
804 | 2025-01-17T05:43:07.263Z | Downloaded rpassword v7.3.1 |
805 | 2025-01-17T05:43:07.263Z | Downloaded fxhash v0.2.1 |
806 | 2025-01-17T05:43:07.266Z | Downloaded unicode-xid v0.2.6 |
807 | 2025-01-17T05:43:07.267Z | Downloaded postgres-protocol v0.6.7 |
808 | 2025-01-17T05:43:07.271Z | Downloaded spin v0.9.8 |
809 | 2025-01-17T05:43:07.274Z | Downloaded socket2 v0.5.7 |
810 | 2025-01-17T05:43:07.274Z | Downloaded zopfli v0.8.1 |
811 | 2025-01-17T05:43:07.278Z | Downloaded vsss-rs v3.3.4 |
812 | 2025-01-17T05:43:07.281Z | Downloaded try-lock v0.2.5 |
813 | 2025-01-17T05:43:07.281Z | Downloaded zeroize_derive v1.4.2 |
814 | 2025-01-17T05:43:07.284Z | Downloaded zeroize v1.8.1 |
815 | 2025-01-17T05:43:07.284Z | Downloaded zerocopy-derive v0.8.10 |
816 | 2025-01-17T05:43:07.292Z | Downloaded filetime v0.2.25 |
817 | 2025-01-17T05:43:07.297Z | Downloaded fatfs v0.3.6 |
818 | 2025-01-17T05:43:07.297Z | Downloaded normalize-line-endings v0.3.0 |
819 | 2025-01-17T05:43:07.299Z | Downloaded vergen v8.3.2 |
820 | 2025-01-17T05:43:07.299Z | Downloaded phf_codegen v0.11.2 |
821 | 2025-01-17T05:43:07.303Z | Downloaded which v4.4.2 |
822 | 2025-01-17T05:43:07.305Z | Downloaded diesel_table_macro_syntax v0.2.0 |
823 | 2025-01-17T05:43:07.305Z | Downloaded tokio-tungstenite v0.24.0 |
824 | 2025-01-17T05:43:07.308Z | Downloaded newline-converter v0.3.0 |
825 | 2025-01-17T05:43:07.308Z | Downloaded tokio-tungstenite v0.23.1 |
826 | 2025-01-17T05:43:07.312Z | Downloaded subtle v2.6.1 |
827 | 2025-01-17T05:43:07.317Z | Downloaded zerofrom-derive v0.1.4 |
828 | 2025-01-17T05:43:07.317Z | Downloaded ff v0.13.0 |
829 | 2025-01-17T05:43:07.317Z | Downloaded thiserror-impl v2.0.11 |
830 | 2025-01-17T05:43:07.321Z | Downloaded siphasher v0.3.11 |
831 | 2025-01-17T05:43:07.321Z | Downloaded endian-type v0.1.2 |
832 | 2025-01-17T05:43:07.321Z | Downloaded steno v0.4.1 |
833 | 2025-01-17T05:43:07.325Z | Downloaded progenitor-macro v0.8.0 |
834 | 2025-01-17T05:43:07.329Z | Downloaded newtype-uuid v1.2.1 |
835 | 2025-01-17T05:43:07.329Z | Downloaded itertools v0.13.0 |
836 | 2025-01-17T05:43:07.334Z | Downloaded termtree v0.4.1 |
837 | 2025-01-17T05:43:07.337Z | Downloaded string_cache v0.8.7 |
838 | 2025-01-17T05:43:07.337Z | Downloaded rustc_version v0.4.1 |
839 | 2025-01-17T05:43:07.342Z | Downloaded zerovec-derive v0.10.3 |
840 | 2025-01-17T05:43:07.342Z | Downloaded tungstenite v0.24.0 |
841 | 2025-01-17T05:43:07.350Z | Downloaded sync-ptr v0.1.1 |
842 | 2025-01-17T05:43:07.350Z | Downloaded thiserror-impl-no-std v2.0.2 |
843 | 2025-01-17T05:43:07.353Z | Downloaded derive_builder_macro v0.20.2 |
844 | 2025-01-17T05:43:07.353Z | Downloaded quinn v0.11.5 |
845 | 2025-01-17T05:43:07.353Z | Downloaded qorb v0.2.1 |
846 | 2025-01-17T05:43:07.356Z | Downloaded dsl_auto_type v0.1.2 |
847 | 2025-01-17T05:43:07.359Z | Downloaded serde_urlencoded v0.7.1 |
848 | 2025-01-17T05:43:07.359Z | Downloaded ena v0.14.3 |
849 | 2025-01-17T05:43:07.363Z | Downloaded serde_derive_internals v0.29.1 |
850 | 2025-01-17T05:43:07.363Z | Downloaded hash32 v0.2.1 |
851 | 2025-01-17T05:43:07.366Z | Downloaded dyn-clone v1.0.17 |
852 | 2025-01-17T05:43:07.366Z | Downloaded crossterm v0.28.1 |
853 | 2025-01-17T05:43:07.373Z | Downloaded russh v0.45.0 |
854 | 2025-01-17T05:43:07.379Z | Downloaded slog-stdlog v4.1.1 |
855 | 2025-01-17T05:43:07.382Z | Downloaded slog-scope v4.4.0 |
856 | 2025-01-17T05:43:07.382Z | Downloaded pbkdf2 v0.11.0 |
857 | 2025-01-17T05:43:07.385Z | Downloaded paste v1.0.15 |
858 | 2025-01-17T05:43:07.388Z | Downloaded opaque-debug v0.3.1 |
859 | 2025-01-17T05:43:07.390Z | Downloaded peg-runtime v0.8.3 |
860 | 2025-01-17T05:43:07.390Z | Downloaded peg-macros v0.8.4 |
861 | 2025-01-17T05:43:07.393Z | Downloaded num-bigint v0.4.6 |
862 | 2025-01-17T05:43:07.398Z | Downloaded radium v0.7.0 |
863 | 2025-01-17T05:43:07.401Z | Downloaded progenitor v0.9.1 |
864 | 2025-01-17T05:43:07.401Z | Downloaded nibble_vec v0.1.0 |
865 | 2025-01-17T05:43:07.404Z | Downloaded nanorand v0.7.0 |
866 | 2025-01-17T05:43:07.408Z | Downloaded termcolor v1.4.1 |
867 | 2025-01-17T05:43:07.408Z | Downloaded untrusted v0.7.1 |
868 | 2025-01-17T05:43:07.408Z | Downloaded num-rational v0.4.2 |
869 | 2025-01-17T05:43:07.412Z | Downloaded aes-gcm v0.10.3 |
870 | 2025-01-17T05:43:07.415Z | Downloaded tui-tree-widget v0.22.0 |
871 | 2025-01-17T05:43:07.415Z | Downloaded group v0.13.0 |
872 | 2025-01-17T05:43:07.419Z | Downloaded float-ord v0.3.2 |
873 | 2025-01-17T05:43:07.419Z | Downloaded tar v0.4.42 |
874 | 2025-01-17T05:43:07.422Z | Downloaded zone_cfg_derive v0.1.2 |
875 | 2025-01-17T05:43:07.422Z | Downloaded value-bag v1.9.0 |
876 | 2025-01-17T05:43:07.425Z | Downloaded subprocess v0.2.9 |
877 | 2025-01-17T05:43:07.430Z | Downloaded uzers v0.12.1 |
878 | 2025-01-17T05:43:07.430Z | Downloaded semver v0.1.20 |
879 | 2025-01-17T05:43:07.433Z | Downloaded p256 v0.13.2 |
880 | 2025-01-17T05:43:07.436Z | Downloaded unicode-truncate v1.1.0 |
881 | 2025-01-17T05:43:07.436Z | Downloaded tinystr v0.7.6 |
882 | 2025-01-17T05:43:07.441Z | Downloaded samael v0.0.17 |
883 | 2025-01-17T05:43:07.444Z | Downloaded polyval v0.6.2 |
884 | 2025-01-17T05:43:07.447Z | Downloaded russh-keys v0.45.0 |
885 | 2025-01-17T05:43:07.451Z | Downloaded zip v0.6.6 |
886 | 2025-01-17T05:43:07.456Z | Downloaded openssl-sys v0.9.103 |
887 | 2025-01-17T05:43:07.461Z | Downloaded scopeguard v1.2.0 |
888 | 2025-01-17T05:43:07.464Z | Downloaded float-cmp v0.9.0 |
889 | 2025-01-17T05:43:07.464Z | Downloaded tracing-attributes v0.1.27 |
890 | 2025-01-17T05:43:07.467Z | Downloaded termios v0.3.3 |
891 | 2025-01-17T05:43:07.467Z | Downloaded difflib v0.4.0 |
892 | 2025-01-17T05:43:07.467Z | Downloaded futures-channel v0.3.31 |
893 | 2025-01-17T05:43:07.472Z | Downloaded parse-zoneinfo v0.3.1 |
894 | 2025-01-17T05:43:07.475Z | Downloaded ref-cast-impl v1.0.23 |
895 | 2025-01-17T05:43:07.475Z | Downloaded downcast v0.11.0 |
896 | 2025-01-17T05:43:07.475Z | Downloaded gethostname v0.5.0 |
897 | 2025-01-17T05:43:07.478Z | Downloaded parse-display-derive v0.10.0 |
898 | 2025-01-17T05:43:07.478Z | Downloaded slog-term v2.9.1 |
899 | 2025-01-17T05:43:07.481Z | Downloaded scheduled-thread-pool v0.2.7 |
900 | 2025-01-17T05:43:07.481Z | Downloaded proc-macro-crate v1.3.1 |
901 | 2025-01-17T05:43:07.485Z | Downloaded packed_struct v0.10.1 |
902 | 2025-01-17T05:43:07.485Z | Downloaded predicates v3.1.2 |
903 | 2025-01-17T05:43:07.488Z | Downloaded tinyvec v1.8.0 |
904 | 2025-01-17T05:43:07.492Z | Downloaded der v0.7.9 |
905 | 2025-01-17T05:43:07.496Z | Downloaded rustfmt-wrapper v0.2.1 |
906 | 2025-01-17T05:43:07.499Z | Downloaded rfc6979 v0.4.0 |
907 | 2025-01-17T05:43:07.499Z | Downloaded progenitor-impl v0.9.1 |
908 | 2025-01-17T05:43:07.499Z | Downloaded progenitor-impl v0.8.0 |
909 | 2025-01-17T05:43:07.504Z | Downloaded slog-envlogger v2.2.0 |
910 | 2025-01-17T05:43:07.508Z | Downloaded rsa v0.9.6 |
911 | 2025-01-17T05:43:07.511Z | Downloaded fixedbitset v0.4.2 |
912 | 2025-01-17T05:43:07.511Z | Downloaded slog-bunyan v2.5.0 |
913 | 2025-01-17T05:43:07.511Z | Downloaded unsafe-libyaml v0.2.11 |
914 | 2025-01-17T05:43:07.516Z | Downloaded snafu v0.8.5 |
915 | 2025-01-17T05:43:07.520Z | Downloaded mirai-annotations v1.12.0 |
916 | 2025-01-17T05:43:07.523Z | Downloaded sct v0.7.1 |
917 | 2025-01-17T05:43:07.526Z | Downloaded derive_builder v0.20.2 |
918 | 2025-01-17T05:43:07.529Z | Downloaded serde_with_macros v3.11.0 |
919 | 2025-01-17T05:43:07.531Z | Downloaded unicode_categories v0.1.1 |
920 | 2025-01-17T05:43:07.535Z | Downloaded strum v0.26.3 |
921 | 2025-01-17T05:43:07.538Z | Downloaded ref-cast v1.0.23 |
922 | 2025-01-17T05:43:07.538Z | Downloaded futures-core v0.3.31 |
923 | 2025-01-17T05:43:07.545Z | Downloaded num-iter v0.1.45 |
924 | 2025-01-17T05:43:07.545Z | Downloaded display-error-chain v0.2.2 |
925 | 2025-01-17T05:43:07.546Z | Downloaded derive_builder_core v0.20.2 |
926 | 2025-01-17T05:43:07.551Z | Downloaded same-file v1.0.6 |
927 | 2025-01-17T05:43:07.551Z | Downloaded half v2.4.1 |
928 | 2025-01-17T05:43:07.551Z | Downloaded precomputed-hash v0.1.1 |
929 | 2025-01-17T05:43:07.551Z | Downloaded dropshot_endpoint v0.15.1 |
930 | 2025-01-17T05:43:07.554Z | Downloaded hashbrown v0.12.3 |
931 | 2025-01-17T05:43:07.557Z | Downloaded tower-service v0.3.3 |
932 | 2025-01-17T05:43:07.557Z | Downloaded simd-adler32 v0.3.7 |
933 | 2025-01-17T05:43:07.561Z | Downloaded resolv-conf v0.7.0 |
934 | 2025-01-17T05:43:07.565Z | Downloaded sec1 v0.7.3 |
935 | 2025-01-17T05:43:07.565Z | Downloaded icu_properties_data v1.5.0 |
936 | 2025-01-17T05:43:07.573Z | Downloaded num-conv v0.1.0 |
937 | 2025-01-17T05:43:07.578Z | Downloaded funty v2.0.0 |
938 | 2025-01-17T05:43:07.578Z | Downloaded postcard v1.0.10 |
939 | 2025-01-17T05:43:07.581Z | Downloaded dirs-next v2.0.0 |
940 | 2025-01-17T05:43:07.581Z | Downloaded diff v0.1.13 |
941 | 2025-01-17T05:43:07.584Z | Downloaded wait-timeout v0.2.0 |
942 | 2025-01-17T05:43:07.584Z | Downloaded password-hash v0.5.0 |
943 | 2025-01-17T05:43:07.587Z | Downloaded tungstenite v0.21.0 |
944 | 2025-01-17T05:43:07.590Z | Downloaded num-derive v0.4.2 |
945 | 2025-01-17T05:43:07.596Z | Downloaded headers v0.4.0 |
946 | 2025-01-17T05:43:07.599Z | Downloaded untrusted v0.9.0 |
947 | 2025-01-17T05:43:07.600Z | Downloaded blake3 v1.5.4 |
948 | 2025-01-17T05:43:07.606Z | Downloaded structmeta-derive v0.3.0 |
949 | 2025-01-17T05:43:07.609Z | Downloaded phf v0.11.2 |
950 | 2025-01-17T05:43:07.609Z | Downloaded foldhash v0.1.3 |
951 | 2025-01-17T05:43:07.609Z | Downloaded flagset v0.4.6 |
952 | 2025-01-17T05:43:07.611Z | Downloaded write16 v1.0.0 |
953 | 2025-01-17T05:43:07.611Z | Downloaded num_threads v0.1.7 |
954 | 2025-01-17T05:43:07.615Z | Downloaded strum_macros v0.24.3 |
955 | 2025-01-17T05:43:07.615Z | Downloaded shlex v1.3.0 |
956 | 2025-01-17T05:43:07.618Z | Downloaded displaydoc v0.2.5 |
957 | 2025-01-17T05:43:07.620Z | Downloaded tls_codec_derive v0.4.1 |
958 | 2025-01-17T05:43:07.620Z | Downloaded r2d2 v0.8.10 |
959 | 2025-01-17T05:43:07.624Z | Downloaded pkcs1 v0.7.5 |
960 | 2025-01-17T05:43:07.627Z | Downloaded nom v7.1.3 |
961 | 2025-01-17T05:43:07.629Z | Downloaded supports-color v3.0.1 |
962 | 2025-01-17T05:43:07.631Z | Downloaded rusqlite v0.32.1 |
963 | 2025-01-17T05:43:07.637Z | Downloaded num_enum v0.5.11 |
964 | 2025-01-17T05:43:07.642Z | Downloaded powerfmt v0.2.0 |
965 | 2025-01-17T05:43:07.644Z | Downloaded schemars v0.8.21 |
966 | 2025-01-17T05:43:07.655Z | Downloaded toolchain_find v0.4.0 |
967 | 2025-01-17T05:43:07.659Z | Downloaded pem v3.0.4 |
968 | 2025-01-17T05:43:07.663Z | Downloaded secrecy v0.8.0 |
969 | 2025-01-17T05:43:07.663Z | Downloaded ppv-lite86 v0.2.20 |
970 | 2025-01-17T05:43:07.663Z | Downloaded flume v0.11.1 |
971 | 2025-01-17T05:43:07.666Z | Downloaded pin-utils v0.1.0 |
972 | 2025-01-17T05:43:07.666Z | Downloaded packed_struct_codegen v0.10.1 |
973 | 2025-01-17T05:43:07.668Z | Downloaded dirs-sys-next v0.1.2 |
974 | 2025-01-17T05:43:07.668Z | Downloaded thread_local v1.1.8 |
975 | 2025-01-17T05:43:07.668Z | Downloaded want v0.3.1 |
976 | 2025-01-17T05:43:07.671Z | Downloaded strip-ansi-escapes v0.2.0 |
977 | 2025-01-17T05:43:07.671Z | Downloaded wyz v0.5.1 |
978 | 2025-01-17T05:43:07.675Z | Downloaded globset v0.4.15 |
979 | 2025-01-17T05:43:07.675Z | Downloaded publicsuffix v2.2.3 |
980 | 2025-01-17T05:43:07.677Z | Downloaded hashbrown v0.14.5 |
981 | 2025-01-17T05:43:07.682Z | Downloaded ron v0.7.1 |
982 | 2025-01-17T05:43:07.687Z | Downloaded unicode-normalization v0.1.24 |
983 | 2025-01-17T05:43:07.694Z | Downloaded serde_yaml v0.9.34+deprecated |
984 | 2025-01-17T05:43:07.698Z | Downloaded nu-ansi-term v0.50.1 |
985 | 2025-01-17T05:43:07.701Z | Downloaded fs_extra v1.3.0 |
986 | 2025-01-17T05:43:07.701Z | Downloaded whoami v1.5.2 |
987 | 2025-01-17T05:43:07.701Z | Downloaded time-macros v0.2.18 |
988 | 2025-01-17T05:43:07.704Z | Downloaded thiserror-no-std v2.0.2 |
989 | 2025-01-17T05:43:07.708Z | Downloaded env_logger v0.11.5 |
990 | 2025-01-17T05:43:07.710Z | Downloaded omicron-zone-package v0.12.0 |
991 | 2025-01-17T05:43:07.713Z | Downloaded slog-json v2.6.1 |
992 | 2025-01-17T05:43:07.716Z | Downloaded poly1305 v0.8.0 |
993 | 2025-01-17T05:43:07.718Z | Downloaded salty v0.3.0 |
994 | 2025-01-17T05:43:07.724Z | Downloaded postgres-types v0.2.8 |
995 | 2025-01-17T05:43:07.728Z | Downloaded typed-path v0.9.3 |
996 | 2025-01-17T05:43:07.733Z | Downloaded zerocopy v0.6.6 |
997 | 2025-01-17T05:43:07.736Z | Downloaded ron v0.8.1 |
998 | 2025-01-17T05:43:07.741Z | Downloaded dropshot_endpoint v0.12.0 |
999 | 2025-01-17T05:43:07.744Z | Downloaded thiserror v2.0.11 |
1000 | 2025-01-17T05:43:07.750Z | Downloaded test-strategy v0.4.0 |
1001 | 2025-01-17T05:43:07.753Z | Downloaded rcgen v0.12.1 |
1002 | 2025-01-17T05:43:07.756Z | Downloaded unicode-properties v0.1.3 |
1003 | 2025-01-17T05:43:07.759Z | Downloaded unicode-bidi v0.3.17 |
1004 | 2025-01-17T05:43:07.771Z | Downloaded strum_macros v0.25.3 |
1005 | 2025-01-17T05:43:07.771Z | Downloaded idna v0.2.3 |
1006 | 2025-01-17T05:43:07.773Z | Downloaded toml v0.7.8 |
1007 | 2025-01-17T05:43:07.776Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2025-01-17T05:43:07.779Z | Downloaded idna v0.5.0 |
1009 | 2025-01-17T05:43:07.786Z | Downloaded signal-hook v0.3.17 |
1010 | 2025-01-17T05:43:07.789Z | Downloaded mockall_derive v0.13.0 |
1011 | 2025-01-17T05:43:07.793Z | Downloaded num-traits v0.2.19 |
1012 | 2025-01-17T05:43:07.796Z | Downloaded futures v0.3.31 |
1013 | 2025-01-17T05:43:07.799Z | Downloaded tungstenite v0.23.0 |
1014 | 2025-01-17T05:43:07.802Z | Downloaded tracing v0.1.40 |
1015 | 2025-01-17T05:43:07.808Z | Downloaded idna v0.4.0 |
1016 | 2025-01-17T05:43:07.816Z | Downloaded quinn-proto v0.11.8 |
1017 | 2025-01-17T05:43:07.821Z | Downloaded bitvec v1.0.1 |
1018 | 2025-01-17T05:43:07.835Z | Downloaded diesel_derives v2.2.3 |
1019 | 2025-01-17T05:43:07.839Z | Downloaded mio v1.0.2 |
1020 | 2025-01-17T05:43:07.844Z | Downloaded flate2 v1.0.34 |
1021 | 2025-01-17T05:43:07.849Z | Downloaded parking_lot v0.11.2 |
1022 | 2025-01-17T05:43:07.852Z | Downloaded p521 v0.13.3 |
1023 | 2025-01-17T05:43:07.856Z | Downloaded gimli v0.31.1 |
1024 | 2025-01-17T05:43:07.863Z | Downloaded portable-atomic v1.9.0 |
1025 | 2025-01-17T05:43:07.870Z | Downloaded toml_edit v0.19.15 |
1026 | 2025-01-17T05:43:07.885Z | Downloaded rustyline v14.0.0 |
1027 | 2025-01-17T05:43:07.891Z | Downloaded reedline v0.35.0 |
1028 | 2025-01-17T05:43:07.898Z | Downloaded object v0.30.4 |
1029 | 2025-01-17T05:43:07.907Z | Downloaded rand v0.8.5 |
1030 | 2025-01-17T05:43:07.911Z | Downloaded h2 v0.4.6 |
1031 | 2025-01-17T05:43:07.917Z | Downloaded chrono v0.4.38 |
1032 | 2025-01-17T05:43:07.924Z | Downloaded bindgen v0.69.5 |
1033 | 2025-01-17T05:43:07.932Z | Downloaded rayon v1.10.0 |
1034 | 2025-01-17T05:43:08.351Z | Downloaded winnow v0.5.40 |
1035 | 2025-01-17T05:43:08.354Z | Downloaded dropshot v0.12.0 |
1036 | 2025-01-17T05:43:08.354Z | Downloaded proptest v1.5.0 |
1037 | 2025-01-17T05:43:08.354Z | Downloaded vcpkg v0.2.15 |
1038 | 2025-01-17T05:43:08.354Z | Downloaded unicode-segmentation v1.12.0 |
1039 | 2025-01-17T05:43:08.354Z | Downloaded regex v1.11.1 |
1040 | 2025-01-17T05:43:08.354Z | Downloaded p384 v0.13.0 |
1041 | 2025-01-17T05:43:08.354Z | Downloaded time v0.3.36 |
1042 | 2025-01-17T05:43:08.354Z | Downloaded zerocopy v0.8.10 |
1043 | 2025-01-17T05:43:08.354Z | Downloaded curve25519-dalek v4.1.3 |
1044 | 2025-01-17T05:43:08.354Z | Downloaded smoltcp v0.9.1 |
1045 | 2025-01-17T05:43:08.354Z | Downloaded tough v0.19.0 |
1046 | 2025-01-17T05:43:08.354Z | Downloaded object v0.36.5 |
1047 | 2025-01-17T05:43:08.354Z | Downloaded serde_with v3.11.0 |
1048 | 2025-01-17T05:43:08.355Z | Downloaded nix v0.28.0 |
1049 | 2025-01-17T05:43:08.355Z | Downloaded nix v0.29.0 |
1050 | 2025-01-17T05:43:08.355Z | Downloaded regress v0.9.1 |
1051 | 2025-01-17T05:43:08.355Z | Downloaded petname v2.0.2 |
1052 | 2025-01-17T05:43:08.355Z | Downloaded polar-core v0.27.3 |
1053 | 2025-01-17T05:43:08.355Z | Downloaded tokio-util v0.7.12 |
1054 | 2025-01-17T05:43:08.355Z | Downloaded openssl v0.10.66 |
1055 | 2025-01-17T05:43:08.355Z | Downloaded ratatui v0.28.1 |
1056 | 2025-01-17T05:43:08.355Z | Downloaded dropshot v0.15.1 |
1057 | 2025-01-17T05:43:08.355Z | Downloaded trust-dns-proto v0.22.0 |
1058 | 2025-01-17T05:43:08.355Z | Downloaded futures-util v0.3.31 |
1059 | 2025-01-17T05:43:08.355Z | Downloaded rustls-webpki v0.102.8 |
1060 | 2025-01-17T05:43:08.355Z | Downloaded sqlparser v0.45.0 |
1061 | 2025-01-17T05:43:08.355Z | Downloaded chrono-tz v0.10.0 |
1062 | 2025-01-17T05:43:08.355Z | Downloaded git2 v0.19.0 |
1063 | 2025-01-17T05:43:08.355Z | Downloaded sled v0.34.7 |
1064 | 2025-01-17T05:43:08.355Z | Downloaded bstr v1.10.0 |
1065 | 2025-01-17T05:43:08.355Z | Downloaded quick-xml v0.33.0 |
1066 | 2025-01-17T05:43:08.355Z | Downloaded diesel v2.2.6 |
1067 | 2025-01-17T05:43:08.355Z | Downloaded nix v0.27.1 |
1068 | 2025-01-17T05:43:08.355Z | Downloaded lzma-sys v0.1.20 |
1069 | 2025-01-17T05:43:08.359Z | Downloaded radix_trie v0.2.1 |
1070 | 2025-01-17T05:43:08.365Z | Downloaded regex-automata v0.4.8 |
1071 | 2025-01-17T05:43:08.381Z | Downloaded webpki-roots v0.26.6 |
1072 | 2025-01-17T05:43:08.387Z | Downloaded rustls v0.23.19 |
1073 | 2025-01-17T05:43:08.397Z | Downloaded smoltcp v0.11.0 |
1074 | 2025-01-17T05:43:08.408Z | Downloaded rustls v0.21.12 |
1075 | 2025-01-17T05:43:08.419Z | Downloaded unicode-width v0.2.0 |
1076 | 2025-01-17T05:43:08.426Z | Downloaded rustls v0.22.4 |
1077 | 2025-01-17T05:43:08.440Z | Downloaded regex-syntax v0.8.5 |
1078 | 2025-01-17T05:43:08.446Z | Downloaded typify-impl v0.3.0 |
1079 | 2025-01-17T05:43:08.462Z | Downloaded typify-impl v0.2.0 |
1080 | 2025-01-17T05:43:08.477Z | Downloaded libz-sys v1.1.20 |
1081 | 2025-01-17T05:43:08.497Z | Downloaded tokio v1.43.0 |
1082 | 2025-01-17T05:43:08.535Z | Downloaded openapiv3 v2.0.0 |
1083 | 2025-01-17T05:43:08.547Z | Downloaded regex-syntax v0.6.29 |
1084 | 2025-01-17T05:43:08.553Z | Downloaded regress v0.10.1 |
1085 | 2025-01-17T05:43:08.562Z | Downloaded zerovec v0.10.4 |
1086 | 2025-01-17T05:43:08.979Z | Downloaded reqwest v0.12.9 |
1087 | 2025-01-17T05:43:08.983Z | Downloaded idna v0.3.0 |
1088 | 2025-01-17T05:43:08.983Z | Downloaded url v2.5.3 |
1089 | 2025-01-17T05:43:08.983Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1090 | 2025-01-17T05:43:08.983Z | Downloaded lalrpop v0.19.12 |
1091 | 2025-01-17T05:43:08.983Z | Downloaded zerocopy-derive v0.6.6 |
1092 | 2025-01-17T05:43:08.983Z | Downloaded aws-lc-rs v1.10.0 |
1093 | 2025-01-17T05:43:08.983Z | Downloaded expectorate v1.1.0 |
1094 | 2025-01-17T05:43:08.983Z | Downloaded x509-cert v0.2.5 |
1095 | 2025-01-17T05:43:08.984Z | Downloaded hashbrown v0.13.2 |
1096 | 2025-01-17T05:43:08.984Z | Downloaded miniz_oxide v0.8.0 |
1097 | 2025-01-17T05:43:08.984Z | Downloaded zip v2.1.3 |
1098 | 2025-01-17T05:43:08.985Z | Downloaded ssh-key v0.6.6 |
1099 | 2025-01-17T05:43:08.985Z | Downloaded petgraph v0.6.5 |
1100 | 2025-01-17T05:43:08.985Z | Downloaded rustls-webpki v0.101.7 |
1101 | 2025-01-17T05:43:08.985Z | Downloaded derive_more v0.99.18 |
1102 | 2025-01-17T05:43:08.985Z | Downloaded uuid v1.11.0 |
1103 | 2025-01-17T05:43:08.985Z | Downloaded csv v1.3.0 |
1104 | 2025-01-17T05:43:08.985Z | Downloaded sha3 v0.10.8 |
1105 | 2025-01-17T05:43:08.985Z | Downloaded futures-task v0.3.31 |
1106 | 2025-01-17T05:43:08.985Z | Downloaded futures-executor v0.3.31 |
1107 | 2025-01-17T05:43:08.985Z | Downloaded fd-lock v4.0.2 |
1108 | 2025-01-17T05:43:08.985Z | Downloaded peg v0.8.4 |
1109 | 2025-01-17T05:43:08.985Z | Downloaded rustc_version v0.1.7 |
1110 | 2025-01-17T05:43:08.985Z | Downloaded tokio-postgres v0.7.12 |
1111 | 2025-01-17T05:43:08.985Z | Downloaded libxml v0.3.3 |
1112 | 2025-01-17T05:43:08.985Z | Downloaded itertools v0.12.1 |
1113 | 2025-01-17T05:43:08.985Z | Downloaded predicates-core v1.0.8 |
1114 | 2025-01-17T05:43:08.985Z | Downloaded fallible-iterator v0.3.0 |
1115 | 2025-01-17T05:43:08.985Z | Downloaded topological-sort v0.2.2 |
1116 | 2025-01-17T05:43:08.985Z | Downloaded owo-colors v4.1.0 |
1117 | 2025-01-17T05:43:08.985Z | Downloaded itertools v0.10.5 |
1118 | 2025-01-17T05:43:08.985Z | Downloaded term v0.7.0 |
1119 | 2025-01-17T05:43:08.985Z | Downloaded futures-io v0.3.31 |
1120 | 2025-01-17T05:43:08.985Z | Downloaded fallible-streaming-iterator v0.1.9 |
1121 | 2025-01-17T05:43:08.985Z | Downloaded deranged v0.3.11 |
1122 | 2025-01-17T05:43:08.985Z | Downloaded defmt-parser v0.3.4 |
1123 | 2025-01-17T05:43:08.985Z | Downloaded debug-ignore v1.0.5 |
1124 | 2025-01-17T05:43:08.985Z | Downloaded num v0.4.3 |
1125 | 2025-01-17T05:43:08.985Z | Downloaded spki v0.7.3 |
1126 | 2025-01-17T05:43:08.986Z | Downloaded psl-types v2.0.11 |
1127 | 2025-01-17T05:43:08.987Z | Downloaded phf_shared v0.11.2 |
1128 | 2025-01-17T05:43:08.987Z | Downloaded hash32 v0.3.1 |
1129 | 2025-01-17T05:43:08.987Z | Downloaded yasna v0.5.2 |
1130 | 2025-01-17T05:43:08.987Z | Downloaded bumpalo v3.16.0 |
1131 | 2025-01-17T05:43:08.987Z | Downloaded enum-as-inner v0.5.1 |
1132 | 2025-01-17T05:43:08.987Z | Downloaded num-complex v0.4.6 |
1133 | 2025-01-17T05:43:08.987Z | Downloaded form_urlencoded v1.2.1 |
1134 | 2025-01-17T05:43:08.987Z | Downloaded unarray v0.1.4 |
1135 | 2025-01-17T05:43:08.987Z | Downloaded typify-macro v0.3.0 |
1136 | 2025-01-17T05:43:08.987Z | Downloaded tokio-rustls v0.25.0 |
1137 | 2025-01-17T05:43:08.987Z | Downloaded minimal-lexical v0.2.1 |
1138 | 2025-01-17T05:43:08.987Z | Downloaded tokio-stream v0.1.16 |
1139 | 2025-01-17T05:43:08.987Z | Downloaded tls_codec v0.4.1 |
1140 | 2025-01-17T05:43:08.987Z | Downloaded base64 v0.22.1 |
1141 | 2025-01-17T05:43:08.987Z | Downloaded encoding_rs v0.8.34 |
1142 | 2025-01-17T05:43:08.987Z | Downloaded base64 v0.21.7 |
1143 | 2025-01-17T05:43:08.987Z | Downloaded indicatif v0.17.9 |
1144 | 2025-01-17T05:43:08.987Z | Downloaded defmt-macros v0.3.9 |
1145 | 2025-01-17T05:43:08.987Z | Downloaded zone v0.3.0 |
1146 | 2025-01-17T05:43:08.987Z | Downloaded tokio-rustls v0.26.0 |
1147 | 2025-01-17T05:43:08.987Z | Downloaded rustc-demangle v0.1.24 |
1148 | 2025-01-17T05:43:08.987Z | Downloaded backtrace v0.3.74 |
1149 | 2025-01-17T05:43:08.987Z | Downloaded aho-corasick v1.1.3 |
1150 | 2025-01-17T05:43:08.987Z | Downloaded new_debug_unreachable v1.0.6 |
1151 | 2025-01-17T05:43:08.987Z | Downloaded foreign-types-shared v0.1.1 |
1152 | 2025-01-17T05:43:08.987Z | Downloaded utf-8 v0.7.6 |
1153 | 2025-01-17T05:43:08.987Z | Downloaded icu_properties v1.5.1 |
1154 | 2025-01-17T05:43:08.987Z | Downloaded compact_str v0.8.0 |
1155 | 2025-01-17T05:43:08.987Z | Downloaded chacha20poly1305 v0.10.1 |
1156 | 2025-01-17T05:43:08.987Z | Downloaded arc-swap v1.7.1 |
1157 | 2025-01-17T05:43:08.987Z | Downloaded icu_locid v1.5.0 |
1158 | 2025-01-17T05:43:08.987Z | Downloaded crossbeam-epoch v0.9.18 |
1159 | 2025-01-17T05:43:08.987Z | Downloaded blake2 v0.10.6 |
1160 | 2025-01-17T05:43:08.987Z | Downloaded allocator-api2 v0.2.18 |
1161 | 2025-01-17T05:43:08.987Z | Downloaded ipnetwork v0.20.0 |
1162 | 2025-01-17T05:43:08.987Z | Downloaded ipnet v2.10.1 |
1163 | 2025-01-17T05:43:08.987Z | Downloaded const-oid v0.9.6 |
1164 | 2025-01-17T05:43:08.987Z | Downloaded jobserver v0.1.32 |
1165 | 2025-01-17T05:43:08.988Z | Downloaded serde-hex v0.1.0 |
1166 | 2025-01-17T05:43:08.988Z | Downloaded schemars_derive v0.8.21 |
1167 | 2025-01-17T05:43:08.988Z | Downloaded rustc-hash v2.0.0 |
1168 | 2025-01-17T05:43:08.988Z | Downloaded libsw v3.3.1 |
1169 | 2025-01-17T05:43:08.988Z | Downloaded libefi-sys v0.1.0 |
1170 | 2025-01-17T05:43:08.988Z | Downloaded lalrpop-util v0.19.12 |
1171 | 2025-01-17T05:43:08.988Z | Downloaded cancel-safe-futures v0.1.5 |
1172 | 2025-01-17T05:43:08.988Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1173 | 2025-01-17T05:43:08.988Z | Downloaded indent_write v2.2.0 |
1174 | 2025-01-17T05:43:08.988Z | Downloaded icu_locid_transform v1.5.0 |
1175 | 2025-01-17T05:43:08.988Z | Downloaded iana-time-zone v0.1.61 |
1176 | 2025-01-17T05:43:08.988Z | Downloaded ahash v0.8.11 |
1177 | 2025-01-17T05:43:08.988Z | Downloaded internet-checksum v0.2.1 |
1178 | 2025-01-17T05:43:08.988Z | Downloaded backoff v0.4.0 |
1179 | 2025-01-17T05:43:08.988Z | Downloaded async-bb8-diesel v0.2.1 |
1180 | 2025-01-17T05:43:08.988Z | Downloaded const_format_proc_macros v0.2.33 |
1181 | 2025-01-17T05:43:08.988Z | Downloaded chacha20 v0.9.1 |
1182 | 2025-01-17T05:43:08.988Z | Downloaded bit-vec v0.6.3 |
1183 | 2025-01-17T05:43:08.988Z | Downloaded async-trait v0.1.83 |
1184 | 2025-01-17T05:43:08.988Z | Downloaded arrayvec v0.7.6 |
1185 | 2025-01-17T05:43:08.988Z | Downloaded heck v0.3.3 |
1186 | 2025-01-17T05:43:08.988Z | Downloaded buf-list v1.0.3 |
1187 | 2025-01-17T05:43:08.992Z | Downloaded bcrypt-pbkdf v0.10.0 |
1188 | 2025-01-17T05:43:09.256Z | Downloaded ring v0.17.8 |
1189 | 2025-01-17T05:43:09.377Z | Downloaded libsqlite3-sys v0.30.1 |
1190 | 2025-01-17T05:43:09.603Z | Downloaded aws-lc-sys v0.22.0 |
1191 | 2025-01-17T05:43:09.900Z | Compiling serde v1.0.217 |
1192 | 2025-01-17T05:43:09.903Z | Compiling lock_api v0.4.12 |
1193 | 2025-01-17T05:43:09.903Z | Compiling scopeguard v1.2.0 |
1194 | 2025-01-17T05:43:09.903Z | Compiling value-bag v1.9.0 |
1195 | 2025-01-17T05:43:09.903Z | Compiling typenum v1.17.0 |
1196 | 2025-01-17T05:43:09.903Z | Compiling generic-array v0.14.7 |
1197 | 2025-01-17T05:43:10.095Z | Compiling syn v2.0.96 |
1198 | 2025-01-17T05:43:10.109Z | Compiling getrandom v0.2.15 |
1199 | 2025-01-17T05:43:10.221Z | Compiling shlex v1.3.0 |
1200 | 2025-01-17T05:43:10.436Z | Compiling rand_core v0.6.4 |
1201 | 2025-01-17T05:43:10.547Z | Compiling log v0.4.22 |
1202 | 2025-01-17T05:43:10.639Z | Compiling subtle v2.6.1 |
1203 | 2025-01-17T05:43:10.662Z | Compiling jobserver v0.1.32 |
1204 | 2025-01-17T05:43:10.682Z | Compiling smallvec v1.13.2 |
1205 | 2025-01-17T05:43:10.943Z | Compiling const-oid v0.9.6 |
1206 | 2025-01-17T05:43:10.973Z | Compiling spin v0.9.8 |
1207 | 2025-01-17T05:43:11.005Z | Compiling pin-project-lite v0.2.14 |
1208 | 2025-01-17T05:43:11.086Z | Compiling cc v1.1.30 |
1209 | 2025-01-17T05:43:11.153Z | Compiling rustix v0.38.37 |
1210 | 2025-01-17T05:43:11.348Z | Compiling parking_lot_core v0.9.10 |
1211 | 2025-01-17T05:43:11.348Z | Compiling futures-core v0.3.31 |
1212 | 2025-01-17T05:43:11.496Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2025-01-17T05:43:11.610Z | Compiling mio v1.0.2 |
1214 | 2025-01-17T05:43:12.044Z | Compiling aho-corasick v1.1.3 |
1215 | 2025-01-17T05:43:12.253Z | Compiling parking_lot v0.12.3 |
1216 | 2025-01-17T05:43:12.455Z | Compiling either v1.13.0 |
1217 | 2025-01-17T05:43:12.475Z | Compiling regex-syntax v0.8.5 |
1218 | 2025-01-17T05:43:12.777Z | Compiling cpufeatures v0.2.14 |
1219 | 2025-01-17T05:43:12.884Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-17T05:43:12.887Z | Compiling glob v0.3.1 |
1221 | 2025-01-17T05:43:13.022Z | Compiling futures-sink v0.3.31 |
1222 | 2025-01-17T05:43:13.069Z | Compiling stable_deref_trait v1.2.0 |
1223 | 2025-01-17T05:43:13.114Z | Compiling socket2 v0.5.7 |
1224 | 2025-01-17T05:43:13.190Z | Compiling slab v0.4.9 |
1225 | 2025-01-17T05:43:13.200Z | Compiling prettyplease v0.2.25 |
1226 | 2025-01-17T05:43:13.584Z | Compiling minimal-lexical v0.2.1 |
1227 | 2025-01-17T05:43:13.676Z | Compiling serde_json v1.0.135 |
1228 | 2025-01-17T05:43:13.697Z | Compiling clang-sys v1.8.1 |
1229 | 2025-01-17T05:43:14.006Z | Compiling nom v7.1.3 |
1230 | 2025-01-17T05:43:14.065Z | Compiling libloading v0.8.5 |
1231 | 2025-01-17T05:43:14.306Z | Compiling home v0.5.9 |
1232 | 2025-01-17T05:43:14.408Z | Compiling bindgen v0.69.5 |
1233 | 2025-01-17T05:43:14.590Z | Compiling futures-channel v0.3.31 |
1234 | 2025-01-17T05:43:14.854Z | Compiling itertools v0.12.1 |
1235 | 2025-01-17T05:43:15.025Z | Compiling lazycell v1.3.0 |
1236 | 2025-01-17T05:43:15.216Z | Compiling foldhash v0.1.3 |
1237 | 2025-01-17T05:43:15.277Z | Compiling allocator-api2 v0.2.18 |
1238 | 2025-01-17T05:43:15.543Z | Compiling futures-task v0.3.31 |
1239 | 2025-01-17T05:43:15.849Z | Compiling pin-utils v0.1.0 |
1240 | 2025-01-17T05:43:15.955Z | Compiling rustc-hash v1.1.0 |
1241 | 2025-01-17T05:43:16.460Z | Compiling futures-io v0.3.31 |
1242 | 2025-01-17T05:43:16.481Z | Compiling libm v0.2.8 |
1243 | 2025-01-17T05:43:16.481Z | Compiling regex-automata v0.4.8 |
1244 | 2025-01-17T05:43:16.492Z | Compiling hashbrown v0.15.1 |
1245 | 2025-01-17T05:43:16.884Z | Compiling cmake v0.1.51 |
1246 | 2025-01-17T05:43:17.395Z | Compiling cexpr v0.6.0 |
1247 | 2025-01-17T05:43:17.712Z | Compiling synstructure v0.13.1 |
1248 | 2025-01-17T05:43:17.779Z | Compiling num-traits v0.2.19 |
1249 | 2025-01-17T05:43:18.074Z | Compiling fs_extra v1.3.0 |
1250 | 2025-01-17T05:43:18.632Z | Compiling pkg-config v0.3.31 |
1251 | 2025-01-17T05:43:18.669Z | Compiling tinyvec_macros v0.1.1 |
1252 | 2025-01-17T05:43:18.777Z | Compiling dunce v1.0.5 |
1253 | 2025-01-17T05:43:18.920Z | Compiling tinyvec v1.8.0 |
1254 | 2025-01-17T05:43:19.325Z | Compiling ring v0.17.8 |
1255 | 2025-01-17T05:43:20.017Z | Compiling writeable v0.5.5 |
1256 | 2025-01-17T05:43:20.491Z | Compiling unicode-normalization v0.1.24 |
1257 | 2025-01-17T05:43:20.562Z | Compiling unicode-bidi v0.3.17 |
1258 | 2025-01-17T05:43:20.583Z | Compiling litemap v0.7.3 |
1259 | 2025-01-17T05:43:20.588Z | Compiling base64ct v1.6.0 |
1260 | 2025-01-17T05:43:20.987Z | Compiling paste v1.0.15 |
1261 | 2025-01-17T05:43:21.156Z | Compiling pem-rfc7468 v0.7.0 |
1262 | 2025-01-17T05:43:21.573Z | Compiling httparse v1.9.5 |
1263 | 2025-01-17T05:43:21.783Z | Compiling regex v1.11.1 |
1264 | 2025-01-17T05:43:21.834Z | Compiling flagset v0.4.6 |
1265 | 2025-01-17T05:43:22.042Z | Compiling aws-lc-rs v1.10.0 |
1266 | 2025-01-17T05:43:22.323Z | Compiling tracing-core v0.1.32 |
1267 | 2025-01-17T05:43:22.435Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2025-01-17T05:43:22.552Z | Compiling percent-encoding v2.3.1 |
1269 | 2025-01-17T05:43:22.742Z | Compiling rustls-pki-types v1.10.0 |
1270 | 2025-01-17T05:43:22.825Z | Compiling crossbeam-utils v0.8.20 |
1271 | 2025-01-17T05:43:23.178Z | Compiling serde_derive v1.0.217 |
1272 | 2025-01-17T05:43:23.332Z | Compiling zeroize_derive v1.4.2 |
1273 | 2025-01-17T05:43:23.504Z | Compiling zerocopy-derive v0.7.35 |
1274 | 2025-01-17T05:43:23.672Z | Compiling tokio-macros v2.5.0 |
1275 | 2025-01-17T05:43:23.812Z | Compiling zerofrom-derive v0.1.4 |
1276 | 2025-01-17T05:43:24.795Z | Compiling zeroize v1.8.1 |
1277 | 2025-01-17T05:43:25.180Z | Compiling yoke-derive v0.7.4 |
1278 | 2025-01-17T05:43:25.219Z | Compiling thiserror-impl v1.0.69 |
1279 | 2025-01-17T05:43:25.555Z | Compiling zerocopy v0.7.35 |
1280 | 2025-01-17T05:43:26.418Z | Compiling crypto-common v0.1.6 |
1281 | 2025-01-17T05:43:26.650Z | Compiling block-buffer v0.10.4 |
1282 | 2025-01-17T05:43:26.739Z | Compiling futures-macro v0.3.31 |
1283 | 2025-01-17T05:43:26.917Z | Compiling digest v0.10.7 |
1284 | 2025-01-17T05:43:27.315Z | Compiling zerovec-derive v0.10.3 |
1285 | 2025-01-17T05:43:27.351Z | Compiling zerofrom v0.1.4 |
1286 | 2025-01-17T05:43:27.403Z | Compiling hmac v0.12.1 |
1287 | 2025-01-17T05:43:27.554Z | Compiling block-padding v0.3.3 |
1288 | 2025-01-17T05:43:27.597Z | Compiling displaydoc v0.2.5 |
1289 | 2025-01-17T05:43:27.671Z | Compiling sha2 v0.10.8 |
1290 | 2025-01-17T05:43:27.805Z | Compiling inout v0.1.3 |
1291 | 2025-01-17T05:43:27.978Z | Compiling yoke v0.7.4 |
1292 | 2025-01-17T05:43:28.084Z | Compiling cipher v0.4.4 |
1293 | 2025-01-17T05:43:28.229Z | Compiling thiserror v1.0.69 |
1294 | 2025-01-17T05:43:28.316Z | Compiling ppv-lite86 v0.2.20 |
1295 | 2025-01-17T05:43:28.379Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-17T05:43:28.591Z | Compiling futures-util v0.3.31 |
1297 | 2025-01-17T05:43:28.609Z | Compiling der_derive v0.7.3 |
1298 | 2025-01-17T05:43:29.110Z | Compiling rand_chacha v0.3.1 |
1299 | 2025-01-17T05:43:29.187Z | Compiling tracing-attributes v0.1.27 |
1300 | 2025-01-17T05:43:29.515Z | Compiling salsa20 v0.10.2 |
1301 | 2025-01-17T05:43:29.759Z | Compiling rand v0.8.5 |
1302 | 2025-01-17T05:43:29.812Z | Compiling zerovec v0.10.4 |
1303 | 2025-01-17T05:43:30.906Z | Compiling der v0.7.9 |
1304 | 2025-01-17T05:43:31.429Z | Compiling pest v2.7.14 |
1305 | 2025-01-17T05:43:31.570Z | Compiling tinystr v0.7.6 |
1306 | 2025-01-17T05:43:31.740Z | Compiling icu_collections v1.5.0 |
1307 | 2025-01-17T05:43:31.843Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-17T05:43:31.992Z | Compiling icu_locid v1.5.0 |
1309 | 2025-01-17T05:43:32.066Z | Compiling mirai-annotations v1.12.0 |
1310 | 2025-01-17T05:43:32.258Z | Compiling num-conv v0.1.0 |
1311 | 2025-01-17T05:43:32.563Z | Compiling time-core v0.1.2 |
1312 | 2025-01-17T05:43:32.754Z | Compiling untrusted v0.9.0 |
1313 | 2025-01-17T05:43:32.759Z | Compiling tracing v0.1.40 |
1314 | 2025-01-17T05:43:32.946Z | Compiling spki v0.7.3 |
1315 | 2025-01-17T05:43:33.130Z | Compiling icu_provider v1.5.0 |
1316 | 2025-01-17T05:43:33.283Z | Compiling powerfmt v0.2.0 |
1317 | 2025-01-17T05:43:33.323Z | Compiling vcpkg v0.2.15 |
1318 | 2025-01-17T05:43:33.688Z | Compiling untrusted v0.7.1 |
1319 | 2025-01-17T05:43:33.893Z | Compiling icu_locid_transform v1.5.0 |
1320 | 2025-01-17T05:43:33.944Z | Compiling icu_properties_data v1.5.0 |
1321 | 2025-01-17T05:43:34.110Z | Compiling pest_meta v2.7.14 |
1322 | 2025-01-17T05:43:34.133Z | Compiling deranged v0.3.11 |
1323 | 2025-01-17T05:43:34.186Z | Compiling time-macros v0.2.18 |
1324 | 2025-01-17T05:43:35.248Z | Compiling openssl-sys v0.9.103 |
1325 | 2025-01-17T05:43:35.562Z | Compiling icu_properties v1.5.1 |
1326 | 2025-01-17T05:43:35.713Z | Compiling scrypt v0.11.0 |
1327 | 2025-01-17T05:43:36.227Z | Compiling aes v0.8.4 |
1328 | 2025-01-17T05:43:36.295Z | Compiling cbc v0.1.2 |
1329 | 2025-01-17T05:43:36.317Z | Compiling bitflags v2.6.0 |
1330 | 2025-01-17T05:43:36.545Z | Compiling bytes v1.9.0 |
1331 | 2025-01-17T05:43:37.358Z | Compiling indexmap v2.7.0 |
1332 | 2025-01-17T05:43:37.664Z | Compiling tokio v1.43.0 |
1333 | 2025-01-17T05:43:37.772Z | Compiling http v1.2.0 |
1334 | 2025-01-17T05:43:38.675Z | Compiling semver v1.0.24 |
1335 | 2025-01-17T05:43:38.728Z | Compiling scroll_derive v0.12.0 |
1336 | 2025-01-17T05:43:39.079Z | Compiling icu_normalizer_data v1.5.0 |
1337 | 2025-01-17T05:43:39.198Z | Compiling rustc_version v0.4.1 |
1338 | 2025-01-17T05:43:39.370Z | Compiling write16 v1.0.0 |
1339 | 2025-01-17T05:43:39.531Z | Compiling utf8_iter v1.0.4 |
1340 | 2025-01-17T05:43:39.704Z | Compiling utf16_iter v1.0.5 |
1341 | 2025-01-17T05:43:39.793Z | Compiling num_threads v0.1.7 |
1342 | 2025-01-17T05:43:39.900Z | Compiling atomic-waker v1.1.2 |
1343 | 2025-01-17T05:43:39.941Z | Compiling time v0.3.36 |
1344 | 2025-01-17T05:43:39.960Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-01-17T05:43:39.981Z | Compiling http-body v1.0.1 |
1346 | 2025-01-17T05:43:40.093Z | Compiling pkcs5 v0.7.1 |
1347 | 2025-01-17T05:43:40.216Z | Compiling scroll v0.12.0 |
1348 | 2025-01-17T05:43:40.260Z | Compiling which v4.4.2 |
1349 | 2025-01-17T05:43:40.322Z | Compiling pest_generator v2.7.14 |
1350 | 2025-01-17T05:43:40.839Z | Compiling form_urlencoded v1.2.1 |
1351 | 2025-01-17T05:43:41.156Z | Compiling slog v2.7.0 |
1352 | 2025-01-17T05:43:41.217Z | Compiling try-lock v0.2.5 |
1353 | 2025-01-17T05:43:41.386Z | Compiling want v0.3.1 |
1354 | 2025-01-17T05:43:41.423Z | Compiling goblin v0.8.2 |
1355 | 2025-01-17T05:43:41.688Z | Compiling idna_adapter v1.2.0 |
1356 | 2025-01-17T05:43:41.735Z | Compiling pkcs8 v0.10.2 |
1357 | 2025-01-17T05:43:41.781Z | Compiling uuid v1.11.0 |
1358 | 2025-01-17T05:43:41.913Z | Compiling iana-time-zone v0.1.61 |
1359 | 2025-01-17T05:43:42.268Z | Compiling pest_derive v2.7.14 |
1360 | 2025-01-17T05:43:42.346Z | Compiling httpdate v1.0.3 |
1361 | 2025-01-17T05:43:42.386Z | Compiling chrono v0.4.38 |
1362 | 2025-01-17T05:43:42.803Z | Compiling idna v1.0.3 |
1363 | 2025-01-17T05:43:43.079Z | Compiling dtrace-parser v0.2.0 |
1364 | 2025-01-17T05:43:43.943Z | Compiling toml_datetime v0.6.8 |
1365 | 2025-01-17T05:43:44.452Z | Compiling serde_spanned v0.6.8 |
1366 | 2025-01-17T05:43:44.471Z | Compiling serde_tokenstream v0.2.2 |
1367 | 2025-01-17T05:43:44.706Z | Compiling foreign-types-shared v0.1.1 |
1368 | 2025-01-17T05:43:44.796Z | Compiling adler2 v2.0.0 |
1369 | 2025-01-17T05:43:44.845Z | Compiling match_cfg v0.1.0 |
1370 | 2025-01-17T05:43:44.951Z | Compiling openssl v0.10.66 |
1371 | 2025-01-17T05:43:44.992Z | Compiling rustversion v1.0.17 |
1372 | 2025-01-17T05:43:45.013Z | Compiling tower-service v0.3.3 |
1373 | 2025-01-17T05:43:45.056Z | Compiling base64 v0.22.1 |
1374 | 2025-01-17T05:43:45.155Z | Compiling miniz_oxide v0.8.0 |
1375 | 2025-01-17T05:43:45.380Z | Compiling hostname v0.3.1 |
1376 | 2025-01-17T05:43:45.612Z | Compiling foreign-types v0.3.2 |
1377 | 2025-01-17T05:43:45.707Z | Compiling url v2.5.3 |
1378 | 2025-01-17T05:43:45.759Z | Compiling openssl-macros v0.1.1 |
1379 | 2025-01-17T05:43:45.903Z | Compiling tokio-util v0.7.12 |
1380 | 2025-01-17T05:43:46.509Z | Compiling async-trait v0.1.83 |
1381 | 2025-01-17T05:43:46.615Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2025-01-17T05:43:47.021Z | Compiling h2 v0.4.6 |
1383 | 2025-01-17T05:43:47.133Z | Compiling dirs-sys-next v0.1.2 |
1384 | 2025-01-17T05:43:47.481Z | Compiling dof v0.3.0 |
1385 | 2025-01-17T05:43:47.692Z | Compiling native-tls v0.2.12 |
1386 | 2025-01-17T05:43:48.042Z | Compiling syn v1.0.109 |
1387 | 2025-01-17T05:43:48.629Z | Compiling usdt-impl v0.5.0 |
1388 | 2025-01-17T05:43:48.910Z | Compiling data-encoding v2.6.0 |
1389 | 2025-01-17T05:43:49.017Z | Compiling schemars v0.8.21 |
1390 | 2025-01-17T05:43:49.487Z | Compiling rustls v0.22.4 |
1391 | 2025-01-17T05:43:49.533Z | Compiling rustls v0.23.19 |
1392 | 2025-01-17T05:43:49.667Z | Compiling siphasher v0.3.11 |
1393 | 2025-01-17T05:43:49.763Z | Compiling schemars_derive v0.8.21 |
1394 | 2025-01-17T05:43:50.147Z | Compiling dirs-next v2.0.0 |
1395 | 2025-01-17T05:43:51.052Z | Compiling http-body-util v0.1.2 |
1396 | 2025-01-17T05:43:51.095Z | Compiling heapless v0.7.17 |
1397 | 2025-01-17T05:43:51.479Z | Compiling crossbeam-epoch v0.9.18 |
1398 | 2025-01-17T05:43:51.500Z | Compiling signature v2.2.0 |
1399 | 2025-01-17T05:43:51.523Z | Compiling sha1 v0.10.6 |
1400 | 2025-01-17T05:43:51.660Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1401 | 2025-01-17T05:43:51.807Z | Compiling thread_local v1.1.8 |
1402 | 2025-01-17T05:43:51.946Z | Compiling cookie v0.18.1 |
1403 | 2025-01-17T05:43:52.140Z | Compiling encoding_rs v0.8.34 |
1404 | 2025-01-17T05:43:52.169Z | Compiling multer v3.1.0 |
1405 | 2025-01-17T05:43:52.231Z | Compiling slog-async v2.8.0 |
1406 | 2025-01-17T05:43:52.298Z | Compiling ipnet v2.10.1 |
1407 | 2025-01-17T05:43:52.456Z | Compiling signal-hook v0.3.17 |
1408 | 2025-01-17T05:43:52.732Z | Compiling mime v0.3.17 |
1409 | 2025-01-17T05:43:52.756Z | Compiling openssl-probe v0.1.5 |
1410 | 2025-01-17T05:43:52.892Z | Compiling gimli v0.31.1 |
1411 | 2025-01-17T05:43:53.078Z | Compiling unicode-properties v0.1.3 |
1412 | 2025-01-17T05:43:53.248Z | Compiling dyn-clone v1.0.17 |
1413 | 2025-01-17T05:43:53.359Z | Compiling rayon-core v1.12.1 |
1414 | 2025-01-17T05:43:53.494Z | Compiling stringprep v0.1.5 |
1415 | 2025-01-17T05:43:53.683Z | Compiling toml_edit v0.22.22 |
1416 | 2025-01-17T05:43:54.660Z | Compiling hyper v1.5.2 |
1417 | 2025-01-17T05:43:57.071Z | Compiling hyper-util v0.1.10 |
1418 | 2025-01-17T05:43:57.092Z | Compiling addr2line v0.24.2 |
1419 | 2025-01-17T05:43:57.780Z | Compiling crossbeam-deque v0.8.5 |
1420 | 2025-01-17T05:43:57.877Z | Compiling usdt-attr-macro v0.5.0 |
1421 | 2025-01-17T05:43:58.118Z | Compiling usdt-macro v0.5.0 |
1422 | 2025-01-17T05:43:58.140Z | Compiling term v0.7.0 |
1423 | 2025-01-17T05:43:59.385Z | Compiling slog-json v2.6.1 |
1424 | 2025-01-17T05:43:59.419Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2025-01-17T05:43:59.448Z | Compiling curve25519-dalek v4.1.3 |
1426 | 2025-01-17T05:43:59.556Z | Compiling crossbeam-channel v0.5.13 |
1427 | 2025-01-17T05:43:59.777Z | Compiling enum-as-inner v0.6.1 |
1428 | 2025-01-17T05:43:59.924Z | Compiling futures-executor v0.3.31 |
1429 | 2025-01-17T05:43:59.948Z | Compiling md-5 v0.10.6 |
1430 | 2025-01-17T05:44:00.165Z | Compiling rustls-pemfile v2.2.0 |
1431 | 2025-01-17T05:44:00.226Z | Compiling async-stream-impl v0.3.6 |
1432 | 2025-01-17T05:44:00.445Z | Compiling num-integer v0.1.46 |
1433 | 2025-01-17T05:44:00.506Z | Compiling idna v0.4.0 |
1434 | 2025-01-17T05:44:00.579Z | Compiling idna v0.3.0 |
1435 | 2025-01-17T05:44:00.836Z | Compiling hash32 v0.2.1 |
1436 | 2025-01-17T05:44:01.169Z | Compiling ff v0.13.0 |
1437 | 2025-01-17T05:44:01.189Z | Compiling is-terminal v0.4.13 |
1438 | 2025-01-17T05:44:01.295Z | Compiling dropshot v0.12.0 |
1439 | 2025-01-17T05:44:01.339Z | Compiling object v0.36.5 |
1440 | 2025-01-17T05:44:01.397Z | Compiling smoltcp v0.9.1 |
1441 | 2025-01-17T05:44:01.554Z | Compiling psl-types v2.0.11 |
1442 | 2025-01-17T05:44:01.589Z | Compiling linked-hash-map v0.5.6 |
1443 | 2025-01-17T05:44:01.758Z | Compiling num-bigint-dig v0.8.4 |
1444 | 2025-01-17T05:44:01.929Z | Compiling rustc-demangle v0.1.24 |
1445 | 2025-01-17T05:44:02.040Z | Compiling fallible-iterator v0.2.0 |
1446 | 2025-01-17T05:44:02.062Z | Compiling take_mut v0.2.2 |
1447 | 2025-01-17T05:44:02.083Z | Compiling anyhow v1.0.93 |
1448 | 2025-01-17T05:44:02.168Z | Compiling utf-8 v0.7.6 |
1449 | 2025-01-17T05:44:02.228Z | Compiling base16ct v0.2.0 |
1450 | 2025-01-17T05:44:02.480Z | Compiling quick-error v1.2.3 |
1451 | 2025-01-17T05:44:02.564Z | Compiling portable-atomic v1.9.0 |
1452 | 2025-01-17T05:44:02.653Z | Compiling resolv-conf v0.7.0 |
1453 | 2025-01-17T05:44:02.738Z | Compiling postgres-protocol v0.6.7 |
1454 | 2025-01-17T05:44:02.871Z | Compiling sec1 v0.7.3 |
1455 | 2025-01-17T05:44:03.076Z | Compiling tungstenite v0.24.0 |
1456 | 2025-01-17T05:44:03.504Z | Compiling lru-cache v0.1.2 |
1457 | 2025-01-17T05:44:03.667Z | Compiling publicsuffix v2.2.3 |
1458 | 2025-01-17T05:44:03.782Z | Compiling async-stream v0.3.6 |
1459 | 2025-01-17T05:44:03.936Z | Compiling hickory-proto v0.24.1 |
1460 | 2025-01-17T05:44:04.010Z | Compiling group v0.13.0 |
1461 | 2025-01-17T05:44:04.080Z | Compiling slog-term v2.9.1 |
1462 | 2025-01-17T05:44:04.368Z | Compiling usdt v0.5.0 |
1463 | 2025-01-17T05:44:04.896Z | Compiling num-iter v0.1.45 |
1464 | 2025-01-17T05:44:05.108Z | Compiling futures v0.3.31 |
1465 | 2025-01-17T05:44:05.227Z | Compiling slog-bunyan v2.5.0 |
1466 | 2025-01-17T05:44:05.512Z | Compiling camino v1.1.9 |
1467 | 2025-01-17T05:44:06.450Z | Compiling toml v0.8.19 |
1468 | 2025-01-17T05:44:06.486Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2025-01-17T05:44:06.787Z | Compiling phf_shared v0.11.2 |
1470 | 2025-01-17T05:44:06.909Z | Compiling dropshot_endpoint v0.12.0 |
1471 | 2025-01-17T05:44:07.157Z | Compiling terminal_size v0.4.0 |
1472 | 2025-01-17T05:44:07.294Z | Compiling waitgroup v0.1.2 |
1473 | 2025-01-17T05:44:07.395Z | Compiling openapiv3 v2.0.0 |
1474 | 2025-01-17T05:44:07.536Z | Compiling serde_path_to_error v0.1.16 |
1475 | 2025-01-17T05:44:08.019Z | Compiling backtrace v0.3.74 |
1476 | 2025-01-17T05:44:08.350Z | Compiling hkdf v0.12.4 |
1477 | 2025-01-17T05:44:08.495Z | Compiling crypto-bigint v0.5.5 |
1478 | 2025-01-17T05:44:08.617Z | Compiling webpki-roots v0.26.6 |
1479 | 2025-01-17T05:44:08.825Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-01-17T05:44:10.315Z | Compiling zerocopy-derive v0.6.6 |
1481 | 2025-01-17T05:44:11.150Z | Compiling hubpack_derive v0.1.1 |
1482 | 2025-01-17T05:44:11.180Z | Compiling idna v0.5.0 |
1483 | 2025-01-17T05:44:11.229Z | Compiling hostname v0.4.0 |
1484 | 2025-01-17T05:44:11.453Z | Compiling ahash v0.8.11 |
1485 | 2025-01-17T05:44:11.475Z | Compiling fs-err v2.11.0 |
1486 | 2025-01-17T05:44:11.764Z | Compiling crc32fast v1.4.2 |
1487 | 2025-01-17T05:44:11.790Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-17T05:44:11.965Z | Compiling newtype-uuid v1.2.1 |
1489 | 2025-01-17T05:44:12.006Z | Compiling winnow v0.5.40 |
1490 | 2025-01-17T05:44:12.132Z | Compiling bitflags v1.3.2 |
1491 | 2025-01-17T05:44:12.256Z | Compiling managed v0.8.0 |
1492 | 2025-01-17T05:44:12.275Z | Compiling clap_builder v4.5.21 |
1493 | 2025-01-17T05:44:12.321Z | Compiling zerocopy v0.6.6 |
1494 | 2025-01-17T05:44:12.710Z | Compiling cookie_store v0.21.0 |
1495 | 2025-01-17T05:44:13.058Z | Compiling flate2 v1.0.34 |
1496 | 2025-01-17T05:44:13.332Z | Compiling hubpack v0.1.2 |
1497 | 2025-01-17T05:44:13.779Z | Compiling strum_macros v0.25.3 |
1498 | 2025-01-17T05:44:14.013Z | Compiling console v0.15.8 |
1499 | 2025-01-17T05:44:14.414Z | Compiling elliptic-curve v0.13.8 |
1500 | 2025-01-17T05:44:14.623Z | Compiling hickory-resolver v0.24.1 |
1501 | 2025-01-17T05:44:15.443Z | Compiling toml_edit v0.19.15 |
1502 | 2025-01-17T05:44:15.564Z | Compiling phf v0.11.2 |
1503 | 2025-01-17T05:44:15.866Z | Compiling signal-hook-mio v0.2.4 |
1504 | 2025-01-17T05:44:16.059Z | Compiling hyper-tls v0.6.0 |
1505 | 2025-01-17T05:44:16.068Z | Compiling rayon v1.10.0 |
1506 | 2025-01-17T05:44:16.489Z | Compiling bzip2 v0.4.4 |
1507 | 2025-01-17T05:44:17.623Z | Compiling tokio-tungstenite v0.24.0 |
1508 | 2025-01-17T05:44:19.498Z | Compiling postgres-types v0.2.8 |
1509 | 2025-01-17T05:44:20.443Z | Compiling ed25519 v2.2.3 |
1510 | 2025-01-17T05:44:20.594Z | Compiling phf_shared v0.10.0 |
1511 | 2025-01-17T05:44:20.612Z | Compiling tokio-stream v0.1.16 |
1512 | 2025-01-17T05:44:20.849Z | Compiling pkcs1 v0.7.5 |
1513 | 2025-01-17T05:44:20.968Z | Compiling serde-big-array v0.5.1 |
1514 | 2025-01-17T05:44:21.211Z | Compiling clap_derive v4.5.18 |
1515 | 2025-01-17T05:44:21.570Z | Compiling rfc6979 v0.4.0 |
1516 | 2025-01-17T05:44:21.764Z | Compiling serde_repr v0.1.19 |
1517 | 2025-01-17T05:44:21.786Z | Compiling derive-where v1.2.7 |
1518 | 2025-01-17T05:44:22.328Z | Compiling float-cmp v0.9.0 |
1519 | 2025-01-17T05:44:22.571Z | Compiling bstr v1.10.0 |
1520 | 2025-01-17T05:44:22.574Z | Compiling sync_wrapper v1.0.1 |
1521 | 2025-01-17T05:44:22.708Z | Compiling predicates-core v1.0.8 |
1522 | 2025-01-17T05:44:22.752Z | Compiling unicode-width v0.2.0 |
1523 | 2025-01-17T05:44:22.865Z | Compiling fixedbitset v0.4.2 |
1524 | 2025-01-17T05:44:23.033Z | Compiling new_debug_unreachable v1.0.6 |
1525 | 2025-01-17T05:44:23.138Z | Compiling precomputed-hash v0.1.1 |
1526 | 2025-01-17T05:44:23.276Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2025-01-17T05:44:23.296Z | Compiling normalize-line-endings v0.3.0 |
1528 | 2025-01-17T05:44:23.315Z | Compiling bit-vec v0.6.3 |
1529 | 2025-01-17T05:44:23.437Z | Compiling static_assertions v1.1.0 |
1530 | 2025-01-17T05:44:23.554Z | Compiling difflib v0.4.0 |
1531 | 2025-01-17T05:44:23.722Z | Compiling number_prefix v0.4.0 |
1532 | 2025-01-17T05:44:23.974Z | Compiling whoami v1.5.2 |
1533 | 2025-01-17T05:44:24.127Z | Compiling predicates v3.1.2 |
1534 | 2025-01-17T05:44:24.149Z | Compiling similar v2.6.0 |
1535 | 2025-01-17T05:44:24.592Z | Compiling tokio-postgres v0.7.12 |
1536 | 2025-01-17T05:44:25.001Z | Compiling indicatif v0.17.9 |
1537 | 2025-01-17T05:44:25.043Z | Compiling bit-set v0.5.3 |
1538 | 2025-01-17T05:44:25.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1539 | 2025-01-17T05:44:25.689Z | Compiling string_cache v0.8.7 |
1540 | 2025-01-17T05:44:25.888Z | Compiling clap v4.5.21 |
1541 | 2025-01-17T05:44:26.019Z | Compiling petgraph v0.6.5 |
1542 | 2025-01-17T05:44:26.126Z | Compiling ecdsa v0.16.9 |
1543 | 2025-01-17T05:44:26.299Z | Compiling rsa v0.9.6 |
1544 | 2025-01-17T05:44:26.948Z | Compiling ed25519-dalek v2.1.1 |
1545 | 2025-01-17T05:44:27.011Z | Compiling toml v0.7.8 |
1546 | 2025-01-17T05:44:28.306Z | Compiling zip v0.6.6 |
1547 | 2025-01-17T05:44:28.576Z | Compiling crossterm v0.28.1 |
1548 | 2025-01-17T05:44:30.346Z | Compiling hex v0.4.3 |
1549 | 2025-01-17T05:44:30.513Z | Compiling x509-cert v0.2.5 |
1550 | 2025-01-17T05:44:30.621Z | Compiling itertools v0.10.5 |
1551 | 2025-01-17T05:44:30.936Z | Compiling lalrpop-util v0.19.12 |
1552 | 2025-01-17T05:44:30.967Z | Compiling unicode-xid v0.2.6 |
1553 | 2025-01-17T05:44:31.165Z | Compiling peg-runtime v0.8.3 |
1554 | 2025-01-17T05:44:31.289Z | Compiling strum_macros v0.26.4 |
1555 | 2025-01-17T05:44:31.718Z | Compiling xattr v1.3.1 |
1556 | 2025-01-17T05:44:31.774Z | Compiling filetime v0.2.25 |
1557 | 2025-01-17T05:44:32.022Z | Compiling tar v0.4.42 |
1558 | 2025-01-17T05:44:36.063Z | Compiling strum v0.26.3 |
1559 | 2025-01-17T05:44:39.295Z | Compiling aws-lc-sys v0.22.0 |
1560 | 2025-01-17T05:45:07.139Z | Compiling rustls-webpki v0.102.8 |
1561 | 2025-01-17T05:45:10.430Z | Compiling tokio-rustls v0.25.0 |
1562 | 2025-01-17T05:45:12.147Z | Compiling tokio-rustls v0.26.0 |
1563 | 2025-01-17T05:45:12.441Z | Compiling hyper-rustls v0.27.3 |
1564 | 2025-01-17T05:45:12.830Z | Compiling reqwest v0.12.9 |
1565 | 2025-01-17T05:45:14.168Z | Compiling qorb v0.2.1 |
1566 | 2025-01-17T05:45:17.288Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2025-01-17T05:45:17.538Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1568 | 2025-01-17T05:45:22.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1569 | 2025-01-17T05:45:22.647Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1570 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: Cockroach |
1571 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: Clickhouse |
1572 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: Console |
1573 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: DendriteOpenapi |
1574 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: DendriteStub |
1575 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: MaghemiteMgd |
1576 | 2025-01-17T05:45:22.700Z | Jan 17 05:45:22.065 INFO Starting download, target: TransceiverControl |
1577 | 2025-01-17T05:45:22.702Z | Jan 17 05:45:22.066 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1578 | 2025-01-17T05:45:22.702Z | Jan 17 05:45:22.066 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1579 | 2025-01-17T05:45:22.703Z | Jan 17 05:45:22.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1580 | 2025-01-17T05:45:22.703Z | Jan 17 05:45:22.067 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1581 | 2025-01-17T05:45:22.703Z | Jan 17 05:45:22.067 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1582 | 2025-01-17T05:45:22.703Z | Jan 17 05:45:22.067 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1583 | 2025-01-17T05:45:22.703Z | Jan 17 05:45:22.067 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1584 | 2025-01-17T05:45:22.885Z | Jan 17 05:45:22.244 INFO Download complete, target: DendriteOpenapi |
1585 | 2025-01-17T05:45:23.047Z | Jan 17 05:45:22.411 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1586 | 2025-01-17T05:45:23.227Z | Jan 17 05:45:22.589 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-01-17T05:45:23.580Z | Jan 17 05:45:22.931 INFO Download complete, target: Console |
1588 | 2025-01-17T05:45:23.613Z | Jan 17 05:45:22.967 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1589 | 2025-01-17T05:45:23.664Z | Jan 17 05:45:23.026 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1590 | 2025-01-17T05:45:23.734Z | Jan 17 05:45:23.099 INFO Download complete, target: TransceiverControl |
1591 | 2025-01-17T05:45:24.713Z | Jan 17 05:45:24.041 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1592 | 2025-01-17T05:45:24.727Z | Jan 17 05:45:24.074 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1593 | 2025-01-17T05:45:24.727Z | Jan 17 05:45:24.074 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1594 | 2025-01-17T05:45:26.577Z | Jan 17 05:45:25.942 INFO Download complete, target: DendriteStub |
1595 | 2025-01-17T05:45:26.583Z | Jan 17 05:45:25.948 INFO Download complete, target: MaghemiteMgd |
1596 | 2025-01-17T05:45:32.061Z | Jan 17 05:45:31.425 INFO Checking that binary works, target: Cockroach |
1597 | 2025-01-17T05:45:32.232Z | Jan 17 05:45:31.596 INFO Download complete, target: Cockroach |
1598 | 2025-01-17T05:45:37.132Z | Jan 17 05:45:36.495 INFO Checking that binary works, target: Clickhouse |
1599 | 2025-01-17T05:45:37.347Z | Jan 17 05:45:36.710 INFO Download complete, target: Clickhouse |
1600 | 2025-01-17T05:45:37.373Z | All builder prerequisites installed successfully, and PATH looks valid |
1601 | 2025-01-17T05:45:37.376Z | |
1602 | 2025-01-17T05:45:37.376Z | real 4:32.781220813 |
1603 | 2025-01-17T05:45:37.376Z | user 16:03.888800326 |
1604 | 2025-01-17T05:45:37.376Z | sys 2:06.140079938 |
1605 | 2025-01-17T05:45:37.376Z | trap 0.606812862 |
1606 | 2025-01-17T05:45:37.376Z | tflt 1.740610497 |
1607 | 2025-01-17T05:45:37.376Z | dflt 1.765732836 |
1608 | 2025-01-17T05:45:37.376Z | kflt 0.070028556 |
1609 | 2025-01-17T05:45:37.376Z | lock 25:38.088279517 |
1610 | 2025-01-17T05:45:37.376Z | slp 55:38.304622497 |
1611 | 2025-01-17T05:45:37.376Z | lat 59.354171303 |
1612 | 2025-01-17T05:45:37.376Z | stop 2:27.579645423 |
1613 | 2025-01-17T05:45:37.376Z | ++ bmat factory name |
1614 | 2025-01-17T05:45:37.379Z | ++ bmat factory private |
1615 | 2025-01-17T05:45:37.382Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0500bf0df71b10cf3 '{ |
1616 | 2025-01-17T05:45:37.383Z | buildomat: { |
1617 | 2025-01-17T05:45:37.383Z | factory: { |
1618 | 2025-01-17T05:45:37.383Z | name: $bmat_factory_name, |
1619 | 2025-01-17T05:45:37.383Z | private: $bmat_factory_private, |
1620 | 2025-01-17T05:45:37.383Z | }, |
1621 | 2025-01-17T05:45:37.383Z | }, |
1622 | 2025-01-17T05:45:37.383Z | }' |
1623 | 2025-01-17T05:45:37.443Z | + banner ls-apis |
1624 | 2025-01-17T05:45:37.446Z | |
1625 | 2025-01-17T05:45:37.446Z | # #### ## ##### # #### |
1626 | 2025-01-17T05:45:37.446Z | # # # # # # # # |
1627 | 2025-01-17T05:45:37.446Z | # #### ##### # # # # # #### |
1628 | 2025-01-17T05:45:37.446Z | # # ###### ##### # # |
1629 | 2025-01-17T05:45:37.446Z | # # # # # # # # # |
1630 | 2025-01-17T05:45:37.446Z | ###### #### # # # # #### |
1631 | 2025-01-17T05:45:37.446Z | |
1632 | 2025-01-17T05:45:37.449Z | + source ./tools/include/force-git-over-https.sh |
1633 | 2025-01-17T05:45:37.449Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1634 | 2025-01-17T05:45:37.449Z | ++ (( i = 0 )) |
1635 | 2025-01-17T05:45:37.449Z | ++ (( i < 5 )) |
1636 | 2025-01-17T05:45:37.449Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1637 | 2025-01-17T05:45:37.452Z | ++ (( i++ )) |
1638 | 2025-01-17T05:45:37.452Z | ++ (( i < 5 )) |
1639 | 2025-01-17T05:45:37.452Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1640 | 2025-01-17T05:45:37.454Z | ++ (( i++ )) |
1641 | 2025-01-17T05:45:37.454Z | ++ (( i < 5 )) |
1642 | 2025-01-17T05:45:37.454Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1643 | 2025-01-17T05:45:37.457Z | ++ (( i++ )) |
1644 | 2025-01-17T05:45:37.457Z | ++ (( i < 5 )) |
1645 | 2025-01-17T05:45:37.457Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1646 | 2025-01-17T05:45:37.461Z | ++ (( i++ )) |
1647 | 2025-01-17T05:45:37.461Z | ++ (( i < 5 )) |
1648 | 2025-01-17T05:45:37.461Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1649 | 2025-01-17T05:45:37.464Z | ++ (( i++ )) |
1650 | 2025-01-17T05:45:37.464Z | ++ (( i < 5 )) |
1651 | 2025-01-17T05:45:37.466Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2025-01-17T05:45:37.466Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1653 | 2025-01-17T05:45:37.466Z | + ptime -m cargo xtask ls-apis apis |
1654 | 2025-01-17T05:45:37.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1655 | 2025-01-17T05:45:38.005Z | Running `target/debug/xtask ls-apis apis` |
1656 | 2025-01-17T05:45:38.827Z | Compiling semver v0.1.20 |
1657 | 2025-01-17T05:45:38.830Z | Compiling structmeta-derive v0.3.0 |
1658 | 2025-01-17T05:45:38.830Z | Compiling cargo-platform v0.1.8 |
1659 | 2025-01-17T05:45:39.147Z | Compiling cargo_metadata v0.18.1 |
1660 | 2025-01-17T05:45:39.168Z | Compiling rustc_version v0.1.7 |
1661 | 2025-01-17T05:45:39.536Z | Compiling newtype_derive v0.1.6 |
1662 | 2025-01-17T05:45:40.329Z | Compiling structmeta v0.3.0 |
1663 | 2025-01-17T05:45:40.594Z | Compiling parse-display-derive v0.10.0 |
1664 | 2025-01-17T05:45:42.306Z | Compiling parse-display v0.10.0 |
1665 | 2025-01-17T05:45:42.475Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1666 | 2025-01-17T05:45:46.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
1667 | 2025-01-17T05:45:46.789Z | Running `target/debug/ls-apis apis` |
1668 | 2025-01-17T05:45:46.829Z | loading metadata for workspace omicron from current workspace |
1669 | 2025-01-17T05:45:51.878Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1670 | 2025-01-17T05:45:51.883Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml |
1671 | 2025-01-17T05:45:51.886Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml |
1672 | 2025-01-17T05:46:09.644Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1673 | 2025-01-17T05:46:13.302Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1674 | 2025-01-17T05:46:13.320Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1675 | 2025-01-17T05:46:13.480Z | Bootstrap Agent (client: bootstrap-agent-client) |
1676 | 2025-01-17T05:46:13.480Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1677 | 2025-01-17T05:46:13.480Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1678 | 2025-01-17T05:46:13.480Z | |
1679 | 2025-01-17T05:46:13.480Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1680 | 2025-01-17T05:46:13.480Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1681 | 2025-01-17T05:46:13.480Z | |
1682 | 2025-01-17T05:46:13.480Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1683 | 2025-01-17T05:46:13.480Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1684 | 2025-01-17T05:46:13.480Z | |
1685 | 2025-01-17T05:46:13.480Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1686 | 2025-01-17T05:46:13.480Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1687 | 2025-01-17T05:46:13.480Z | |
1688 | 2025-01-17T05:46:13.480Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1689 | 2025-01-17T05:46:13.480Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1690 | 2025-01-17T05:46:13.480Z | |
1691 | 2025-01-17T05:46:13.483Z | Crucible Agent (client: crucible-agent-client) |
1692 | 2025-01-17T05:46:13.483Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1693 | 2025-01-17T05:46:13.483Z | |
1694 | 2025-01-17T05:46:13.483Z | Crucible Control (for testing only) (client: crucible-control-client) |
1695 | 2025-01-17T05:46:13.483Z | |
1696 | 2025-01-17T05:46:13.483Z | Crucible Pantry (client: crucible-pantry-client) |
1697 | 2025-01-17T05:46:13.483Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1698 | 2025-01-17T05:46:13.483Z | |
1699 | 2025-01-17T05:46:13.483Z | Maghemite DDM Admin (client: ddm-admin-client) |
1700 | 2025-01-17T05:46:13.483Z | consumed by: installinator (omicron/installinator) via 1 path |
1701 | 2025-01-17T05:46:13.483Z | consumed by: mgd (maghemite/mgd) via 1 path |
1702 | 2025-01-17T05:46:13.483Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1703 | 2025-01-17T05:46:13.483Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1704 | 2025-01-17T05:46:13.483Z | |
1705 | 2025-01-17T05:46:13.483Z | DNS Server (client: dns-service-client) |
1706 | 2025-01-17T05:46:13.494Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1707 | 2025-01-17T05:46:13.494Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1708 | 2025-01-17T05:46:13.494Z | |
1709 | 2025-01-17T05:46:13.494Z | Dendrite DPD (client: dpd-client) |
1710 | 2025-01-17T05:46:13.494Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1711 | 2025-01-17T05:46:13.494Z | consumed by: mgd (maghemite/mgd) via 1 path |
1712 | 2025-01-17T05:46:13.494Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1713 | 2025-01-17T05:46:13.494Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1714 | 2025-01-17T05:46:13.494Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1715 | 2025-01-17T05:46:13.498Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1716 | 2025-01-17T05:46:13.498Z | |
1717 | 2025-01-17T05:46:13.498Z | Downstairs Controller (debugging only) (client: dsc-client) |
1718 | 2025-01-17T05:46:13.498Z | |
1719 | 2025-01-17T05:46:13.498Z | Management Gateway Service (client: gateway-client) |
1720 | 2025-01-17T05:46:13.503Z | consumed by: dpd (dendrite/dpd) via 1 path |
1721 | 2025-01-17T05:46:13.503Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1722 | 2025-01-17T05:46:13.503Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1723 | 2025-01-17T05:46:13.503Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1724 | 2025-01-17T05:46:13.503Z | |
1725 | 2025-01-17T05:46:13.503Z | Wicketd Installinator (client: installinator-client) |
1726 | 2025-01-17T05:46:13.503Z | consumed by: installinator (omicron/installinator) via 1 path |
1727 | 2025-01-17T05:46:13.503Z | |
1728 | 2025-01-17T05:46:13.503Z | Maghemite MG Admin (client: mg-admin-client) |
1729 | 2025-01-17T05:46:13.506Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1730 | 2025-01-17T05:46:13.506Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1731 | 2025-01-17T05:46:13.506Z | |
1732 | 2025-01-17T05:46:13.506Z | Nexus Internal API (client: nexus-client) |
1733 | 2025-01-17T05:46:13.509Z | consumed by: dpd (dendrite/dpd) via 1 path |
1734 | 2025-01-17T05:46:13.509Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1735 | 2025-01-17T05:46:13.509Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1736 | 2025-01-17T05:46:13.509Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1737 | 2025-01-17T05:46:13.509Z | |
1738 | 2025-01-17T05:46:13.509Z | External API (client: oxide-client) |
1739 | 2025-01-17T05:46:13.509Z | |
1740 | 2025-01-17T05:46:13.509Z | Oximeter (client: oximeter-client) |
1741 | 2025-01-17T05:46:13.509Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1742 | 2025-01-17T05:46:13.509Z | |
1743 | 2025-01-17T05:46:13.509Z | Propolis (client: propolis-client) |
1744 | 2025-01-17T05:46:13.512Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1745 | 2025-01-17T05:46:13.512Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1746 | 2025-01-17T05:46:13.512Z | |
1747 | 2025-01-17T05:46:13.512Z | Crucible Repair (client: repair-client) |
1748 | 2025-01-17T05:46:13.512Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1749 | 2025-01-17T05:46:13.512Z | |
1750 | 2025-01-17T05:46:13.512Z | Repo Depot API (client: repo-depot-client) |
1751 | 2025-01-17T05:46:13.512Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1752 | 2025-01-17T05:46:13.512Z | |
1753 | 2025-01-17T05:46:13.512Z | Sled Agent (client: sled-agent-client) |
1754 | 2025-01-17T05:46:13.515Z | consumed by: dpd (dendrite/dpd) via 1 path |
1755 | 2025-01-17T05:46:13.516Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1756 | 2025-01-17T05:46:13.516Z | |
1757 | 2025-01-17T05:46:13.516Z | Wicketd (client: wicketd-client) |
1758 | 2025-01-17T05:46:13.521Z | |
1759 | 2025-01-17T05:46:13.633Z | |
1760 | 2025-01-17T05:46:13.633Z | real 36.146076746 |
1761 | 2025-01-17T05:46:13.633Z | user 31.436133429 |
1762 | 2025-01-17T05:46:13.633Z | sys 8.816147834 |
1763 | 2025-01-17T05:46:13.635Z | trap 0.025209785 |
1764 | 2025-01-17T05:46:13.635Z | tflt 0.035445177 |
1765 | 2025-01-17T05:46:13.635Z | dflt 0.340371414 |
1766 | 2025-01-17T05:46:13.635Z | kflt 0.000022505 |
1767 | 2025-01-17T05:46:13.635Z | lock 38.549038276 |
1768 | 2025-01-17T05:46:13.635Z | slp 3:10.353367083 |
1769 | 2025-01-17T05:46:13.635Z | lat 1.311696194 |
1770 | 2025-01-17T05:46:13.635Z | stop 1.603391797 |
1771 | 2025-01-17T05:46:13.635Z | + ptime -m cargo xtask ls-apis deployment-units |
1772 | 2025-01-17T05:46:14.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1773 | 2025-01-17T05:46:14.195Z | Running `target/debug/xtask ls-apis deployment-units` |
1774 | 2025-01-17T05:46:15.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1775 | 2025-01-17T05:46:15.217Z | Running `target/debug/ls-apis deployment-units` |
1776 | 2025-01-17T05:46:15.264Z | loading metadata for workspace omicron from current workspace |
1777 | 2025-01-17T05:46:16.505Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1778 | 2025-01-17T05:46:16.509Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml |
1779 | 2025-01-17T05:46:16.512Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml |
1780 | 2025-01-17T05:46:18.274Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1781 | 2025-01-17T05:46:19.039Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1782 | 2025-01-17T05:46:19.056Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1783 | 2025-01-17T05:46:19.212Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1784 | 2025-01-17T05:46:19.212Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1785 | 2025-01-17T05:46:19.212Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1786 | 2025-01-17T05:46:19.212Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1787 | 2025-01-17T05:46:19.212Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1788 | 2025-01-17T05:46:19.216Z | |
1789 | 2025-01-17T05:46:19.216Z | |
1790 | 2025-01-17T05:46:19.216Z | Cockroach |
1791 | 2025-01-17T05:46:19.216Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1792 | 2025-01-17T05:46:19.216Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1793 | 2025-01-17T05:46:19.216Z | |
1794 | 2025-01-17T05:46:19.216Z | |
1795 | 2025-01-17T05:46:19.217Z | Crucible |
1796 | 2025-01-17T05:46:19.217Z | crucible-agent (crucible/agent) |
1797 | 2025-01-17T05:46:19.217Z | exposes: Crucible Agent (client = crucible-agent-client) |
1798 | 2025-01-17T05:46:19.217Z | |
1799 | 2025-01-17T05:46:19.217Z | crucible-downstairs (crucible/downstairs) |
1800 | 2025-01-17T05:46:19.217Z | exposes: Crucible Repair (client = repair-client) |
1801 | 2025-01-17T05:46:19.220Z | consumes: repair-client |
1802 | 2025-01-17T05:46:19.220Z | |
1803 | 2025-01-17T05:46:19.220Z | |
1804 | 2025-01-17T05:46:19.220Z | Crucible Pantry |
1805 | 2025-01-17T05:46:19.220Z | crucible-pantry (crucible/pantry) |
1806 | 2025-01-17T05:46:19.220Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1807 | 2025-01-17T05:46:19.220Z | |
1808 | 2025-01-17T05:46:19.220Z | |
1809 | 2025-01-17T05:46:19.220Z | DNS Server |
1810 | 2025-01-17T05:46:19.220Z | dns-server (omicron/dns-server) |
1811 | 2025-01-17T05:46:19.220Z | exposes: DNS Server (client = dns-service-client) |
1812 | 2025-01-17T05:46:19.223Z | |
1813 | 2025-01-17T05:46:19.223Z | |
1814 | 2025-01-17T05:46:19.223Z | Host OS |
1815 | 2025-01-17T05:46:19.223Z | ddmd (maghemite/ddmd) |
1816 | 2025-01-17T05:46:19.223Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1817 | 2025-01-17T05:46:19.223Z | consumes: dpd-client |
1818 | 2025-01-17T05:46:19.223Z | |
1819 | 2025-01-17T05:46:19.223Z | dpd (dendrite/dpd) |
1820 | 2025-01-17T05:46:19.223Z | exposes: Dendrite DPD (client = dpd-client) |
1821 | 2025-01-17T05:46:19.226Z | consumes: gateway-client |
1822 | 2025-01-17T05:46:19.226Z | consumes: nexus-client |
1823 | 2025-01-17T05:46:19.226Z | consumes: sled-agent-client |
1824 | 2025-01-17T05:46:19.226Z | |
1825 | 2025-01-17T05:46:19.226Z | mgd (maghemite/mgd) |
1826 | 2025-01-17T05:46:19.226Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1827 | 2025-01-17T05:46:19.229Z | consumes: ddm-admin-client |
1828 | 2025-01-17T05:46:19.229Z | consumes: dpd-client |
1829 | 2025-01-17T05:46:19.229Z | |
1830 | 2025-01-17T05:46:19.229Z | omicron-gateway (omicron/gateway) |
1831 | 2025-01-17T05:46:19.229Z | exposes: Management Gateway Service (client = gateway-client) |
1832 | 2025-01-17T05:46:19.232Z | |
1833 | 2025-01-17T05:46:19.232Z | omicron-sled-agent (omicron/sled-agent) |
1834 | 2025-01-17T05:46:19.232Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1835 | 2025-01-17T05:46:19.232Z | exposes: Repo Depot API (client = repo-depot-client) |
1836 | 2025-01-17T05:46:19.232Z | exposes: Sled Agent (client = sled-agent-client) |
1837 | 2025-01-17T05:46:19.235Z | consumes: bootstrap-agent-client |
1838 | 2025-01-17T05:46:19.235Z | consumes: ddm-admin-client |
1839 | 2025-01-17T05:46:19.235Z | consumes: dns-service-client |
1840 | 2025-01-17T05:46:19.235Z | consumes: dpd-client |
1841 | 2025-01-17T05:46:19.235Z | consumes: gateway-client |
1842 | 2025-01-17T05:46:19.235Z | consumes: mg-admin-client |
1843 | 2025-01-17T05:46:19.235Z | consumes: nexus-client |
1844 | 2025-01-17T05:46:19.235Z | consumes: propolis-client |
1845 | 2025-01-17T05:46:19.235Z | consumes: repo-depot-client |
1846 | 2025-01-17T05:46:19.235Z | |
1847 | 2025-01-17T05:46:19.235Z | propolis-server (propolis/bin/propolis-server) |
1848 | 2025-01-17T05:46:19.235Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1849 | 2025-01-17T05:46:19.235Z | exposes: Propolis (client = propolis-client) |
1850 | 2025-01-17T05:46:19.240Z | consumes: nexus-client |
1851 | 2025-01-17T05:46:19.240Z | |
1852 | 2025-01-17T05:46:19.240Z | tfportd (dendrite/tfportd) |
1853 | 2025-01-17T05:46:19.240Z | consumes: dpd-client |
1854 | 2025-01-17T05:46:19.240Z | |
1855 | 2025-01-17T05:46:19.240Z | wicketd (omicron/wicketd) |
1856 | 2025-01-17T05:46:19.240Z | exposes: Wicketd Installinator (client = installinator-client) |
1857 | 2025-01-17T05:46:19.240Z | exposes: Wicketd (client = wicketd-client) |
1858 | 2025-01-17T05:46:19.240Z | consumes: bootstrap-agent-client |
1859 | 2025-01-17T05:46:19.240Z | consumes: ddm-admin-client |
1860 | 2025-01-17T05:46:19.240Z | consumes: dpd-client |
1861 | 2025-01-17T05:46:19.240Z | consumes: gateway-client |
1862 | 2025-01-17T05:46:19.240Z | |
1863 | 2025-01-17T05:46:19.240Z | |
1864 | 2025-01-17T05:46:19.240Z | Installinator |
1865 | 2025-01-17T05:46:19.240Z | installinator (omicron/installinator) |
1866 | 2025-01-17T05:46:19.240Z | consumes: ddm-admin-client |
1867 | 2025-01-17T05:46:19.240Z | consumes: installinator-client |
1868 | 2025-01-17T05:46:19.240Z | |
1869 | 2025-01-17T05:46:19.240Z | |
1870 | 2025-01-17T05:46:19.240Z | Nexus |
1871 | 2025-01-17T05:46:19.241Z | omicron-nexus (omicron/nexus) |
1872 | 2025-01-17T05:46:19.241Z | exposes: Nexus Internal API (client = nexus-client) |
1873 | 2025-01-17T05:46:19.241Z | exposes: External API (client = oxide-client) |
1874 | 2025-01-17T05:46:19.244Z | consumes: clickhouse-admin-keeper-client |
1875 | 2025-01-17T05:46:19.244Z | consumes: clickhouse-admin-server-client |
1876 | 2025-01-17T05:46:19.244Z | consumes: clickhouse-admin-single-client |
1877 | 2025-01-17T05:46:19.244Z | consumes: cockroach-admin-client |
1878 | 2025-01-17T05:46:19.244Z | consumes: crucible-agent-client |
1879 | 2025-01-17T05:46:19.244Z | consumes: crucible-pantry-client |
1880 | 2025-01-17T05:46:19.244Z | consumes: dns-service-client |
1881 | 2025-01-17T05:46:19.244Z | consumes: dpd-client |
1882 | 2025-01-17T05:46:19.244Z | consumes: gateway-client |
1883 | 2025-01-17T05:46:19.244Z | consumes: mg-admin-client |
1884 | 2025-01-17T05:46:19.244Z | consumes: oximeter-client |
1885 | 2025-01-17T05:46:19.244Z | consumes: propolis-client |
1886 | 2025-01-17T05:46:19.244Z | consumes: sled-agent-client |
1887 | 2025-01-17T05:46:19.244Z | |
1888 | 2025-01-17T05:46:19.244Z | |
1889 | 2025-01-17T05:46:19.244Z | Oximeter |
1890 | 2025-01-17T05:46:19.244Z | oximeter-collector (omicron/oximeter/collector) |
1891 | 2025-01-17T05:46:19.244Z | exposes: Oximeter (client = oximeter-client) |
1892 | 2025-01-17T05:46:19.244Z | consumes: nexus-client |
1893 | 2025-01-17T05:46:19.244Z | |
1894 | 2025-01-17T05:46:19.244Z | |
1895 | 2025-01-17T05:46:19.369Z | |
1896 | 2025-01-17T05:46:19.380Z | real 5.713328551 |
1897 | 2025-01-17T05:46:19.380Z | user 4.479736986 |
1898 | 2025-01-17T05:46:19.380Z | sys 1.791010397 |
1899 | 2025-01-17T05:46:19.380Z | trap 0.002676101 |
1900 | 2025-01-17T05:46:19.380Z | tflt 0.000028281 |
1901 | 2025-01-17T05:46:19.380Z | dflt 0.000023354 |
1902 | 2025-01-17T05:46:19.380Z | kflt 0.000000000 |
1903 | 2025-01-17T05:46:19.380Z | lock 0.001908155 |
1904 | 2025-01-17T05:46:19.380Z | slp 10.015660188 |
1905 | 2025-01-17T05:46:19.380Z | lat 0.020658511 |
1906 | 2025-01-17T05:46:19.380Z | stop 0.071403177 |
1907 | 2025-01-17T05:46:19.380Z | + ptime -m cargo xtask ls-apis servers |
1908 | 2025-01-17T05:46:19.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1909 | 2025-01-17T05:46:19.887Z | Running `target/debug/xtask ls-apis servers` |
1910 | 2025-01-17T05:46:20.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1911 | 2025-01-17T05:46:20.782Z | Running `target/debug/ls-apis servers` |
1912 | 2025-01-17T05:46:20.825Z | loading metadata for workspace omicron from current workspace |
1913 | 2025-01-17T05:46:22.038Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1914 | 2025-01-17T05:46:22.044Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml |
1915 | 2025-01-17T05:46:22.047Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml |
1916 | 2025-01-17T05:46:23.785Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1917 | 2025-01-17T05:46:24.558Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1918 | 2025-01-17T05:46:24.575Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1919 | 2025-01-17T05:46:24.732Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1920 | 2025-01-17T05:46:24.732Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1921 | 2025-01-17T05:46:24.732Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1922 | 2025-01-17T05:46:24.732Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1923 | 2025-01-17T05:46:24.735Z | |
1924 | 2025-01-17T05:46:24.735Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1925 | 2025-01-17T05:46:24.735Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1926 | 2025-01-17T05:46:24.735Z | |
1927 | 2025-01-17T05:46:24.735Z | crucible-agent (crucible/agent) |
1928 | 2025-01-17T05:46:24.736Z | exposes: Crucible Agent (client = crucible-agent-client) |
1929 | 2025-01-17T05:46:24.736Z | |
1930 | 2025-01-17T05:46:24.736Z | crucible-downstairs (crucible/downstairs) |
1931 | 2025-01-17T05:46:24.736Z | exposes: Crucible Repair (client = repair-client) |
1932 | 2025-01-17T05:46:24.738Z | consumes: repair-client |
1933 | 2025-01-17T05:46:24.738Z | |
1934 | 2025-01-17T05:46:24.739Z | crucible-pantry (crucible/pantry) |
1935 | 2025-01-17T05:46:24.739Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1936 | 2025-01-17T05:46:24.739Z | |
1937 | 2025-01-17T05:46:24.739Z | dns-server (omicron/dns-server) |
1938 | 2025-01-17T05:46:24.739Z | exposes: DNS Server (client = dns-service-client) |
1939 | 2025-01-17T05:46:24.744Z | |
1940 | 2025-01-17T05:46:24.744Z | omicron-sled-agent (omicron/sled-agent) |
1941 | 2025-01-17T05:46:24.744Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1942 | 2025-01-17T05:46:24.744Z | exposes: Repo Depot API (client = repo-depot-client) |
1943 | 2025-01-17T05:46:24.744Z | exposes: Sled Agent (client = sled-agent-client) |
1944 | 2025-01-17T05:46:24.748Z | consumes: bootstrap-agent-client |
1945 | 2025-01-17T05:46:24.748Z | consumes: ddm-admin-client |
1946 | 2025-01-17T05:46:24.748Z | consumes: dns-service-client |
1947 | 2025-01-17T05:46:24.748Z | consumes: dpd-client |
1948 | 2025-01-17T05:46:24.748Z | consumes: gateway-client |
1949 | 2025-01-17T05:46:24.748Z | consumes: mg-admin-client |
1950 | 2025-01-17T05:46:24.748Z | consumes: nexus-client |
1951 | 2025-01-17T05:46:24.748Z | consumes: propolis-client |
1952 | 2025-01-17T05:46:24.748Z | consumes: repo-depot-client |
1953 | 2025-01-17T05:46:24.748Z | |
1954 | 2025-01-17T05:46:24.748Z | propolis-server (propolis/bin/propolis-server) |
1955 | 2025-01-17T05:46:24.748Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1956 | 2025-01-17T05:46:24.748Z | exposes: Propolis (client = propolis-client) |
1957 | 2025-01-17T05:46:24.748Z | consumes: nexus-client |
1958 | 2025-01-17T05:46:24.748Z | |
1959 | 2025-01-17T05:46:24.748Z | ddmd (maghemite/ddmd) |
1960 | 2025-01-17T05:46:24.748Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1961 | 2025-01-17T05:46:24.751Z | consumes: dpd-client |
1962 | 2025-01-17T05:46:24.751Z | |
1963 | 2025-01-17T05:46:24.752Z | dpd (dendrite/dpd) |
1964 | 2025-01-17T05:46:24.752Z | exposes: Dendrite DPD (client = dpd-client) |
1965 | 2025-01-17T05:46:24.752Z | consumes: gateway-client |
1966 | 2025-01-17T05:46:24.752Z | consumes: nexus-client |
1967 | 2025-01-17T05:46:24.752Z | consumes: sled-agent-client |
1968 | 2025-01-17T05:46:24.752Z | |
1969 | 2025-01-17T05:46:24.752Z | mgd (maghemite/mgd) |
1970 | 2025-01-17T05:46:24.752Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1971 | 2025-01-17T05:46:24.756Z | consumes: ddm-admin-client |
1972 | 2025-01-17T05:46:24.756Z | consumes: dpd-client |
1973 | 2025-01-17T05:46:24.756Z | |
1974 | 2025-01-17T05:46:24.756Z | omicron-gateway (omicron/gateway) |
1975 | 2025-01-17T05:46:24.756Z | exposes: Management Gateway Service (client = gateway-client) |
1976 | 2025-01-17T05:46:24.756Z | |
1977 | 2025-01-17T05:46:24.756Z | tfportd (dendrite/tfportd) |
1978 | 2025-01-17T05:46:24.756Z | consumes: dpd-client |
1979 | 2025-01-17T05:46:24.756Z | |
1980 | 2025-01-17T05:46:24.756Z | wicketd (omicron/wicketd) |
1981 | 2025-01-17T05:46:24.756Z | exposes: Wicketd Installinator (client = installinator-client) |
1982 | 2025-01-17T05:46:24.756Z | exposes: Wicketd (client = wicketd-client) |
1983 | 2025-01-17T05:46:24.760Z | consumes: bootstrap-agent-client |
1984 | 2025-01-17T05:46:24.760Z | consumes: ddm-admin-client |
1985 | 2025-01-17T05:46:24.760Z | consumes: dpd-client |
1986 | 2025-01-17T05:46:24.760Z | consumes: gateway-client |
1987 | 2025-01-17T05:46:24.760Z | |
1988 | 2025-01-17T05:46:24.760Z | installinator (omicron/installinator) |
1989 | 2025-01-17T05:46:24.760Z | consumes: ddm-admin-client |
1990 | 2025-01-17T05:46:24.760Z | consumes: installinator-client |
1991 | 2025-01-17T05:46:24.760Z | |
1992 | 2025-01-17T05:46:24.760Z | omicron-nexus (omicron/nexus) |
1993 | 2025-01-17T05:46:24.760Z | exposes: Nexus Internal API (client = nexus-client) |
1994 | 2025-01-17T05:46:24.760Z | exposes: External API (client = oxide-client) |
1995 | 2025-01-17T05:46:24.763Z | consumes: clickhouse-admin-keeper-client |
1996 | 2025-01-17T05:46:24.763Z | consumes: clickhouse-admin-server-client |
1997 | 2025-01-17T05:46:24.763Z | consumes: clickhouse-admin-single-client |
1998 | 2025-01-17T05:46:24.764Z | consumes: cockroach-admin-client |
1999 | 2025-01-17T05:46:24.764Z | consumes: crucible-agent-client |
2000 | 2025-01-17T05:46:24.764Z | consumes: crucible-pantry-client |
2001 | 2025-01-17T05:46:24.764Z | consumes: dns-service-client |
2002 | 2025-01-17T05:46:24.764Z | consumes: dpd-client |
2003 | 2025-01-17T05:46:24.764Z | consumes: gateway-client |
2004 | 2025-01-17T05:46:24.764Z | consumes: mg-admin-client |
2005 | 2025-01-17T05:46:24.764Z | consumes: oximeter-client |
2006 | 2025-01-17T05:46:24.764Z | consumes: propolis-client |
2007 | 2025-01-17T05:46:24.764Z | consumes: sled-agent-client |
2008 | 2025-01-17T05:46:24.764Z | |
2009 | 2025-01-17T05:46:24.764Z | oximeter-collector (omicron/oximeter/collector) |
2010 | 2025-01-17T05:46:24.764Z | exposes: Oximeter (client = oximeter-client) |
2011 | 2025-01-17T05:46:24.764Z | consumes: nexus-client |
2012 | 2025-01-17T05:46:24.764Z | |
2013 | 2025-01-17T05:46:24.877Z | |
2014 | 2025-01-17T05:46:24.882Z | real 5.496346991 |
2015 | 2025-01-17T05:46:24.882Z | user 4.370415525 |
2016 | 2025-01-17T05:46:24.882Z | sys 1.677948446 |
2017 | 2025-01-17T05:46:24.882Z | trap 0.000378357 |
2018 | 2025-01-17T05:46:24.882Z | tflt 0.000013994 |
2019 | 2025-01-17T05:46:24.882Z | dflt 0.000091551 |
2020 | 2025-01-17T05:46:24.882Z | kflt 0.000000000 |
2021 | 2025-01-17T05:46:24.882Z | lock 0.001934626 |
2022 | 2025-01-17T05:46:24.882Z | slp 9.902323302 |
2023 | 2025-01-17T05:46:24.882Z | lat 0.008976956 |
2024 | 2025-01-17T05:46:24.882Z | stop 0.069899053 |
2025 | 2025-01-17T05:46:24.882Z | + ptime -m cargo xtask ls-apis check |
2026 | 2025-01-17T05:46:25.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
2027 | 2025-01-17T05:46:25.399Z | Running `target/debug/xtask ls-apis check` |
2028 | 2025-01-17T05:46:26.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2029 | 2025-01-17T05:46:26.297Z | Running `target/debug/ls-apis check` |
2030 | 2025-01-17T05:46:26.344Z | loading metadata for workspace omicron from current workspace |
2031 | 2025-01-17T05:46:27.584Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
2032 | 2025-01-17T05:46:27.587Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml |
2033 | 2025-01-17T05:46:27.587Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml |
2034 | 2025-01-17T05:46:29.347Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
2035 | 2025-01-17T05:46:30.105Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2036 | 2025-01-17T05:46:30.118Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2037 | 2025-01-17T05:46:30.375Z | |
2038 | 2025-01-17T05:46:30.375Z | |
2039 | 2025-01-17T05:46:30.375Z | Server-managed APIs: |
2040 | 2025-01-17T05:46:30.375Z | |
2041 | 2025-01-17T05:46:30.375Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2042 | 2025-01-17T05:46:30.375Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2043 | 2025-01-17T05:46:30.375Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2044 | 2025-01-17T05:46:30.375Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2045 | 2025-01-17T05:46:30.375Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2046 | 2025-01-17T05:46:30.375Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2047 | 2025-01-17T05:46:30.375Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2048 | 2025-01-17T05:46:30.375Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2049 | 2025-01-17T05:46:30.375Z | DNS Server (dns-service-client, exposed by dns-server) |
2050 | 2025-01-17T05:46:30.376Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2051 | 2025-01-17T05:46:30.376Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2052 | 2025-01-17T05:46:30.376Z | External API (oxide-client, exposed by omicron-nexus) |
2053 | 2025-01-17T05:46:30.376Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2054 | 2025-01-17T05:46:30.376Z | Propolis (propolis-client, exposed by propolis-server) |
2055 | 2025-01-17T05:46:30.376Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2056 | 2025-01-17T05:46:30.376Z | Wicketd (wicketd-client, exposed by wicketd) |
2057 | 2025-01-17T05:46:30.376Z | |
2058 | 2025-01-17T05:46:30.376Z | |
2059 | 2025-01-17T05:46:30.376Z | Client-managed API: |
2060 | 2025-01-17T05:46:30.376Z | |
2061 | 2025-01-17T05:46:30.376Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2062 | 2025-01-17T05:46:30.376Z | reason: depends on itself (i.e., instances call each other) |
2063 | 2025-01-17T05:46:30.376Z | Dendrite DPD (dpd-client, exposed by dpd) |
2064 | 2025-01-17T05:46:30.376Z | reason: Sled Agent calling DPD creates a circular dependency |
2065 | 2025-01-17T05:46:30.376Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2066 | 2025-01-17T05:46:30.376Z | reason: client is provided implicitly by the operator |
2067 | 2025-01-17T05:46:30.376Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2068 | 2025-01-17T05:46:30.376Z | reason: Circular dependencies between Nexus and other services |
2069 | 2025-01-17T05:46:30.376Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2070 | 2025-01-17T05:46:30.376Z | reason: depends on itself (i.e., instances call each other) |
2071 | 2025-01-17T05:46:30.376Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2072 | 2025-01-17T05:46:30.376Z | reason: depends on itself (i.e., instances call each other) |
2073 | 2025-01-17T05:46:30.376Z | |
2074 | 2025-01-17T05:46:30.376Z | |
2075 | 2025-01-17T05:46:30.376Z | APIs with unknown version management: none |
2076 | 2025-01-17T05:46:30.493Z | |
2077 | 2025-01-17T05:46:30.496Z | real 5.597374547 |
2078 | 2025-01-17T05:46:30.496Z | user 4.461738672 |
2079 | 2025-01-17T05:46:30.496Z | sys 1.695423716 |
2080 | 2025-01-17T05:46:30.496Z | trap 0.000448238 |
2081 | 2025-01-17T05:46:30.496Z | tflt 0.000016693 |
2082 | 2025-01-17T05:46:30.496Z | dflt 0.000212727 |
2083 | 2025-01-17T05:46:30.496Z | kflt 0.000000000 |
2084 | 2025-01-17T05:46:30.496Z | lock 0.002095869 |
2085 | 2025-01-17T05:46:30.496Z | slp 9.995472004 |
2086 | 2025-01-17T05:46:30.496Z | lat 0.008925164 |
2087 | 2025-01-17T05:46:30.496Z | stop 0.070082000 |
2088 | 2025-01-17T05:46:30.497Z | + banner build |
2089 | 2025-01-17T05:46:30.501Z | |
2090 | 2025-01-17T05:46:30.501Z | ##### # # # # ##### |
2091 | 2025-01-17T05:46:30.501Z | # # # # # # # # |
2092 | 2025-01-17T05:46:30.501Z | ##### # # # # # # |
2093 | 2025-01-17T05:46:30.501Z | # # # # # # # # |
2094 | 2025-01-17T05:46:30.501Z | # # # # # # # # |
2095 | 2025-01-17T05:46:30.501Z | ##### #### # ###### ##### |
2096 | 2025-01-17T05:46:30.501Z | |
2097 | 2025-01-17T05:46:30.501Z | + export 'RUSTFLAGS=-D warnings' |
2098 | 2025-01-17T05:46:30.501Z | + RUSTFLAGS='-D warnings' |
2099 | 2025-01-17T05:46:30.501Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2100 | 2025-01-17T05:46:30.501Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2101 | 2025-01-17T05:46:30.501Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2102 | 2025-01-17T05:46:30.501Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2103 | 2025-01-17T05:46:30.501Z | + export TMPDIR=/var/tmp/omicron_tmp |
2104 | 2025-01-17T05:46:30.501Z | + TMPDIR=/var/tmp/omicron_tmp |
2105 | 2025-01-17T05:46:30.501Z | + export RUST_BACKTRACE=1 |
2106 | 2025-01-17T05:46:30.501Z | + RUST_BACKTRACE=1 |
2107 | 2025-01-17T05:46:30.501Z | + export CARGO_INCREMENTAL=0 |
2108 | 2025-01-17T05:46:30.501Z | + CARGO_INCREMENTAL=0 |
2109 | 2025-01-17T05:46:30.501Z | + export RUSTC_BOOTSTRAP=1 |
2110 | 2025-01-17T05:46:30.501Z | + RUSTC_BOOTSTRAP=1 |
2111 | 2025-01-17T05:46:30.502Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
2112 | 2025-01-17T05:46:32.239Z | Dirty unicode-ident v1.0.14: the rustflags changed |
2113 | 2025-01-17T05:46:32.239Z | Compiling unicode-ident v1.0.14 |
2114 | 2025-01-17T05:46:32.239Z | Dirty proc-macro2 v1.0.92: the rustflags changed |
2115 | 2025-01-17T05:46:32.239Z | Compiling proc-macro2 v1.0.92 |
2116 | 2025-01-17T05:46:32.242Z | Dirty libc v0.2.169: the rustflags changed |
2117 | 2025-01-17T05:46:32.242Z | Compiling libc v0.2.169 |
2118 | 2025-01-17T05:46:32.242Z | Dirty cfg-if v1.0.0: the rustflags changed |
2119 | 2025-01-17T05:46:32.242Z | Compiling cfg-if v1.0.0 |
2120 | 2025-01-17T05:46:32.242Z | Dirty serde v1.0.217: the rustflags changed |
2121 | 2025-01-17T05:46:32.242Z | Compiling serde v1.0.217 |
2122 | 2025-01-17T05:46:32.242Z | Dirty autocfg v1.4.0: the rustflags changed |
2123 | 2025-01-17T05:46:32.242Z | Compiling autocfg v1.4.0 |
2124 | 2025-01-17T05:46:32.242Z | Dirty memchr v2.7.4: the rustflags changed |
2125 | 2025-01-17T05:46:32.242Z | Compiling memchr v2.7.4 |
2126 | 2025-01-17T05:46:32.242Z | Dirty version_check v0.9.5: the rustflags changed |
2127 | 2025-01-17T05:46:32.242Z | Compiling version_check v0.9.5 |
2128 | 2025-01-17T05:46:32.397Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=79c505353f8cd80b -C extra-filename=-79c505353f8cd80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2129 | 2025-01-17T05:46:32.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=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=10f066d9d8ac37f0 -C extra-filename=-10f066d9d8ac37f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2130 | 2025-01-17T05:46:32.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2f4d20600755659a -C extra-filename=-2f4d20600755659a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2131 | 2025-01-17T05:46:32.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=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=b638736da7687cf1 -C extra-filename=-b638736da7687cf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2132 | 2025-01-17T05:46:32.404Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=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=4219371846cd7a99 -C extra-filename=-4219371846cd7a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2133 | 2025-01-17T05:46:32.424Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3c9b6fd71e894f1 -C extra-filename=-c3c9b6fd71e894f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2134 | 2025-01-17T05:46:32.435Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e4a03f715f1d52e -C extra-filename=-8e4a03f715f1d52e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2135 | 2025-01-17T05:46:32.465Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4182dae7cc683f1e -C extra-filename=-4182dae7cc683f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2136 | 2025-01-17T05:46:32.538Z | Dirty value-bag v1.9.0: the rustflags changed |
2137 | 2025-01-17T05:46:32.538Z | Compiling value-bag v1.9.0 |
2138 | 2025-01-17T05:46:32.565Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=f4dee63d7438a1c0 -C extra-filename=-f4dee63d7438a1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2139 | 2025-01-17T05:46:32.569Z | Dirty scopeguard v1.2.0: the rustflags changed |
2140 | 2025-01-17T05:46:32.570Z | Compiling scopeguard v1.2.0 |
2141 | 2025-01-17T05:46:32.615Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=df89f03d00cf139f -C extra-filename=-df89f03d00cf139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2142 | 2025-01-17T05:46:32.755Z | Dirty once_cell v1.20.2: the rustflags changed |
2143 | 2025-01-17T05:46:32.755Z | Compiling once_cell v1.20.2 |
2144 | 2025-01-17T05:46:32.779Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=60ef584d13ef286e -C extra-filename=-60ef584d13ef286e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2025-01-17T05:46:33.043Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99/build-script-build` |
2146 | 2025-01-17T05:46:33.074Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0/build-script-build` |
2147 | 2025-01-17T05:46:33.121Z | Dirty log v0.4.22: the rustflags changed |
2148 | 2025-01-17T05:46:33.121Z | Compiling log v0.4.22 |
2149 | 2025-01-17T05:46:33.123Z | Dirty itoa v1.0.11: the rustflags changed |
2150 | 2025-01-17T05:46:33.140Z | Compiling itoa v1.0.11 |
2151 | 2025-01-17T05:46:33.143Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e1464231da30ba90 -C extra-filename=-e1464231da30ba90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-f4dee63d7438a1c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2152 | 2025-01-17T05:46:33.144Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1/build-script-build` |
2153 | 2025-01-17T05:46:33.144Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=04bafa42b6ada290 -C extra-filename=-04bafa42b6ada290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2154 | 2025-01-17T05:46:33.191Z | Dirty smallvec v1.13.2: the rustflags changed |
2155 | 2025-01-17T05:46:33.191Z | Compiling smallvec v1.13.2 |
2156 | 2025-01-17T05:46:33.216Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=6dc292e9f3a2bf65 -C extra-filename=-6dc292e9f3a2bf65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2025-01-17T05:46:33.229Z | Dirty byteorder v1.5.0: the rustflags changed |
2158 | 2025-01-17T05:46:33.229Z | Compiling byteorder v1.5.0 |
2159 | 2025-01-17T05:46:33.232Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=876b15a9d7bdd3ca -C extra-filename=-876b15a9d7bdd3ca --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:46:33.253Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d98e06afb0ecdece -C extra-filename=-d98e06afb0ecdece --out-dir /work/oxidecomputer/omicron/target/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_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
2161 | 2025-01-17T05:46:33.392Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
2162 | 2025-01-17T05:46:33.392Z | Compiling pin-project-lite v0.2.14 |
2163 | 2025-01-17T05:46:33.395Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=191fa3bf3ffbfed4 -C extra-filename=-191fa3bf3ffbfed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2164 | 2025-01-17T05:46:33.423Z | Dirty lock_api v0.4.12: the rustflags changed |
2165 | 2025-01-17T05:46:33.423Z | Compiling lock_api v0.4.12 |
2166 | 2025-01-17T05:46:33.425Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=af08541b00afd941 -C extra-filename=-af08541b00afd941 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2167 | 2025-01-17T05:46:33.559Z | Dirty subtle v2.6.1: the rustflags changed |
2168 | 2025-01-17T05:46:33.559Z | Compiling subtle v2.6.1 |
2169 | 2025-01-17T05:46:33.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c513df462f984acf -C extra-filename=-c513df462f984acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2170 | 2025-01-17T05:46:33.588Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=bd41c333537d5136 -C extra-filename=-bd41c333537d5136 --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-79c505353f8cd80b.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)'` |
2171 | 2025-01-17T05:46:33.610Z | Dirty regex-syntax v0.8.5: the rustflags changed |
2172 | 2025-01-17T05:46:33.610Z | Compiling regex-syntax v0.8.5 |
2173 | 2025-01-17T05:46:33.636Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a66ab2e1c0f0e719 -C extra-filename=-a66ab2e1c0f0e719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2174 | 2025-01-17T05:46:33.675Z | Dirty shlex v1.3.0: the rustflags changed |
2175 | 2025-01-17T05:46:33.675Z | Compiling shlex v1.3.0 |
2176 | 2025-01-17T05:46:33.678Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7a287c72367768d2 -C extra-filename=-7a287c72367768d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2177 | 2025-01-17T05:46:33.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941/build-script-build` |
2178 | 2025-01-17T05:46:33.868Z | Dirty aho-corasick v1.1.3: the rustflags changed |
2179 | 2025-01-17T05:46:33.868Z | Compiling aho-corasick v1.1.3 |
2180 | 2025-01-17T05:46:33.871Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c3065e531983c7c3 -C extra-filename=-c3065e531983c7c3 --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2181 | 2025-01-17T05:46:33.897Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
2182 | 2025-01-17T05:46:33.897Z | Compiling allocator-api2 v0.2.18 |
2183 | 2025-01-17T05:46:33.900Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=3cd2c893cf2d9e8b -C extra-filename=-3cd2c893cf2d9e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2184 | 2025-01-17T05:46:33.961Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ccddae81612c627a -C extra-filename=-ccddae81612c627a --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-df89f03d00cf139f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
2185 | 2025-01-17T05:46:34.052Z | Dirty typenum v1.17.0: the rustflags changed |
2186 | 2025-01-17T05:46:34.053Z | Compiling typenum v1.17.0 |
2187 | 2025-01-17T05:46:34.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=2e8f2568a91afce2 -C extra-filename=-2e8f2568a91afce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2188 | 2025-01-17T05:46:34.082Z | Dirty ryu v1.0.18: the rustflags changed |
2189 | 2025-01-17T05:46:34.082Z | Compiling ryu v1.0.18 |
2190 | 2025-01-17T05:46:34.086Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e121c62561f36b4c -C extra-filename=-e121c62561f36b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2191 | 2025-01-17T05:46:34.392Z | Dirty quote v1.0.38: the rustflags changed |
2192 | 2025-01-17T05:46:34.392Z | Compiling quote v1.0.38 |
2193 | 2025-01-17T05:46:34.395Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=498985666c383562 -C extra-filename=-498985666c383562 --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-bd41c333537d5136.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2194 | 2025-01-17T05:46:34.547Z | Dirty getrandom v0.2.15: the rustflags changed |
2195 | 2025-01-17T05:46:34.547Z | Compiling getrandom v0.2.15 |
2196 | 2025-01-17T05:46:34.550Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=9f2de0cca6729757 -C extra-filename=-9f2de0cca6729757 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2197 | 2025-01-17T05:46:34.578Z | Dirty jobserver v0.1.32: the rustflags changed |
2198 | 2025-01-17T05:46:34.578Z | Compiling jobserver v0.1.32 |
2199 | 2025-01-17T05:46:34.582Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8581f790d88085ee -C extra-filename=-8581f790d88085ee --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2200 | 2025-01-17T05:46:34.668Z | Dirty generic-array v0.14.7: the rustflags changed |
2201 | 2025-01-17T05:46:34.668Z | Compiling generic-array v0.14.7 |
2202 | 2025-01-17T05:46:34.715Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=139570e6fff76617 -C extra-filename=-139570e6fff76617 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2203 | 2025-01-17T05:46:34.985Z | Dirty syn v2.0.96: the rustflags changed |
2204 | 2025-01-17T05:46:34.985Z | Compiling syn v2.0.96 |
2205 | 2025-01-17T05:46:34.988Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-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=028145fd6b5d9770 -C extra-filename=-028145fd6b5d9770 --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2025-01-17T05:46:35.070Z | Dirty rand_core v0.6.4: the rustflags changed |
2207 | 2025-01-17T05:46:35.070Z | Compiling rand_core v0.6.4 |
2208 | 2025-01-17T05:46:35.073Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4bd757ad22864a11 -C extra-filename=-4bd757ad22864a11 --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-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2209 | 2025-01-17T05:46:35.102Z | Dirty cc v1.1.30: the rustflags changed |
2210 | 2025-01-17T05:46:35.102Z | Compiling cc v1.1.30 |
2211 | 2025-01-17T05:46:35.105Z | Dirty libm v0.2.8: the rustflags changed |
2212 | 2025-01-17T05:46:35.105Z | Compiling libm v0.2.8 |
2213 | 2025-01-17T05:46:35.105Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d1017860bc73739d -C extra-filename=-d1017860bc73739d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-8581f790d88085ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2025-01-17T05:46:35.134Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=f03913d03ca28051 -C extra-filename=-f03913d03ca28051 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2215 | 2025-01-17T05:46:35.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2/build-script-main` |
2216 | 2025-01-17T05:46:35.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=8b84945d5afed316 -C extra-filename=-8b84945d5afed316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2217 | 2025-01-17T05:46:35.420Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617/build-script-build` |
2218 | 2025-01-17T05:46:35.506Z | Dirty num-traits v0.2.19: the rustflags changed |
2219 | 2025-01-17T05:46:35.506Z | Compiling num-traits v0.2.19 |
2220 | 2025-01-17T05:46:35.508Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=36570671de51037e -C extra-filename=-36570671de51037e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2221 | 2025-01-17T05:46:35.544Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051/build-script-build` |
2222 | 2025-01-17T05:46:35.582Z | Dirty thiserror v1.0.69: the rustflags changed |
2223 | 2025-01-17T05:46:35.582Z | Compiling thiserror v1.0.69 |
2224 | 2025-01-17T05:46:35.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1fe6987f581660a -C extra-filename=-c1fe6987f581660a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2225 | 2025-01-17T05:46:35.612Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
2226 | 2025-01-17T05:46:35.612Z | Compiling parking_lot_core v0.9.10 |
2227 | 2025-01-17T05:46:35.615Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5676c49e9077a6e3 -C extra-filename=-5676c49e9077a6e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2228 | 2025-01-17T05:46:35.912Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e/build-script-build` |
2229 | 2025-01-17T05:46:36.131Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3/build-script-build` |
2230 | 2025-01-17T05:46:36.174Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=74bc698943a40f85 -C extra-filename=-74bc698943a40f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2231 | 2025-01-17T05:46:36.177Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2753b859e43a5634 -C extra-filename=-2753b859e43a5634 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2232 | 2025-01-17T05:46:36.247Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a/build-script-build` |
2233 | 2025-01-17T05:46:36.474Z | Dirty serde_json v1.0.135: the rustflags changed |
2234 | 2025-01-17T05:46:36.474Z | Compiling serde_json v1.0.135 |
2235 | 2025-01-17T05:46:36.477Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/build.rs --error-format=json --json=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=b99a4c4ce554e545 -C extra-filename=-b99a4c4ce554e545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2236 | 2025-01-17T05:46:36.717Z | Dirty parking_lot v0.12.3: the rustflags changed |
2237 | 2025-01-17T05:46:36.718Z | Compiling parking_lot v0.12.3 |
2238 | 2025-01-17T05:46:36.720Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=365b5e5d8440e68d -C extra-filename=-365b5e5d8440e68d --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-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2753b859e43a5634.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2239 | 2025-01-17T05:46:36.747Z | Dirty futures-core v0.3.31: the rustflags changed |
2240 | 2025-01-17T05:46:36.747Z | Compiling futures-core v0.3.31 |
2241 | 2025-01-17T05:46:36.750Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=6723a47d595cc3af -C extra-filename=-6723a47d595cc3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2025-01-17T05:46:36.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545/build-script-build` |
2243 | 2025-01-17T05:46:36.910Z | Dirty spin v0.9.8: the rustflags changed |
2244 | 2025-01-17T05:46:36.910Z | Compiling spin v0.9.8 |
2245 | 2025-01-17T05:46:36.913Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=ab8acbf5910d8815 -C extra-filename=-ab8acbf5910d8815 --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-ccddae81612c627a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2246 | 2025-01-17T05:46:37.027Z | Dirty rustix v0.38.37: the rustflags changed |
2247 | 2025-01-17T05:46:37.027Z | Compiling rustix v0.38.37 |
2248 | 2025-01-17T05:46:37.030Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=463c3edaf87986e5 -C extra-filename=-463c3edaf87986e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2249 | 2025-01-17T05:46:37.325Z | Dirty regex-automata v0.4.8: the rustflags changed |
2250 | 2025-01-17T05:46:37.325Z | Compiling regex-automata v0.4.8 |
2251 | 2025-01-17T05:46:37.328Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=e5f079cc6d264231 -C extra-filename=-e5f079cc6d264231 --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2025-01-17T05:46:37.512Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e2a796a15b1388de -C extra-filename=-e2a796a15b1388de --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-74bc698943a40f85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
2253 | 2025-01-17T05:46:37.597Z | Dirty errno v0.3.9: the rustflags changed |
2254 | 2025-01-17T05:46:37.597Z | Compiling errno v0.3.9 |
2255 | 2025-01-17T05:46:37.635Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=540490b3b93907e1 -C extra-filename=-540490b3b93907e1 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2256 | 2025-01-17T05:46:37.834Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5/build-script-build` |
2257 | 2025-01-17T05:46:37.867Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
2258 | 2025-01-17T05:46:37.867Z | Compiling signal-hook-registry v1.4.2 |
2259 | 2025-01-17T05:46:37.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e181b83a9834373e -C extra-filename=-e181b83a9834373e --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2260 | 2025-01-17T05:46:38.173Z | Dirty fnv v1.0.7: the rustflags changed |
2261 | 2025-01-17T05:46:38.173Z | Compiling fnv v1.0.7 |
2262 | 2025-01-17T05:46:38.176Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=519bcd82bf42b6cc -C extra-filename=-519bcd82bf42b6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2263 | 2025-01-17T05:46:38.348Z | Dirty equivalent v1.0.1: the rustflags changed |
2264 | 2025-01-17T05:46:38.348Z | Compiling equivalent v1.0.1 |
2265 | 2025-01-17T05:46:38.352Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af359b78b2cc337f -C extra-filename=-af359b78b2cc337f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2266 | 2025-01-17T05:46:38.444Z | Dirty foldhash v0.1.3: the rustflags changed |
2267 | 2025-01-17T05:46:38.444Z | Compiling foldhash v0.1.3 |
2268 | 2025-01-17T05:46:38.447Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17d0e488ed49c9cf -C extra-filename=-17d0e488ed49c9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2269 | 2025-01-17T05:46:38.486Z | Dirty either v1.13.0: the rustflags changed |
2270 | 2025-01-17T05:46:38.486Z | Compiling either v1.13.0 |
2271 | 2025-01-17T05:46:38.489Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=def387f0ad91f972 -C extra-filename=-def387f0ad91f972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2025-01-17T05:46:38.606Z | Dirty mio v1.0.2: the rustflags changed |
2273 | 2025-01-17T05:46:38.606Z | Compiling mio v1.0.2 |
2274 | 2025-01-17T05:46:38.609Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --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=4cd503eb64bcd135 -C extra-filename=-4cd503eb64bcd135 --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-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2275 | 2025-01-17T05:46:38.774Z | Dirty hashbrown v0.15.1: the rustflags changed |
2276 | 2025-01-17T05:46:38.774Z | Compiling hashbrown v0.15.1 |
2277 | 2025-01-17T05:46:38.777Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9285703b23ee883d -C extra-filename=-9285703b23ee883d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-af359b78b2cc337f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-17d0e488ed49c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2278 | 2025-01-17T05:46:38.846Z | Dirty socket2 v0.5.7: the rustflags changed |
2279 | 2025-01-17T05:46:38.846Z | Compiling socket2 v0.5.7 |
2280 | 2025-01-17T05:46:38.851Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=035327f91f1c3ac2 -C extra-filename=-035327f91f1c3ac2 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2281 | 2025-01-17T05:46:38.912Z | Dirty lazy_static v1.5.0: the rustflags changed |
2282 | 2025-01-17T05:46:38.912Z | Compiling lazy_static v1.5.0 |
2283 | 2025-01-17T05:46:38.915Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=57d431b61839a6c3 -C extra-filename=-57d431b61839a6c3 --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-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2284 | 2025-01-17T05:46:39.072Z | Dirty const-oid v0.9.6: the rustflags changed |
2285 | 2025-01-17T05:46:39.072Z | Compiling const-oid v0.9.6 |
2286 | 2025-01-17T05:46:39.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=96c496a36c3a16e3 -C extra-filename=-96c496a36c3a16e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2287 | 2025-01-17T05:46:39.238Z | Dirty slab v0.4.9: the rustflags changed |
2288 | 2025-01-17T05:46:39.238Z | Compiling slab v0.4.9 |
2289 | 2025-01-17T05:46:39.274Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4e90da021d98366d -C extra-filename=-4e90da021d98366d --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2290 | 2025-01-17T05:46:39.669Z | Dirty futures-io v0.3.31: the rustflags changed |
2291 | 2025-01-17T05:46:39.669Z | Compiling futures-io v0.3.31 |
2292 | 2025-01-17T05:46:39.696Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=aee6ae55f06be3cb -C extra-filename=-aee6ae55f06be3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2293 | 2025-01-17T05:46:39.778Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d/build-script-build` |
2294 | 2025-01-17T05:46:39.831Z | Dirty heck v0.5.0: the rustflags changed |
2295 | 2025-01-17T05:46:39.831Z | Compiling heck v0.5.0 |
2296 | 2025-01-17T05:46:39.834Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eca0aece77251b6e -C extra-filename=-eca0aece77251b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2297 | 2025-01-17T05:46:39.889Z | Dirty cpufeatures v0.2.14: the rustflags changed |
2298 | 2025-01-17T05:46:39.889Z | Compiling cpufeatures v0.2.14 |
2299 | 2025-01-17T05:46:39.897Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d598cd9474a3b865 -C extra-filename=-d598cd9474a3b865 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:46:39.952Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cada76e4ef944563 -C extra-filename=-cada76e4ef944563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2025-01-17T05:46:39.978Z | Dirty pkg-config v0.3.31: the rustflags changed |
2302 | 2025-01-17T05:46:39.978Z | Compiling pkg-config v0.3.31 |
2303 | 2025-01-17T05:46:39.984Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afaad52f9c8e0636 -C extra-filename=-afaad52f9c8e0636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2025-01-17T05:46:40.021Z | Dirty futures-sink v0.3.31: the rustflags changed |
2305 | 2025-01-17T05:46:40.021Z | Compiling futures-sink v0.3.31 |
2306 | 2025-01-17T05:46:40.024Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dbf99efc1a6d3206 -C extra-filename=-dbf99efc1a6d3206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2025-01-17T05:46:40.050Z | Dirty iana-time-zone v0.1.61: the rustflags changed |
2308 | 2025-01-17T05:46:40.050Z | Compiling iana-time-zone v0.1.61 |
2309 | 2025-01-17T05:46:40.050Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=44f9af647fcea788 -C extra-filename=-44f9af647fcea788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2025-01-17T05:46:40.209Z | Dirty semver v1.0.24: the rustflags changed |
2311 | 2025-01-17T05:46:40.209Z | Compiling semver v1.0.24 |
2312 | 2025-01-17T05:46:40.211Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/build.rs --error-format=json --json=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=cbf0f4ba3e9441f7 -C extra-filename=-cbf0f4ba3e9441f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2313 | 2025-01-17T05:46:40.248Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2314 | 2025-01-17T05:46:40.248Z | Compiling stable_deref_trait v1.2.0 |
2315 | 2025-01-17T05:46:40.271Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9f6c9094a52be94c -C extra-filename=-9f6c9094a52be94c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2025-01-17T05:46:40.323Z | Dirty pin-utils v0.1.0: the rustflags changed |
2317 | 2025-01-17T05:46:40.323Z | Compiling pin-utils v0.1.0 |
2318 | 2025-01-17T05:46:40.375Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=890d8c93a53b900e -C extra-filename=-890d8c93a53b900e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2319 | 2025-01-17T05:46:40.385Z | Dirty futures-channel v0.3.31: the rustflags changed |
2320 | 2025-01-17T05:46:40.385Z | Compiling futures-channel v0.3.31 |
2321 | 2025-01-17T05:46:40.391Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=2e887d49c0e6853d -C extra-filename=-2e887d49c0e6853d --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2025-01-17T05:46:40.440Z | Dirty futures-task v0.3.31: the rustflags changed |
2323 | 2025-01-17T05:46:40.440Z | Compiling futures-task v0.3.31 |
2324 | 2025-01-17T05:46:40.442Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=73f5e80fb91076c7 -C extra-filename=-73f5e80fb91076c7 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:46:40.469Z | Dirty syn v1.0.109: the rustflags changed |
2326 | 2025-01-17T05:46:40.469Z | Compiling syn v1.0.109 |
2327 | 2025-01-17T05:46:40.473Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=29e8cb407edb1dd0 -C extra-filename=-29e8cb407edb1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2025-01-17T05:46:40.731Z | Dirty tracing-core v0.1.32: the rustflags changed |
2329 | 2025-01-17T05:46:40.731Z | Compiling tracing-core v0.1.32 |
2330 | 2025-01-17T05:46:40.734Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0ed74dea4f4939a5 -C extra-filename=-0ed74dea4f4939a5 --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-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2331 | 2025-01-17T05:46:40.773Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7/build-script-build` |
2332 | 2025-01-17T05:46:40.807Z | Dirty dyn-clone v1.0.17: the rustflags changed |
2333 | 2025-01-17T05:46:40.807Z | Compiling dyn-clone v1.0.17 |
2334 | 2025-01-17T05:46:40.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73d05713540a027d -C extra-filename=-73d05713540a027d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2335 | 2025-01-17T05:46:40.859Z | Dirty schemars v0.8.21: the rustflags changed |
2336 | 2025-01-17T05:46:40.859Z | Compiling schemars v0.8.21 |
2337 | 2025-01-17T05:46:40.862Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=cf95a8775434d4e9 -C extra-filename=-cf95a8775434d4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2338 | 2025-01-17T05:46:41.053Z | Dirty glob v0.3.1: the rustflags changed |
2339 | 2025-01-17T05:46:41.053Z | Compiling glob v0.3.1 |
2340 | 2025-01-17T05:46:41.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc199f92aeb6c1f7 -C extra-filename=-bc199f92aeb6c1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2341 | 2025-01-17T05:46:41.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0/build-script-build` |
2342 | 2025-01-17T05:46:41.178Z | Dirty home v0.5.9: the rustflags changed |
2343 | 2025-01-17T05:46:41.181Z | Compiling home v0.5.9 |
2344 | 2025-01-17T05:46:41.181Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8ac525f227664f4 -C extra-filename=-f8ac525f227664f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2025-01-17T05:46:41.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0b3d324b272def3b -C extra-filename=-0b3d324b272def3b --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
2346 | 2025-01-17T05:46:41.288Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9/build-script-build` |
2347 | 2025-01-17T05:46:41.317Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2348 | 2025-01-17T05:46:41.317Z | Compiling minimal-lexical v0.2.1 |
2349 | 2025-01-17T05:46:41.320Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=1915d1cdcf333f2c -C extra-filename=-1915d1cdcf333f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2350 | 2025-01-17T05:46:41.357Z | Dirty percent-encoding v2.3.1: the rustflags changed |
2351 | 2025-01-17T05:46:41.357Z | Compiling percent-encoding v2.3.1 |
2352 | 2025-01-17T05:46:41.359Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd59636cc9d88936 -C extra-filename=-dd59636cc9d88936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2353 | 2025-01-17T05:46:41.456Z | Dirty writeable v0.5.5: the rustflags changed |
2354 | 2025-01-17T05:46:41.456Z | Compiling writeable v0.5.5 |
2355 | 2025-01-17T05:46:41.459Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5547c0301457b354 -C extra-filename=-5547c0301457b354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2356 | 2025-01-17T05:46:41.707Z | Dirty litemap v0.7.3: the rustflags changed |
2357 | 2025-01-17T05:46:41.708Z | Compiling litemap v0.7.3 |
2358 | 2025-01-17T05:46:41.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5cd5201825356c11 -C extra-filename=-5cd5201825356c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2359 | 2025-01-17T05:46:41.858Z | Dirty nom v7.1.3: the rustflags changed |
2360 | 2025-01-17T05:46:41.858Z | Compiling nom v7.1.3 |
2361 | 2025-01-17T05:46:41.861Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a40758ffb1943256 -C extra-filename=-a40758ffb1943256 --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-4182dae7cc683f1e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-1915d1cdcf333f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2025-01-17T05:46:41.904Z | Dirty clang-sys v1.8.1: the rustflags changed |
2363 | 2025-01-17T05:46:41.904Z | Compiling clang-sys v1.8.1 |
2364 | 2025-01-17T05:46:41.907Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=aae102f13dfd5840 -C extra-filename=-aae102f13dfd5840 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2365 | 2025-01-17T05:46:41.964Z | Dirty prettyplease v0.2.25: the rustflags changed |
2366 | 2025-01-17T05:46:41.964Z | Compiling prettyplease v0.2.25 |
2367 | 2025-01-17T05:46:41.966Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=adf536bd91ff55f0 -C extra-filename=-adf536bd91ff55f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2368 | 2025-01-17T05:46:42.032Z | Dirty synstructure v0.13.1: the rustflags changed |
2369 | 2025-01-17T05:46:42.032Z | Compiling synstructure v0.13.1 |
2370 | 2025-01-17T05:46:42.035Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c039a95a6db6e6f9 -C extra-filename=-c039a95a6db6e6f9 --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2025-01-17T05:46:42.111Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
2372 | 2025-01-17T05:46:42.113Z | Compiling serde_derive_internals v0.29.1 |
2373 | 2025-01-17T05:46:42.116Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2118dcafe025d36f -C extra-filename=-2118dcafe025d36f --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2374 | 2025-01-17T05:46:42.364Z | Dirty vcpkg v0.2.15: the rustflags changed |
2375 | 2025-01-17T05:46:42.364Z | Compiling vcpkg v0.2.15 |
2376 | 2025-01-17T05:46:42.368Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a14e1f9b807d2369 -C extra-filename=-a14e1f9b807d2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2025-01-17T05:46:42.682Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-aae102f13dfd5840/build-script-build` |
2378 | 2025-01-17T05:46:42.728Z | Dirty regex v1.11.1: the rustflags changed |
2379 | 2025-01-17T05:46:42.728Z | Compiling regex v1.11.1 |
2380 | 2025-01-17T05:46:42.749Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=1e69782a0be8362b -C extra-filename=-1e69782a0be8362b --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2025-01-17T05:46:43.540Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0/build-script-build` |
2382 | 2025-01-17T05:46:43.585Z | Dirty icu_locid_transform_data v1.5.0: the rustflags changed |
2383 | 2025-01-17T05:46:43.585Z | Compiling icu_locid_transform_data v1.5.0 |
2384 | 2025-01-17T05:46:43.588Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1c787b69297e97d -C extra-filename=-b1c787b69297e97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2025-01-17T05:46:43.722Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
2386 | 2025-01-17T05:46:43.722Z | Compiling form_urlencoded v1.2.1 |
2387 | 2025-01-17T05:46:43.730Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a22328da2b144e8 -C extra-filename=-9a22328da2b144e8 --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-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2388 | 2025-01-17T05:46:43.776Z | Dirty itertools v0.12.1: the rustflags changed |
2389 | 2025-01-17T05:46:43.776Z | Compiling itertools v0.12.1 |
2390 | 2025-01-17T05:46:43.779Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a8f1c5c0d6b75aaf -C extra-filename=-a8f1c5c0d6b75aaf --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2025-01-17T05:46:44.068Z | Dirty libloading v0.8.5: the rustflags changed |
2392 | 2025-01-17T05:46:44.068Z | Compiling libloading v0.8.5 |
2393 | 2025-01-17T05:46:44.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05ca7c5cc109f8e8 -C extra-filename=-05ca7c5cc109f8e8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2394 | 2025-01-17T05:46:44.206Z | Dirty icu_properties_data v1.5.0: the rustflags changed |
2395 | 2025-01-17T05:46:44.206Z | Compiling icu_properties_data v1.5.0 |
2396 | 2025-01-17T05:46:44.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc5d9fbe90c50abe -C extra-filename=-bc5d9fbe90c50abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2397 | 2025-01-17T05:46:44.518Z | Dirty bindgen v0.69.5: the rustflags changed |
2398 | 2025-01-17T05:46:44.518Z | Compiling bindgen v0.69.5 |
2399 | 2025-01-17T05:46:44.522Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=df9c24cd77d51add -C extra-filename=-df9c24cd77d51add --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2025-01-17T05:46:44.555Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4c84752ba284ab52 -C extra-filename=-4c84752ba284ab52 --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-bd41c333537d5136.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
2401 | 2025-01-17T05:46:44.581Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=8e2e44174bd79a27 -C extra-filename=-8e2e44174bd79a27 --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-bc199f92aeb6c1f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-05ca7c5cc109f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2402 | 2025-01-17T05:46:45.269Z | Dirty cexpr v0.6.0: the rustflags changed |
2403 | 2025-01-17T05:46:45.269Z | Compiling cexpr v0.6.0 |
2404 | 2025-01-17T05:46:45.294Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88d3761b5b4b050a -C extra-filename=-88d3761b5b4b050a --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-a40758ffb1943256.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2405 | 2025-01-17T05:46:45.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add/build-script-build` |
2406 | 2025-01-17T05:46:45.482Z | Dirty ring v0.17.8: the rustflags changed |
2407 | 2025-01-17T05:46:45.482Z | Compiling ring v0.17.8 |
2408 | 2025-01-17T05:46:45.486Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=1c3103aa1e537d4c -C extra-filename=-1c3103aa1e537d4c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2409 | 2025-01-17T05:46:46.688Z | Dirty write16 v1.0.0: the rustflags changed |
2410 | 2025-01-17T05:46:46.688Z | Compiling write16 v1.0.0 |
2411 | 2025-01-17T05:46:46.722Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=29e7c954aed6cc24 -C extra-filename=-29e7c954aed6cc24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2412 | 2025-01-17T05:46:46.805Z | Dirty utf8_iter v1.0.4: the rustflags changed |
2413 | 2025-01-17T05:46:46.805Z | Compiling utf8_iter v1.0.4 |
2414 | 2025-01-17T05:46:46.841Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1975c2ee4172c278 -C extra-filename=-1975c2ee4172c278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2025-01-17T05:46:46.861Z | Dirty lazycell v1.3.0: the rustflags changed |
2416 | 2025-01-17T05:46:46.861Z | Compiling lazycell v1.3.0 |
2417 | 2025-01-17T05:46:46.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=8979d158a363d4f6 -C extra-filename=-8979d158a363d4f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2418 | 2025-01-17T05:46:46.955Z | Dirty strsim v0.11.1: the rustflags changed |
2419 | 2025-01-17T05:46:46.955Z | Compiling strsim v0.11.1 |
2420 | 2025-01-17T05:46:46.959Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb16d374a192cad6 -C extra-filename=-fb16d374a192cad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2421 | 2025-01-17T05:46:47.049Z | Dirty icu_normalizer_data v1.5.0: the rustflags changed |
2422 | 2025-01-17T05:46:47.049Z | Compiling icu_normalizer_data v1.5.0 |
2423 | 2025-01-17T05:46:47.049Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a665c983d42ad140 -C extra-filename=-a665c983d42ad140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2424 | 2025-01-17T05:46:47.079Z | Dirty rustc-hash v1.1.0: the rustflags changed |
2425 | 2025-01-17T05:46:47.079Z | Compiling rustc-hash v1.1.0 |
2426 | 2025-01-17T05:46:47.133Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d061298049524a8c -C extra-filename=-d061298049524a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2427 | 2025-01-17T05:46:47.187Z | Dirty utf16_iter v1.0.5: the rustflags changed |
2428 | 2025-01-17T05:46:47.187Z | Compiling utf16_iter v1.0.5 |
2429 | 2025-01-17T05:46:47.218Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f32504f2be281d16 -C extra-filename=-f32504f2be281d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2430 | 2025-01-17T05:46:47.264Z | Dirty crossbeam-utils v0.8.20: the rustflags changed |
2431 | 2025-01-17T05:46:47.264Z | Compiling crossbeam-utils v0.8.20 |
2432 | 2025-01-17T05:46:47.304Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c37082b409d2476b -C extra-filename=-c37082b409d2476b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2433 | 2025-01-17T05:46:47.422Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c/build-script-build` |
2434 | 2025-01-17T05:46:47.452Z | Dirty paste v1.0.15: the rustflags changed |
2435 | 2025-01-17T05:46:47.452Z | Compiling paste v1.0.15 |
2436 | 2025-01-17T05:46:47.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7270e69f72837507 -C extra-filename=-7270e69f72837507 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2437 | 2025-01-17T05:46:47.723Z | Dirty httparse v1.9.5: the rustflags changed |
2438 | 2025-01-17T05:46:47.723Z | Compiling httparse v1.9.5 |
2439 | 2025-01-17T05:46:47.726Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0594b135d0800817 -C extra-filename=-0594b135d0800817 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2025-01-17T05:46:47.835Z | Dirty serde_derive v1.0.217: the rustflags changed |
2441 | 2025-01-17T05:46:47.835Z | Compiling serde_derive v1.0.217 |
2442 | 2025-01-17T05:46:47.838Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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=ee3f54e659206937 -C extra-filename=-ee3f54e659206937 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2443 | 2025-01-17T05:46:47.891Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
2444 | 2025-01-17T05:46:47.891Z | Compiling zeroize_derive v1.4.2 |
2445 | 2025-01-17T05:46:47.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e879da4d2526c964 -C extra-filename=-e879da4d2526c964 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2025-01-17T05:46:48.046Z | Dirty zerocopy-derive v0.7.35: the rustflags changed |
2447 | 2025-01-17T05:46:48.046Z | Compiling zerocopy-derive v0.7.35 |
2448 | 2025-01-17T05:46:48.049Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d4343c0a5a36819 -C extra-filename=-7d4343c0a5a36819 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2449 | 2025-01-17T05:46:48.485Z | Dirty thiserror-impl v1.0.69: the rustflags changed |
2450 | 2025-01-17T05:46:48.485Z | Compiling thiserror-impl v1.0.69 |
2451 | 2025-01-17T05:46:48.487Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ca8da04f825e1e5 -C extra-filename=-9ca8da04f825e1e5 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2025-01-17T05:46:48.791Z | Dirty tokio-macros v2.5.0: the rustflags changed |
2453 | 2025-01-17T05:46:48.791Z | Compiling tokio-macros v2.5.0 |
2454 | 2025-01-17T05:46:48.795Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6ae771187341818 -C extra-filename=-b6ae771187341818 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2455 | 2025-01-17T05:46:49.499Z | Dirty zeroize v1.8.1: the rustflags changed |
2456 | 2025-01-17T05:46:49.499Z | Compiling zeroize v1.8.1 |
2457 | 2025-01-17T05:46:49.503Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=ce3957574e03d034 -C extra-filename=-ce3957574e03d034 --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-e879da4d2526c964.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2025-01-17T05:46:49.958Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=9ce67c21d1f9f81a -C extra-filename=-9ce67c21d1f9f81a --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-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
2459 | 2025-01-17T05:46:50.336Z | Dirty zerocopy v0.7.35: the rustflags changed |
2460 | 2025-01-17T05:46:50.336Z | Compiling zerocopy v0.7.35 |
2461 | 2025-01-17T05:46:50.339Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6ff68796564bf4a0 -C extra-filename=-6ff68796564bf4a0 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7d4343c0a5a36819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2462 | 2025-01-17T05:46:50.587Z | Dirty futures-macro v0.3.31: the rustflags changed |
2463 | 2025-01-17T05:46:50.587Z | Compiling futures-macro v0.3.31 |
2464 | 2025-01-17T05:46:50.590Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27a88e4af62594d5 -C extra-filename=-27a88e4af62594d5 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2465 | 2025-01-17T05:46:51.185Z | Dirty crypto-common v0.1.6: the rustflags changed |
2466 | 2025-01-17T05:46:51.185Z | Compiling crypto-common v0.1.6 |
2467 | 2025-01-17T05:46:51.188Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fa01fb14c5f1583c -C extra-filename=-fa01fb14c5f1583c --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2025-01-17T05:46:51.457Z | Dirty block-buffer v0.10.4: the rustflags changed |
2469 | 2025-01-17T05:46:51.457Z | Compiling block-buffer v0.10.4 |
2470 | 2025-01-17T05:46:51.460Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09316e049d0ba851 -C extra-filename=-09316e049d0ba851 --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2025-01-17T05:46:51.631Z | Dirty ppv-lite86 v0.2.20: the rustflags changed |
2472 | 2025-01-17T05:46:51.631Z | Compiling ppv-lite86 v0.2.20 |
2473 | 2025-01-17T05:46:51.635Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f743a5535befe395 -C extra-filename=-f743a5535befe395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2025-01-17T05:46:51.738Z | Dirty digest v0.10.7: the rustflags changed |
2475 | 2025-01-17T05:46:51.738Z | Compiling digest v0.10.7 |
2476 | 2025-01-17T05:46:51.742Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a9f2b4b6a1fbdffa -C extra-filename=-a9f2b4b6a1fbdffa --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-09316e049d0ba851.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2025-01-17T05:46:51.760Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69903ab7b0254d11 -C extra-filename=-69903ab7b0254d11 --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-9ca8da04f825e1e5.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)'` |
2478 | 2025-01-17T05:46:51.942Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
2479 | 2025-01-17T05:46:51.942Z | Compiling tracing-attributes v0.1.27 |
2480 | 2025-01-17T05:46:51.945Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=74c570e1d794f507 -C extra-filename=-74c570e1d794f507 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2481 | 2025-01-17T05:46:52.190Z | Dirty zerofrom-derive v0.1.4: the rustflags changed |
2482 | 2025-01-17T05:46:52.190Z | Compiling zerofrom-derive v0.1.4 |
2483 | 2025-01-17T05:46:52.193Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acd23a1c4c9fd620 -C extra-filename=-acd23a1c4c9fd620 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2025-01-17T05:46:52.397Z | Dirty rand_chacha v0.3.1: the rustflags changed |
2485 | 2025-01-17T05:46:52.397Z | Compiling rand_chacha v0.3.1 |
2486 | 2025-01-17T05:46:52.400Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=9739b9fe863466c5 -C extra-filename=-9739b9fe863466c5 --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-f743a5535befe395.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2487 | 2025-01-17T05:46:52.594Z | Dirty futures-util v0.3.31: the rustflags changed |
2488 | 2025-01-17T05:46:52.594Z | Compiling futures-util v0.3.31 |
2489 | 2025-01-17T05:46:52.620Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=839ba9a41c83a702 -C extra-filename=-839ba9a41c83a702 --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-27a88e4af62594d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2490 | 2025-01-17T05:46:52.762Z | Dirty yoke-derive v0.7.4: the rustflags changed |
2491 | 2025-01-17T05:46:52.762Z | Compiling yoke-derive v0.7.4 |
2492 | 2025-01-17T05:46:52.765Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb69fa11b48ff368 -C extra-filename=-fb69fa11b48ff368 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2025-01-17T05:46:53.792Z | Dirty rand v0.8.5: the rustflags changed |
2494 | 2025-01-17T05:46:53.794Z | Compiling rand v0.8.5 |
2495 | 2025-01-17T05:46:53.867Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=b7178cfe8cae9365 -C extra-filename=-b7178cfe8cae9365 --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-d98e06afb0ecdece.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2496 | 2025-01-17T05:46:54.795Z | Dirty schemars_derive v0.8.21: the rustflags changed |
2497 | 2025-01-17T05:46:54.800Z | Compiling schemars_derive v0.8.21 |
2498 | 2025-01-17T05:46:54.800Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dcab9b3ab95bc8d -C extra-filename=-3dcab9b3ab95bc8d --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2118dcafe025d36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2025-01-17T05:46:55.121Z | Dirty displaydoc v0.2.5: the rustflags changed |
2500 | 2025-01-17T05:46:55.121Z | Compiling displaydoc v0.2.5 |
2501 | 2025-01-17T05:46:55.124Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1be088aac0fcd431 -C extra-filename=-1be088aac0fcd431 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2502 | 2025-01-17T05:46:55.456Z | Dirty tracing v0.1.40: the rustflags changed |
2503 | 2025-01-17T05:46:55.456Z | Compiling tracing v0.1.40 |
2504 | 2025-01-17T05:46:55.497Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=4a49c43766e9a56c -C extra-filename=-4a49c43766e9a56c --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-e1464231da30ba90.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-74c570e1d794f507.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0ed74dea4f4939a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2505 | 2025-01-17T05:46:55.740Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=74905474c961af45 -C extra-filename=-74905474c961af45 --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-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
2506 | 2025-01-17T05:46:55.874Z | Dirty zerovec-derive v0.10.3: the rustflags changed |
2507 | 2025-01-17T05:46:55.874Z | Compiling zerovec-derive v0.10.3 |
2508 | 2025-01-17T05:46:55.880Z | Dirty icu_provider_macros v1.5.0: the rustflags changed |
2509 | 2025-01-17T05:46:55.880Z | Compiling icu_provider_macros v1.5.0 |
2510 | 2025-01-17T05:46:55.880Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ca287260767ec2e -C extra-filename=-0ca287260767ec2e --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2025-01-17T05:46:55.880Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57cd680b355bfee1 -C extra-filename=-57cd680b355bfee1 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2025-01-17T05:46:55.995Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b/build-script-build` |
2513 | 2025-01-17T05:46:56.041Z | Dirty adler2 v2.0.0: the rustflags changed |
2514 | 2025-01-17T05:46:56.041Z | Compiling adler2 v2.0.0 |
2515 | 2025-01-17T05:46:56.044Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=89d10dac645178e9 -C extra-filename=-89d10dac645178e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2025-01-17T05:46:56.116Z | Dirty zerofrom v0.1.4: the rustflags changed |
2517 | 2025-01-17T05:46:56.116Z | Compiling zerofrom v0.1.4 |
2518 | 2025-01-17T05:46:56.120Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f279d16d3c4986ff -C extra-filename=-f279d16d3c4986ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-acd23a1c4c9fd620.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2025-01-17T05:46:56.276Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2520 | 2025-01-17T05:46:56.276Z | Compiling miniz_oxide v0.8.0 |
2521 | 2025-01-17T05:46:56.279Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --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=329e4edf3119c1a5 -C extra-filename=-329e4edf3119c1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-89d10dac645178e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2522 | 2025-01-17T05:46:56.363Z | Dirty yoke v0.7.4: the rustflags changed |
2523 | 2025-01-17T05:46:56.363Z | Compiling yoke v0.7.4 |
2524 | 2025-01-17T05:46:56.421Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=213deaed17fe4c91 -C extra-filename=-213deaed17fe4c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-fb69fa11b48ff368.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2025-01-17T05:46:56.762Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1d9d1ebbe6560d01 -C extra-filename=-1d9d1ebbe6560d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
2526 | 2025-01-17T05:46:56.889Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817/build-script-build` |
2527 | 2025-01-17T05:46:56.979Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507/build-script-build` |
2528 | 2025-01-17T05:46:57.067Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
2529 | 2025-01-17T05:46:57.067Z | Compiling tinyvec_macros v0.1.1 |
2530 | 2025-01-17T05:46:57.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd19653a8d66252f -C extra-filename=-bd19653a8d66252f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2531 | 2025-01-17T05:46:57.130Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7e16f148db66112 -C extra-filename=-c7e16f148db66112 --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"))'` |
2532 | 2025-01-17T05:46:57.185Z | Dirty tinyvec v1.8.0: the rustflags changed |
2533 | 2025-01-17T05:46:57.185Z | Compiling tinyvec v1.8.0 |
2534 | 2025-01-17T05:46:57.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=63824ab9e110268f -C extra-filename=-63824ab9e110268f --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-bd19653a8d66252f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2535 | 2025-01-17T05:46:57.733Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7259561918d96c79 -C extra-filename=-7259561918d96c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
2536 | 2025-01-17T05:46:57.824Z | Dirty block-padding v0.3.3: the rustflags changed |
2537 | 2025-01-17T05:46:57.824Z | Compiling block-padding v0.3.3 |
2538 | 2025-01-17T05:46:57.828Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=98f6f495d8c43e5d -C extra-filename=-98f6f495d8c43e5d --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2025-01-17T05:46:58.025Z | Dirty powerfmt v0.2.0: the rustflags changed |
2540 | 2025-01-17T05:46:58.025Z | Compiling powerfmt v0.2.0 |
2541 | 2025-01-17T05:46:58.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=281187b8282cd4ff -C extra-filename=-281187b8282cd4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2025-01-17T05:46:58.079Z | Dirty time-core v0.1.2: the rustflags changed |
2543 | 2025-01-17T05:46:58.080Z | Compiling time-core v0.1.2 |
2544 | 2025-01-17T05:46:58.080Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c247b003e1bf5756 -C extra-filename=-c247b003e1bf5756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2545 | 2025-01-17T05:46:58.118Z | Dirty num-conv v0.1.0: the rustflags changed |
2546 | 2025-01-17T05:46:58.118Z | Compiling num-conv v0.1.0 |
2547 | 2025-01-17T05:46:58.121Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b511a2c685745a80 -C extra-filename=-b511a2c685745a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2025-01-17T05:46:58.272Z | Dirty atomic-waker v1.1.2: the rustflags changed |
2549 | 2025-01-17T05:46:58.272Z | Compiling atomic-waker v1.1.2 |
2550 | 2025-01-17T05:46:58.275Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=300320b4c213bb02 -C extra-filename=-300320b4c213bb02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2551 | 2025-01-17T05:46:58.323Z | Dirty inout v0.1.3: the rustflags changed |
2552 | 2025-01-17T05:46:58.323Z | Compiling inout v0.1.3 |
2553 | 2025-01-17T05:46:58.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=844976e379ef9a19 -C extra-filename=-844976e379ef9a19 --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-98f6f495d8c43e5d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2025-01-17T05:46:58.436Z | Dirty time-macros v0.2.18: the rustflags changed |
2555 | 2025-01-17T05:46:58.436Z | Compiling time-macros v0.2.18 |
2556 | 2025-01-17T05:46:58.439Z | Dirty deranged v0.3.11: the rustflags changed |
2557 | 2025-01-17T05:46:58.439Z | Compiling deranged v0.3.11 |
2558 | 2025-01-17T05:46:58.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=408ff635f0ac8c8d -C extra-filename=-408ff635f0ac8c8d --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-b511a2c685745a80.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2559 | 2025-01-17T05:46:58.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dba598fffeb56686 -C extra-filename=-dba598fffeb56686 --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-281187b8282cd4ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2025-01-17T05:46:58.485Z | Dirty cmake v0.1.51: the rustflags changed |
2561 | 2025-01-17T05:46:58.485Z | Compiling cmake v0.1.51 |
2562 | 2025-01-17T05:46:58.488Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=632cb98d4b756956 -C extra-filename=-632cb98d4b756956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2563 | 2025-01-17T05:46:58.516Z | Dirty ahash v0.8.11: the rustflags changed |
2564 | 2025-01-17T05:46:58.516Z | Compiling ahash v0.8.11 |
2565 | 2025-01-17T05:46:58.520Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=9c01f71d77a94b10 -C extra-filename=-9c01f71d77a94b10 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2566 | 2025-01-17T05:46:58.614Z | Dirty unicode-normalization v0.1.24: the rustflags changed |
2567 | 2025-01-17T05:46:58.614Z | Compiling unicode-normalization v0.1.24 |
2568 | 2025-01-17T05:46:58.618Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea999eb0da411208 -C extra-filename=-ea999eb0da411208 --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-63824ab9e110268f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2025-01-17T05:46:58.664Z | Dirty untrusted v0.9.0: the rustflags changed |
2570 | 2025-01-17T05:46:58.665Z | Compiling untrusted v0.9.0 |
2571 | 2025-01-17T05:46:58.667Z | Dirty zerovec v0.10.4: the rustflags changed |
2572 | 2025-01-17T05:46:58.667Z | Compiling zerovec v0.10.4 |
2573 | 2025-01-17T05:46:58.667Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c769ba8c7310228 -C extra-filename=-2c769ba8c7310228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2025-01-17T05:46:58.690Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9e4bc1d9fdeb3e89 -C extra-filename=-9e4bc1d9fdeb3e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-0ca287260767ec2e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2575 | 2025-01-17T05:46:59.234Z | Dirty fs_extra v1.3.0: the rustflags changed |
2576 | 2025-01-17T05:46:59.234Z | Compiling fs_extra v1.3.0 |
2577 | 2025-01-17T05:46:59.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04077f29428a2d4b -C extra-filename=-04077f29428a2d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2025-01-17T05:46:59.250Z | Dirty num_threads v0.1.7: the rustflags changed |
2579 | 2025-01-17T05:46:59.250Z | Compiling num_threads v0.1.7 |
2580 | 2025-01-17T05:46:59.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f095a215d8979552 -C extra-filename=-f095a215d8979552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2025-01-17T05:46:59.250Z | Dirty dunce v1.0.5: the rustflags changed |
2582 | 2025-01-17T05:46:59.250Z | Compiling dunce v1.0.5 |
2583 | 2025-01-17T05:46:59.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8963394abf5f78f4 -C extra-filename=-8963394abf5f78f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2025-01-17T05:46:59.365Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10/build-script-build` |
2585 | 2025-01-17T05:46:59.447Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b1f8ac9d5a85687d -C extra-filename=-b1f8ac9d5a85687d --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
2586 | 2025-01-17T05:46:59.453Z | Dirty cipher v0.4.4: the rustflags changed |
2587 | 2025-01-17T05:46:59.453Z | Compiling cipher v0.4.4 |
2588 | 2025-01-17T05:46:59.457Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c6e3a96c704ea7e1 -C extra-filename=-c6e3a96c704ea7e1 --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-fa01fb14c5f1583c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2589 | 2025-01-17T05:46:59.510Z | Dirty unicode-bidi v0.3.17: the rustflags changed |
2590 | 2025-01-17T05:46:59.510Z | Compiling unicode-bidi v0.3.17 |
2591 | 2025-01-17T05:46:59.520Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=bb3580d2ff429c8d -C extra-filename=-bb3580d2ff429c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2025-01-17T05:46:59.796Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a6fc717be49c6018 -C extra-filename=-a6fc717be49c6018 --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
2593 | 2025-01-17T05:46:59.880Z | Dirty sha2 v0.10.8: the rustflags changed |
2594 | 2025-01-17T05:46:59.880Z | Compiling sha2 v0.10.8 |
2595 | 2025-01-17T05:46:59.882Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=213933cfbb62a2e4 -C extra-filename=-213933cfbb62a2e4 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2596 | 2025-01-17T05:46:59.989Z | Dirty aws-lc-rs v1.10.0: the rustflags changed |
2597 | 2025-01-17T05:46:59.989Z | Compiling aws-lc-rs v1.10.0 |
2598 | 2025-01-17T05:46:59.992Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=d0249044ee6dec98 -C extra-filename=-d0249044ee6dec98 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2025-01-17T05:47:00.350Z | Dirty base64ct v1.6.0: the rustflags changed |
2600 | 2025-01-17T05:47:00.350Z | Compiling base64ct v1.6.0 |
2601 | 2025-01-17T05:47:00.353Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=13c7e0208d5dc15e -C extra-filename=-13c7e0208d5dc15e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2025-01-17T05:47:00.519Z | Dirty tinystr v0.7.6: the rustflags changed |
2603 | 2025-01-17T05:47:00.519Z | Compiling tinystr v0.7.6 |
2604 | 2025-01-17T05:47:00.522Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=56f474dd5f86dacc -C extra-filename=-56f474dd5f86dacc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2605 | 2025-01-17T05:47:00.797Z | Dirty icu_collections v1.5.0: the rustflags changed |
2606 | 2025-01-17T05:47:00.797Z | Compiling icu_collections v1.5.0 |
2607 | 2025-01-17T05:47:00.800Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=0d76d234b48932d2 -C extra-filename=-0d76d234b48932d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2608 | 2025-01-17T05:47:00.848Z | Dirty rustls-pki-types v1.10.0: the rustflags changed |
2609 | 2025-01-17T05:47:00.848Z | Compiling rustls-pki-types v1.10.0 |
2610 | 2025-01-17T05:47:00.850Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=d4102aff58bcf5e5 -C extra-filename=-d4102aff58bcf5e5 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:47:00.941Z | Dirty bytes v1.9.0: the rustflags changed |
2612 | 2025-01-17T05:47:00.941Z | Compiling bytes v1.9.0 |
2613 | 2025-01-17T05:47:00.943Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=369ee3d2c774136a -C extra-filename=-369ee3d2c774136a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2025-01-17T05:47:00.979Z | Dirty bitflags v2.6.0: the rustflags changed |
2615 | 2025-01-17T05:47:00.979Z | Compiling bitflags v2.6.0 |
2616 | 2025-01-17T05:47:00.981Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=01159dab402db438 -C extra-filename=-01159dab402db438 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2617 | 2025-01-17T05:47:01.187Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9a57d07140db7ded -C extra-filename=-9a57d07140db7ded --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-04bafa42b6ada290.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
2618 | 2025-01-17T05:47:01.469Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e3d4519553d0e8e7 -C extra-filename=-e3d4519553d0e8e7 --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-01159dab402db438.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-540490b3b93907e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2619 | 2025-01-17T05:47:01.619Z | Dirty indexmap v2.7.0: the rustflags changed |
2620 | 2025-01-17T05:47:01.619Z | Compiling indexmap v2.7.0 |
2621 | 2025-01-17T05:47:01.622Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=1ccc891f17e7a7a6 -C extra-filename=-1ccc891f17e7a7a6 --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-af359b78b2cc337f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2622 | 2025-01-17T05:47:01.831Z | Dirty tokio v1.43.0: the rustflags changed |
2623 | 2025-01-17T05:47:01.831Z | Compiling tokio v1.43.0 |
2624 | 2025-01-17T05:47:01.835Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b2c1a03649542c8c -C extra-filename=-b2c1a03649542c8c --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-369ee3d2c774136a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b6ae771187341818.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2625 | 2025-01-17T05:47:02.069Z | Dirty chrono v0.4.38: the rustflags changed |
2626 | 2025-01-17T05:47:02.069Z | Compiling chrono v0.4.38 |
2627 | 2025-01-17T05:47:02.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=d26e192b7ea979d3 -C extra-filename=-d26e192b7ea979d3 --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-44f9af647fcea788.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2628 | 2025-01-17T05:47:02.154Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=14419073895f953e -C extra-filename=-14419073895f953e --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'` |
2629 | 2025-01-17T05:47:02.846Z | Dirty uuid v1.11.0: the rustflags changed |
2630 | 2025-01-17T05:47:02.846Z | Compiling uuid v1.11.0 |
2631 | 2025-01-17T05:47:02.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -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=2f42bfae58aa2859 -C extra-filename=-2f42bfae58aa2859 --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-9f2de0cca6729757.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2025-01-17T05:47:02.962Z | Dirty http v1.2.0: the rustflags changed |
2633 | 2025-01-17T05:47:02.962Z | Compiling http v1.2.0 |
2634 | 2025-01-17T05:47:02.965Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=3774a995781acb23 -C extra-filename=-3774a995781acb23 --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-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2025-01-17T05:47:02.992Z | Dirty icu_locid v1.5.0: the rustflags changed |
2636 | 2025-01-17T05:47:02.992Z | Compiling icu_locid v1.5.0 |
2637 | 2025-01-17T05:47:03.022Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=fe0b1cf29b075beb -C extra-filename=-fe0b1cf29b075beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-5cd5201825356c11.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2638 | 2025-01-17T05:47:03.498Z | Dirty time v0.3.36: the rustflags changed |
2639 | 2025-01-17T05:47:03.498Z | Compiling time v0.3.36 |
2640 | 2025-01-17T05:47:03.502Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b8f62338069edef3 -C extra-filename=-b8f62338069edef3 --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-dba598fffeb56686.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-b511a2c685745a80.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f095a215d8979552.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-281187b8282cd4ff.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2025-01-17T05:47:04.091Z | Dirty serde_spanned v0.6.8: the rustflags changed |
2642 | 2025-01-17T05:47:04.091Z | Compiling serde_spanned v0.6.8 |
2643 | 2025-01-17T05:47:04.093Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b671e902af892656 -C extra-filename=-b671e902af892656 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2644 | 2025-01-17T05:47:04.245Z | Dirty icu_provider v1.5.0: the rustflags changed |
2645 | 2025-01-17T05:47:04.245Z | Compiling icu_provider v1.5.0 |
2646 | 2025-01-17T05:47:04.256Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=c28a3a334b3bcc75 -C extra-filename=-c28a3a334b3bcc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-57cd680b355bfee1.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2647 | 2025-01-17T05:47:04.395Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=4c4c15d58dd6f243 -C extra-filename=-4c4c15d58dd6f243 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3dcab9b3ab95bc8d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2648 | 2025-01-17T05:47:05.182Z | Dirty icu_locid_transform v1.5.0: the rustflags changed |
2649 | 2025-01-17T05:47:05.182Z | Compiling icu_locid_transform v1.5.0 |
2650 | 2025-01-17T05:47:05.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=187726fad3ce530c -C extra-filename=-187726fad3ce530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b1c787b69297e97d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2651 | 2025-01-17T05:47:05.260Z | Dirty which v4.4.2: the rustflags changed |
2652 | 2025-01-17T05:47:05.260Z | Compiling which v4.4.2 |
2653 | 2025-01-17T05:47:05.263Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=0cdd7ce9511a29ec -C extra-filename=-0cdd7ce9511a29ec --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-def387f0ad91f972.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2654 | 2025-01-17T05:47:05.290Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2655 | 2025-01-17T05:47:05.290Z | Compiling toml_datetime v0.6.8 |
2656 | 2025-01-17T05:47:05.330Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=702aef2c8046aee3 -C extra-filename=-702aef2c8046aee3 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2657 | 2025-01-17T05:47:05.457Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2658 | 2025-01-17T05:47:05.457Z | Compiling serde_tokenstream v0.2.2 |
2659 | 2025-01-17T05:47:05.492Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0db04ce7ccb238b3 -C extra-filename=-0db04ce7ccb238b3 --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2660 | 2025-01-17T05:47:05.776Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=95e0f24eebe7a7b6 -C extra-filename=-95e0f24eebe7a7b6 --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-01159dab402db438.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-88d3761b5b4b050a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8e2e44174bd79a27.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8979d158a363d4f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d061298049524a8c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0cdd7ce9511a29ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2661 | 2025-01-17T05:47:05.860Z | Dirty hmac v0.12.1: the rustflags changed |
2662 | 2025-01-17T05:47:05.860Z | Compiling hmac v0.12.1 |
2663 | 2025-01-17T05:47:05.863Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=463f583760c4a0eb -C extra-filename=-463f583760c4a0eb --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-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2025-01-17T05:47:06.068Z | Dirty gimli v0.31.1: the rustflags changed |
2665 | 2025-01-17T05:47:06.068Z | Compiling gimli v0.31.1 |
2666 | 2025-01-17T05:47:06.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=0256f877021821d8 -C extra-filename=-0256f877021821d8 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:47:06.150Z | Dirty http-body v1.0.1: the rustflags changed |
2668 | 2025-01-17T05:47:06.150Z | Compiling http-body v1.0.1 |
2669 | 2025-01-17T05:47:06.190Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd0120f590377142 -C extra-filename=-dd0120f590377142 --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-369ee3d2c774136a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2670 | 2025-01-17T05:47:06.285Z | Dirty object v0.36.5: the rustflags changed |
2671 | 2025-01-17T05:47:06.285Z | Compiling object v0.36.5 |
2672 | 2025-01-17T05:47:06.288Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=43c02ebb0ddbb5bf -C extra-filename=-43c02ebb0ddbb5bf --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2673 | 2025-01-17T05:47:06.424Z | Dirty icu_properties v1.5.1: the rustflags changed |
2674 | 2025-01-17T05:47:06.424Z | Compiling icu_properties v1.5.1 |
2675 | 2025-01-17T05:47:06.427Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e2780a5e5251f43f -C extra-filename=-e2780a5e5251f43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-187726fad3ce530c.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-bc5d9fbe90c50abe.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2025-01-17T05:47:07.553Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2677 | 2025-01-17T05:47:07.553Z | Compiling rustc-demangle v0.1.24 |
2678 | 2025-01-17T05:47:07.555Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=70b7fc28bb4af819 -C extra-filename=-70b7fc28bb4af819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2025-01-17T05:47:07.785Z | Dirty mirai-annotations v1.12.0: the rustflags changed |
2680 | 2025-01-17T05:47:07.786Z | Compiling mirai-annotations v1.12.0 |
2681 | 2025-01-17T05:47:07.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7a488fcbaa355d2 -C extra-filename=-c7a488fcbaa355d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2682 | 2025-01-17T05:47:08.015Z | Dirty base64 v0.22.1: the rustflags changed |
2683 | 2025-01-17T05:47:08.016Z | Compiling base64 v0.22.1 |
2684 | 2025-01-17T05:47:08.074Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7fc06bffdc865433 -C extra-filename=-7fc06bffdc865433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2025-01-17T05:47:08.309Z | Dirty anyhow v1.0.93: the rustflags changed |
2686 | 2025-01-17T05:47:08.309Z | Compiling anyhow v1.0.93 |
2687 | 2025-01-17T05:47:08.340Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=d70fe477efac010e -C extra-filename=-d70fe477efac010e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2025-01-17T05:47:08.508Z | Dirty untrusted v0.7.1: the rustflags changed |
2689 | 2025-01-17T05:47:08.509Z | Compiling untrusted v0.7.1 |
2690 | 2025-01-17T05:47:08.511Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6742e56345b9f870 -C extra-filename=-6742e56345b9f870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2691 | 2025-01-17T05:47:08.729Z | Dirty httpdate v1.0.3: the rustflags changed |
2692 | 2025-01-17T05:47:08.729Z | Compiling httpdate v1.0.3 |
2693 | 2025-01-17T05:47:08.764Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9467ca7ef9bcfa8 -C extra-filename=-e9467ca7ef9bcfa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2025-01-17T05:47:08.768Z | Dirty try-lock v0.2.5: the rustflags changed |
2695 | 2025-01-17T05:47:08.769Z | Compiling try-lock v0.2.5 |
2696 | 2025-01-17T05:47:08.816Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40fb3d637872db69 -C extra-filename=-40fb3d637872db69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2025-01-17T05:47:08.952Z | Dirty want v0.3.1: the rustflags changed |
2698 | 2025-01-17T05:47:08.952Z | Compiling want v0.3.1 |
2699 | 2025-01-17T05:47:08.954Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c31e0cedcc79261 -C extra-filename=-0c31e0cedcc79261 --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-40fb3d637872db69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2700 | 2025-01-17T05:47:08.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-d70fe477efac010e/build-script-build` |
2701 | 2025-01-17T05:47:09.250Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
2702 | 2025-01-17T05:47:09.250Z | Compiling pem-rfc7468 v0.7.0 |
2703 | 2025-01-17T05:47:09.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e4f92dfc40af4225 -C extra-filename=-e4f92dfc40af4225 --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-13c7e0208d5dc15e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2025-01-17T05:47:09.272Z | Dirty openssl-sys v0.9.103: the rustflags changed |
2705 | 2025-01-17T05:47:09.272Z | Compiling openssl-sys v0.9.103 |
2706 | 2025-01-17T05:47:09.276Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=762012c4b4994489 -C extra-filename=-762012c4b4994489 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-762012c4b4994489 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2707 | 2025-01-17T05:47:09.553Z | Dirty tower-service v0.3.3: the rustflags changed |
2708 | 2025-01-17T05:47:09.553Z | Compiling tower-service v0.3.3 |
2709 | 2025-01-17T05:47:09.557Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68c109a7dea1215e -C extra-filename=-68c109a7dea1215e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2025-01-17T05:47:09.718Z | Dirty slog v2.7.0: the rustflags changed |
2711 | 2025-01-17T05:47:09.718Z | Compiling slog v2.7.0 |
2712 | 2025-01-17T05:47:09.721Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=5991412ba4ef37fc -C extra-filename=-5991412ba4ef37fc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2713 | 2025-01-17T05:47:09.957Z | Dirty tokio-util v0.7.12: the rustflags changed |
2714 | 2025-01-17T05:47:09.957Z | Compiling tokio-util v0.7.12 |
2715 | 2025-01-17T05:47:09.960Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=2586409ea37385a4 -C extra-filename=-2586409ea37385a4 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2025-01-17T05:47:10.314Z | Dirty icu_normalizer v1.5.0: the rustflags changed |
2717 | 2025-01-17T05:47:10.314Z | Compiling icu_normalizer v1.5.0 |
2718 | 2025-01-17T05:47:10.317Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fe519769932c9d73 -C extra-filename=-fe519769932c9d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-a665c983d42ad140.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-f32504f2be281d16.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-29e7c954aed6cc24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2719 | 2025-01-17T05:47:10.462Z | Dirty addr2line v0.24.2: the rustflags changed |
2720 | 2025-01-17T05:47:10.462Z | Compiling addr2line v0.24.2 |
2721 | 2025-01-17T05:47:10.465Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=07f1e7fb79503da7 -C extra-filename=-07f1e7fb79503da7 --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-0256f877021821d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2025-01-17T05:47:10.780Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-762012c4b4994489/build-script-main` |
2723 | 2025-01-17T05:47:10.882Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc/build-script-build` |
2724 | 2025-01-17T05:47:10.970Z | Dirty h2 v0.4.6: the rustflags changed |
2725 | 2025-01-17T05:47:10.970Z | Compiling h2 v0.4.6 |
2726 | 2025-01-17T05:47:10.973Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=88443e1187b8ede3 -C extra-filename=-88443e1187b8ede3 --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-300320b4c213bb02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2727 | 2025-01-17T05:47:11.111Z | Dirty async-trait v0.1.83: the rustflags changed |
2728 | 2025-01-17T05:47:11.111Z | Compiling async-trait v0.1.83 |
2729 | 2025-01-17T05:47:11.135Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=897d930859dde460 -C extra-filename=-897d930859dde460 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2025-01-17T05:47:11.140Z | Dirty mime v0.3.17: the rustflags changed |
2731 | 2025-01-17T05:47:11.140Z | Compiling mime v0.3.17 |
2732 | 2025-01-17T05:47:11.143Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fd47857214c95c3 -C extra-filename=-3fd47857214c95c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2733 | 2025-01-17T05:47:11.279Z | Dirty idna_adapter v1.2.0: the rustflags changed |
2734 | 2025-01-17T05:47:11.279Z | Compiling idna_adapter v1.2.0 |
2735 | 2025-01-17T05:47:11.305Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=b35a00e56325f226 -C extra-filename=-b35a00e56325f226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-fe519769932c9d73.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2025-01-17T05:47:11.540Z | Dirty idna v1.0.3: the rustflags changed |
2737 | 2025-01-17T05:47:11.540Z | Compiling idna v1.0.3 |
2738 | 2025-01-17T05:47:11.543Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9888d592d39ed80c -C extra-filename=-9888d592d39ed80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-b35a00e56325f226.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2025-01-17T05:47:11.678Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f36114cf7413752c -C extra-filename=-f36114cf7413752c --out-dir /work/oxidecomputer/omicron/target/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` |
2740 | 2025-01-17T05:47:12.138Z | Dirty der_derive v0.7.3: the rustflags changed |
2741 | 2025-01-17T05:47:12.138Z | Compiling der_derive v0.7.3 |
2742 | 2025-01-17T05:47:12.141Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d25ec0d24cda5aaa -C extra-filename=-d25ec0d24cda5aaa --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2025-01-17T05:47:12.423Z | Dirty url v2.5.3: the rustflags changed |
2744 | 2025-01-17T05:47:12.423Z | Compiling url v2.5.3 |
2745 | 2025-01-17T05:47:12.426Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e8de6a5c1cd11221 -C extra-filename=-e8de6a5c1cd11221 --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-9a22328da2b144e8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9888d592d39ed80c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2746 | 2025-01-17T05:47:13.176Z | Dirty backtrace v0.3.74: the rustflags changed |
2747 | 2025-01-17T05:47:13.176Z | Compiling backtrace v0.3.74 |
2748 | 2025-01-17T05:47:13.211Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=ee6b8fbd3d7b8fc3 -C extra-filename=-ee6b8fbd3d7b8fc3 --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-07f1e7fb79503da7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-43c02ebb0ddbb5bf.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70b7fc28bb4af819.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2025-01-17T05:47:13.439Z | Dirty flagset v0.4.6: the rustflags changed |
2750 | 2025-01-17T05:47:13.439Z | Compiling flagset v0.4.6 |
2751 | 2025-01-17T05:47:13.442Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=9e80d58319b397c5 -C extra-filename=-9e80d58319b397c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2752 | 2025-01-17T05:47:13.754Z | Dirty http-body-util v0.1.2: the rustflags changed |
2753 | 2025-01-17T05:47:13.754Z | Compiling http-body-util v0.1.2 |
2754 | 2025-01-17T05:47:13.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50b83adea387f3c1 -C extra-filename=-50b83adea387f3c1 --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-369ee3d2c774136a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2025-01-17T05:47:13.778Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2756 | 2025-01-17T05:47:13.778Z | Compiling pbkdf2 v0.12.2 |
2757 | 2025-01-17T05:47:13.784Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f707f817214e2455 -C extra-filename=-f707f817214e2455 --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-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2758 | 2025-01-17T05:47:13.983Z | Dirty rustc_version v0.4.1: the rustflags changed |
2759 | 2025-01-17T05:47:13.983Z | Compiling rustc_version v0.4.1 |
2760 | 2025-01-17T05:47:13.991Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87cd6b4b517bea28 -C extra-filename=-87cd6b4b517bea28 --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-14419073895f953e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2025-01-17T05:47:14.328Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9392e5b1dc48e458 -C extra-filename=-9392e5b1dc48e458 --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-ee6b8fbd3d7b8fc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
2762 | 2025-01-17T05:47:14.332Z | Dirty aes v0.8.4: the rustflags changed |
2763 | 2025-01-17T05:47:14.332Z | Compiling aes v0.8.4 |
2764 | 2025-01-17T05:47:14.334Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=473099c43290a81c -C extra-filename=-473099c43290a81c --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2765 | 2025-01-17T05:47:14.686Z | Dirty ipnet v2.10.1: the rustflags changed |
2766 | 2025-01-17T05:47:14.686Z | Compiling ipnet v2.10.1 |
2767 | 2025-01-17T05:47:14.719Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=33eb166cd2a8508e -C extra-filename=-33eb166cd2a8508e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2768 | 2025-01-17T05:47:14.783Z | Dirty der v0.7.9: the rustflags changed |
2769 | 2025-01-17T05:47:14.783Z | Compiling der v0.7.9 |
2770 | 2025-01-17T05:47:14.785Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=be7fb8384212584f -C extra-filename=-be7fb8384212584f --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-96c496a36c3a16e3.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d25ec0d24cda5aaa.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9e80d58319b397c5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2025-01-17T05:47:15.121Z | Dirty rustls-pemfile v2.2.0: the rustflags changed |
2772 | 2025-01-17T05:47:15.121Z | Compiling rustls-pemfile v2.2.0 |
2773 | 2025-01-17T05:47:15.147Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57abaa9443df0306 -C extra-filename=-57abaa9443df0306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2774 | 2025-01-17T05:47:15.481Z | Dirty salsa20 v0.10.2: the rustflags changed |
2775 | 2025-01-17T05:47:15.481Z | Compiling salsa20 v0.10.2 |
2776 | 2025-01-17T05:47:15.486Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9385970dc6612a03 -C extra-filename=-9385970dc6612a03 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2025-01-17T05:47:15.635Z | Dirty cbc v0.1.2: the rustflags changed |
2778 | 2025-01-17T05:47:15.635Z | Compiling cbc v0.1.2 |
2779 | 2025-01-17T05:47:15.681Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=b0161c8d12724da7 -C extra-filename=-b0161c8d12724da7 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2780 | 2025-01-17T05:47:15.747Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2781 | 2025-01-17T05:47:15.747Z | Compiling openssl-probe v0.1.5 |
2782 | 2025-01-17T05:47:15.762Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0545e742edad87bb -C extra-filename=-0545e742edad87bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2783 | 2025-01-17T05:47:15.868Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2784 | 2025-01-17T05:47:15.868Z | Compiling foreign-types-shared v0.1.1 |
2785 | 2025-01-17T05:47:15.871Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f584848380c25a4e -C extra-filename=-f584848380c25a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2025-01-17T05:47:15.905Z | Dirty rustversion v1.0.17: the rustflags changed |
2787 | 2025-01-17T05:47:15.905Z | Compiling rustversion v1.0.17 |
2788 | 2025-01-17T05:47:15.942Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8eda4d6fd48e8e7 -C extra-filename=-b8eda4d6fd48e8e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2025-01-17T05:47:16.018Z | Dirty openssl v0.10.66: the rustflags changed |
2790 | 2025-01-17T05:47:16.018Z | Compiling openssl v0.10.66 |
2791 | 2025-01-17T05:47:16.022Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1017326139d51462 -C extra-filename=-1017326139d51462 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2025-01-17T05:47:16.091Z | Dirty foreign-types v0.3.2: the rustflags changed |
2793 | 2025-01-17T05:47:16.092Z | Compiling foreign-types v0.3.2 |
2794 | 2025-01-17T05:47:16.098Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dce0a5f485344e44 -C extra-filename=-dce0a5f485344e44 --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-f584848380c25a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2025-01-17T05:47:16.220Z | Dirty scrypt v0.11.0: the rustflags changed |
2796 | 2025-01-17T05:47:16.220Z | Compiling scrypt v0.11.0 |
2797 | 2025-01-17T05:47:16.225Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=ca726ae59639b509 -C extra-filename=-ca726ae59639b509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-9385970dc6612a03.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2025-01-17T05:47:16.361Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=06d8ed454e1d936d -C extra-filename=-06d8ed454e1d936d --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
2799 | 2025-01-17T05:47:16.543Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462/build-script-build` |
2800 | 2025-01-17T05:47:16.589Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2801 | 2025-01-17T05:47:16.589Z | Compiling serde_urlencoded v0.7.1 |
2802 | 2025-01-17T05:47:16.592Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=816cf77ff72cdc50 -C extra-filename=-816cf77ff72cdc50 --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-9a22328da2b144e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2803 | 2025-01-17T05:47:16.699Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7/build-script-build` |
2804 | 2025-01-17T05:47:16.753Z | Dirty spki v0.7.3: the rustflags changed |
2805 | 2025-01-17T05:47:16.753Z | Compiling spki v0.7.3 |
2806 | 2025-01-17T05:47:16.756Z | Dirty futures-executor v0.3.31: the rustflags changed |
2807 | 2025-01-17T05:47:16.756Z | Compiling futures-executor v0.3.31 |
2808 | 2025-01-17T05:47:16.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=d1fbc7835bc0f1b3 -C extra-filename=-d1fbc7835bc0f1b3 --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-be7fb8384212584f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2809 | 2025-01-17T05:47:16.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8eeae466febe96f5 -C extra-filename=-8eeae466febe96f5 --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-6723a47d595cc3af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2025-01-17T05:47:17.104Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2811 | 2025-01-17T05:47:17.104Z | Compiling openssl-macros v0.1.1 |
2812 | 2025-01-17T05:47:17.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f278b2464b1b20d -C extra-filename=-8f278b2464b1b20d --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2025-01-17T05:47:17.134Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2814 | 2025-01-17T05:47:17.135Z | Compiling encoding_rs v0.8.34 |
2815 | 2025-01-17T05:47:17.138Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=5bbd5d6599ea15c7 -C extra-filename=-5bbd5d6599ea15c7 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2025-01-17T05:47:17.165Z | Dirty camino v1.1.9: the rustflags changed |
2817 | 2025-01-17T05:47:17.165Z | Compiling camino v1.1.9 |
2818 | 2025-01-17T05:47:17.198Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=7e9412332707da98 -C extra-filename=-7e9412332707da98 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2819 | 2025-01-17T05:47:17.329Z | Dirty rustls v0.23.19: the rustflags changed |
2820 | 2025-01-17T05:47:17.329Z | Compiling rustls v0.23.19 |
2821 | 2025-01-17T05:47:17.333Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=80074849aabc2540 -C extra-filename=-80074849aabc2540 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2822 | 2025-01-17T05:47:17.582Z | Dirty futures v0.3.31: the rustflags changed |
2823 | 2025-01-17T05:47:17.582Z | Compiling futures v0.3.31 |
2824 | 2025-01-17T05:47:17.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=8cb871a83619a59b -C extra-filename=-8cb871a83619a59b --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-8eeae466febe96f5.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2025-01-17T05:47:17.691Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2826 | 2025-01-17T05:47:17.691Z | Compiling pkcs5 v0.7.1 |
2827 | 2025-01-17T05:47:17.695Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=c9208cf3ec75bafe -C extra-filename=-c9208cf3ec75bafe --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-473099c43290a81c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-ca726ae59639b509.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2828 | 2025-01-17T05:47:17.761Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99c0464e9f1cdfe0 -C extra-filename=-99c0464e9f1cdfe0 --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"))'` |
2829 | 2025-01-17T05:47:17.840Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2830 | 2025-01-17T05:47:17.840Z | Compiling openapiv3 v2.0.0 |
2831 | 2025-01-17T05:47:17.843Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2142c2f6805d4362 -C extra-filename=-2142c2f6805d4362 --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2025-01-17T05:47:17.871Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98/build-script-build` |
2833 | 2025-01-17T05:47:17.963Z | Dirty native-tls v0.2.12: the rustflags changed |
2834 | 2025-01-17T05:47:17.963Z | Compiling native-tls v0.2.12 |
2835 | 2025-01-17T05:47:17.966Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=790ba40f1b41caf5 -C extra-filename=-790ba40f1b41caf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2836 | 2025-01-17T05:47:18.017Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=df6493cd61430fff -C extra-filename=-df6493cd61430fff --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8f278b2464b1b20d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.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)'` |
2837 | 2025-01-17T05:47:18.413Z | Dirty hyper v1.5.2: the rustflags changed |
2838 | 2025-01-17T05:47:18.413Z | Compiling hyper v1.5.2 |
2839 | 2025-01-17T05:47:18.417Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=5964373241b07325 -C extra-filename=-5964373241b07325 --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88443e1187b8ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0c31e0cedcc79261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2025-01-17T05:47:18.827Z | Dirty winnow v0.6.20: the rustflags changed |
2841 | 2025-01-17T05:47:18.828Z | Compiling winnow v0.6.20 |
2842 | 2025-01-17T05:47:18.830Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bc8fd8ce66d5dae8 -C extra-filename=-bc8fd8ce66d5dae8 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:47:19.149Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5/build-script-build` |
2844 | 2025-01-17T05:47:19.153Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2845 | 2025-01-17T05:47:19.156Z | Compiling pkcs8 v0.10.2 |
2846 | 2025-01-17T05:47:19.156Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=218e1257dc2ac17b -C extra-filename=-218e1257dc2ac17b --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-be7fb8384212584f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2847 | 2025-01-17T05:47:19.900Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b1ce1825125c2b44 -C extra-filename=-b1ce1825125c2b44 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
2848 | 2025-01-17T05:47:20.824Z | Dirty cookie v0.18.1: the rustflags changed |
2849 | 2025-01-17T05:47:20.824Z | Compiling cookie v0.18.1 |
2850 | 2025-01-17T05:47:20.827Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=7143535549929882 -C extra-filename=-7143535549929882 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2851 | 2025-01-17T05:47:21.221Z | Dirty hyper-util v0.1.10: the rustflags changed |
2852 | 2025-01-17T05:47:21.221Z | Compiling hyper-util v0.1.10 |
2853 | 2025-01-17T05:47:21.224Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=9a5e4f3f27dd75b5 -C extra-filename=-9a5e4f3f27dd75b5 --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2854 | 2025-01-17T05:47:21.321Z | Dirty utf8parse v0.2.2: the rustflags changed |
2855 | 2025-01-17T05:47:21.321Z | Compiling utf8parse v0.2.2 |
2856 | 2025-01-17T05:47:21.324Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=064524b04a714b2d -C extra-filename=-064524b04a714b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2857 | 2025-01-17T05:47:21.465Z | Dirty data-encoding v2.6.0: the rustflags changed |
2858 | 2025-01-17T05:47:21.466Z | Compiling data-encoding v2.6.0 |
2859 | 2025-01-17T05:47:21.516Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d7fd5a150541115 -C extra-filename=-6d7fd5a150541115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2860 | 2025-01-17T05:47:21.615Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882/build-script-build` |
2861 | 2025-01-17T05:47:21.619Z | Dirty idna v0.3.0: the rustflags changed |
2862 | 2025-01-17T05:47:21.619Z | Compiling idna v0.3.0 |
2863 | 2025-01-17T05:47:21.622Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=540c3f1816967086 -C extra-filename=-540c3f1816967086 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2864 | 2025-01-17T05:47:21.984Z | Dirty is-terminal v0.4.13: the rustflags changed |
2865 | 2025-01-17T05:47:21.984Z | Compiling is-terminal v0.4.13 |
2866 | 2025-01-17T05:47:21.987Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85dfffb28296b5e9 -C extra-filename=-85dfffb28296b5e9 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2025-01-17T05:47:22.151Z | Dirty unicode-width v0.1.14: the rustflags changed |
2868 | 2025-01-17T05:47:22.151Z | Compiling unicode-width v0.1.14 |
2869 | 2025-01-17T05:47:22.154Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5b836c922ad74bb3 -C extra-filename=-5b836c922ad74bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2870 | 2025-01-17T05:47:22.315Z | Dirty psl-types v2.0.11: the rustflags changed |
2871 | 2025-01-17T05:47:22.315Z | Compiling psl-types v2.0.11 |
2872 | 2025-01-17T05:47:22.318Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe679681e8fcc66f -C extra-filename=-fe679681e8fcc66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2873 | 2025-01-17T05:47:22.373Z | Dirty winnow v0.5.40: the rustflags changed |
2874 | 2025-01-17T05:47:22.373Z | Compiling winnow v0.5.40 |
2875 | 2025-01-17T05:47:22.376Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9463a7d469a7166a -C extra-filename=-9463a7d469a7166a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2876 | 2025-01-17T05:47:22.528Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4a2c5dab179f575f -C extra-filename=-4a2c5dab179f575f --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-dd59636cc9d88936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2025-01-17T05:47:22.724Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2878 | 2025-01-17T05:47:22.724Z | Compiling publicsuffix v2.2.3 |
2879 | 2025-01-17T05:47:22.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=6dba8ae1c4851ad7 -C extra-filename=-6dba8ae1c4851ad7 --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-540c3f1816967086.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-fe679681e8fcc66f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2880 | 2025-01-17T05:47:23.025Z | Dirty webpki-roots v0.26.6: the rustflags changed |
2881 | 2025-01-17T05:47:23.025Z | Compiling webpki-roots v0.26.6 |
2882 | 2025-01-17T05:47:23.028Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12aab8f306fe6ace -C extra-filename=-12aab8f306fe6ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2025-01-17T05:47:23.211Z | Dirty idna v0.5.0: the rustflags changed |
2884 | 2025-01-17T05:47:23.211Z | Compiling idna v0.5.0 |
2885 | 2025-01-17T05:47:23.214Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=687baeab1d5c97c9 -C extra-filename=-687baeab1d5c97c9 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2886 | 2025-01-17T05:47:23.286Z | Dirty sha1 v0.10.6: the rustflags changed |
2887 | 2025-01-17T05:47:23.286Z | Compiling sha1 v0.10.6 |
2888 | 2025-01-17T05:47:23.289Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4431cc600e503159 -C extra-filename=-4431cc600e503159 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2025-01-17T05:47:23.523Z | Dirty anstyle v1.0.10: the rustflags changed |
2890 | 2025-01-17T05:47:23.523Z | Compiling anstyle v1.0.10 |
2891 | 2025-01-17T05:47:23.562Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=306c1e1ce10f7b6c -C extra-filename=-306c1e1ce10f7b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2892 | 2025-01-17T05:47:23.565Z | Dirty ucd-trie v0.1.7: the rustflags changed |
2893 | 2025-01-17T05:47:23.565Z | Compiling ucd-trie v0.1.7 |
2894 | 2025-01-17T05:47:23.568Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57a8d7744562e4a1 -C extra-filename=-57a8d7744562e4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2895 | 2025-01-17T05:47:23.746Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2896 | 2025-01-17T05:47:23.746Z | Compiling sync_wrapper v1.0.1 |
2897 | 2025-01-17T05:47:23.749Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a5914ea7e9a792fe -C extra-filename=-a5914ea7e9a792fe --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-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2898 | 2025-01-17T05:47:23.932Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ee8c689459ae1d06 -C extra-filename=-ee8c689459ae1d06 --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-e1464231da30ba90.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.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` |
2899 | 2025-01-17T05:47:24.016Z | Dirty pest v2.7.14: the rustflags changed |
2900 | 2025-01-17T05:47:24.016Z | Compiling pest v2.7.14 |
2901 | 2025-01-17T05:47:24.058Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e54700061fc940c7 -C extra-filename=-e54700061fc940c7 --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-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57a8d7744562e4a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2902 | 2025-01-17T05:47:24.137Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2903 | 2025-01-17T05:47:24.137Z | Compiling dirs-sys-next v0.1.2 |
2904 | 2025-01-17T05:47:24.140Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b4e22f528d4b055 -C extra-filename=-1b4e22f528d4b055 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2905 | 2025-01-17T05:47:24.168Z | Dirty siphasher v0.3.11: the rustflags changed |
2906 | 2025-01-17T05:47:24.168Z | Compiling siphasher v0.3.11 |
2907 | 2025-01-17T05:47:24.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=19946207e45caf8b -C extra-filename=-19946207e45caf8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2908 | 2025-01-17T05:47:24.527Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2909 | 2025-01-17T05:47:24.527Z | Compiling tokio-native-tls v0.3.1 |
2910 | 2025-01-17T05:47:24.551Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=52293d096a5243b0 -C extra-filename=-52293d096a5243b0 --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-ee8c689459ae1d06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2911 | 2025-01-17T05:47:24.560Z | Dirty cookie_store v0.21.0: the rustflags changed |
2912 | 2025-01-17T05:47:24.560Z | Compiling cookie_store v0.21.0 |
2913 | 2025-01-17T05:47:24.566Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=bed8608581f1c38b -C extra-filename=-bed8608581f1c38b --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-4a2c5dab179f575f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-687baeab1d5c97c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-6dba8ae1c4851ad7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2025-01-17T05:47:24.780Z | Dirty dirs-next v2.0.0: the rustflags changed |
2915 | 2025-01-17T05:47:24.780Z | Compiling dirs-next v2.0.0 |
2916 | 2025-01-17T05:47:24.824Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a179540f5742d19d -C extra-filename=-a179540f5742d19d --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-2f4d20600755659a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-1b4e22f528d4b055.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2025-01-17T05:47:24.843Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2918 | 2025-01-17T05:47:24.843Z | Compiling hyper-tls v0.6.0 |
2919 | 2025-01-17T05:47:24.847Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e0681150a9aade4b -C extra-filename=-e0681150a9aade4b --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-369ee3d2c774136a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ee8c689459ae1d06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-52293d096a5243b0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2920 | 2025-01-17T05:47:24.872Z | Dirty toml_edit v0.22.22: the rustflags changed |
2921 | 2025-01-17T05:47:24.872Z | Compiling toml_edit v0.22.22 |
2922 | 2025-01-17T05:47:24.874Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=b9ed638281fb6747 -C extra-filename=-b9ed638281fb6747 --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2025-01-17T05:47:24.987Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2924 | 2025-01-17T05:47:24.987Z | Compiling scroll_derive v0.12.0 |
2925 | 2025-01-17T05:47:24.991Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6398dfa259878bf7 -C extra-filename=-6398dfa259878bf7 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2025-01-17T05:47:25.272Z | Dirty term v0.7.0: the rustflags changed |
2927 | 2025-01-17T05:47:25.272Z | Compiling term v0.7.0 |
2928 | 2025-01-17T05:47:25.303Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f8b0ac67cd79d1f -C extra-filename=-5f8b0ac67cd79d1f --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-a179540f5742d19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2929 | 2025-01-17T05:47:25.853Z | Dirty toml_edit v0.19.15: the rustflags changed |
2930 | 2025-01-17T05:47:25.853Z | Compiling toml_edit v0.19.15 |
2931 | 2025-01-17T05:47:25.855Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=6f976decdfac1eaf -C extra-filename=-6f976decdfac1eaf --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-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-9463a7d469a7166a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2932 | 2025-01-17T05:47:26.038Z | Dirty anstyle-parse v0.2.5: the rustflags changed |
2933 | 2025-01-17T05:47:26.038Z | Compiling anstyle-parse v0.2.5 |
2934 | 2025-01-17T05:47:26.041Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=6bdc11d7c0d7a508 -C extra-filename=-6bdc11d7c0d7a508 --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-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2935 | 2025-01-17T05:47:26.068Z | Dirty signature v2.2.0: the rustflags changed |
2936 | 2025-01-17T05:47:26.068Z | Compiling signature v2.2.0 |
2937 | 2025-01-17T05:47:26.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=b0db2b38740e3aa2 -C extra-filename=-b0db2b38740e3aa2 --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-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2025-01-17T05:47:26.409Z | Dirty is_terminal_polyfill v1.70.1: the rustflags changed |
2939 | 2025-01-17T05:47:26.410Z | Compiling is_terminal_polyfill v1.70.1 |
2940 | 2025-01-17T05:47:26.413Z | Dirty anstyle-query v1.1.1: the rustflags changed |
2941 | 2025-01-17T05:47:26.413Z | Compiling anstyle-query v1.1.1 |
2942 | 2025-01-17T05:47:26.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dabb91fca72a99df -C extra-filename=-dabb91fca72a99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2943 | 2025-01-17T05:47:26.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=938ed45a96b335ad -C extra-filename=-938ed45a96b335ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2025-01-17T05:47:26.585Z | Dirty heck v0.4.1: the rustflags changed |
2945 | 2025-01-17T05:47:26.585Z | Compiling heck v0.4.1 |
2946 | 2025-01-17T05:47:26.588Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=17774551a3c17b51 -C extra-filename=-17774551a3c17b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2947 | 2025-01-17T05:47:26.614Z | Dirty colorchoice v1.0.2: the rustflags changed |
2948 | 2025-01-17T05:47:26.614Z | Compiling colorchoice v1.0.2 |
2949 | 2025-01-17T05:47:26.616Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ec9c3fbb1f08f16 -C extra-filename=-1ec9c3fbb1f08f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2025-01-17T05:47:26.642Z | Dirty pest_meta v2.7.14: the rustflags changed |
2951 | 2025-01-17T05:47:26.642Z | Compiling pest_meta v2.7.14 |
2952 | 2025-01-17T05:47:26.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=7dc8337381f6d65d -C extra-filename=-7dc8337381f6d65d --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-60ef584d13ef286e.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2953 | 2025-01-17T05:47:26.675Z | Dirty scroll v0.12.0: the rustflags changed |
2954 | 2025-01-17T05:47:26.675Z | Compiling scroll v0.12.0 |
2955 | 2025-01-17T05:47:26.678Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=6ec3730eba41ec3c -C extra-filename=-6ec3730eba41ec3c --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-6398dfa259878bf7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2956 | 2025-01-17T05:47:26.811Z | Dirty plain v0.2.3: the rustflags changed |
2957 | 2025-01-17T05:47:26.811Z | Compiling plain v0.2.3 |
2958 | 2025-01-17T05:47:26.817Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8276dd51c6496c1 -C extra-filename=-e8276dd51c6496c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2025-01-17T05:47:27.000Z | Dirty anstream v0.6.15: the rustflags changed |
2960 | 2025-01-17T05:47:27.000Z | Compiling anstream v0.6.15 |
2961 | 2025-01-17T05:47:27.002Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=1c8185022a2fe8a2 -C extra-filename=-1c8185022a2fe8a2 --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-306c1e1ce10f7b6c.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6bdc11d7c0d7a508.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-938ed45a96b335ad.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1ec9c3fbb1f08f16.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dabb91fca72a99df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2962 | 2025-01-17T05:47:27.035Z | Dirty terminal_size v0.4.0: the rustflags changed |
2963 | 2025-01-17T05:47:27.035Z | Compiling terminal_size v0.4.0 |
2964 | 2025-01-17T05:47:27.039Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=765b90522ac94e7f -C extra-filename=-765b90522ac94e7f --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2965 | 2025-01-17T05:47:27.112Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2966 | 2025-01-17T05:47:27.112Z | Compiling usdt-impl v0.5.0 |
2967 | 2025-01-17T05:47:27.115Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b131c588103caa76 -C extra-filename=-b131c588103caa76 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2968 | 2025-01-17T05:47:27.245Z | Dirty goblin v0.8.2: the rustflags changed |
2969 | 2025-01-17T05:47:27.245Z | Compiling goblin v0.8.2 |
2970 | 2025-01-17T05:47:27.248Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=bdfb595a1452c7cf -C extra-filename=-bdfb595a1452c7cf --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-e1464231da30ba90.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e8276dd51c6496c1.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6ec3730eba41ec3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2025-01-17T05:47:27.286Z | Dirty clap_lex v0.7.2: the rustflags changed |
2972 | 2025-01-17T05:47:27.286Z | Compiling clap_lex v0.7.2 |
2973 | 2025-01-17T05:47:27.289Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a54459e48e0939f -C extra-filename=-9a54459e48e0939f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2974 | 2025-01-17T05:47:27.554Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2975 | 2025-01-17T05:47:27.554Z | Compiling pretty-hex v0.4.1 |
2976 | 2025-01-17T05:47:27.612Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=61f3ff9327ee1d10 -C extra-filename=-61f3ff9327ee1d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2025-01-17T05:47:27.668Z | Dirty unicode-segmentation v1.12.0: the rustflags changed |
2978 | 2025-01-17T05:47:27.668Z | Compiling unicode-segmentation v1.12.0 |
2979 | 2025-01-17T05:47:27.672Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4466e3a88ed6f5e1 -C extra-filename=-4466e3a88ed6f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2980 | 2025-01-17T05:47:27.732Z | Dirty clap_builder v4.5.21: the rustflags changed |
2981 | 2025-01-17T05:47:27.732Z | Compiling clap_builder v4.5.21 |
2982 | 2025-01-17T05:47:27.735Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=7283379a8624c9c3 -C extra-filename=-7283379a8624c9c3 --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-1c8185022a2fe8a2.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9a54459e48e0939f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-765b90522ac94e7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2025-01-17T05:47:27.798Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76/build-script-build` |
2984 | 2025-01-17T05:47:27.975Z | Dirty clap_derive v4.5.18: the rustflags changed |
2985 | 2025-01-17T05:47:27.975Z | Compiling clap_derive v4.5.18 |
2986 | 2025-01-17T05:47:28.007Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=a140fff7441773ce -C extra-filename=-a140fff7441773ce --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2025-01-17T05:47:28.581Z | Dirty pest_generator v2.7.14: the rustflags changed |
2988 | 2025-01-17T05:47:28.581Z | Compiling pest_generator v2.7.14 |
2989 | 2025-01-17T05:47:28.583Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=3a9a3b75748783ff -C extra-filename=-3a9a3b75748783ff --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-e54700061fc940c7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7dc8337381f6d65d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2025-01-17T05:47:30.555Z | Dirty itertools v0.10.5: the rustflags changed |
2991 | 2025-01-17T05:47:30.555Z | Compiling itertools v0.10.5 |
2992 | 2025-01-17T05:47:30.598Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0ea64c80b6db031d -C extra-filename=-0ea64c80b6db031d --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2993 | 2025-01-17T05:47:31.140Z | Dirty pest_derive v2.7.14: the rustflags changed |
2994 | 2025-01-17T05:47:31.140Z | Compiling pest_derive v2.7.14 |
2995 | 2025-01-17T05:47:31.152Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=727f2556364ea801 -C extra-filename=-727f2556364ea801 --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-e54700061fc940c7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-3a9a3b75748783ff.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2996 | 2025-01-17T05:47:32.215Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2997 | 2025-01-17T05:47:32.215Z | Compiling dtrace-parser v0.2.0 |
2998 | 2025-01-17T05:47:32.219Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=305eeae961c1807f -C extra-filename=-305eeae961c1807f --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-e54700061fc940c7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-727f2556364ea801.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2999 | 2025-01-17T05:47:32.482Z | Dirty thread-id v4.2.2: the rustflags changed |
3000 | 2025-01-17T05:47:32.482Z | Compiling thread-id v4.2.2 |
3001 | 2025-01-17T05:47:32.521Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672006b34bbe454d -C extra-filename=-672006b34bbe454d --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2025-01-17T05:47:32.623Z | Dirty crc32fast v1.4.2: the rustflags changed |
3003 | 2025-01-17T05:47:32.623Z | Compiling crc32fast v1.4.2 |
3004 | 2025-01-17T05:47:32.684Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc3ea3725139f5f8 -C extra-filename=-fc3ea3725139f5f8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2025-01-17T05:47:32.990Z | Dirty base16ct v0.2.0: the rustflags changed |
3006 | 2025-01-17T05:47:32.990Z | Compiling base16ct v0.2.0 |
3007 | 2025-01-17T05:47:33.016Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e8b2861f754b86e4 -C extra-filename=-e8b2861f754b86e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3008 | 2025-01-17T05:47:33.020Z | Dirty clap v4.5.21: the rustflags changed |
3009 | 2025-01-17T05:47:33.020Z | Compiling clap v4.5.21 |
3010 | 2025-01-17T05:47:33.066Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=57f12d656647b1c9 -C extra-filename=-57f12d656647b1c9 --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-7283379a8624c9c3.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a140fff7441773ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3011 | 2025-01-17T05:47:33.073Z | Dirty toml v0.8.19: the rustflags changed |
3012 | 2025-01-17T05:47:33.073Z | Compiling toml v0.8.19 |
3013 | 2025-01-17T05:47:33.076Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=75da850f88b93e4d -C extra-filename=-75da850f88b93e4d --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2025-01-17T05:47:33.169Z | Dirty dof v0.3.0: the rustflags changed |
3015 | 2025-01-17T05:47:33.169Z | Compiling dof v0.3.0 |
3016 | 2025-01-17T05:47:33.186Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f7fa3da68d019689 -C extra-filename=-f7fa3da68d019689 --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-bdfb595a1452c7cf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3017 | 2025-01-17T05:47:33.239Z | Dirty num-integer v0.1.46: the rustflags changed |
3018 | 2025-01-17T05:47:33.239Z | Compiling num-integer v0.1.46 |
3019 | 2025-01-17T05:47:33.242Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=deb592893980e78a -C extra-filename=-deb592893980e78a --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2025-01-17T05:47:33.355Z | Dirty sec1 v0.7.3: the rustflags changed |
3021 | 2025-01-17T05:47:33.355Z | Compiling sec1 v0.7.3 |
3022 | 2025-01-17T05:47:33.359Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=6e7829e22b87aae1 -C extra-filename=-6e7829e22b87aae1 --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-e8b2861f754b86e4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3023 | 2025-01-17T05:47:33.974Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=dcc263cdf7836827 -C extra-filename=-dcc263cdf7836827 --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-876b15a9d7bdd3ca.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-672006b34bbe454d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
3024 | 2025-01-17T05:47:34.016Z | Dirty ff v0.13.0: the rustflags changed |
3025 | 2025-01-17T05:47:34.016Z | Compiling ff v0.13.0 |
3026 | 2025-01-17T05:47:34.019Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=db22b4d70e3c50f9 -C extra-filename=-db22b4d70e3c50f9 --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-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3027 | 2025-01-17T05:47:34.108Z | Dirty hkdf v0.12.4: the rustflags changed |
3028 | 2025-01-17T05:47:34.108Z | Compiling hkdf v0.12.4 |
3029 | 2025-01-17T05:47:34.153Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0b49d55e9adf309b -C extra-filename=-0b49d55e9adf309b --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-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3030 | 2025-01-17T05:47:34.313Z | Dirty group v0.13.0: the rustflags changed |
3031 | 2025-01-17T05:47:34.313Z | Compiling group v0.13.0 |
3032 | 2025-01-17T05:47:34.316Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=c0ac856128960c2e -C extra-filename=-c0ac856128960c2e --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-db22b4d70e3c50f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3033 | 2025-01-17T05:47:34.430Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
3034 | 2025-01-17T05:47:34.430Z | Compiling crossbeam-epoch v0.9.18 |
3035 | 2025-01-17T05:47:34.434Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=48c8eacb47accb9a -C extra-filename=-48c8eacb47accb9a --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2025-01-17T05:47:34.659Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
3037 | 2025-01-17T05:47:34.659Z | Compiling crypto-bigint v0.5.5 |
3038 | 2025-01-17T05:47:34.662Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=c56438c4337cf0f8 -C extra-filename=-c56438c4337cf0f8 --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2025-01-17T05:47:34.700Z | Dirty rayon-core v1.12.1: the rustflags changed |
3040 | 2025-01-17T05:47:34.700Z | Compiling rayon-core v1.12.1 |
3041 | 2025-01-17T05:47:34.703Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2c53aee684955e1b -C extra-filename=-2c53aee684955e1b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2025-01-17T05:47:35.088Z | Dirty utf-8 v0.7.6: the rustflags changed |
3043 | 2025-01-17T05:47:35.088Z | Compiling utf-8 v0.7.6 |
3044 | 2025-01-17T05:47:35.090Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2c4e1bab67cf4d6 -C extra-filename=-f2c4e1bab67cf4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2025-01-17T05:47:35.128Z | Dirty bitflags v1.3.2: the rustflags changed |
3046 | 2025-01-17T05:47:35.128Z | Compiling bitflags v1.3.2 |
3047 | 2025-01-17T05:47:35.155Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=f603d2aad5e0b54d -C extra-filename=-f603d2aad5e0b54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3048 | 2025-01-17T05:47:35.200Z | Dirty static_assertions v1.1.0: the rustflags changed |
3049 | 2025-01-17T05:47:35.200Z | Compiling static_assertions v1.1.0 |
3050 | 2025-01-17T05:47:35.203Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fe33a9ed2bbee5cb -C extra-filename=-fe33a9ed2bbee5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3051 | 2025-01-17T05:47:35.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b/build-script-build` |
3052 | 2025-01-17T05:47:35.312Z | Dirty hex v0.4.3: the rustflags changed |
3053 | 2025-01-17T05:47:35.312Z | Compiling hex v0.4.3 |
3054 | 2025-01-17T05:47:35.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=9d458307bf9bbccd -C extra-filename=-9d458307bf9bbccd --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3055 | 2025-01-17T05:47:35.343Z | Dirty crossbeam-channel v0.5.13: the rustflags changed |
3056 | 2025-01-17T05:47:35.343Z | Compiling crossbeam-channel v0.5.13 |
3057 | 2025-01-17T05:47:35.346Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2592bbf09d20250 -C extra-filename=-b2592bbf09d20250 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3058 | 2025-01-17T05:47:35.410Z | Dirty memmap v0.7.0: the rustflags changed |
3059 | 2025-01-17T05:47:35.410Z | Compiling memmap v0.7.0 |
3060 | 2025-01-17T05:47:35.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e1ecab2f49eebaf -C extra-filename=-6e1ecab2f49eebaf --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2025-01-17T05:47:35.445Z | Dirty thread_local v1.1.8: the rustflags changed |
3062 | 2025-01-17T05:47:35.445Z | Compiling thread_local v1.1.8 |
3063 | 2025-01-17T05:47:35.448Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2094d41bd48cf0ec -C extra-filename=-2094d41bd48cf0ec --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-2f4d20600755659a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3064 | 2025-01-17T05:47:35.800Z | Dirty bit-vec v0.6.3: the rustflags changed |
3065 | 2025-01-17T05:47:35.800Z | Compiling bit-vec v0.6.3 |
3066 | 2025-01-17T05:47:35.803Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=97672bc6c1d66d83 -C extra-filename=-97672bc6c1d66d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3067 | 2025-01-17T05:47:35.902Z | Dirty slog-async v2.8.0: the rustflags changed |
3068 | 2025-01-17T05:47:35.902Z | Compiling slog-async v2.8.0 |
3069 | 2025-01-17T05:47:35.905Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=8ba10b168783a208 -C extra-filename=-8ba10b168783a208 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2025-01-17T05:47:35.966Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
3071 | 2025-01-17T05:47:35.966Z | Compiling crossbeam-deque v0.8.5 |
3072 | 2025-01-17T05:47:35.971Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=93cb16adfbbee0c4 -C extra-filename=-93cb16adfbbee0c4 --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-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3073 | 2025-01-17T05:47:36.113Z | Dirty num-iter v0.1.45: the rustflags changed |
3074 | 2025-01-17T05:47:36.113Z | Compiling num-iter v0.1.45 |
3075 | 2025-01-17T05:47:36.116Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=074ecb6f361c60e4 -C extra-filename=-074ecb6f361c60e4 --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3076 | 2025-01-17T05:47:36.224Z | Dirty bit-set v0.5.3: the rustflags changed |
3077 | 2025-01-17T05:47:36.224Z | Compiling bit-set v0.5.3 |
3078 | 2025-01-17T05:47:36.227Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=405f76e08a13eea9 -C extra-filename=-405f76e08a13eea9 --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-97672bc6c1d66d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2025-01-17T05:47:36.325Z | Dirty flate2 v1.0.34: the rustflags changed |
3080 | 2025-01-17T05:47:36.325Z | Compiling flate2 v1.0.34 |
3081 | 2025-01-17T05:47:36.351Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=b34d1c090ab67efe -C extra-filename=-b34d1c090ab67efe --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-fc3ea3725139f5f8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3082 | 2025-01-17T05:47:36.354Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
3083 | 2025-01-17T05:47:36.354Z | Compiling curve25519-dalek v4.1.3 |
3084 | 2025-01-17T05:47:36.357Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=177d858100d58b96 -C extra-filename=-177d858100d58b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2025-01-17T05:47:36.397Z | Dirty match_cfg v0.1.0: the rustflags changed |
3086 | 2025-01-17T05:47:36.397Z | Compiling match_cfg v0.1.0 |
3087 | 2025-01-17T05:47:36.404Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bbc0f074b4a8c553 -C extra-filename=-bbc0f074b4a8c553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3088 | 2025-01-17T05:47:36.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208/build-script-build` |
3089 | 2025-01-17T05:47:36.530Z | Dirty take_mut v0.2.2: the rustflags changed |
3090 | 2025-01-17T05:47:36.531Z | Compiling take_mut v0.2.2 |
3091 | 2025-01-17T05:47:36.556Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9d98aaa99338c16 -C extra-filename=-b9d98aaa99338c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3092 | 2025-01-17T05:47:36.562Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
3093 | 2025-01-17T05:47:36.562Z | Compiling num-bigint-dig v0.8.4 |
3094 | 2025-01-17T05:47:36.565Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4fe5e5373a72d957 -C extra-filename=-4fe5e5373a72d957 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2025-01-17T05:47:36.591Z | Dirty rustls v0.22.4: the rustflags changed |
3096 | 2025-01-17T05:47:36.591Z | Compiling rustls v0.22.4 |
3097 | 2025-01-17T05:47:36.593Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=3c41f80e69ed187a -C extra-filename=-3c41f80e69ed187a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3098 | 2025-01-17T05:47:36.713Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=beb863c219d7702d -C extra-filename=-beb863c219d7702d --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-b2592bbf09d20250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b9d98aaa99338c16.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
3099 | 2025-01-17T05:47:36.834Z | Dirty usdt-macro v0.5.0: the rustflags changed |
3100 | 2025-01-17T05:47:36.834Z | Compiling usdt-macro v0.5.0 |
3101 | 2025-01-17T05:47:36.869Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b9fbcd2c8df969cd -C extra-filename=-b9fbcd2c8df969cd --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2025-01-17T05:47:36.933Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
3103 | 2025-01-17T05:47:36.933Z | Compiling usdt-attr-macro v0.5.0 |
3104 | 2025-01-17T05:47:36.936Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d5472d2ab23adf30 -C extra-filename=-d5472d2ab23adf30 --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3105 | 2025-01-17T05:47:37.006Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957/build-script-build` |
3106 | 2025-01-17T05:47:37.010Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a/build-script-build` |
3107 | 2025-01-17T05:47:37.057Z | Dirty hostname v0.3.1: the rustflags changed |
3108 | 2025-01-17T05:47:37.057Z | Compiling hostname v0.3.1 |
3109 | 2025-01-17T05:47:37.060Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=d5f47095012eced0 -C extra-filename=-d5f47095012eced0 --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-d98e06afb0ecdece.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bbc0f074b4a8c553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3110 | 2025-01-17T05:47:37.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96/build-script-build` |
3111 | 2025-01-17T05:47:37.243Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ac5646eae2f22228 -C extra-filename=-ac5646eae2f22228 --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-93cb16adfbbee0c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3112 | 2025-01-17T05:47:37.284Z | Dirty slog-term v2.9.1: the rustflags changed |
3113 | 2025-01-17T05:47:37.284Z | Compiling slog-term v2.9.1 |
3114 | 2025-01-17T05:47:37.287Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=02173ff48c97b5cd -C extra-filename=-02173ff48c97b5cd --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-85dfffb28296b5e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3115 | 2025-01-17T05:47:37.316Z | Dirty toml v0.7.8: the rustflags changed |
3116 | 2025-01-17T05:47:37.316Z | Compiling toml v0.7.8 |
3117 | 2025-01-17T05:47:37.316Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=77ff0efa8822dc90 -C extra-filename=-77ff0efa8822dc90 --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3118 | 2025-01-17T05:47:37.848Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
3119 | 2025-01-17T05:47:37.848Z | Compiling elliptic-curve v0.13.8 |
3120 | 2025-01-17T05:47:37.891Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=8b045f88d51ec976 -C extra-filename=-8b045f88d51ec976 --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-e8b2861f754b86e4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c56438c4337cf0f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3121 | 2025-01-17T05:47:38.519Z | Dirty phf_shared v0.11.2: the rustflags changed |
3122 | 2025-01-17T05:47:38.519Z | Compiling phf_shared v0.11.2 |
3123 | 2025-01-17T05:47:38.521Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4f87d965dafa2825 -C extra-filename=-4f87d965dafa2825 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3124 | 2025-01-17T05:47:38.592Z | Dirty rfc6979 v0.4.0: the rustflags changed |
3125 | 2025-01-17T05:47:38.592Z | Compiling rfc6979 v0.4.0 |
3126 | 2025-01-17T05:47:38.595Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04149b83d29d7eec -C extra-filename=-04149b83d29d7eec --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-463f583760c4a0eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3127 | 2025-01-17T05:47:38.755Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
3128 | 2025-01-17T05:47:38.755Z | Compiling curve25519-dalek-derive v0.1.1 |
3129 | 2025-01-17T05:47:38.813Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f84d01731a39222e -C extra-filename=-f84d01731a39222e --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2025-01-17T05:47:38.817Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
3131 | 2025-01-17T05:47:38.817Z | Compiling zerocopy-derive v0.6.6 |
3132 | 2025-01-17T05:47:38.820Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0be5a749ec06bcc0 -C extra-filename=-0be5a749ec06bcc0 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2025-01-17T05:47:38.847Z | Dirty bstr v1.10.0: the rustflags changed |
3134 | 2025-01-17T05:47:38.847Z | Compiling bstr v1.10.0 |
3135 | 2025-01-17T05:47:38.847Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=e31d762c6d2f42d1 -C extra-filename=-e31d762c6d2f42d1 --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-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3136 | 2025-01-17T05:47:38.876Z | Dirty usdt v0.5.0: the rustflags changed |
3137 | 2025-01-17T05:47:38.876Z | Compiling usdt v0.5.0 |
3138 | 2025-01-17T05:47:38.879Z | Dirty signal-hook v0.3.17: the rustflags changed |
3139 | 2025-01-17T05:47:38.879Z | Compiling signal-hook v0.3.17 |
3140 | 2025-01-17T05:47:38.880Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=58742ca4df0fb981 -C extra-filename=-58742ca4df0fb981 --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-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-bdfb595a1452c7cf.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6e1ecab2f49eebaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d5472d2ab23adf30.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b9fbcd2c8df969cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2025-01-17T05:47:38.902Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=9bc43d0f1c569e8d -C extra-filename=-9bc43d0f1c569e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2025-01-17T05:47:38.929Z | Dirty managed v0.8.0: the rustflags changed |
3143 | 2025-01-17T05:47:38.929Z | Compiling managed v0.8.0 |
3144 | 2025-01-17T05:47:38.931Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=74d3035b7c22bdf7 -C extra-filename=-74d3035b7c22bdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2025-01-17T05:47:39.325Z | Dirty fixedbitset v0.4.2: the rustflags changed |
3146 | 2025-01-17T05:47:39.325Z | Compiling fixedbitset v0.4.2 |
3147 | 2025-01-17T05:47:39.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8b31b40d58ece303 -C extra-filename=-8b31b40d58ece303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3148 | 2025-01-17T05:47:39.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d/build-script-build` |
3149 | 2025-01-17T05:47:39.457Z | Dirty ecdsa v0.16.9: the rustflags changed |
3150 | 2025-01-17T05:47:39.457Z | Compiling ecdsa v0.16.9 |
3151 | 2025-01-17T05:47:39.460Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=988db5d20b554598 -C extra-filename=-988db5d20b554598 --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-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-04149b83d29d7eec.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3152 | 2025-01-17T05:47:39.498Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=3a403cf0a453527f -C extra-filename=-3a403cf0a453527f --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-876b15a9d7bdd3ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-74bc698943a40f85.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
3153 | 2025-01-17T05:47:39.812Z | Dirty petgraph v0.6.5: the rustflags changed |
3154 | 2025-01-17T05:47:39.812Z | Compiling petgraph v0.6.5 |
3155 | 2025-01-17T05:47:39.815Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=8375ac69ab4c2472 -C extra-filename=-8375ac69ab4c2472 --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-8b31b40d58ece303.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2025-01-17T05:47:40.348Z | Dirty phf_shared v0.10.0: the rustflags changed |
3157 | 2025-01-17T05:47:40.348Z | Compiling phf_shared v0.10.0 |
3158 | 2025-01-17T05:47:40.374Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=2e5000d62e549b51 -C extra-filename=-2e5000d62e549b51 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3159 | 2025-01-17T05:47:40.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=280e232c529873f8 -C extra-filename=-280e232c529873f8 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f84d01731a39222e.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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"'` |
3160 | 2025-01-17T05:47:40.541Z | Dirty pkcs1 v0.7.5: the rustflags changed |
3161 | 2025-01-17T05:47:40.541Z | Compiling pkcs1 v0.7.5 |
3162 | 2025-01-17T05:47:40.596Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=26d7c248217d03e5 -C extra-filename=-26d7c248217d03e5 --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-be7fb8384212584f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2025-01-17T05:47:40.683Z | Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed |
3164 | 2025-01-17T05:47:40.683Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3165 | 2025-01-17T05:47:40.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=fbad6642faeb4917 -C extra-filename=-fbad6642faeb4917 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3166 | 2025-01-17T05:47:40.723Z | Dirty multer v3.1.0: the rustflags changed |
3167 | 2025-01-17T05:47:40.723Z | Compiling multer v3.1.0 |
3168 | 2025-01-17T05:47:40.726Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a8e242ff95e78939 -C extra-filename=-a8e242ff95e78939 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3169 | 2025-01-17T05:47:41.093Z | Dirty zerocopy v0.6.6: the rustflags changed |
3170 | 2025-01-17T05:47:41.093Z | Compiling zerocopy v0.6.6 |
3171 | 2025-01-17T05:47:41.096Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=2d48586636f54240 -C extra-filename=-2d48586636f54240 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0be5a749ec06bcc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2025-01-17T05:47:41.125Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
3173 | 2025-01-17T05:47:41.125Z | Compiling precomputed-hash v0.1.1 |
3174 | 2025-01-17T05:47:41.125Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=364fc3b2164eeedb -C extra-filename=-364fc3b2164eeedb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3175 | 2025-01-17T05:47:41.280Z | Dirty unicode-xid v0.2.6: the rustflags changed |
3176 | 2025-01-17T05:47:41.280Z | Compiling unicode-xid v0.2.6 |
3177 | 2025-01-17T05:47:41.311Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=a0e8137b2872d57c -C extra-filename=-a0e8137b2872d57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3178 | 2025-01-17T05:47:41.313Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
3179 | 2025-01-17T05:47:41.313Z | Compiling new_debug_unreachable v1.0.6 |
3180 | 2025-01-17T05:47:41.313Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afcf66c800fc794e -C extra-filename=-afcf66c800fc794e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3181 | 2025-01-17T05:47:41.435Z | Dirty string_cache v0.8.7: the rustflags changed |
3182 | 2025-01-17T05:47:41.435Z | Compiling string_cache v0.8.7 |
3183 | 2025-01-17T05:47:41.439Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=1503c60f95219fd1 -C extra-filename=-1503c60f95219fd1 --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-afcf66c800fc794e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2e5000d62e549b51.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-364fc3b2164eeedb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2025-01-17T05:47:41.499Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917/build-script-build` |
3185 | 2025-01-17T05:47:41.504Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939/build-script-build` |
3186 | 2025-01-17T05:47:41.594Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=1ee98fc9855aedbf -C extra-filename=-1ee98fc9855aedbf --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-d98e06afb0ecdece.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3187 | 2025-01-17T05:47:41.807Z | Dirty ed25519 v2.2.3: the rustflags changed |
3188 | 2025-01-17T05:47:41.807Z | Compiling ed25519 v2.2.3 |
3189 | 2025-01-17T05:47:41.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=63eb8d270da1d654 -C extra-filename=-63eb8d270da1d654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2025-01-17T05:47:41.891Z | Dirty slog-json v2.6.1: the rustflags changed |
3191 | 2025-01-17T05:47:41.891Z | Compiling slog-json v2.6.1 |
3192 | 2025-01-17T05:47:41.894Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=70affaa4c0e4b13a -C extra-filename=-70affaa4c0e4b13a --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2025-01-17T05:47:42.301Z | Dirty rsa v0.9.6: the rustflags changed |
3194 | 2025-01-17T05:47:42.301Z | Compiling rsa v0.9.6 |
3195 | 2025-01-17T05:47:42.303Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=6d5ca60d7d54301f -C extra-filename=-6d5ca60d7d54301f --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-96c496a36c3a16e3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2025-01-17T05:47:42.469Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
3197 | 2025-01-17T05:47:42.470Z | Compiling hubpack_derive v0.1.1 |
3198 | 2025-01-17T05:47:42.472Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6032cdcba87bf2 -C extra-filename=-4a6032cdcba87bf2 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3199 | 2025-01-17T05:47:42.976Z | Dirty async-stream-impl v0.3.6: the rustflags changed |
3200 | 2025-01-17T05:47:42.976Z | Compiling async-stream-impl v0.3.6 |
3201 | 2025-01-17T05:47:42.979Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b73b2c689630178 -C extra-filename=-6b73b2c689630178 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3202 | 2025-01-17T05:47:43.419Z | Dirty debug-ignore v1.0.5: the rustflags changed |
3203 | 2025-01-17T05:47:43.419Z | Compiling debug-ignore v1.0.5 |
3204 | 2025-01-17T05:47:43.422Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0092373b64d1ada5 -C extra-filename=-0092373b64d1ada5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3205 | 2025-01-17T05:47:43.569Z | Dirty quick-error v1.2.3: the rustflags changed |
3206 | 2025-01-17T05:47:43.569Z | Compiling quick-error v1.2.3 |
3207 | 2025-01-17T05:47:43.572Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31449fb4569280b5 -C extra-filename=-31449fb4569280b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2025-01-17T05:47:43.610Z | Dirty hubpack v0.1.2: the rustflags changed |
3209 | 2025-01-17T05:47:43.610Z | Compiling hubpack v0.1.2 |
3210 | 2025-01-17T05:47:43.613Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d359207ba9fb3377 -C extra-filename=-d359207ba9fb3377 --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-4a6032cdcba87bf2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3211 | 2025-01-17T05:47:43.646Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9d7290645ea4f3d2 -C extra-filename=-9d7290645ea4f3d2 --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-d98e06afb0ecdece.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-0020565dc9f5640f/out/lib -l static=bz2` |
3212 | 2025-01-17T05:47:43.744Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
3213 | 2025-01-17T05:47:43.744Z | Compiling ed25519-dalek v2.1.1 |
3214 | 2025-01-17T05:47:43.747Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=922f95e1fafcfebd -C extra-filename=-922f95e1fafcfebd --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-280e232c529873f8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-63eb8d270da1d654.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3215 | 2025-01-17T05:47:43.827Z | Dirty slog-bunyan v2.5.0: the rustflags changed |
3216 | 2025-01-17T05:47:43.827Z | Compiling slog-bunyan v2.5.0 |
3217 | 2025-01-17T05:47:43.829Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c61ee19c1855bdb6 -C extra-filename=-c61ee19c1855bdb6 --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-d5f47095012eced0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2025-01-17T05:47:44.074Z | Dirty x509-cert v0.2.5: the rustflags changed |
3219 | 2025-01-17T05:47:44.074Z | Compiling x509-cert v0.2.5 |
3220 | 2025-01-17T05:47:44.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=181d8e662fc1873f -C extra-filename=-181d8e662fc1873f --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-369ee3d2c774136a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3221 | 2025-01-17T05:47:44.077Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=4d57f6e224f4074c -C extra-filename=-4d57f6e224f4074c --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-96c496a36c3a16e3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3222 | 2025-01-17T05:47:44.521Z | Dirty async-stream v0.3.6: the rustflags changed |
3223 | 2025-01-17T05:47:44.521Z | Compiling async-stream v0.3.6 |
3224 | 2025-01-17T05:47:44.524Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4f7f05ffcdc9508 -C extra-filename=-b4f7f05ffcdc9508 --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-6b73b2c689630178.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3225 | 2025-01-17T05:47:44.862Z | Dirty heapless v0.7.17: the rustflags changed |
3226 | 2025-01-17T05:47:44.862Z | Compiling heapless v0.7.17 |
3227 | 2025-01-17T05:47:44.871Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=95012c0647a565dd -C extra-filename=-95012c0647a565dd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3228 | 2025-01-17T05:47:45.118Z | Dirty serde_path_to_error v0.1.16: the rustflags changed |
3229 | 2025-01-17T05:47:45.118Z | Compiling serde_path_to_error v0.1.16 |
3230 | 2025-01-17T05:47:45.158Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38e47cf4ad398319 -C extra-filename=-38e47cf4ad398319 --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-04bafa42b6ada290.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3231 | 2025-01-17T05:47:45.191Z | Dirty idna v0.4.0: the rustflags changed |
3232 | 2025-01-17T05:47:45.191Z | Compiling idna v0.4.0 |
3233 | 2025-01-17T05:47:45.194Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e00e7b1b82a04306 -C extra-filename=-e00e7b1b82a04306 --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2025-01-17T05:47:45.391Z | Dirty waitgroup v0.1.2: the rustflags changed |
3235 | 2025-01-17T05:47:45.392Z | Compiling waitgroup v0.1.2 |
3236 | 2025-01-17T05:47:45.394Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6efa411e52fb3a4 -C extra-filename=-c6efa411e52fb3a4 --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-300320b4c213bb02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3237 | 2025-01-17T05:47:45.648Z | Dirty enum-as-inner v0.6.1: the rustflags changed |
3238 | 2025-01-17T05:47:45.648Z | Compiling enum-as-inner v0.6.1 |
3239 | 2025-01-17T05:47:45.651Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2ffdc7adc8b0f28 -C extra-filename=-c2ffdc7adc8b0f28 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3240 | 2025-01-17T05:47:45.856Z | Dirty hostname v0.4.0: the rustflags changed |
3241 | 2025-01-17T05:47:45.856Z | Compiling hostname v0.4.0 |
3242 | 2025-01-17T05:47:45.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7028d95aaefd11de -C extra-filename=-7028d95aaefd11de --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3243 | 2025-01-17T05:47:46.103Z | Dirty dropshot v0.12.0: the rustflags changed |
3244 | 2025-01-17T05:47:46.103Z | Compiling dropshot v0.12.0 |
3245 | 2025-01-17T05:47:46.167Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a66bb4bb631e2420 -C extra-filename=-a66bb4bb631e2420 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3246 | 2025-01-17T05:47:46.647Z | Dirty newtype-uuid v1.2.1: the rustflags changed |
3247 | 2025-01-17T05:47:46.647Z | Compiling newtype-uuid v1.2.1 |
3248 | 2025-01-17T05:47:46.647Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=e2b21ab03774c0de -C extra-filename=-e2b21ab03774c0de --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2025-01-17T05:47:46.805Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
3250 | 2025-01-17T05:47:46.805Z | Compiling lalrpop-util v0.19.12 |
3251 | 2025-01-17T05:47:46.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=bb088ae80185107e -C extra-filename=-bb088ae80185107e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3252 | 2025-01-17T05:47:46.896Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de/build-script-build` |
3253 | 2025-01-17T05:47:46.938Z | Dirty hickory-proto v0.24.1: the rustflags changed |
3254 | 2025-01-17T05:47:46.938Z | Compiling hickory-proto v0.24.1 |
3255 | 2025-01-17T05:47:46.938Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=be023e1f15c7fe33 -C extra-filename=-be023e1f15c7fe33 --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-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e00e7b1b82a04306.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3256 | 2025-01-17T05:47:46.979Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420/build-script-build` |
3257 | 2025-01-17T05:47:47.070Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd/build-script-build` |
3258 | 2025-01-17T05:47:47.162Z | Dirty bzip2 v0.4.4: the rustflags changed |
3259 | 2025-01-17T05:47:47.162Z | Compiling bzip2 v0.4.4 |
3260 | 2025-01-17T05:47:47.164Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=cccfee4ab4a310d8 -C extra-filename=-cccfee4ab4a310d8 --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-9d7290645ea4f3d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.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-0020565dc9f5640f/out/lib` |
3261 | 2025-01-17T05:47:47.204Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
3262 | 2025-01-17T05:47:47.204Z | Compiling signal-hook-mio v0.2.4 |
3263 | 2025-01-17T05:47:47.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=8d26b122b1927fdd -C extra-filename=-8d26b122b1927fdd --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-d98e06afb0ecdece.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3264 | 2025-01-17T05:47:47.397Z | Dirty console v0.15.8: the rustflags changed |
3265 | 2025-01-17T05:47:47.397Z | Compiling console v0.15.8 |
3266 | 2025-01-17T05:47:47.401Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=28f84f6bf224f580 -C extra-filename=-28f84f6bf224f580 --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-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3267 | 2025-01-17T05:47:47.549Z | Dirty dropshot_endpoint v0.12.0: the rustflags changed |
3268 | 2025-01-17T05:47:47.549Z | Compiling dropshot_endpoint v0.12.0 |
3269 | 2025-01-17T05:47:47.598Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8cf29938842673a -C extra-filename=-c8cf29938842673a --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3270 | 2025-01-17T05:47:48.396Z | Dirty hash32 v0.2.1: the rustflags changed |
3271 | 2025-01-17T05:47:48.396Z | Compiling hash32 v0.2.1 |
3272 | 2025-01-17T05:47:48.400Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=138a161f31061de8 -C extra-filename=-138a161f31061de8 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2025-01-17T05:47:48.667Z | Dirty predicates-core v1.0.8: the rustflags changed |
3274 | 2025-01-17T05:47:48.667Z | Compiling predicates-core v1.0.8 |
3275 | 2025-01-17T05:47:48.669Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=109d64e5bbc58719 -C extra-filename=-109d64e5bbc58719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3276 | 2025-01-17T05:47:48.776Z | Dirty portable-atomic v1.9.0: the rustflags changed |
3277 | 2025-01-17T05:47:48.776Z | Compiling portable-atomic v1.9.0 |
3278 | 2025-01-17T05:47:48.779Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --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=2befc5628a287ae7 -C extra-filename=-2befc5628a287ae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2025-01-17T05:47:48.807Z | Dirty linked-hash-map v0.5.6: the rustflags changed |
3280 | 2025-01-17T05:47:48.807Z | Compiling linked-hash-map v0.5.6 |
3281 | 2025-01-17T05:47:48.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=b78035904e137aaa -C extra-filename=-b78035904e137aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3282 | 2025-01-17T05:47:49.007Z | Dirty unicode-properties v0.1.3: the rustflags changed |
3283 | 2025-01-17T05:47:49.007Z | Compiling unicode-properties v0.1.3 |
3284 | 2025-01-17T05:47:49.010Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=ccb8cd51c4d01535 -C extra-filename=-ccb8cd51c4d01535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2025-01-17T05:47:49.177Z | Dirty smoltcp v0.9.1: the rustflags changed |
3286 | 2025-01-17T05:47:49.177Z | Compiling smoltcp v0.9.1 |
3287 | 2025-01-17T05:47:49.180Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9f382fb760202a6a -C extra-filename=-9f382fb760202a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3288 | 2025-01-17T05:47:49.482Z | Dirty stringprep v0.1.5: the rustflags changed |
3289 | 2025-01-17T05:47:49.482Z | Compiling stringprep v0.1.5 |
3290 | 2025-01-17T05:47:49.485Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e65ca84d6ce8ff2c -C extra-filename=-e65ca84d6ce8ff2c --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-ccb8cd51c4d01535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2025-01-17T05:47:49.892Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7/build-script-build` |
3292 | 2025-01-17T05:47:49.965Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a/build-script-build` |
3293 | 2025-01-17T05:47:49.981Z | Dirty lru-cache v0.1.2: the rustflags changed |
3294 | 2025-01-17T05:47:49.981Z | Compiling lru-cache v0.1.2 |
3295 | 2025-01-17T05:47:49.984Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=cb7533aca109a600 -C extra-filename=-cb7533aca109a600 --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-b78035904e137aaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3296 | 2025-01-17T05:47:50.012Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=b89f9ff741145e99 -C extra-filename=-b89f9ff741145e99 --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-138a161f31061de8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
3297 | 2025-01-17T05:47:50.048Z | Dirty crossterm v0.28.1: the rustflags changed |
3298 | 2025-01-17T05:47:50.048Z | Compiling crossterm v0.28.1 |
3299 | 2025-01-17T05:47:50.076Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=7505afe993e22e1b -C extra-filename=-7505afe993e22e1b --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-01159dab402db438.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8d26b122b1927fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3300 | 2025-01-17T05:47:50.186Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=3670e9bccbe3cfb3 -C extra-filename=-3670e9bccbe3cfb3 --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-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3301 | 2025-01-17T05:47:50.527Z | Dirty similar v2.6.0: the rustflags changed |
3302 | 2025-01-17T05:47:50.527Z | Compiling similar v2.6.0 |
3303 | 2025-01-17T05:47:50.530Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=9c26d2b921c8acfc -C extra-filename=-9c26d2b921c8acfc --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-e31d762c6d2f42d1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2025-01-17T05:47:50.597Z | Dirty rayon v1.10.0: the rustflags changed |
3305 | 2025-01-17T05:47:50.597Z | Compiling rayon v1.10.0 |
3306 | 2025-01-17T05:47:50.602Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=df66728581154229 -C extra-filename=-df66728581154229 --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-def387f0ad91f972.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2025-01-17T05:47:51.047Z | Dirty tokio-stream v0.1.16: the rustflags changed |
3308 | 2025-01-17T05:47:51.047Z | Compiling tokio-stream v0.1.16 |
3309 | 2025-01-17T05:47:51.050Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=259b35470c5edad9 -C extra-filename=-259b35470c5edad9 --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-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3310 | 2025-01-17T05:47:52.015Z | Dirty md-5 v0.10.6: the rustflags changed |
3311 | 2025-01-17T05:47:52.015Z | Compiling md-5 v0.10.6 |
3312 | 2025-01-17T05:47:52.015Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=361645198417ab37 -C extra-filename=-361645198417ab37 --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-2f4d20600755659a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3313 | 2025-01-17T05:47:52.137Z | Dirty float-cmp v0.9.0: the rustflags changed |
3314 | 2025-01-17T05:47:52.137Z | Compiling float-cmp v0.9.0 |
3315 | 2025-01-17T05:47:52.140Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=875403b0d525c4d7 -C extra-filename=-875403b0d525c4d7 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3316 | 2025-01-17T05:47:52.319Z | Dirty fs-err v2.11.0: the rustflags changed |
3317 | 2025-01-17T05:47:52.319Z | Compiling fs-err v2.11.0 |
3318 | 2025-01-17T05:47:52.322Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=f22c1b457ff35f37 -C extra-filename=-f22c1b457ff35f37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2025-01-17T05:47:52.394Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
3320 | 2025-01-17T05:47:52.394Z | Compiling fallible-iterator v0.2.0 |
3321 | 2025-01-17T05:47:52.419Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6021f8e54029b32f -C extra-filename=-6021f8e54029b32f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3322 | 2025-01-17T05:47:52.703Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
3323 | 2025-01-17T05:47:52.703Z | Compiling normalize-line-endings v0.3.0 |
3324 | 2025-01-17T05:47:52.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e2ecbf30ee4becb -C extra-filename=-2e2ecbf30ee4becb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2025-01-17T05:47:52.733Z | Dirty difflib v0.4.0: the rustflags changed |
3326 | 2025-01-17T05:47:52.733Z | Compiling difflib v0.4.0 |
3327 | 2025-01-17T05:47:52.733Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62d87acef3d6f071 -C extra-filename=-62d87acef3d6f071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3328 | 2025-01-17T05:47:52.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37/build-script-build` |
3329 | 2025-01-17T05:47:53.038Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=2f26113a918736c8 -C extra-filename=-2f26113a918736c8 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b89f9ff741145e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3330 | 2025-01-17T05:47:53.112Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
3331 | 2025-01-17T05:47:53.112Z | Compiling postgres-protocol v0.6.7 |
3332 | 2025-01-17T05:47:53.114Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=2f32a123ba17d724 -C extra-filename=-2f32a123ba17d724 --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-7fc06bffdc865433.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-361645198417ab37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e65ca84d6ce8ff2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3333 | 2025-01-17T05:47:53.200Z | Dirty predicates v3.1.2: the rustflags changed |
3334 | 2025-01-17T05:47:53.200Z | Compiling predicates v3.1.2 |
3335 | 2025-01-17T05:47:53.202Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=7e62bfd0a61cbc20 -C extra-filename=-7e62bfd0a61cbc20 --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-306c1e1ce10f7b6c.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-62d87acef3d6f071.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-875403b0d525c4d7.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2e2ecbf30ee4becb.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2025-01-17T05:47:53.367Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --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=0f9645dab08ea820 -C extra-filename=-0f9645dab08ea820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` |
3337 | 2025-01-17T05:47:54.162Z | Dirty zip v0.6.6: the rustflags changed |
3338 | 2025-01-17T05:47:54.162Z | Compiling zip v0.6.6 |
3339 | 2025-01-17T05:47:54.166Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=bb70b7c115e3a213 -C extra-filename=-bb70b7c115e3a213 --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-876b15a9d7bdd3ca.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.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-0020565dc9f5640f/out/lib` |
3340 | 2025-01-17T05:47:54.391Z | Dirty resolv-conf v0.7.0: the rustflags changed |
3341 | 2025-01-17T05:47:54.391Z | Compiling resolv-conf v0.7.0 |
3342 | 2025-01-17T05:47:54.394Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=76d223c70787d43e -C extra-filename=-76d223c70787d43e --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-d5f47095012eced0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2025-01-17T05:47:54.703Z | Dirty phf v0.11.2: the rustflags changed |
3344 | 2025-01-17T05:47:54.703Z | Compiling phf v0.11.2 |
3345 | 2025-01-17T05:47:54.706Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ada04dadc6028ac2 -C extra-filename=-ada04dadc6028ac2 --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-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3346 | 2025-01-17T05:47:54.799Z | Dirty tungstenite v0.24.0: the rustflags changed |
3347 | 2025-01-17T05:47:54.799Z | Compiling tungstenite v0.24.0 |
3348 | 2025-01-17T05:47:54.801Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=75965f931053b461 -C extra-filename=-75965f931053b461 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2025-01-17T05:47:55.005Z | Dirty strum_macros v0.25.3: the rustflags changed |
3350 | 2025-01-17T05:47:55.005Z | Compiling strum_macros v0.25.3 |
3351 | 2025-01-17T05:47:55.007Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eaea055fbb0d15f -C extra-filename=-7eaea055fbb0d15f --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3352 | 2025-01-17T05:47:55.035Z | Dirty serde-big-array v0.5.1: the rustflags changed |
3353 | 2025-01-17T05:47:55.035Z | Compiling serde-big-array v0.5.1 |
3354 | 2025-01-17T05:47:55.038Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3b633c9a4f788c0 -C extra-filename=-c3b633c9a4f788c0 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3355 | 2025-01-17T05:47:55.100Z | Dirty serde_repr v0.1.19: the rustflags changed |
3356 | 2025-01-17T05:47:55.100Z | Compiling serde_repr v0.1.19 |
3357 | 2025-01-17T05:47:55.103Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dde6163dd4cb9720 -C extra-filename=-dde6163dd4cb9720 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3358 | 2025-01-17T05:47:55.133Z | Dirty peg-runtime v0.8.3: the rustflags changed |
3359 | 2025-01-17T05:47:55.133Z | Compiling peg-runtime v0.8.3 |
3360 | 2025-01-17T05:47:55.136Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=87d0a45a21cda84f -C extra-filename=-87d0a45a21cda84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3361 | 2025-01-17T05:47:55.298Z | Dirty number_prefix v0.4.0: the rustflags changed |
3362 | 2025-01-17T05:47:55.299Z | Compiling number_prefix v0.4.0 |
3363 | 2025-01-17T05:47:55.301Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01fd88bcde33224c -C extra-filename=-01fd88bcde33224c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3364 | 2025-01-17T05:47:55.559Z | Dirty unicode-width v0.2.0: the rustflags changed |
3365 | 2025-01-17T05:47:55.559Z | Compiling unicode-width v0.2.0 |
3366 | 2025-01-17T05:47:55.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d4c78d39c8604a5b -C extra-filename=-d4c78d39c8604a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2025-01-17T05:47:55.590Z | Dirty hickory-resolver v0.24.1: the rustflags changed |
3368 | 2025-01-17T05:47:55.590Z | Compiling hickory-resolver v0.24.1 |
3369 | 2025-01-17T05:47:55.593Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=abf42d94f035b223 -C extra-filename=-abf42d94f035b223 --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-2f4d20600755659a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-76d223c70787d43e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3370 | 2025-01-17T05:47:55.733Z | Dirty postgres-types v0.2.8: the rustflags changed |
3371 | 2025-01-17T05:47:55.733Z | Compiling postgres-types v0.2.8 |
3372 | 2025-01-17T05:47:55.742Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=0afa6fc219074971 -C extra-filename=-0afa6fc219074971 --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-369ee3d2c774136a.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2025-01-17T05:47:56.135Z | Dirty indicatif v0.17.9: the rustflags changed |
3374 | 2025-01-17T05:47:56.135Z | Compiling indicatif v0.17.9 |
3375 | 2025-01-17T05:47:56.139Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=4030219e864f3183 -C extra-filename=-4030219e864f3183 --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-28f84f6bf224f580.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-01fd88bcde33224c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0f9645dab08ea820.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d4c78d39c8604a5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3376 | 2025-01-17T05:47:56.385Z | Dirty tokio-tungstenite v0.24.0: the rustflags changed |
3377 | 2025-01-17T05:47:56.385Z | Compiling tokio-tungstenite v0.24.0 |
3378 | 2025-01-17T05:47:56.388Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=ad6d2c81a6c8596a -C extra-filename=-ad6d2c81a6c8596a --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-75965f931053b461.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2025-01-17T05:47:56.481Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d1f9bc983adad146 -C extra-filename=-d1f9bc983adad146 --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-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
3380 | 2025-01-17T05:47:56.878Z | Dirty derive-where v1.2.7: the rustflags changed |
3381 | 2025-01-17T05:47:56.878Z | Compiling derive-where v1.2.7 |
3382 | 2025-01-17T05:47:56.880Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=4818ce64076a2b6d -C extra-filename=-4818ce64076a2b6d --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2025-01-17T05:47:56.947Z | Dirty whoami v1.5.2: the rustflags changed |
3384 | 2025-01-17T05:47:56.947Z | Compiling whoami v1.5.2 |
3385 | 2025-01-17T05:47:56.950Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --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=245f9940c78876a6 -C extra-filename=-245f9940c78876a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3386 | 2025-01-17T05:47:57.069Z | Compiling hashbrown v0.14.5 |
3387 | 2025-01-17T05:47:57.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=682884b58710368b -C extra-filename=-682884b58710368b --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-a6fc717be49c6018.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3388 | 2025-01-17T05:47:57.280Z | Compiling ident_case v1.0.1 |
3389 | 2025-01-17T05:47:57.311Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81a9a92a6051cc48 -C extra-filename=-81a9a92a6051cc48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3390 | 2025-01-17T05:47:57.494Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
3391 | 2025-01-17T05:47:57.494Z | Compiling tokio-postgres v0.7.12 |
3392 | 2025-01-17T05:47:57.496Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=431d18deee3b11af -C extra-filename=-431d18deee3b11af --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-897d930859dde460.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2025-01-17T05:47:57.540Z | Compiling darling_core v0.20.10 |
3394 | 2025-01-17T05:47:57.543Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=0e36bc0d2f074141 -C extra-filename=-0e36bc0d2f074141 --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-519bcd82bf42b6cc.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-81a9a92a6051cc48.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2025-01-17T05:47:58.248Z | Compiling regress v0.10.1 |
3396 | 2025-01-17T05:47:58.251Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=efa81a45b8926187 -C extra-filename=-efa81a45b8926187 --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-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3397 | 2025-01-17T05:47:58.331Z | Compiling thiserror v2.0.11 |
3398 | 2025-01-17T05:47:58.334Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9ee5b4639eb9f3fd -C extra-filename=-9ee5b4639eb9f3fd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3399 | 2025-01-17T05:47:58.978Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
3400 | 2025-01-17T05:47:58.978Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3401 | 2025-01-17T05:47:58.982Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=20f8b882d6af2fef -C extra-filename=-20f8b882d6af2fef --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-01159dab402db438.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dde6163dd4cb9720.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2f26113a918736c8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7eaea055fbb0d15f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3402 | 2025-01-17T05:47:59.039Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd/build-script-build` |
3403 | 2025-01-17T05:47:59.559Z | Compiling thiserror-impl v2.0.11 |
3404 | 2025-01-17T05:47:59.587Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cbfc48553d1555d -C extra-filename=-0cbfc48553d1555d --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2025-01-17T05:48:00.521Z | Compiling unsafe-libyaml v0.2.11 |
3406 | 2025-01-17T05:48:00.525Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c8335656476dfe1 -C extra-filename=-6c8335656476dfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2025-01-17T05:48:01.498Z | Dirty fastrand v2.1.1: the rustflags changed |
3408 | 2025-01-17T05:48:01.498Z | Compiling fastrand v2.1.1 |
3409 | 2025-01-17T05:48:01.541Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4f097a7529560f85 -C extra-filename=-4f097a7529560f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2025-01-17T05:48:02.069Z | Compiling serde_yaml v0.9.34+deprecated |
3411 | 2025-01-17T05:48:02.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d459437890bd8cf8 -C extra-filename=-d459437890bd8cf8 --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-1ccc891f17e7a7a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6c8335656476dfe1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2025-01-17T05:48:02.506Z | Compiling ipnetwork v0.20.0 |
3413 | 2025-01-17T05:48:02.508Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=4cc1d1dbf99fc746 -C extra-filename=-4cc1d1dbf99fc746 --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-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2025-01-17T05:48:03.233Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=899aaefeecb5158e -C extra-filename=-899aaefeecb5158e --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-0cbfc48553d1555d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
3415 | 2025-01-17T05:48:03.263Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
3416 | 2025-01-17T05:48:03.263Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6ce3dd0f6f6148ba -C extra-filename=-6ce3dd0f6f6148ba --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-4cc1d1dbf99fc746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3417 | 2025-01-17T05:48:03.338Z | Compiling tempfile v3.13.0 |
3418 | 2025-01-17T05:48:03.341Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5525eef5a0fe7476 -C extra-filename=-5525eef5a0fe7476 --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-2f4d20600755659a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3419 | 2025-01-17T05:48:03.369Z | Compiling typify-impl v0.2.0 |
3420 | 2025-01-17T05:48:03.371Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf040b4081c76711 -C extra-filename=-bf040b4081c76711 --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3421 | 2025-01-17T05:48:03.405Z | Dirty strum_macros v0.26.4: the rustflags changed |
3422 | 2025-01-17T05:48:03.405Z | Compiling strum_macros v0.26.4 |
3423 | 2025-01-17T05:48:03.407Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95ecb928327d59d9 -C extra-filename=-95ecb928327d59d9 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3424 | 2025-01-17T05:48:03.840Z | Compiling darling_macro v0.20.10 |
3425 | 2025-01-17T05:48:03.843Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e76f4ae72c3be247 -C extra-filename=-e76f4ae72c3be247 --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-0e36bc0d2f074141.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3426 | 2025-01-17T05:48:03.987Z | Compiling macaddr v1.0.1 |
3427 | 2025-01-17T05:48:04.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=36f4a4236324662e -C extra-filename=-36f4a4236324662e --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3428 | 2025-01-17T05:48:04.154Z | Dirty structmeta-derive v0.3.0: the rustflags changed |
3429 | 2025-01-17T05:48:04.154Z | Compiling structmeta-derive v0.3.0 |
3430 | 2025-01-17T05:48:04.157Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52cb9a2b537d8154 -C extra-filename=-52cb9a2b537d8154 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3431 | 2025-01-17T05:48:04.443Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
3432 | 2025-01-17T05:48:04.446Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus-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("serialize-impl"))' -C metadata=ed663ec443b65d04 -C extra-filename=-ed663ec443b65d04 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3433 | 2025-01-17T05:48:05.068Z | Compiling darling v0.20.10 |
3434 | 2025-01-17T05:48:05.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=0be92ea757c2bbdc -C extra-filename=-0be92ea757c2bbdc --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-0e36bc0d2f074141.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e76f4ae72c3be247.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3435 | 2025-01-17T05:48:05.218Z | Compiling serde_with_macros v3.11.0 |
3436 | 2025-01-17T05:48:05.221Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=163b77e7bf994366 -C extra-filename=-163b77e7bf994366 --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-0be92ea757c2bbdc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3437 | 2025-01-17T05:48:05.523Z | Compiling instant v0.1.13 |
3438 | 2025-01-17T05:48:05.528Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=349572e683014b1f -C extra-filename=-349572e683014b1f --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3439 | 2025-01-17T05:48:05.720Z | Compiling regress v0.9.1 |
3440 | 2025-01-17T05:48:05.728Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=2bd95d2be3320e06 -C extra-filename=-2bd95d2be3320e06 --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-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2025-01-17T05:48:05.922Z | Compiling dropshot v0.15.1 |
3442 | 2025-01-17T05:48:05.925Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7c1b4ccc6c6ad4ca -C extra-filename=-7c1b4ccc6c6ad4ca --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3443 | 2025-01-17T05:48:05.950Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
3444 | 2025-01-17T05:48:05.993Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=7c5bd268e3dbf105 -C extra-filename=-7c5bd268e3dbf105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-ed663ec443b65d04.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3445 | 2025-01-17T05:48:06.316Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca/build-script-build` |
3446 | 2025-01-17T05:48:06.403Z | Compiling dropshot_endpoint v0.15.1 |
3447 | 2025-01-17T05:48:06.407Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.15.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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b7b08c26563aa78 -C extra-filename=-9b7b08c26563aa78 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3448 | 2025-01-17T05:48:06.959Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3449 | 2025-01-17T05:48:06.963Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b268ccde843bbdf8 -C extra-filename=-b268ccde843bbdf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3450 | 2025-01-17T05:48:07.119Z | Dirty structmeta v0.3.0: the rustflags changed |
3451 | 2025-01-17T05:48:07.119Z | Compiling structmeta v0.3.0 |
3452 | 2025-01-17T05:48:07.122Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8cc64bcd62609ba -C extra-filename=-c8cc64bcd62609ba --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-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-52cb9a2b537d8154.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2025-01-17T05:48:07.416Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3454 | 2025-01-17T05:48:07.419Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=962483f90ab60936 -C extra-filename=-962483f90ab60936 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3455 | 2025-01-17T05:48:07.535Z | Dirty parse-display-derive v0.10.0: the rustflags changed |
3456 | 2025-01-17T05:48:07.535Z | Compiling parse-display-derive v0.10.0 |
3457 | 2025-01-17T05:48:07.538Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2254350eee95639a -C extra-filename=-2254350eee95639a --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c8cc64bcd62609ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3458 | 2025-01-17T05:48:08.140Z | Compiling serde_with v3.11.0 |
3459 | 2025-01-17T05:48:08.143Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=7a005adb0ab1f5eb -C extra-filename=-7a005adb0ab1f5eb --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-163b77e7bf994366.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3460 | 2025-01-17T05:48:08.369Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3461 | 2025-01-17T05:48:08.396Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=48c0f4f457e64041 -C extra-filename=-48c0f4f457e64041 --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-f36114cf7413752c.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-962483f90ab60936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3462 | 2025-01-17T05:48:08.400Z | Dirty strum v0.26.3: the rustflags changed |
3463 | 2025-01-17T05:48:08.400Z | Compiling strum v0.26.3 |
3464 | 2025-01-17T05:48:08.404Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=74d4548524063684 -C extra-filename=-74d4548524063684 --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-95ecb928327d59d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3465 | 2025-01-17T05:48:08.573Z | Compiling backoff v0.4.0 |
3466 | 2025-01-17T05:48:08.610Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4fb3c428e97ea985 -C extra-filename=-4fb3c428e97ea985 --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-6723a47d595cc3af.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3467 | 2025-01-17T05:48:08.615Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3468 | 2025-01-17T05:48:08.618Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f65d8cab3fe12260 -C extra-filename=-f65d8cab3fe12260 --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-9d458307bf9bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3469 | 2025-01-17T05:48:08.797Z | Compiling wait-timeout v0.2.0 |
3470 | 2025-01-17T05:48:08.800Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa99c58fe6f785df -C extra-filename=-fa99c58fe6f785df --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2025-01-17T05:48:08.946Z | Compiling rand_xorshift v0.3.0 |
3472 | 2025-01-17T05:48:08.949Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=cc3709a3e0131726 -C extra-filename=-cc3709a3e0131726 --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-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3473 | 2025-01-17T05:48:09.326Z | Compiling rusty-fork v0.3.0 |
3474 | 2025-01-17T05:48:09.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a53ef78b3214c488 -C extra-filename=-a53ef78b3214c488 --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-519bcd82bf42b6cc.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3475 | 2025-01-17T05:48:09.409Z | Compiling unarray v0.1.4 |
3476 | 2025-01-17T05:48:09.411Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55fe27019d7d65fc -C extra-filename=-55fe27019d7d65fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2025-01-17T05:48:09.618Z | Compiling test-strategy v0.4.0 |
3478 | 2025-01-17T05:48:09.621Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=825504549cecdb9f -C extra-filename=-825504549cecdb9f --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c8cc64bcd62609ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2025-01-17T05:48:10.039Z | Compiling proptest v1.5.0 |
3480 | 2025-01-17T05:48:10.042Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=662c1e34a30dddff -C extra-filename=-662c1e34a30dddff --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-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc3709a3e0131726.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a53ef78b3214c488.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-55fe27019d7d65fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2025-01-17T05:48:10.671Z | Compiling camino-tempfile v1.1.1 |
3482 | 2025-01-17T05:48:10.674Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4b714359f5aac43b -C extra-filename=-4b714359f5aac43b --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-b1ce1825125c2b44.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2025-01-17T05:48:11.125Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
3484 | 2025-01-17T05:48:11.125Z | Compiling proc-macro-error-attr v1.0.4 |
3485 | 2025-01-17T05:48:11.128Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69f091c7adba4b00 -C extra-filename=-69f091c7adba4b00 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3486 | 2025-01-17T05:48:11.154Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
3487 | 2025-01-17T05:48:11.154Z | Compiling proc-macro-error v1.0.4 |
3488 | 2025-01-17T05:48:11.157Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=0a76c85822b5bd68 -C extra-filename=-0a76c85822b5bd68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2025-01-17T05:48:11.522Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00/build-script-build` |
3490 | 2025-01-17T05:48:11.593Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68/build-script-build` |
3491 | 2025-01-17T05:48:11.620Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0021589419e8f5b9 -C extra-filename=-0021589419e8f5b9 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2025-01-17T05:48:11.743Z | Compiling proc-macro-crate v1.3.1 |
3493 | 2025-01-17T05:48:11.746Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1bbf93ba668693f -C extra-filename=-f1bbf93ba668693f --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-60ef584d13ef286e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3494 | 2025-01-17T05:48:11.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3495 | 2025-01-17T05:48:11.776Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82e8276b2e871799 -C extra-filename=-82e8276b2e871799 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3496 | 2025-01-17T05:48:12.113Z | Dirty parse-display v0.10.0: the rustflags changed |
3497 | 2025-01-17T05:48:12.113Z | Compiling parse-display v0.10.0 |
3498 | 2025-01-17T05:48:12.117Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=fb7668a908245cf4 -C extra-filename=-fb7668a908245cf4 --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-2254350eee95639a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2025-01-17T05:48:12.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799/build-script-build` |
3500 | 2025-01-17T05:48:12.253Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3501 | 2025-01-17T05:48:12.256Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cc1d799b2e92199 -C extra-filename=-8cc1d799b2e92199 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3502 | 2025-01-17T05:48:12.538Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ad57ad9ff534cbc3 -C extra-filename=-ad57ad9ff534cbc3 --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-0021589419e8f5b9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
3503 | 2025-01-17T05:48:12.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199/build-script-build` |
3504 | 2025-01-17T05:48:12.652Z | Compiling foreign-types-macros v0.2.3 |
3505 | 2025-01-17T05:48:12.655Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e2103cb108fbf1b2 -C extra-filename=-e2103cb108fbf1b2 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2025-01-17T05:48:12.712Z | Compiling num_enum_derive v0.5.11 |
3507 | 2025-01-17T05:48:12.738Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=82ba27618ced7f6f -C extra-filename=-82ba27618ced7f6f --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-f1bbf93ba668693f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2025-01-17T05:48:12.765Z | Compiling foreign-types-shared v0.3.1 |
3509 | 2025-01-17T05:48:12.768Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7a523ded104325a -C extra-filename=-a7a523ded104325a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2025-01-17T05:48:12.965Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39680fa0b811f9de -C extra-filename=-39680fa0b811f9de --out-dir /work/oxidecomputer/omicron/target/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` |
3511 | 2025-01-17T05:48:13.133Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=435fd3c6e0879707 -C extra-filename=-435fd3c6e0879707 --out-dir /work/oxidecomputer/omicron/target/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` |
3512 | 2025-01-17T05:48:13.184Z | Compiling tabwriter v1.4.0 |
3513 | 2025-01-17T05:48:13.187Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=f691b04cf9c315e4 -C extra-filename=-f691b04cf9c315e4 --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-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2025-01-17T05:48:13.329Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3515 | 2025-01-17T05:48:13.331Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f6df09725b0b09a -C extra-filename=-1f6df09725b0b09a --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3516 | 2025-01-17T05:48:13.577Z | Compiling itertools v0.13.0 |
3517 | 2025-01-17T05:48:13.577Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5ea0ab5db09c380a -C extra-filename=-5ea0ab5db09c380a --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3518 | 2025-01-17T05:48:13.668Z | Compiling cstr-argument v0.1.2 |
3519 | 2025-01-17T05:48:13.671Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=572bffb02f152157 -C extra-filename=-572bffb02f152157 --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-2f4d20600755659a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3520 | 2025-01-17T05:48:13.940Z | Compiling pretty-hex v0.2.1 |
3521 | 2025-01-17T05:48:13.944Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=09b64d12e94d5144 -C extra-filename=-09b64d12e94d5144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2025-01-17T05:48:14.148Z | Compiling colored v2.1.0 |
3523 | 2025-01-17T05:48:14.151Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=fe05e6abb5bd1c66 -C extra-filename=-fe05e6abb5bd1c66 --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-57d431b61839a6c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3524 | 2025-01-17T05:48:14.178Z | Compiling foreign-types v0.5.0 |
3525 | 2025-01-17T05:48:14.215Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=357fc01f23e4f4a1 -C extra-filename=-357fc01f23e4f4a1 --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-e2103cb108fbf1b2.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7a523ded104325a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3526 | 2025-01-17T05:48:14.361Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3527 | 2025-01-17T05:48:14.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff783aa154ef3e72 -C extra-filename=-ff783aa154ef3e72 --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-d98e06afb0ecdece.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f6df09725b0b09a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3528 | 2025-01-17T05:48:14.387Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3529 | 2025-01-17T05:48:14.422Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a9ee260dcd8d879 -C extra-filename=-6a9ee260dcd8d879 --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-572bffb02f152157.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-357fc01f23e4f4a1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3530 | 2025-01-17T05:48:14.555Z | Compiling smf v0.2.3 |
3531 | 2025-01-17T05:48:14.558Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8d4b9af5a4987f9 -C extra-filename=-e8d4b9af5a4987f9 --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-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3532 | 2025-01-17T05:48:14.902Z | Compiling typify-impl v0.3.0 |
3533 | 2025-01-17T05:48:14.905Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.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=006b308e665a5c62 -C extra-filename=-006b308e665a5c62 --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3534 | 2025-01-17T05:48:14.964Z | Compiling base64 v0.21.7 |
3535 | 2025-01-17T05:48:14.989Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd1ad69982f96338 -C extra-filename=-dd1ad69982f96338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2025-01-17T05:48:15.359Z | Compiling num_enum v0.5.11 |
3537 | 2025-01-17T05:48:15.397Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=75ee977dcb88931e -C extra-filename=-75ee977dcb88931e --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-82ba27618ced7f6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3538 | 2025-01-17T05:48:15.558Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3539 | 2025-01-17T05:48:15.617Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=575a5a49169b41a2 -C extra-filename=-575a5a49169b41a2 --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-d98e06afb0ecdece.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-39680fa0b811f9de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-09b64d12e94d5144.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2025-01-17T05:48:15.676Z | Compiling crucible-workspace-hack v0.1.0 |
3541 | 2025-01-17T05:48:15.679Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b84f13bec2119ef -C extra-filename=-9b84f13bec2119ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2025-01-17T05:48:15.729Z | Compiling zerocopy v0.8.10 |
3543 | 2025-01-17T05:48:15.755Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ce117a6780f79c07 -C extra-filename=-ce117a6780f79c07 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2025-01-17T05:48:15.949Z | Compiling zerocopy-derive v0.8.10 |
3545 | 2025-01-17T05:48:15.952Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93748f81aab3f1cc -C extra-filename=-93748f81aab3f1cc --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2025-01-17T05:48:16.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef/build-script-build` |
3547 | 2025-01-17T05:48:16.085Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2723b33b373661a -C extra-filename=-b2723b33b373661a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3548 | 2025-01-17T05:48:16.217Z | Compiling termtree v0.4.1 |
3549 | 2025-01-17T05:48:16.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24a87b06765d1d07 -C extra-filename=-24a87b06765d1d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3550 | 2025-01-17T05:48:16.465Z | Compiling heapless v0.8.0 |
3551 | 2025-01-17T05:48:16.472Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2d415fbc10cbd24 -C extra-filename=-e2d415fbc10cbd24 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3552 | 2025-01-17T05:48:16.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07/build-script-build` |
3553 | 2025-01-17T05:48:16.631Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3554 | 2025-01-17T05:48:16.639Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b19a2bcb3c0947a2 -C extra-filename=-b19a2bcb3c0947a2 --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-0be92ea757c2bbdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2025-01-17T05:48:16.686Z | Compiling predicates-tree v1.0.11 |
3556 | 2025-01-17T05:48:16.693Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d996eddaeda82c51 -C extra-filename=-d996eddaeda82c51 --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-109d64e5bbc58719.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-24a87b06765d1d07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2025-01-17T05:48:17.113Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24/build-script-build` |
3558 | 2025-01-17T05:48:17.173Z | Compiling hash32 v0.3.1 |
3559 | 2025-01-17T05:48:17.178Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a737bb63f76b1581 -C extra-filename=-a737bb63f76b1581 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3560 | 2025-01-17T05:48:17.443Z | Compiling smoltcp v0.11.0 |
3561 | 2025-01-17T05:48:17.471Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=eb44395847ce46ff -C extra-filename=-eb44395847ce46ff --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3562 | 2025-01-17T05:48:17.503Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=c08c1d8ec6f8e5f9 -C extra-filename=-c08c1d8ec6f8e5f9 --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-a737bb63f76b1581.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2025-01-17T05:48:18.214Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff/build-script-build` |
3564 | 2025-01-17T05:48:18.259Z | Compiling cobs v0.2.3 |
3565 | 2025-01-17T05:48:18.295Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cd15ee591d7494e5 -C extra-filename=-cd15ee591d7494e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3566 | 2025-01-17T05:48:18.425Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=326fc9afa50afbef -C extra-filename=-326fc9afa50afbef --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c08c1d8ec6f8e5f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3567 | 2025-01-17T05:48:18.558Z | Compiling postcard v1.0.10 |
3568 | 2025-01-17T05:48:18.620Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=934b48d75fb95332 -C extra-filename=-934b48d75fb95332 --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-cd15ee591d7494e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3569 | 2025-01-17T05:48:18.920Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=9a25b3cbfb5ee361 -C extra-filename=-9a25b3cbfb5ee361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-93748f81aab3f1cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
3570 | 2025-01-17T05:48:18.990Z | Compiling typify-macro v0.2.0 |
3571 | 2025-01-17T05:48:18.993Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=882c8ed48b8c3cc5 -C extra-filename=-882c8ed48b8c3cc5 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-bf040b4081c76711.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3572 | 2025-01-17T05:48:19.222Z | Compiling atomicwrites v0.4.4 |
3573 | 2025-01-17T05:48:19.225Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c5288946ebf071b -C extra-filename=-0c5288946ebf071b --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-e3d4519553d0e8e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3574 | 2025-01-17T05:48:19.626Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3575 | 2025-01-17T05:48:19.629Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e66c0945f295ed79 -C extra-filename=-e66c0945f295ed79 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2025-01-17T05:48:20.043Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3577 | 2025-01-17T05:48:20.054Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=452736b65e5dc290 -C extra-filename=-452736b65e5dc290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3578 | 2025-01-17T05:48:20.237Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79/build-script-build` |
3579 | 2025-01-17T05:48:20.329Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3580 | 2025-01-17T05:48:20.332Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=157026fa5d12f0bf -C extra-filename=-157026fa5d12f0bf --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3581 | 2025-01-17T05:48:21.421Z | Compiling sigpipe v0.1.3 |
3582 | 2025-01-17T05:48:21.424Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c859371b0959e81d -C extra-filename=-c859371b0959e81d --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3583 | 2025-01-17T05:48:21.579Z | Compiling mockall_derive v0.13.0 |
3584 | 2025-01-17T05:48:21.581Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=9456428a4444b458 -C extra-filename=-9456428a4444b458 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3585 | 2025-01-17T05:48:21.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
3586 | 2025-01-17T05:48:21.967Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f4c1cd2136d17c2 -C extra-filename=-2f4c1cd2136d17c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3587 | 2025-01-17T05:48:22.217Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458/build-script-build` |
3588 | 2025-01-17T05:48:22.231Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
3589 | 2025-01-17T05:48:22.233Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e4daefa754e7178 -C extra-filename=-3e4daefa754e7178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3590 | 2025-01-17T05:48:22.335Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2/build-script-build` |
3591 | 2025-01-17T05:48:22.407Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2427cddbc7715712 -C extra-filename=-2427cddbc7715712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-575a5a49169b41a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3592 | 2025-01-17T05:48:22.618Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=7f3f19f77c26b35a -C extra-filename=-7f3f19f77c26b35a --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-2f4d20600755659a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
3593 | 2025-01-17T05:48:23.006Z | Compiling zone_cfg_derive v0.3.0 |
3594 | 2025-01-17T05:48:23.009Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=248332ca3db6e162 -C extra-filename=-248332ca3db6e162 --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3595 | 2025-01-17T05:48:23.366Z | Compiling typify v0.2.0 |
3596 | 2025-01-17T05:48:23.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=ce89a67bb6e1521f -C extra-filename=-ce89a67bb6e1521f --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-bf040b4081c76711.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-882c8ed48b8c3cc5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3597 | 2025-01-17T05:48:23.523Z | Compiling progenitor-impl v0.8.0 |
3598 | 2025-01-17T05:48:23.549Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a29e8ede7f4f756 -C extra-filename=-2a29e8ede7f4f756 --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ce89a67bb6e1521f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3599 | 2025-01-17T05:48:24.035Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3600 | 2025-01-17T05:48:24.038Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=79ac0e40d0597704 -C extra-filename=-79ac0e40d0597704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3601 | 2025-01-17T05:48:24.593Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3602 | 2025-01-17T05:48:24.595Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=93370102c8a8661f -C extra-filename=-93370102c8a8661f --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-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3603 | 2025-01-17T05:48:24.899Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3604 | 2025-01-17T05:48:24.902Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=e8903efc2f0827f5 -C extra-filename=-e8903efc2f0827f5 --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-01159dab402db438.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-79ac0e40d0597704.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3605 | 2025-01-17T05:48:25.062Z | Compiling num-derive v0.4.2 |
3606 | 2025-01-17T05:48:25.065Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36604e73b1deba5b -C extra-filename=-36604e73b1deba5b --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3607 | 2025-01-17T05:48:26.176Z | Compiling downcast v0.11.0 |
3608 | 2025-01-17T05:48:26.216Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2f51f3fe50b4507c -C extra-filename=-2f51f3fe50b4507c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3609 | 2025-01-17T05:48:26.433Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3610 | 2025-01-17T05:48:26.435Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b1b34b08912e4622 -C extra-filename=-b1b34b08912e4622 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3611 | 2025-01-17T05:48:26.833Z | Compiling fragile v2.0.0 |
3612 | 2025-01-17T05:48:26.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=349642fa027f26d1 -C extra-filename=-349642fa027f26d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2025-01-17T05:48:27.410Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3614 | 2025-01-17T05:48:27.412Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=82179516ca442e5d -C extra-filename=-82179516ca442e5d --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-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3615 | 2025-01-17T05:48:27.481Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622/build-script-build` |
3616 | 2025-01-17T05:48:27.516Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3617 | 2025-01-17T05:48:27.544Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=966b3e6ec08cf523 -C extra-filename=-966b3e6ec08cf523 --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-93370102c8a8661f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2025-01-17T05:48:27.563Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3619 | 2025-01-17T05:48:27.566Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=1b05f9d9fe1f8b36 -C extra-filename=-1b05f9d9fe1f8b36 --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-b2723b33b373661a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-36604e73b1deba5b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2025-01-17T05:48:27.974Z | Compiling zone v0.3.0 |
3621 | 2025-01-17T05:48:27.977Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=ed3cce4c902d7bd1 -C extra-filename=-ed3cce4c902d7bd1 --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-248332ca3db6e162.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3622 | 2025-01-17T05:48:28.446Z | Compiling same-file v1.0.6 |
3623 | 2025-01-17T05:48:28.450Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a13cab101bfdf75b -C extra-filename=-a13cab101bfdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3624 | 2025-01-17T05:48:28.800Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=a1e84c8a4e8e6d11 -C extra-filename=-a1e84c8a4e8e6d11 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-157026fa5d12f0bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-82179516ca442e5d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.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)'` |
3625 | 2025-01-17T05:48:29.057Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3626 | 2025-01-17T05:48:29.131Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=ee3831ce9e66a970 -C extra-filename=-ee3831ce9e66a970 --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-2f4d20600755659a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a1e84c8a4e8e6d11.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-3e4daefa754e7178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3627 | 2025-01-17T05:48:29.326Z | Compiling walkdir v2.5.0 |
3628 | 2025-01-17T05:48:29.350Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa16578decbd284 -C extra-filename=-7aa16578decbd284 --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-a13cab101bfdf75b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3629 | 2025-01-17T05:48:29.491Z | Compiling convert_case v0.4.0 |
3630 | 2025-01-17T05:48:29.498Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=7207cf2e1d9334a3 -C extra-filename=-7207cf2e1d9334a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3631 | 2025-01-17T05:48:30.046Z | Compiling newline-converter v0.3.0 |
3632 | 2025-01-17T05:48:30.048Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f283da22ec2d6d -C extra-filename=-f0f283da22ec2d6d --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3633 | 2025-01-17T05:48:30.254Z | Compiling expectorate v1.1.0 |
3634 | 2025-01-17T05:48:30.296Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=96a83a30bd64e05a -C extra-filename=-96a83a30bd64e05a --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-28f84f6bf224f580.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-f0f283da22ec2d6d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3635 | 2025-01-17T05:48:30.339Z | Compiling derive_more v0.99.18 |
3636 | 2025-01-17T05:48:30.342Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=6a8fccf4e522f0e2 -C extra-filename=-6a8fccf4e522f0e2 --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-7207cf2e1d9334a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3637 | 2025-01-17T05:48:30.416Z | Compiling mockall v0.13.0 |
3638 | 2025-01-17T05:48:30.465Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3119a46adbec64f -C extra-filename=-c3119a46adbec64f --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-2f4d20600755659a.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-2f51f3fe50b4507c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-349642fa027f26d1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7f3f19f77c26b35a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3639 | 2025-01-17T05:48:30.468Z | Compiling tungstenite v0.21.0 |
3640 | 2025-01-17T05:48:30.468Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=84855032fb17a8b3 -C extra-filename=-84855032fb17a8b3 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3641 | 2025-01-17T05:48:30.733Z | Compiling typify-macro v0.3.0 |
3642 | 2025-01-17T05:48:30.736Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.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=0462e70371f00b1c -C extra-filename=-0462e70371f00b1c --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-006b308e665a5c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3643 | 2025-01-17T05:48:30.769Z | Dirty xattr v1.3.1: the rustflags changed |
3644 | 2025-01-17T05:48:30.769Z | Compiling xattr v1.3.1 |
3645 | 2025-01-17T05:48:30.785Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=479547d5ac6b1e0c -C extra-filename=-479547d5ac6b1e0c --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3646 | 2025-01-17T05:48:30.819Z | Compiling progenitor-macro v0.8.0 |
3647 | 2025-01-17T05:48:30.821Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1e2c6147cd0674f -C extra-filename=-c1e2c6147cd0674f --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-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2a29e8ede7f4f756.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3648 | 2025-01-17T05:48:31.063Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3649 | 2025-01-17T05:48:31.065Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6011fa3008dbfe9e -C extra-filename=-6011fa3008dbfe9e --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-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-2427cddbc7715712.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a1e84c8a4e8e6d11.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3650 | 2025-01-17T05:48:31.108Z | Dirty filetime v0.2.25: the rustflags changed |
3651 | 2025-01-17T05:48:31.108Z | Compiling filetime v0.2.25 |
3652 | 2025-01-17T05:48:31.111Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bea14cd0b2c233b4 -C extra-filename=-bea14cd0b2c233b4 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3653 | 2025-01-17T05:48:31.447Z | Dirty tar v0.4.42: the rustflags changed |
3654 | 2025-01-17T05:48:31.447Z | Compiling tar v0.4.42 |
3655 | 2025-01-17T05:48:31.451Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=a0eb937a42c64068 -C extra-filename=-a0eb937a42c64068 --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-bea14cd0b2c233b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-479547d5ac6b1e0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3656 | 2025-01-17T05:48:32.361Z | Compiling tokio-tungstenite v0.21.0 |
3657 | 2025-01-17T05:48:32.363Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=9e48830afb4e182a -C extra-filename=-9e48830afb4e182a --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-84855032fb17a8b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3658 | 2025-01-17T05:48:32.504Z | Compiling arc-swap v1.7.1 |
3659 | 2025-01-17T05:48:32.506Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=1909ec29c251882d -C extra-filename=-1909ec29c251882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3660 | 2025-01-17T05:48:32.990Z | Compiling slog-scope v4.4.0 |
3661 | 2025-01-17T05:48:33.014Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cdff227914bc595 -C extra-filename=-5cdff227914bc595 --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-1909ec29c251882d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3662 | 2025-01-17T05:48:33.135Z | Compiling num-rational v0.4.2 |
3663 | 2025-01-17T05:48:33.138Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=675bdb307aee17ba -C extra-filename=-675bdb307aee17ba --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2025-01-17T05:48:33.511Z | Compiling slog-stdlog v4.1.1 |
3665 | 2025-01-17T05:48:33.537Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=62e80e5c677eec99 -C extra-filename=-62e80e5c677eec99 --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-e1464231da30ba90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2025-01-17T05:48:34.007Z | Compiling num-complex v0.4.6 |
3667 | 2025-01-17T05:48:34.033Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=a819f944c2a69d2b -C extra-filename=-a819f944c2a69d2b --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3668 | 2025-01-17T05:48:34.033Z | Compiling slog-envlogger v2.2.0 |
3669 | 2025-01-17T05:48:34.033Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a2c853d2237c9880 -C extra-filename=-a2c853d2237c9880 --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-e1464231da30ba90.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-62e80e5c677eec99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3670 | 2025-01-17T05:48:34.674Z | Compiling num v0.4.3 |
3671 | 2025-01-17T05:48:34.677Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=169026641f0462e1 -C extra-filename=-169026641f0462e1 --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-a819f944c2a69d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-675bdb307aee17ba.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3672 | 2025-01-17T05:48:34.709Z | Compiling float-ord v0.3.2 |
3673 | 2025-01-17T05:48:34.712Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3333f6032687666 -C extra-filename=-a3333f6032687666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3674 | 2025-01-17T05:48:34.771Z | Compiling indent_write v2.2.0 |
3675 | 2025-01-17T05:48:34.774Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0eb9a83b251bf9cc -C extra-filename=-0eb9a83b251bf9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3676 | 2025-01-17T05:48:34.806Z | Compiling cancel-safe-futures v0.1.5 |
3677 | 2025-01-17T05:48:34.806Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=401f5e6eadbcc8c1 -C extra-filename=-401f5e6eadbcc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3678 | 2025-01-17T05:48:34.918Z | Compiling owo-colors v4.1.0 |
3679 | 2025-01-17T05:48:34.921Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e862df0bb764a132 -C extra-filename=-e862df0bb764a132 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3680 | 2025-01-17T05:48:35.024Z | Dirty swrite v0.1.0: the rustflags changed |
3681 | 2025-01-17T05:48:35.024Z | Compiling swrite v0.1.0 |
3682 | 2025-01-17T05:48:35.028Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=a1f95df3b0bb5313 -C extra-filename=-a1f95df3b0bb5313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2025-01-17T05:48:35.128Z | Compiling typify v0.3.0 |
3684 | 2025-01-17T05:48:35.170Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=80890d826488d72c -C extra-filename=-80890d826488d72c --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-006b308e665a5c62.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0462e70371f00b1c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2025-01-17T05:48:35.187Z | Compiling libsw v3.3.1 |
3686 | 2025-01-17T05:48:35.190Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=3a17c4c463e15f74 -C extra-filename=-3a17c4c463e15f74 --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-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2025-01-17T05:48:35.258Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1/build-script-build` |
3688 | 2025-01-17T05:48:35.276Z | Compiling progenitor-impl v0.9.1 |
3689 | 2025-01-17T05:48:35.300Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.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())' -C metadata=88b1c452b6ddfe59 -C extra-filename=-88b1c452b6ddfe59 --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-80890d826488d72c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3690 | 2025-01-17T05:48:35.305Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132/build-script-build` |
3691 | 2025-01-17T05:48:35.307Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=12974b77cbe6803a -C extra-filename=-12974b77cbe6803a --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2025-01-17T05:48:35.366Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=94c311de75f60350 -C extra-filename=-94c311de75f60350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3693 | 2025-01-17T05:48:35.508Z | Compiling password-hash v0.5.0 |
3694 | 2025-01-17T05:48:35.511Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=3384061607d115e0 -C extra-filename=-3384061607d115e0 --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3695 | 2025-01-17T05:48:35.911Z | Compiling blake2 v0.10.6 |
3696 | 2025-01-17T05:48:35.934Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=40a6679fe7496983 -C extra-filename=-40a6679fe7496983 --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-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2025-01-17T05:48:36.452Z | Compiling linear-map v1.2.0 |
3698 | 2025-01-17T05:48:36.455Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=e30533c97b2525be -C extra-filename=-e30533c97b2525be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3699 | 2025-01-17T05:48:36.642Z | Compiling argon2 v0.5.3 |
3700 | 2025-01-17T05:48:36.669Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=c9ee87555aabbc0a -C extra-filename=-c9ee87555aabbc0a --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-13c7e0208d5dc15e.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-40a6679fe7496983.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3384061607d115e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3701 | 2025-01-17T05:48:36.784Z | Compiling pem v3.0.4 |
3702 | 2025-01-17T05:48:36.786Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1d79b525d67744e6 -C extra-filename=-1d79b525d67744e6 --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-7fc06bffdc865433.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3703 | 2025-01-17T05:48:37.278Z | Compiling highway v1.2.0 |
3704 | 2025-01-17T05:48:37.283Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=781a0700fc0fc957 -C extra-filename=-781a0700fc0fc957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3705 | 2025-01-17T05:48:37.423Z | Compiling lzma-sys v0.1.20 |
3706 | 2025-01-17T05:48:37.448Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=89a0e87de32ea8e5 -C extra-filename=-89a0e87de32ea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3707 | 2025-01-17T05:48:37.529Z | Compiling heck v0.3.3 |
3708 | 2025-01-17T05:48:37.544Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a52849786504451 -C extra-filename=-5a52849786504451 --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3709 | 2025-01-17T05:48:37.591Z | Compiling headers-core v0.3.0 |
3710 | 2025-01-17T05:48:37.594Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e588d856448f358c -C extra-filename=-e588d856448f358c --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-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3711 | 2025-01-17T05:48:37.792Z | Compiling humantime v2.1.0 |
3712 | 2025-01-17T05:48:37.796Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6221939c4ad9201e -C extra-filename=-6221939c4ad9201e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3713 | 2025-01-17T05:48:37.897Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3714 | 2025-01-17T05:48:37.902Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3cba31c944b1acc -C extra-filename=-c3cba31c944b1acc --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3715 | 2025-01-17T05:48:38.059Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3716 | 2025-01-17T05:48:38.062Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=adb7699874aa4404 -C extra-filename=-adb7699874aa4404 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3717 | 2025-01-17T05:48:38.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc/build-script-build` |
3718 | 2025-01-17T05:48:38.311Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5/build-script-build` |
3719 | 2025-01-17T05:48:38.337Z | Compiling zone_cfg_derive v0.1.2 |
3720 | 2025-01-17T05:48:38.340Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eb74b8c4961da03 -C extra-filename=-7eb74b8c4961da03 --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-5a52849786504451.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3721 | 2025-01-17T05:48:38.365Z | Compiling headers v0.4.0 |
3722 | 2025-01-17T05:48:38.368Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=148c72b31cceecfc -C extra-filename=-148c72b31cceecfc --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-dd1ad69982f96338.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e588d856448f358c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3723 | 2025-01-17T05:48:38.392Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3d487b44b92b1d74 -C extra-filename=-3d487b44b92b1d74 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3724 | 2025-01-17T05:48:38.597Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3725 | 2025-01-17T05:48:38.640Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49d82dbb87906a4d -C extra-filename=-49d82dbb87906a4d --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3726 | 2025-01-17T05:48:38.894Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404/build-script-build` |
3727 | 2025-01-17T05:48:38.959Z | Compiling yasna v0.5.2 |
3728 | 2025-01-17T05:48:38.962Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=ddb5f4e7622710a1 -C extra-filename=-ddb5f4e7622710a1 --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-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2025-01-17T05:48:39.008Z | Compiling base64 v0.13.1 |
3730 | 2025-01-17T05:48:39.011Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8138dd5d1a78bb17 -C extra-filename=-8138dd5d1a78bb17 --out-dir /work/oxidecomputer/omicron/target/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 | 2025-01-17T05:48:39.484Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3732 | 2025-01-17T05:48:39.488Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd9526c93453207f -C extra-filename=-fd9526c93453207f --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-49d82dbb87906a4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3733 | 2025-01-17T05:48:39.633Z | Compiling ron v0.7.1 |
3734 | 2025-01-17T05:48:39.635Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5fb9246bd00a14a8 -C extra-filename=-5fb9246bd00a14a8 --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-8138dd5d1a78bb17.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3735 | 2025-01-17T05:48:40.000Z | Compiling zone v0.1.8 |
3736 | 2025-01-17T05:48:40.003Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc978c39bae954fd -C extra-filename=-cc978c39bae954fd --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7eb74b8c4961da03.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3737 | 2025-01-17T05:48:40.180Z | Compiling rcgen v0.12.1 |
3738 | 2025-01-17T05:48:40.182Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=d0fd3339a75134a2 -C extra-filename=-d0fd3339a75134a2 --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-1d79b525d67744e6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ddb5f4e7622710a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
3739 | 2025-01-17T05:48:40.206Z | Compiling xz2 v0.1.7 |
3740 | 2025-01-17T05:48:40.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=39aad72bc26cf0ce -C extra-filename=-39aad72bc26cf0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-3d487b44b92b1d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3741 | 2025-01-17T05:48:40.642Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d62d0ff90129262b -C extra-filename=-d62d0ff90129262b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-575a5a49169b41a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3742 | 2025-01-17T05:48:40.673Z | Compiling subprocess v0.2.9 |
3743 | 2025-01-17T05:48:40.676Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b4374fb3de657fa -C extra-filename=-7b4374fb3de657fa --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3744 | 2025-01-17T05:48:41.442Z | Dirty semver v0.1.20: the rustflags changed |
3745 | 2025-01-17T05:48:41.442Z | Compiling semver v0.1.20 |
3746 | 2025-01-17T05:48:41.445Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672eaeb095b9489c -C extra-filename=-672eaeb095b9489c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3747 | 2025-01-17T05:48:41.828Z | Dirty rustc_version v0.1.7: the rustflags changed |
3748 | 2025-01-17T05:48:41.828Z | Compiling rustc_version v0.1.7 |
3749 | 2025-01-17T05:48:41.831Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc077450de74a643 -C extra-filename=-fc077450de74a643 --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-672eaeb095b9489c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3750 | 2025-01-17T05:48:42.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=3e05059f915b5edc -C extra-filename=-3e05059f915b5edc --out-dir /work/oxidecomputer/omicron/target/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` |
3751 | 2025-01-17T05:48:42.320Z | Dirty newtype_derive v0.1.6: the rustflags changed |
3752 | 2025-01-17T05:48:42.320Z | Compiling newtype_derive v0.1.6 |
3753 | 2025-01-17T05:48:42.322Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=e4b54afd0ae18c9f -C extra-filename=-e4b54afd0ae18c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fc077450de74a643.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3754 | 2025-01-17T05:48:42.348Z | Compiling half v2.4.1 |
3755 | 2025-01-17T05:48:42.371Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1eddbe47ba349644 -C extra-filename=-1eddbe47ba349644 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3756 | 2025-01-17T05:48:42.374Z | Compiling ciborium-io v0.2.2 |
3757 | 2025-01-17T05:48:42.416Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae936c286c486667 -C extra-filename=-ae936c286c486667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3758 | 2025-01-17T05:48:42.419Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3759 | 2025-01-17T05:48:42.419Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=3728abb279ad2a65 -C extra-filename=-3728abb279ad2a65 --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-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3760 | 2025-01-17T05:48:42.530Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3761 | 2025-01-17T05:48:42.532Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b52cdbbbe858ad29 -C extra-filename=-b52cdbbbe858ad29 --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-7fc06bffdc865433.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3762 | 2025-01-17T05:48:42.577Z | Compiling progenitor-macro v0.9.1 |
3763 | 2025-01-17T05:48:42.607Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.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=7252d0791eac5ae4 -C extra-filename=-7252d0791eac5ae4 --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-2142c2f6805d4362.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-88b1c452b6ddfe59.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d459437890bd8cf8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2025-01-17T05:48:42.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f/build-script-build` |
3765 | 2025-01-17T05:48:42.789Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bafd5f2c9c3e299e -C extra-filename=-bafd5f2c9c3e299e --out-dir /work/oxidecomputer/omicron/target/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` |
3766 | 2025-01-17T05:48:42.889Z | Compiling ciborium-ll v0.2.2 |
3767 | 2025-01-17T05:48:42.892Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=19d93e7e8780dcd0 -C extra-filename=-19d93e7e8780dcd0 --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-ae936c286c486667.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-1eddbe47ba349644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3768 | 2025-01-17T05:48:42.931Z | Compiling steno v0.4.1 |
3769 | 2025-01-17T05:48:42.933Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=481956cbb04eddda -C extra-filename=-481956cbb04eddda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3770 | 2025-01-17T05:48:43.016Z | Compiling display-error-chain v0.2.2 |
3771 | 2025-01-17T05:48:43.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd31d19c4ed69e7e -C extra-filename=-dd31d19c4ed69e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3772 | 2025-01-17T05:48:43.258Z | Compiling ciborium v0.2.2 |
3773 | 2025-01-17T05:48:43.262Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92d4ef3e0c09d06b -C extra-filename=-92d4ef3e0c09d06b --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-ae936c286c486667.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-19d93e7e8780dcd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3774 | 2025-01-17T05:48:43.327Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3775 | 2025-01-17T05:48:43.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bfa087e3eadbb36 -C extra-filename=-1bfa087e3eadbb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-b52cdbbbe858ad29.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3728abb279ad2a65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3776 | 2025-01-17T05:48:43.588Z | Compiling slog-dtrace v0.3.0 |
3777 | 2025-01-17T05:48:43.628Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=499b8760635e961d -C extra-filename=-499b8760635e961d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3778 | 2025-01-17T05:48:43.645Z | Dirty aws-lc-sys v0.22.0: the rustflags changed |
3779 | 2025-01-17T05:48:43.646Z | Compiling aws-lc-sys v0.22.0 |
3780 | 2025-01-17T05:48:43.650Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=821ffab40c57c1aa -C extra-filename=-821ffab40c57c1aa --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-821ffab40c57c1aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-95e0f24eebe7a7b6.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-632cb98d4b756956.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-8963394abf5f78f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-04077f29428a2d4b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2025-01-17T05:48:44.020Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d/build-script-build` |
3782 | 2025-01-17T05:48:44.104Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adf6f5265d036b1e -C extra-filename=-adf6f5265d036b1e --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-d26e192b7ea979d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3783 | 2025-01-17T05:48:44.487Z | Compiling gethostname v0.5.0 |
3784 | 2025-01-17T05:48:44.489Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6366850fa842106c -C extra-filename=-6366850fa842106c --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2025-01-17T05:48:44.626Z | Compiling nibble_vec v0.1.0 |
3786 | 2025-01-17T05:48:44.631Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0a68aa040e9bad8 -C extra-filename=-b0a68aa040e9bad8 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3787 | 2025-01-17T05:48:44.651Z | Compiling endian-type v0.1.2 |
3788 | 2025-01-17T05:48:44.651Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b2e6a1ddd86eb60 -C extra-filename=-1b2e6a1ddd86eb60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3789 | 2025-01-17T05:48:44.703Z | Compiling keccak v0.1.5 |
3790 | 2025-01-17T05:48:44.707Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=46efe39464e3af62 -C extra-filename=-46efe39464e3af62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3791 | 2025-01-17T05:48:44.731Z | Compiling arrayvec v0.7.6 |
3792 | 2025-01-17T05:48:44.734Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=71958ee8350c0a2a -C extra-filename=-71958ee8350c0a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3793 | 2025-01-17T05:48:44.843Z | Compiling constant_time_eq v0.3.1 |
3794 | 2025-01-17T05:48:44.846Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4aec89e5c79a8b2c -C extra-filename=-4aec89e5c79a8b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3795 | 2025-01-17T05:48:44.908Z | Compiling radix_trie v0.2.1 |
3796 | 2025-01-17T05:48:44.911Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8ebda4900b79acf -C extra-filename=-f8ebda4900b79acf --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-1b2e6a1ddd86eb60.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-b0a68aa040e9bad8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3797 | 2025-01-17T05:48:45.057Z | Compiling sha3 v0.10.8 |
3798 | 2025-01-17T05:48:45.060Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=6700f4a41d2d46cb -C extra-filename=-6700f4a41d2d46cb --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-a9f2b4b6a1fbdffa.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-46efe39464e3af62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3799 | 2025-01-17T05:48:45.150Z | Compiling arrayref v0.3.9 |
3800 | 2025-01-17T05:48:45.153Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3d4ec326635fe22 -C extra-filename=-b3d4ec326635fe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3801 | 2025-01-17T05:48:45.279Z | Compiling universal-hash v0.5.1 |
3802 | 2025-01-17T05:48:45.282Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d2a7d842fffdfdb2 -C extra-filename=-d2a7d842fffdfdb2 --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-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3803 | 2025-01-17T05:48:45.508Z | Compiling opaque-debug v0.3.1 |
3804 | 2025-01-17T05:48:45.511Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=166721f01f81444d -C extra-filename=-166721f01f81444d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3805 | 2025-01-17T05:48:45.536Z | Compiling secrecy v0.8.0 |
3806 | 2025-01-17T05:48:45.538Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=60b3cc319980a273 -C extra-filename=-60b3cc319980a273 --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-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3807 | 2025-01-17T05:48:45.635Z | Compiling blake3 v1.5.4 |
3808 | 2025-01-17T05:48:45.637Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=58c19c0c8cfcdf0d -C extra-filename=-58c19c0c8cfcdf0d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3809 | 2025-01-17T05:48:45.799Z | Compiling memmap2 v0.9.5 |
3810 | 2025-01-17T05:48:45.802Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=aa7a82c27757baff -C extra-filename=-aa7a82c27757baff --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3811 | 2025-01-17T05:48:45.853Z | Compiling aead v0.5.2 |
3812 | 2025-01-17T05:48:45.879Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=377e3b3aa4a52b80 -C extra-filename=-377e3b3aa4a52b80 --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-fa01fb14c5f1583c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3813 | 2025-01-17T05:48:46.075Z | Compiling topological-sort v0.2.2 |
3814 | 2025-01-17T05:48:46.078Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63a0a4b260398455 -C extra-filename=-63a0a4b260398455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3815 | 2025-01-17T05:48:46.242Z | Compiling poly1305 v0.8.0 |
3816 | 2025-01-17T05:48:46.267Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7197ef4d6aa74f56 -C extra-filename=-7197ef4d6aa74f56 --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-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3817 | 2025-01-17T05:48:46.270Z | Compiling chacha20 v0.9.1 |
3818 | 2025-01-17T05:48:46.270Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=43a149e46b3c44d0 -C extra-filename=-43a149e46b3c44d0 --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2025-01-17T05:48:46.326Z | Compiling toolchain_find v0.4.0 |
3820 | 2025-01-17T05:48:46.393Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84eb147bec591b53 -C extra-filename=-84eb147bec591b53 --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-f8ac525f227664f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3821 | 2025-01-17T05:48:46.399Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d/build-script-build` |
3822 | 2025-01-17T05:48:46.774Z | Compiling thiserror-impl-no-std v2.0.2 |
3823 | 2025-01-17T05:48:46.777Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e85b0b98b34b5443 -C extra-filename=-e85b0b98b34b5443 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3824 | 2025-01-17T05:48:46.957Z | Compiling rustfmt-wrapper v0.2.1 |
3825 | 2025-01-17T05:48:46.959Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9719fcb27dd591d9 -C extra-filename=-9719fcb27dd591d9 --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-74905474c961af45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-84eb147bec591b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3826 | 2025-01-17T05:48:47.084Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=9e213122458c7cb9 -C extra-filename=-9e213122458c7cb9 --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-aa7a82c27757baff.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` |
3827 | 2025-01-17T05:48:47.560Z | Compiling async-recursion v1.1.1 |
3828 | 2025-01-17T05:48:47.563Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0a9d790201483ef -C extra-filename=-a0a9d790201483ef --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2025-01-17T05:48:47.694Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3830 | 2025-01-17T05:48:47.720Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d007dbfa973fa6c -C extra-filename=-2d007dbfa973fa6c --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2025-01-17T05:48:47.957Z | Compiling chacha20poly1305 v0.10.1 |
3832 | 2025-01-17T05:48:47.961Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=0db4d5b97e9aec4b -C extra-filename=-0db4d5b97e9aec4b --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-377e3b3aa4a52b80.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3833 | 2025-01-17T05:48:48.100Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c/build-script-build` |
3834 | 2025-01-17T05:48:48.142Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2883208610ec9cb1 -C extra-filename=-2883208610ec9cb1 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
3835 | 2025-01-17T05:48:48.214Z | Compiling fxhash v0.2.1 |
3836 | 2025-01-17T05:48:48.217Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=388aa9c288f89859 -C extra-filename=-388aa9c288f89859 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3837 | 2025-01-17T05:48:48.263Z | Compiling zip v2.1.3 |
3838 | 2025-01-17T05:48:48.266Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=e895a2daabec5dde -C extra-filename=-e895a2daabec5dde --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3839 | 2025-01-17T05:48:48.467Z | Compiling maplit v1.0.2 |
3840 | 2025-01-17T05:48:48.471Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88725a02f003f744 -C extra-filename=-88725a02f003f744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3841 | 2025-01-17T05:48:48.516Z | Compiling lockfree-object-pool v0.1.6 |
3842 | 2025-01-17T05:48:48.519Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b94f107557136292 -C extra-filename=-b94f107557136292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3843 | 2025-01-17T05:48:48.613Z | Compiling simd-adler32 v0.3.7 |
3844 | 2025-01-17T05:48:48.613Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=e35e278c039be289 -C extra-filename=-e35e278c039be289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3845 | 2025-01-17T05:48:48.669Z | Compiling bumpalo v3.16.0 |
3846 | 2025-01-17T05:48:48.673Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=93fb4aab53a368fb -C extra-filename=-93fb4aab53a368fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3847 | 2025-01-17T05:48:48.791Z | Running `/work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde/build-script-build` |
3848 | 2025-01-17T05:48:48.833Z | Compiling termcolor v1.4.1 |
3849 | 2025-01-17T05:48:48.835Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc1047f50aa401f4 -C extra-filename=-cc1047f50aa401f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3850 | 2025-01-17T05:48:49.181Z | Compiling zopfli v0.8.1 |
3851 | 2025-01-17T05:48:49.184Z | Compiling const_format_proc_macros v0.2.33 |
3852 | 2025-01-17T05:48:49.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=d7d85be1161d7603 -C extra-filename=-d7d85be1161d7603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-93fb4aab53a368fb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-b94f107557136292.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-e35e278c039be289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3853 | 2025-01-17T05:48:49.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=c9cb0bc0eddec6e8 -C extra-filename=-c9cb0bc0eddec6e8 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3854 | 2025-01-17T05:48:49.231Z | Compiling radium v0.7.0 |
3855 | 2025-01-17T05:48:49.234Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9541b554217d27d6 -C extra-filename=-9541b554217d27d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3856 | 2025-01-17T05:48:49.426Z | Compiling maybe-uninit v2.0.0 |
3857 | 2025-01-17T05:48:49.429Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6fb275f90c51ecd -C extra-filename=-a6fb275f90c51ecd --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3858 | 2025-01-17T05:48:49.692Z | Compiling tap v1.0.1 |
3859 | 2025-01-17T05:48:49.696Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1a4b5cfd698d833 -C extra-filename=-f1a4b5cfd698d833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3860 | 2025-01-17T05:48:49.776Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6/build-script-build` |
3861 | 2025-01-17T05:48:49.801Z | Compiling thiserror-no-std v2.0.2 |
3862 | 2025-01-17T05:48:49.823Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=650f466b942fafe7 -C extra-filename=-650f466b942fafe7 --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-e85b0b98b34b5443.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3863 | 2025-01-17T05:48:49.838Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87ebb124b7879103 -C extra-filename=-87ebb124b7879103 --out-dir /work/oxidecomputer/omicron/target/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` |
3864 | 2025-01-17T05:48:49.882Z | Compiling wyz v0.5.1 |
3865 | 2025-01-17T05:48:49.885Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9457ba9626f8e429 -C extra-filename=-9457ba9626f8e429 --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-f1a4b5cfd698d833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3866 | 2025-01-17T05:48:49.944Z | Compiling vsss-rs v3.3.4 |
3867 | 2025-01-17T05:48:49.947Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=a1e78fa2822c1e10 -C extra-filename=-a1e78fa2822c1e10 --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-280e232c529873f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-650f466b942fafe7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3868 | 2025-01-17T05:48:50.016Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd/build-script-build` |
3869 | 2025-01-17T05:48:50.108Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=2344734b2a24031e -C extra-filename=-2344734b2a24031e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-d7d85be1161d7603.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-0020565dc9f5640f/out/lib` |
3870 | 2025-01-17T05:48:50.284Z | Compiling packed_struct v0.10.1 |
3871 | 2025-01-17T05:48:50.287Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=dae20ffce3a84d6f -C extra-filename=-dae20ffce3a84d6f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3872 | 2025-01-17T05:48:50.305Z | Compiling funty v2.0.0 |
3873 | 2025-01-17T05:48:50.309Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe96b72f6d17008e -C extra-filename=-fe96b72f6d17008e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3874 | 2025-01-17T05:48:50.791Z | Compiling crc-catalog v2.4.0 |
3875 | 2025-01-17T05:48:50.794Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b073cc6f27bdff93 -C extra-filename=-b073cc6f27bdff93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3876 | 2025-01-17T05:48:50.930Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f/build-script-build` |
3877 | 2025-01-17T05:48:50.936Z | Compiling crc v3.2.1 |
3878 | 2025-01-17T05:48:50.939Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9db9fb99ac35bda9 -C extra-filename=-9db9fb99ac35bda9 --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-b073cc6f27bdff93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3879 | 2025-01-17T05:48:50.965Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2bd60035f325c69 -C extra-filename=-c2bd60035f325c69 --out-dir /work/oxidecomputer/omicron/target/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` |
3880 | 2025-01-17T05:48:51.090Z | Compiling packed_struct_codegen v0.10.1 |
3881 | 2025-01-17T05:48:51.095Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=120e903f88090aac -C extra-filename=-120e903f88090aac --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3882 | 2025-01-17T05:48:51.311Z | Compiling const_format v0.2.33 |
3883 | 2025-01-17T05:48:51.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=b680b668037f1886 -C extra-filename=-b680b668037f1886 --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-c9cb0bc0eddec6e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3884 | 2025-01-17T05:48:51.678Z | Compiling bitvec v1.0.1 |
3885 | 2025-01-17T05:48:51.752Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=6bd91ba6aa752903 -C extra-filename=-6bd91ba6aa752903 --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-fe96b72f6d17008e.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-87ebb124b7879103.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-f1a4b5cfd698d833.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9457ba9626f8e429.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3886 | 2025-01-17T05:48:51.905Z | Compiling indexmap v1.9.3 |
3887 | 2025-01-17T05:48:51.908Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=c72cfa00f20e994d -C extra-filename=-c72cfa00f20e994d --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3888 | 2025-01-17T05:48:52.005Z | Compiling nodrop v0.1.14 |
3889 | 2025-01-17T05:48:52.007Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=5d6580799ef6f393 -C extra-filename=-5d6580799ef6f393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3890 | 2025-01-17T05:48:52.035Z | Compiling smallvec v0.6.14 |
3891 | 2025-01-17T05:48:52.065Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e6616b210b7195d2 -C extra-filename=-e6616b210b7195d2 --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-c2bd60035f325c69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3892 | 2025-01-17T05:48:52.164Z | Compiling array-init v0.0.4 |
3893 | 2025-01-17T05:48:52.167Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=39e98224191308ab -C extra-filename=-39e98224191308ab --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-5d6580799ef6f393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3894 | 2025-01-17T05:48:52.311Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d/build-script-build` |
3895 | 2025-01-17T05:48:52.352Z | Compiling vte_generate_state_changes v0.1.2 |
3896 | 2025-01-17T05:48:52.354Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=415a1ed2cdfc7bd3 -C extra-filename=-415a1ed2cdfc7bd3 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3897 | 2025-01-17T05:48:52.457Z | Compiling hashbrown v0.12.3 |
3898 | 2025-01-17T05:48:52.460Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b4db061fa643ea85 -C extra-filename=-b4db061fa643ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3899 | 2025-01-17T05:48:53.088Z | Compiling bitfield v0.14.0 |
3900 | 2025-01-17T05:48:53.094Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa5d68be8c03f60c -C extra-filename=-aa5d68be8c03f60c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3901 | 2025-01-17T05:48:53.174Z | Compiling serde-hex v0.1.0 |
3902 | 2025-01-17T05:48:53.205Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00262b84a157c4c0 -C extra-filename=-00262b84a157c4c0 --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-39e98224191308ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e6616b210b7195d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3903 | 2025-01-17T05:48:53.429Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=fa3a224004770b5a -C extra-filename=-fa3a224004770b5a --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-b4db061fa643ea85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3904 | 2025-01-17T05:48:53.489Z | Compiling vte v0.11.1 |
3905 | 2025-01-17T05:48:53.527Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=16a689cc12b9b948 -C extra-filename=-16a689cc12b9b948 --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-064524b04a714b2d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-415a1ed2cdfc7bd3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3906 | 2025-01-17T05:48:53.848Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3907 | 2025-01-17T05:48:53.851Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3aa54ae74e4560a1 -C extra-filename=-3aa54ae74e4560a1 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3908 | 2025-01-17T05:48:54.119Z | Compiling env_logger v0.10.2 |
3909 | 2025-01-17T05:48:54.154Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=aa896cb702eada87 -C extra-filename=-aa896cb702eada87 --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-85dfffb28296b5e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3910 | 2025-01-17T05:48:54.181Z | Compiling ron v0.8.1 |
3911 | 2025-01-17T05:48:54.184Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=c9fee7441250722b -C extra-filename=-c9fee7441250722b --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-dd1ad69982f96338.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3912 | 2025-01-17T05:48:54.207Z | Compiling fd-lock v4.0.2 |
3913 | 2025-01-17T05:48:54.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22fdd8dfdc931963 -C extra-filename=-22fdd8dfdc931963 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3914 | 2025-01-17T05:48:54.479Z | Compiling hashbrown v0.13.2 |
3915 | 2025-01-17T05:48:54.493Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2cc39eec0d1b448c -C extra-filename=-2cc39eec0d1b448c --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-a6fc717be49c6018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3916 | 2025-01-17T05:48:55.011Z | Compiling kstat-rs v0.2.4 |
3917 | 2025-01-17T05:48:55.014Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0b8f1b0434fdbbf -C extra-filename=-e0b8f1b0434fdbbf --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-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3918 | 2025-01-17T05:48:55.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0267b5a39977fb35 -C extra-filename=-0267b5a39977fb35 --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-6bd91ba6aa752903.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-120e903f88090aac.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3919 | 2025-01-17T05:48:55.244Z | Compiling crc-any v2.5.0 |
3920 | 2025-01-17T05:48:55.248Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=3cfdbd909f41ec8f -C extra-filename=-3cfdbd909f41ec8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3921 | 2025-01-17T05:48:55.534Z | Compiling object v0.30.4 |
3922 | 2025-01-17T05:48:55.559Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=488b3fd28ea1d9c2 -C extra-filename=-488b3fd28ea1d9c2 --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-fc3ea3725139f5f8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2cc39eec0d1b448c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa3a224004770b5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3923 | 2025-01-17T05:48:55.562Z | Compiling strip-ansi-escapes v0.2.0 |
3924 | 2025-01-17T05:48:55.562Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1f39f3d5458d748 -C extra-filename=-d1f39f3d5458d748 --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-16a689cc12b9b948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3925 | 2025-01-17T05:48:55.849Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3926 | 2025-01-17T05:48:55.858Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68b6be0134e0cfaa -C extra-filename=-68b6be0134e0cfaa --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-c9fee7441250722b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3927 | 2025-01-17T05:48:55.908Z | Compiling libefi-sys v0.1.0 |
3928 | 2025-01-17T05:48:55.934Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fdb9cb4f0ec2d481 -C extra-filename=-fdb9cb4f0ec2d481 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3929 | 2025-01-17T05:48:56.271Z | Compiling nu-ansi-term v0.50.1 |
3930 | 2025-01-17T05:48:56.322Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=91d54b3677425bef -C extra-filename=-91d54b3677425bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3931 | 2025-01-17T05:48:56.394Z | Compiling path-slash v0.1.5 |
3932 | 2025-01-17T05:48:56.399Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d4bb991208f73b6 -C extra-filename=-0d4bb991208f73b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3933 | 2025-01-17T05:48:56.518Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481/build-script-build` |
3934 | 2025-01-17T05:48:56.521Z | Compiling phf_generator v0.11.2 |
3935 | 2025-01-17T05:48:56.543Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=0b94e22d80d97512 -C extra-filename=-0b94e22d80d97512 --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-4f87d965dafa2825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3936 | 2025-01-17T05:48:56.557Z | Compiling bitfield-struct v0.6.2 |
3937 | 2025-01-17T05:48:56.560Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=598b2ab32e6a6e63 -C extra-filename=-598b2ab32e6a6e63 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3938 | 2025-01-17T05:48:56.602Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3939 | 2025-01-17T05:48:56.605Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88a38f4bb3656c5e -C extra-filename=-88a38f4bb3656c5e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3940 | 2025-01-17T05:48:56.732Z | Compiling reedline v0.35.0 |
3941 | 2025-01-17T05:48:56.735Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=8b10c05fae7bff9f -C extra-filename=-8b10c05fae7bff9f --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-d26e192b7ea979d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-91d54b3677425bef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d1f39f3d5458d748.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3942 | 2025-01-17T05:48:56.913Z | Compiling parking_lot_core v0.8.6 |
3943 | 2025-01-17T05:48:56.917Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=542e8eafeb773123 -C extra-filename=-542e8eafeb773123 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3944 | 2025-01-17T05:48:57.111Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e/build-script-build` |
3945 | 2025-01-17T05:48:57.234Z | Compiling phf_codegen v0.11.2 |
3946 | 2025-01-17T05:48:57.237Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ca47520a177dc9a -C extra-filename=-2ca47520a177dc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-0b94e22d80d97512.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3947 | 2025-01-17T05:48:57.432Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123/build-script-build` |
3948 | 2025-01-17T05:48:57.474Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5391036895242318 -C extra-filename=-5391036895242318 --out-dir /work/oxidecomputer/omicron/target/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` |
3949 | 2025-01-17T05:48:57.474Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3950 | 2025-01-17T05:48:57.479Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dccf410760122d29 -C extra-filename=-dccf410760122d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-75ee977dcb88931e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3951 | 2025-01-17T05:48:57.513Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-821ffab40c57c1aa/build-script-main` |
3952 | 2025-01-17T05:48:57.547Z | Compiling parse-zoneinfo v0.3.1 |
3953 | 2025-01-17T05:48:57.550Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ce840c3975bbd61 -C extra-filename=-5ce840c3975bbd61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3954 | 2025-01-17T05:48:57.879Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3955 | 2025-01-17T05:48:57.882Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45dcdf8a8374a563 -C extra-filename=-45dcdf8a8374a563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3956 | 2025-01-17T05:48:58.018Z | Dirty bytecount v0.6.8: the rustflags changed |
3957 | 2025-01-17T05:48:58.018Z | Compiling bytecount v0.6.8 |
3958 | 2025-01-17T05:48:58.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=bea56fcbd19964ff -C extra-filename=-bea56fcbd19964ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3959 | 2025-01-17T05:48:58.055Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3960 | 2025-01-17T05:48:58.058Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38f3b4d620d453db -C extra-filename=-38f3b4d620d453db --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-598b2ab32e6a6e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3961 | 2025-01-17T05:48:58.091Z | Compiling cfg_aliases v0.1.1 |
3962 | 2025-01-17T05:48:58.094Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=482ecc75f8129be0 -C extra-filename=-482ecc75f8129be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3963 | 2025-01-17T05:48:58.220Z | Compiling nix v0.28.0 |
3964 | 2025-01-17T05:48:58.225Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=4bc77195f2417cd3 -C extra-filename=-4bc77195f2417cd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-482ecc75f8129be0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3965 | 2025-01-17T05:48:58.273Z | Compiling chrono-tz-build v0.4.0 |
3966 | 2025-01-17T05:48:58.276Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=31b38293234e1222 -C extra-filename=-31b38293234e1222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-5ce840c3975bbd61.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-2ca47520a177dc9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3967 | 2025-01-17T05:48:58.796Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3968 | 2025-01-17T05:48:58.798Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e587cef38dd8598 -C extra-filename=-9e587cef38dd8598 --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-aa5d68be8c03f60c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3969 | 2025-01-17T05:48:58.857Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3970 | 2025-01-17T05:48:58.860Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8696a562f8ab0321 -C extra-filename=-8696a562f8ab0321 --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-38f3b4d620d453db.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-45dcdf8a8374a563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3971 | 2025-01-17T05:48:59.067Z | Dirty papergrid v0.11.0: the rustflags changed |
3972 | 2025-01-17T05:48:59.067Z | Compiling papergrid v0.11.0 |
3973 | 2025-01-17T05:48:59.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=e3392ead8be78277 -C extra-filename=-e3392ead8be78277 --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-bea56fcbd19964ff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3974 | 2025-01-17T05:48:59.302Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3975 | 2025-01-17T05:48:59.353Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ed4ee0225e0883d -C extra-filename=-5ed4ee0225e0883d --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-d98e06afb0ecdece.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-5391036895242318.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3976 | 2025-01-17T05:48:59.580Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90dc7ce239abe1ed -C extra-filename=-90dc7ce239abe1ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -l static=pci` |
3977 | 2025-01-17T05:48:59.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a713fec5230fbd15 -C extra-filename=-a713fec5230fbd15 --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-2f4d20600755659a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2025-01-17T05:48:59.750Z | Compiling tabled_derive v0.7.0 |
3979 | 2025-01-17T05:48:59.753Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1fb8823d2e8bd6b -C extra-filename=-e1fb8823d2e8bd6b --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3980 | 2025-01-17T05:49:00.067Z | Compiling chrono-tz v0.10.0 |
3981 | 2025-01-17T05:49:00.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=cf2b945d7e4b5fd0 -C extra-filename=-cf2b945d7e4b5fd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cf2b945d7e4b5fd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-31b38293234e1222.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3982 | 2025-01-17T05:49:00.343Z | Compiling parking_lot v0.11.2 |
3983 | 2025-01-17T05:49:00.345Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=add88dda7fe2a4ce -C extra-filename=-add88dda7fe2a4ce --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-349572e683014b1f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a713fec5230fbd15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3984 | 2025-01-17T05:49:01.012Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3/build-script-build` |
3985 | 2025-01-17T05:49:01.055Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3986 | 2025-01-17T05:49:01.057Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7d796ba0166ee80 -C extra-filename=-d7d796ba0166ee80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3987 | 2025-01-17T05:49:01.206Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=be82e9fc2875d1d9 -C extra-filename=-be82e9fc2875d1d9 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3988 | 2025-01-17T05:49:02.169Z | Compiling tabled v0.15.0 |
3989 | 2025-01-17T05:49:02.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=857da2ec4933a1cb -C extra-filename=-857da2ec4933a1cb --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-e3392ead8be78277.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e1fb8823d2e8bd6b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3990 | 2025-01-17T05:49:02.879Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cf2b945d7e4b5fd0/build-script-build` |
3991 | 2025-01-17T05:49:03.236Z | Compiling sled v0.34.7 |
3992 | 2025-01-17T05:49:03.238Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=78ea23c230e3d78b -C extra-filename=-78ea23c230e3d78b --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-fc3ea3725139f5f8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-add88dda7fe2a4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3993 | 2025-01-17T05:49:03.448Z | Compiling hickory-client v0.24.1 |
3994 | 2025-01-17T05:49:03.451Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=869e865a70754660 -C extra-filename=-869e865a70754660 --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-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3995 | 2025-01-17T05:49:04.011Z | Compiling peg-macros v0.8.4 |
3996 | 2025-01-17T05:49:04.039Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=f5b8191de767dc4d -C extra-filename=-f5b8191de767dc4d --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-87d0a45a21cda84f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3997 | 2025-01-17T05:49:04.044Z | Compiling hickory-server v0.24.1 |
3998 | 2025-01-17T05:49:04.044Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=04abc4d634e12d97 -C extra-filename=-04abc4d634e12d97 --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-897d930859dde460.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3999 | 2025-01-17T05:49:04.182Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98/build-script-build` |
4000 | 2025-01-17T05:49:04.199Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=8a1ec9edb489099f -C extra-filename=-8a1ec9edb489099f --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-d98e06afb0ecdece.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated` |
4001 | 2025-01-17T05:49:04.736Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540/build-script-build` |
4002 | 2025-01-17T05:49:04.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
4003 | 2025-01-17T05:49:04.786Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=946d0802f047d813 -C extra-filename=-946d0802f047d813 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-946d0802f047d813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4004 | 2025-01-17T05:49:04.836Z | Compiling sqlparser_derive v0.2.2 |
4005 | 2025-01-17T05:49:04.839Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6cc3f1d2bce6f4b -C extra-filename=-b6cc3f1d2bce6f4b --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4006 | 2025-01-17T05:49:05.989Z | Compiling unicode_categories v0.1.1 |
4007 | 2025-01-17T05:49:05.992Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9787b81de8eb3ef5 -C extra-filename=-9787b81de8eb3ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4008 | 2025-01-17T05:49:06.105Z | Compiling sqlparser v0.45.0 |
4009 | 2025-01-17T05:49:06.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=1765569bc5e1d90d -C extra-filename=-1765569bc5e1d90d --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-e1464231da30ba90.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b6cc3f1d2bce6f4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4010 | 2025-01-17T05:49:06.363Z | Compiling sqlformat v0.2.6 |
4011 | 2025-01-17T05:49:06.395Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b031ec46d594c4b2 -C extra-filename=-b031ec46d594c4b2 --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-a40758ffb1943256.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-9787b81de8eb3ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4012 | 2025-01-17T05:49:06.737Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=8e6c2b00435f0df6 -C extra-filename=-8e6c2b00435f0df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-8a1ec9edb489099f.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-c7a488fcbaa355d2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4013 | 2025-01-17T05:49:07.662Z | Compiling peg v0.8.4 |
4014 | 2025-01-17T05:49:07.664Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=1239a75c1abc6f9e -C extra-filename=-1239a75c1abc6f9e --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-f5b8191de767dc4d.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4015 | 2025-01-17T05:49:07.806Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-946d0802f047d813/build-script-build` |
4016 | 2025-01-17T05:49:07.867Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=f12f93c9d30ebb6a -C extra-filename=-f12f93c9d30ebb6a --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-d26e192b7ea979d3.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4017 | 2025-01-17T05:49:08.291Z | Compiling rustyline v14.0.0 |
4018 | 2025-01-17T05:49:08.318Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=dda657155a95b3cf -C extra-filename=-dda657155a95b3cf --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-be82e9fc2875d1d9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4019 | 2025-01-17T05:49:08.434Z | Compiling bcs v0.1.6 |
4020 | 2025-01-17T05:49:08.436Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=815072da4d4bcdef -C extra-filename=-815072da4d4bcdef --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-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4021 | 2025-01-17T05:49:09.090Z | Dirty rustls-webpki v0.102.8: the rustflags changed |
4022 | 2025-01-17T05:49:09.090Z | Compiling rustls-webpki v0.102.8 |
4023 | 2025-01-17T05:49:09.094Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=a8b1a759f6c864ef -C extra-filename=-a8b1a759f6c864ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4024 | 2025-01-17T05:49:09.808Z | Compiling diff v0.1.13 |
4025 | 2025-01-17T05:49:09.811Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=126a49aa0e256b7b -C extra-filename=-126a49aa0e256b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4026 | 2025-01-17T05:49:10.362Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=789e78ee7d145cd1 -C extra-filename=-789e78ee7d145cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
4027 | 2025-01-17T05:49:11.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=bd2f093d2baa212f -C extra-filename=-bd2f093d2baa212f --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4028 | 2025-01-17T05:49:12.185Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
4029 | 2025-01-17T05:49:12.188Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=11c0f57b68e7bb99 -C extra-filename=-11c0f57b68e7bb99 --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-876b15a9d7bdd3ca.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3cfdbd909f41ec8f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-aa896cb702eada87.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9e587cef38dd8598.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-00262b84a157c4c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4030 | 2025-01-17T05:49:12.773Z | Compiling unicase v2.7.0 |
4031 | 2025-01-17T05:49:12.797Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f5b0690ff74597c3 -C extra-filename=-f5b0690ff74597c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4032 | 2025-01-17T05:49:13.041Z | Compiling buf-list v1.0.3 |
4033 | 2025-01-17T05:49:13.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=997e5f189818cc13 -C extra-filename=-997e5f189818cc13 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4034 | 2025-01-17T05:49:13.216Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3/build-script-build` |
4035 | 2025-01-17T05:49:13.444Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7c6b29a92d3744fc -C extra-filename=-7c6b29a92d3744fc --out-dir /work/oxidecomputer/omicron/target/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` |
4036 | 2025-01-17T05:49:13.745Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13/build-script-build` |
4037 | 2025-01-17T05:49:13.826Z | Compiling dsl_auto_type v0.1.2 |
4038 | 2025-01-17T05:49:13.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c33c587a222ff461 -C extra-filename=-c33c587a222ff461 --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-0be92ea757c2bbdc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4039 | 2025-01-17T05:49:13.852Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=767e7deaf3bc109b -C extra-filename=-767e7deaf3bc109b --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-369ee3d2c774136a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
4040 | 2025-01-17T05:49:14.400Z | Compiling primeorder v0.13.6 |
4041 | 2025-01-17T05:49:14.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=19430a2f6f3e4d50 -C extra-filename=-19430a2f6f3e4d50 --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-8b045f88d51ec976.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4042 | 2025-01-17T05:49:14.761Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
4043 | 2025-01-17T05:49:14.763Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e3f7dbf8ffba0c5 -C extra-filename=-4e3f7dbf8ffba0c5 --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-9d458307bf9bbccd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9e587cef38dd8598.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-11c0f57b68e7bb99.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-488b3fd28ea1d9c2.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0d4bb991208f73b6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-68b6be0134e0cfaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.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-0020565dc9f5640f/out/lib` |
4044 | 2025-01-17T05:49:14.896Z | Compiling diesel_table_macro_syntax v0.2.0 |
4045 | 2025-01-17T05:49:14.899Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9906c69b4514faad -C extra-filename=-9906c69b4514faad --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-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4046 | 2025-01-17T05:49:15.300Z | Dirty tokio-rustls v0.25.0: the rustflags changed |
4047 | 2025-01-17T05:49:15.300Z | Compiling tokio-rustls v0.25.0 |
4048 | 2025-01-17T05:49:15.303Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=d053d776bc068494 -C extra-filename=-d053d776bc068494 --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-bd2f093d2baa212f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4049 | 2025-01-17T05:49:15.359Z | Compiling scheduled-thread-pool v0.2.7 |
4050 | 2025-01-17T05:49:15.361Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cd1b933f756e878 -C extra-filename=-2cd1b933f756e878 --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-365b5e5d8440e68d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4051 | 2025-01-17T05:49:15.752Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13741ed253e6d78b -C extra-filename=-13741ed253e6d78b --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-c8cf29938842673a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4052 | 2025-01-17T05:49:15.980Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d780d2afa3e212a3 -C extra-filename=-d780d2afa3e212a3 --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-9b7b08c26563aa78.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4053 | 2025-01-17T05:49:18.623Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
4054 | 2025-01-17T05:49:18.623Z | Compiling tokio-rustls v0.26.0 |
4055 | 2025-01-17T05:49:18.627Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=6daf1b9b7e5d643a -C extra-filename=-6daf1b9b7e5d643a --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-789e78ee7d145cd1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4056 | 2025-01-17T05:49:19.122Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
4057 | 2025-01-17T05:49:19.122Z | Compiling hyper-rustls v0.27.3 |
4058 | 2025-01-17T05:49:19.124Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=728b7313f697d427 -C extra-filename=-728b7313f697d427 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4059 | 2025-01-17T05:49:19.789Z | Dirty reqwest v0.12.9: the rustflags changed |
4060 | 2025-01-17T05:49:19.789Z | Compiling reqwest v0.12.9 |
4061 | 2025-01-17T05:49:19.792Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=9b66d0d1f848c467 -C extra-filename=-9b66d0d1f848c467 --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-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bed8608581f1c38b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88443e1187b8ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-e0681150a9aade4b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ee8c689459ae1d06.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a5914ea7e9a792fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-52293d096a5243b0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4062 | 2025-01-17T05:49:19.921Z | Compiling crunchy v0.2.2 |
4063 | 2025-01-17T05:49:19.924Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=7dc93288534e917a -C extra-filename=-7dc93288534e917a --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4064 | 2025-01-17T05:49:20.277Z | Compiling r2d2 v0.8.10 |
4065 | 2025-01-17T05:49:20.323Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a28c88ad0319728 -C extra-filename=-7a28c88ad0319728 --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-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2cd1b933f756e878.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4066 | 2025-01-17T05:49:20.493Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a/build-script-build` |
4067 | 2025-01-17T05:49:20.534Z | Dirty qorb v0.2.1: the rustflags changed |
4068 | 2025-01-17T05:49:20.534Z | Compiling qorb v0.2.1 |
4069 | 2025-01-17T05:49:20.537Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=2fb5b90a003dd459 -C extra-filename=-2fb5b90a003dd459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad6d2c81a6c8596a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4070 | 2025-01-17T05:49:20.678Z | Compiling diesel_derives v2.2.3 |
4071 | 2025-01-17T05:49:20.680Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=e8329521f670cb82 -C extra-filename=-e8329521f670cb82 --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-9906c69b4514faad.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c33c587a222ff461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4072 | 2025-01-17T05:49:22.861Z | Compiling mime_guess v2.0.5 |
4073 | 2025-01-17T05:49:22.864Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c59d92121d022b5c -C extra-filename=-c59d92121d022b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4074 | 2025-01-17T05:49:23.978Z | Compiling progenitor-client v0.9.1 |
4075 | 2025-01-17T05:49:23.981Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.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())' -C metadata=0e0f0a770c1247f9 -C extra-filename=-0e0f0a770c1247f9 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4076 | 2025-01-17T05:49:24.109Z | Compiling progenitor-client v0.8.0 |
4077 | 2025-01-17T05:49:24.177Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98968f57a10bcf4c -C extra-filename=-98968f57a10bcf4c --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4078 | 2025-01-17T05:49:24.404Z | Compiling omicron-zone-package v0.12.0 |
4079 | 2025-01-17T05:49:24.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32c3dafb844e9edc -C extra-filename=-32c3dafb844e9edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9e213122458c7cb9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-63a0a4b260398455.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4080 | 2025-01-17T05:49:24.593Z | Compiling progenitor v0.8.0 |
4081 | 2025-01-17T05:49:24.596Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e62bb049de96c64 -C extra-filename=-5e62bb049de96c64 --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-98968f57a10bcf4c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2a29e8ede7f4f756.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c1e2c6147cd0674f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4082 | 2025-01-17T05:49:24.643Z | Compiling progenitor v0.9.1 |
4083 | 2025-01-17T05:49:24.681Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=c459879870c126ea -C extra-filename=-c459879870c126ea --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-0e0f0a770c1247f9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-88b1c452b6ddfe59.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7252d0791eac5ae4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4084 | 2025-01-17T05:49:24.849Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4085 | 2025-01-17T05:49:24.852Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=511117e2139be012 -C extra-filename=-511117e2139be012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4086 | 2025-01-17T05:49:24.897Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4087 | 2025-01-17T05:49:24.899Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=daf168691bc63dd0 -C extra-filename=-daf168691bc63dd0 --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-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4088 | 2025-01-17T05:49:25.356Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
4089 | 2025-01-17T05:49:25.359Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cd3505ad86f7f5c -C extra-filename=-7cd3505ad86f7f5c --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-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-b52cdbbbe858ad29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4090 | 2025-01-17T05:49:26.495Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4091 | 2025-01-17T05:49:26.498Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bdc20c07ba6dccb2 -C extra-filename=-bdc20c07ba6dccb2 --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-6ce3dd0f6f6148ba.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5e62bb049de96c64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4092 | 2025-01-17T05:49:27.928Z | Compiling nanorand v0.7.0 |
4093 | 2025-01-17T05:49:27.930Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=ef04fbd9d9f031c9 -C extra-filename=-ef04fbd9d9f031c9 --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-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4094 | 2025-01-17T05:49:28.478Z | Compiling tiny-keccak v2.0.2 |
4095 | 2025-01-17T05:49:28.480Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=2aa500c54f801d70 -C extra-filename=-2aa500c54f801d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4096 | 2025-01-17T05:49:28.855Z | Compiling http-range v0.1.5 |
4097 | 2025-01-17T05:49:28.858Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71f914c4c224490a -C extra-filename=-71f914c4c224490a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4098 | 2025-01-17T05:49:29.211Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70/build-script-build` |
4099 | 2025-01-17T05:49:29.275Z | Compiling flume v0.11.1 |
4100 | 2025-01-17T05:49:29.300Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=cfb36021e99e7ef1 -C extra-filename=-cfb36021e99e7ef1 --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ef04fbd9d9f031c9.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4101 | 2025-01-17T05:49:29.955Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
4102 | 2025-01-17T05:49:29.958Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=660b96187ab9678d -C extra-filename=-660b96187ab9678d --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d62d0ff90129262b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-daf168691bc63dd0.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-fd9526c93453207f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5fb9246bd00a14a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39aad72bc26cf0ce.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cc978c39bae954fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4103 | 2025-01-17T05:49:30.539Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c/build-script-build` |
4104 | 2025-01-17T05:49:30.621Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=286905b7c093fc6d -C extra-filename=-286905b7c093fc6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4105 | 2025-01-17T05:49:30.727Z | Compiling atty v0.2.14 |
4106 | 2025-01-17T05:49:30.754Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8a1cd11cad22ee4 -C extra-filename=-a8a1cd11cad22ee4 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4107 | 2025-01-17T05:49:30.757Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4108 | 2025-01-17T05:49:30.761Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bad1f4175760e03 -C extra-filename=-4bad1f4175760e03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4bad1f4175760e03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4109 | 2025-01-17T05:49:30.903Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4110 | 2025-01-17T05:49:30.929Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2aaa3f853e71332a -C extra-filename=-2aaa3f853e71332a --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-2aaa3f853e71332a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-9719fcb27dd591d9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4111 | 2025-01-17T05:49:30.936Z | Compiling salty v0.3.0 |
4112 | 2025-01-17T05:49:30.958Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=4052f9f6f6573b34 -C extra-filename=-4052f9f6f6573b34 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4113 | 2025-01-17T05:49:31.166Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4bad1f4175760e03/build-script-build` |
4114 | 2025-01-17T05:49:31.202Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5af43455e3d9ef8 -C extra-filename=-e5af43455e3d9ef8 --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-a6fc717be49c6018.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7283379a8624c9c3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-728b7313f697d427.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0afa6fc219074971.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a8b1a759f6c864ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-77ff0efa8822dc90.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6f976decdfac1eaf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4115 | 2025-01-17T05:49:31.313Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4116 | 2025-01-17T05:49:31.315Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66e8973c4182801d -C extra-filename=-66e8973c4182801d --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-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4117 | 2025-01-17T05:49:31.432Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4118 | 2025-01-17T05:49:31.435Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d3f1628f3e357bf -C extra-filename=-0d3f1628f3e357bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4119 | 2025-01-17T05:49:31.720Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4120 | 2025-01-17T05:49:31.723Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a5ad661e4d72713 -C extra-filename=-1a5ad661e4d72713 --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-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4121 | 2025-01-17T05:49:32.015Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4122 | 2025-01-17T05:49:32.017Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd5e82b9de3c922 -C extra-filename=-3bd5e82b9de3c922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4123 | 2025-01-17T05:49:32.273Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4124 | 2025-01-17T05:49:32.278Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6c188f24f5620721 -C extra-filename=-6c188f24f5620721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4125 | 2025-01-17T05:49:32.350Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4126 | 2025-01-17T05:49:32.352Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f80223e76d7ab92e -C extra-filename=-f80223e76d7ab92e --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-c9ee87555aabbc0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4127 | 2025-01-17T05:49:32.501Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4128 | 2025-01-17T05:49:32.505Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cfbceecec4197a33 -C extra-filename=-cfbceecec4197a33 --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-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4129 | 2025-01-17T05:49:32.794Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c889eff43395cced -C extra-filename=-c889eff43395cced --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4130 | 2025-01-17T05:49:32.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4131 | 2025-01-17T05:49:32.997Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82fd942cff4ff4d3 -C extra-filename=-82fd942cff4ff4d3 --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-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4132 | 2025-01-17T05:49:34.303Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4133 | 2025-01-17T05:49:34.308Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8321f4dab011916e -C extra-filename=-8321f4dab011916e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-8321f4dab011916e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4134 | 2025-01-17T05:49:34.711Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-8321f4dab011916e/build-script-build` |
4135 | 2025-01-17T05:49:34.755Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4136 | 2025-01-17T05:49:34.758Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a00b5fab61ed18a -C extra-filename=-8a00b5fab61ed18a --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-e5af43455e3d9ef8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4137 | 2025-01-17T05:49:35.018Z | Compiling diesel v2.2.6 |
4138 | 2025-01-17T05:49:35.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=9f5f44c5619b4e64 -C extra-filename=-9f5f44c5619b4e64 --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-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e8329521f670cb82.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7a28c88ad0319728.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4139 | 2025-01-17T05:49:35.729Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4140 | 2025-01-17T05:49:35.731Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de84b61dee526956 -C extra-filename=-de84b61dee526956 --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-2f4d20600755659a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4141 | 2025-01-17T05:49:35.912Z | Compiling ref-cast v1.0.23 |
4142 | 2025-01-17T05:49:35.952Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68c8938363f8106e -C extra-filename=-68c8938363f8106e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4143 | 2025-01-17T05:49:36.240Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4144 | 2025-01-17T05:49:36.282Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6051c9e95e03457f -C extra-filename=-6051c9e95e03457f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6051c9e95e03457f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4145 | 2025-01-17T05:49:36.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e/build-script-build` |
4146 | 2025-01-17T05:49:36.602Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34/build-script-build` |
4147 | 2025-01-17T05:49:36.627Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=7cb8043a2b29f75a -C extra-filename=-7cb8043a2b29f75a --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-286905b7c093fc6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4148 | 2025-01-17T05:49:36.664Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=ae21cc598d5a09d2 -C extra-filename=-ae21cc598d5a09d2 --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-3fd47857214c95c3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4149 | 2025-01-17T05:49:36.691Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
4150 | 2025-01-17T05:49:36.694Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=02c61165f9e8f681 -C extra-filename=-02c61165f9e8f681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4151 | 2025-01-17T05:49:37.336Z | Compiling p384 v0.13.0 |
4152 | 2025-01-17T05:49:37.339Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=28fc35a96dd62f62 -C extra-filename=-28fc35a96dd62f62 --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-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4153 | 2025-01-17T05:49:37.702Z | Compiling ascii-canvas v3.0.0 |
4154 | 2025-01-17T05:49:37.705Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1b42b0ee7bc462d -C extra-filename=-f1b42b0ee7bc462d --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-5f8b0ac67cd79d1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4155 | 2025-01-17T05:49:38.216Z | Compiling ref-cast-impl v1.0.23 |
4156 | 2025-01-17T05:49:38.242Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0661711625af6d4c -C extra-filename=-0661711625af6d4c --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4157 | 2025-01-17T05:49:38.348Z | Compiling ena v0.14.3 |
4158 | 2025-01-17T05:49:38.351Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=ce4111346ccb5969 -C extra-filename=-ce4111346ccb5969 --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4159 | 2025-01-17T05:49:38.763Z | Compiling regex-syntax v0.6.29 |
4160 | 2025-01-17T05:49:38.766Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=eaba3aeca78ad168 -C extra-filename=-eaba3aeca78ad168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4161 | 2025-01-17T05:49:38.905Z | Compiling hyper-staticfile v0.10.1 |
4162 | 2025-01-17T05:49:38.908Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d031e7c5eb6a213 -C extra-filename=-3d031e7c5eb6a213 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ae21cc598d5a09d2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4163 | 2025-01-17T05:49:38.937Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=75c954b1827d3b2d -C extra-filename=-75c954b1827d3b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
4164 | 2025-01-17T05:49:39.552Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4815cf05eaadddd2 -C extra-filename=-4815cf05eaadddd2 --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-0661711625af6d4c.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)'` |
4165 | 2025-01-17T05:49:39.736Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6051c9e95e03457f/build-script-build` |
4166 | 2025-01-17T05:49:39.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4167 | 2025-01-17T05:49:39.782Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3ef8a899962c65e -C extra-filename=-b3ef8a899962c65e --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4168 | 2025-01-17T05:49:39.890Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4169 | 2025-01-17T05:49:39.893Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a86989e3613052b6 -C extra-filename=-a86989e3613052b6 --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-369ee3d2c774136a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4170 | 2025-01-17T05:49:39.917Z | Compiling env_filter v0.1.2 |
4171 | 2025-01-17T05:49:39.920Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=bb4955ef2c5e36ae -C extra-filename=-bb4955ef2c5e36ae --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4172 | 2025-01-17T05:49:40.478Z | Compiling env_logger v0.11.5 |
4173 | 2025-01-17T05:49:40.503Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=c03b935ea1f4bb5f -C extra-filename=-c03b935ea1f4bb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-bb4955ef2c5e36ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4174 | 2025-01-17T05:49:40.596Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4175 | 2025-01-17T05:49:40.599Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=e2723da945d5afa6 -C extra-filename=-e2723da945d5afa6 --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-9f2de0cca6729757.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-75c954b1827d3b2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4176 | 2025-01-17T05:49:41.143Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4177 | 2025-01-17T05:49:41.146Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f82fe737d6701f42 -C extra-filename=-f82fe737d6701f42 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f82fe737d6701f42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4178 | 2025-01-17T05:49:41.448Z | Compiling derive_builder_core v0.20.2 |
4179 | 2025-01-17T05:49:41.451Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=c09288cae9a60134 -C extra-filename=-c09288cae9a60134 --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-0be92ea757c2bbdc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4180 | 2025-01-17T05:49:41.509Z | Compiling libxml v0.3.3 |
4181 | 2025-01-17T05:49:41.511Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a171c2a8b9b19f8b -C extra-filename=-a171c2a8b9b19f8b --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4182 | 2025-01-17T05:49:41.966Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4183 | 2025-01-17T05:49:41.969Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d150f5e1f88112c0 -C extra-filename=-d150f5e1f88112c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4184 | 2025-01-17T05:49:42.335Z | Compiling lalrpop v0.19.12 |
4185 | 2025-01-17T05:49:42.338Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=719bb223b3e0108b -C extra-filename=-719bb223b3e0108b --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-f1b42b0ee7bc462d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-126a49aa0e256b7b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ce4111346ccb5969.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-eaba3aeca78ad168.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-7cb8043a2b29f75a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4186 | 2025-01-17T05:49:43.004Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0/build-script-build` |
4187 | 2025-01-17T05:49:43.085Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b/build-script-build` |
4188 | 2025-01-17T05:49:43.102Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f82fe737d6701f42/build-script-build` |
4189 | 2025-01-17T05:49:43.146Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4190 | 2025-01-17T05:49:43.177Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8652138b11b31848 -C extra-filename=-8652138b11b31848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c03b935ea1f4bb5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4191 | 2025-01-17T05:49:43.693Z | Compiling derive_builder_macro v0.20.2 |
4192 | 2025-01-17T05:49:43.696Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=efb3bf484172a3f8 -C extra-filename=-efb3bf484172a3f8 --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-c09288cae9a60134.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4193 | 2025-01-17T05:49:44.245Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=ed17a431564dceac -C extra-filename=-ed17a431564dceac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-966b3e6ec08cf523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1b05f9d9fe1f8b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ee3831ce9e66a970.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-0d3f1628f3e357bf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib --check-cfg 'cfg(svcadm_autoclear)'` |
4194 | 2025-01-17T05:49:44.272Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4195 | 2025-01-17T05:49:44.382Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9d8b2255a5cd57e -C extra-filename=-f9d8b2255a5cd57e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4196 | 2025-01-17T05:49:44.746Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4197 | 2025-01-17T05:49:44.748Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ac8f69bbb845751 -C extra-filename=-8ac8f69bbb845751 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4198 | 2025-01-17T05:49:44.892Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4199 | 2025-01-17T05:49:44.896Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcfad44d7f27c0a6 -C extra-filename=-fcfad44d7f27c0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4200 | 2025-01-17T05:49:47.520Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4201 | 2025-01-17T05:49:47.523Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d91091083f1b6c45 -C extra-filename=-d91091083f1b6c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4202 | 2025-01-17T05:49:49.667Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4203 | 2025-01-17T05:49:49.669Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0298be6a141a2792 -C extra-filename=-0298be6a141a2792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4204 | 2025-01-17T05:49:50.311Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4205 | 2025-01-17T05:49:50.314Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=eab1b55434b85907 -C extra-filename=-eab1b55434b85907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-660b96187ab9678d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4206 | 2025-01-17T05:49:52.061Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=791f8f0b619865e1 -C extra-filename=-791f8f0b619865e1 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c889eff43395cced.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4207 | 2025-01-17T05:49:53.123Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4208 | 2025-01-17T05:49:53.126Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf7866eed4ffed64 -C extra-filename=-cf7866eed4ffed64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4209 | 2025-01-17T05:49:53.222Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4210 | 2025-01-17T05:49:53.251Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5dbf8061c15845c -C extra-filename=-e5dbf8061c15845c --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-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4211 | 2025-01-17T05:49:53.275Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-2aaa3f853e71332a/build-script-build` |
4212 | 2025-01-17T05:49:53.846Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4213 | 2025-01-17T05:49:53.849Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e57ceb97f905618 -C extra-filename=-6e57ceb97f905618 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4214 | 2025-01-17T05:49:54.664Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4215 | 2025-01-17T05:49:54.667Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cf3551526db34df -C extra-filename=-6cf3551526db34df --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-d26e192b7ea979d3.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4216 | 2025-01-17T05:49:54.892Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e8ba8658edf5d5 -C extra-filename=-71e8ba8658edf5d5 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4217 | 2025-01-17T05:49:55.301Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4218 | 2025-01-17T05:49:55.304Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec88b3e31e735f5a -C extra-filename=-ec88b3e31e735f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4219 | 2025-01-17T05:49:55.731Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4220 | 2025-01-17T05:49:55.734Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bc331666e640b19 -C extra-filename=-9bc331666e640b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4221 | 2025-01-17T05:49:56.522Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4222 | 2025-01-17T05:49:56.566Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1705060f35292c90 -C extra-filename=-1705060f35292c90 --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-ed17a431564dceac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4223 | 2025-01-17T05:49:56.646Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c8ef668e09e16d6 -C extra-filename=-8c8ef668e09e16d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4224 | 2025-01-17T05:49:57.636Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4225 | 2025-01-17T05:49:57.639Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64a67d9f5c8f79bd -C extra-filename=-64a67d9f5c8f79bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4226 | 2025-01-17T05:49:59.396Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74076cc4a25192a3 -C extra-filename=-74076cc4a25192a3 --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-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4227 | 2025-01-17T05:50:00.099Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4228 | 2025-01-17T05:50:00.102Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1809628cf7129da6 -C extra-filename=-1809628cf7129da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4229 | 2025-01-17T05:50:00.389Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4230 | 2025-01-17T05:50:00.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=145b5871a4e332b9 -C extra-filename=-145b5871a4e332b9 --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-e5af43455e3d9ef8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c8ef668e09e16d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-791f8f0b619865e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4231 | 2025-01-17T05:50:00.634Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4232 | 2025-01-17T05:50:00.659Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d175ec0e6055de29 -C extra-filename=-d175ec0e6055de29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4233 | 2025-01-17T05:50:07.737Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4234 | 2025-01-17T05:50:07.740Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dbb4ca0c3e645c8 -C extra-filename=-5dbb4ca0c3e645c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4235 | 2025-01-17T05:50:08.311Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4236 | 2025-01-17T05:50:08.314Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d40bd6c091448ad -C extra-filename=-0d40bd6c091448ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf7866eed4ffed64.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4237 | 2025-01-17T05:50:08.811Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4238 | 2025-01-17T05:50:08.816Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11d53518d3033dcd -C extra-filename=-11d53518d3033dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4239 | 2025-01-17T05:50:09.708Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4240 | 2025-01-17T05:50:09.713Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=8fb200c90b572e08 -C extra-filename=-8fb200c90b572e08 --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-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4241 | 2025-01-17T05:50:11.242Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4242 | 2025-01-17T05:50:11.246Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b10c8d3b5e617cb8 -C extra-filename=-b10c8d3b5e617cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-dccf410760122d29.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5ed4ee0225e0883d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4243 | 2025-01-17T05:50:12.709Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4244 | 2025-01-17T05:50:12.712Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8b765c1fdef9a48 -C extra-filename=-e8b765c1fdef9a48 --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-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4245 | 2025-01-17T05:50:13.968Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9425b34980a5d17c -C extra-filename=-9425b34980a5d17c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4246 | 2025-01-17T05:50:14.776Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4247 | 2025-01-17T05:50:14.779Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6966a98ca9b77799 -C extra-filename=-6966a98ca9b77799 --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-bdc20c07ba6dccb2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4248 | 2025-01-17T05:50:15.498Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4249 | 2025-01-17T05:50:15.501Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=144770df53cd452b -C extra-filename=-144770df53cd452b --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-dd31d19c4ed69e7e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4250 | 2025-01-17T05:50:16.338Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4251 | 2025-01-17T05:50:16.344Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45b1f3c139d66838 -C extra-filename=-45b1f3c139d66838 --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-897d930859dde460.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4252 | 2025-01-17T05:50:17.205Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4253 | 2025-01-17T05:50:17.208Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f3e7f1a285c25c1c -C extra-filename=-f3e7f1a285c25c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4254 | 2025-01-17T05:50:17.234Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4255 | 2025-01-17T05:50:17.237Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36a81f7fc37c9063 -C extra-filename=-36a81f7fc37c9063 --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4256 | 2025-01-17T05:50:17.928Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4257 | 2025-01-17T05:50:17.931Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=290c91b00d819e1b -C extra-filename=-290c91b00d819e1b --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-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4258 | 2025-01-17T05:50:19.795Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4259 | 2025-01-17T05:50:19.798Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d73ed40f0b96a901 -C extra-filename=-d73ed40f0b96a901 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4260 | 2025-01-17T05:50:21.052Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4261 | 2025-01-17T05:50:21.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cfe4149144aa9ed2 -C extra-filename=-cfe4149144aa9ed2 --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-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4262 | 2025-01-17T05:50:21.165Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4263 | 2025-01-17T05:50:21.173Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55560dd4ebdb38d6 -C extra-filename=-55560dd4ebdb38d6 --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-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4264 | 2025-01-17T05:50:21.614Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4265 | 2025-01-17T05:50:21.616Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf1c2df7f44c98af -C extra-filename=-cf1c2df7f44c98af --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-4cc1d1dbf99fc746.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4266 | 2025-01-17T05:50:22.801Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44f629abcab8d595 -C extra-filename=-44f629abcab8d595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cf1c2df7f44c98af.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4267 | 2025-01-17T05:50:23.155Z | Compiling samael v0.0.17 |
4268 | 2025-01-17T05:50:23.177Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=9418649671bfc9b1 -C extra-filename=-9418649671bfc9b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-9418649671bfc9b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-95e0f24eebe7a7b6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4269 | 2025-01-17T05:50:23.241Z | Compiling strum_macros v0.24.3 |
4270 | 2025-01-17T05:50:23.244Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0d8c9fa65644ebb -C extra-filename=-d0d8c9fa65644ebb --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4271 | 2025-01-17T05:50:25.247Z | Compiling pin-project-internal v1.1.6 |
4272 | 2025-01-17T05:50:25.280Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a4c864525526358 -C extra-filename=-3a4c864525526358 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4273 | 2025-01-17T05:50:25.712Z | Compiling indoc v1.0.9 |
4274 | 2025-01-17T05:50:25.715Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af0b922751e7470c -C extra-filename=-af0b922751e7470c --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` |
4275 | 2025-01-17T05:50:26.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-9418649671bfc9b1/build-script-bindings` |
4276 | 2025-01-17T05:50:26.897Z | Compiling derive_builder v0.20.2 |
4277 | 2025-01-17T05:50:26.900Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=34844a80dde02151 -C extra-filename=-34844a80dde02151 --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-efb3bf484172a3f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4278 | 2025-01-17T05:50:27.174Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bd308843595f4d1 -C extra-filename=-9bd308843595f4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-8652138b11b31848.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6daf1b9b7e5d643a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4279 | 2025-01-17T05:50:28.229Z | Compiling pin-project v1.1.6 |
4280 | 2025-01-17T05:50:28.231Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=163a84fb3886e613 -C extra-filename=-163a84fb3886e613 --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-3a4c864525526358.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4281 | 2025-01-17T05:50:28.411Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36d76c5237182c46 -C extra-filename=-36d76c5237182c46 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
4282 | 2025-01-17T05:50:28.787Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4283 | 2025-01-17T05:50:28.789Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39add2a977413448 -C extra-filename=-39add2a977413448 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-39add2a977413448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4284 | 2025-01-17T05:50:29.171Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4285 | 2025-01-17T05:50:29.174Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3075d68367f9af7a -C extra-filename=-3075d68367f9af7a --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-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4286 | 2025-01-17T05:50:29.306Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
4287 | 2025-01-17T05:50:29.306Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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=cb73e889de0c6439 -C extra-filename=-cb73e889de0c6439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3728abb279ad2a65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9e48830afb4e182a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64` |
4288 | 2025-01-17T05:50:30.021Z | Compiling quick-xml v0.33.0 |
4289 | 2025-01-17T05:50:30.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=40dc9cc2ae614686 -C extra-filename=-40dc9cc2ae614686 --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-4182dae7cc683f1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4290 | 2025-01-17T05:50:30.914Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4291 | 2025-01-17T05:50:30.923Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22de63a57451aab3 -C extra-filename=-22de63a57451aab3 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4292 | 2025-01-17T05:50:32.609Z | Compiling oso-derive v0.27.3 |
4293 | 2025-01-17T05:50:32.611Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cd0c6030bffc3a0 -C extra-filename=-9cd0c6030bffc3a0 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4294 | 2025-01-17T05:50:33.366Z | Compiling impl-trait-for-tuples v0.2.2 |
4295 | 2025-01-17T05:50:33.389Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a8991202317ba87 -C extra-filename=-3a8991202317ba87 --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-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4296 | 2025-01-17T05:50:33.870Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=a17be4191b17b1dc -C extra-filename=-a17be4191b17b1dc --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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-34844a80dde02151.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-36d76c5237182c46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-06d8ed454e1d936d.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-40dc9cc2ae614686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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` |
4297 | 2025-01-17T05:50:34.043Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-39add2a977413448/build-script-build` |
4298 | 2025-01-17T05:50:34.085Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4299 | 2025-01-17T05:50:34.088Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dca6bcf20553773 -C extra-filename=-6dca6bcf20553773 --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8a00b5fab61ed18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4300 | 2025-01-17T05:50:35.909Z | Compiling signal-hook-tokio v0.3.1 |
4301 | 2025-01-17T05:50:35.912Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=8dc07e1b31edea0c -C extra-filename=-8dc07e1b31edea0c --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-6723a47d595cc3af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4302 | 2025-01-17T05:50:36.143Z | Dirty cargo-platform v0.1.8: the rustflags changed |
4303 | 2025-01-17T05:50:36.143Z | Compiling cargo-platform v0.1.8 |
4304 | 2025-01-17T05:50:36.148Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d13ae0074c7b6dca -C extra-filename=-d13ae0074c7b6dca --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4305 | 2025-01-17T05:50:36.170Z | Compiling snafu-derive v0.8.5 |
4306 | 2025-01-17T05:50:36.172Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=3897104b3b27d175 -C extra-filename=-3897104b3b27d175 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4307 | 2025-01-17T05:50:36.690Z | Compiling memoffset v0.9.1 |
4308 | 2025-01-17T05:50:36.693Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ab9632249e53424a -C extra-filename=-ab9632249e53424a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4309 | 2025-01-17T05:50:37.125Z | Compiling diesel-dtrace v0.4.2 |
4310 | 2025-01-17T05:50:37.157Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07b8ffc7a04b311c -C extra-filename=-07b8ffc7a04b311c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4311 | 2025-01-17T05:50:37.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c/build-script-build` |
4312 | 2025-01-17T05:50:37.618Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a/build-script-build` |
4313 | 2025-01-17T05:50:37.805Z | Dirty cargo_metadata v0.18.1: the rustflags changed |
4314 | 2025-01-17T05:50:37.805Z | Compiling cargo_metadata v0.18.1 |
4315 | 2025-01-17T05:50:37.808Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=f5800d1df969a089 -C extra-filename=-f5800d1df969a089 --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-b1ce1825125c2b44.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d13ae0074c7b6dca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4316 | 2025-01-17T05:50:39.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4317 | 2025-01-17T05:50:39.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b903724859c6d5c7 -C extra-filename=-b903724859c6d5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4318 | 2025-01-17T05:50:40.798Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4319 | 2025-01-17T05:50:40.802Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c6a8010544b46c7 -C extra-filename=-1c6a8010544b46c7 --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-d780d2afa3e212a3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4320 | 2025-01-17T05:50:41.128Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4321 | 2025-01-17T05:50:41.156Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d08b4884f87ad96a -C extra-filename=-d08b4884f87ad96a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d08b4884f87ad96a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4322 | 2025-01-17T05:50:41.533Z | Compiling globset v0.4.15 |
4323 | 2025-01-17T05:50:41.536Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=70d86b282a4a6fe3 -C extra-filename=-70d86b282a4a6fe3 --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-c3065e531983c7c3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4324 | 2025-01-17T05:50:41.560Z | Compiling snafu v0.8.5 |
4325 | 2025-01-17T05:50:41.563Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f8f278032c053caa -C extra-filename=-f8f278032c053caa --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-6723a47d595cc3af.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3897104b3b27d175.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4326 | 2025-01-17T05:50:42.337Z | Compiling bb8 v0.8.5 |
4327 | 2025-01-17T05:50:42.340Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=048b3a6a79d72fe3 -C extra-filename=-048b3a6a79d72fe3 --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-897d930859dde460.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4328 | 2025-01-17T05:50:42.932Z | Compiling olpc-cjson v0.1.4 |
4329 | 2025-01-17T05:50:42.935Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8382572a2c2151ca -C extra-filename=-8382572a2c2151ca --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4330 | 2025-01-17T05:50:43.173Z | Compiling serde_plain v1.0.2 |
4331 | 2025-01-17T05:50:43.176Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9eb7bdf34dd5be0a -C extra-filename=-9eb7bdf34dd5be0a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4332 | 2025-01-17T05:50:43.239Z | Compiling typed-path v0.9.3 |
4333 | 2025-01-17T05:50:43.242Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00efbcbd408a5e8a -C extra-filename=-00efbcbd408a5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4334 | 2025-01-17T05:50:43.585Z | Compiling async-bb8-diesel v0.2.1 |
4335 | 2025-01-17T05:50:43.592Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1a1620dc82e4041b -C extra-filename=-1a1620dc82e4041b --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-897d930859dde460.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-048b3a6a79d72fe3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4336 | 2025-01-17T05:50:43.643Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d08b4884f87ad96a/build-script-build` |
4337 | 2025-01-17T05:50:43.686Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=97c31aaf91558fd5 -C extra-filename=-97c31aaf91558fd5 --out-dir /work/oxidecomputer/omicron/target/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` |
4338 | 2025-01-17T05:50:43.841Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e117ffe18a1ff8e -C extra-filename=-6e117ffe18a1ff8e --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-9f5f44c5619b4e64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4339 | 2025-01-17T05:50:44.307Z | Compiling tungstenite v0.23.0 |
4340 | 2025-01-17T05:50:44.327Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
4341 | 2025-01-17T05:50:44.331Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5c31cdbc4155e16 -C extra-filename=-b5c31cdbc4155e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4342 | 2025-01-17T05:50:44.361Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=3de90e2f9905e9bf -C extra-filename=-3de90e2f9905e9bf --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4343 | 2025-01-17T05:50:44.745Z | Compiling parse-size v1.1.0 |
4344 | 2025-01-17T05:50:44.748Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d980178b4de34a3 -C extra-filename=-8d980178b4de34a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4345 | 2025-01-17T05:50:45.035Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16/build-script-build` |
4346 | 2025-01-17T05:50:45.130Z | Compiling nix v0.27.1 |
4347 | 2025-01-17T05:50:45.135Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9c54dbdfa4454e44 -C extra-filename=-9c54dbdfa4454e44 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-97c31aaf91558fd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4348 | 2025-01-17T05:50:46.479Z | Compiling tough v0.19.0 |
4349 | 2025-01-17T05:50:46.482Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=1258d7474f9fa8f6 -C extra-filename=-1258d7474f9fa8f6 --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-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-70d86b282a4a6fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-8382572a2c2151ca.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-789e78ee7d145cd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-9eb7bdf34dd5be0a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f8f278032c053caa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-00efbcbd408a5e8a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4350 | 2025-01-17T05:50:46.507Z | Compiling tokio-tungstenite v0.23.1 |
4351 | 2025-01-17T05:50:46.509Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=9b9e009375329649 -C extra-filename=-9b9e009375329649 --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3de90e2f9905e9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4352 | 2025-01-17T05:50:47.021Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
4353 | 2025-01-17T05:50:47.023Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=737a135db994e011 -C extra-filename=-737a135db994e011 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4354 | 2025-01-17T05:50:47.086Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4355 | 2025-01-17T05:50:47.089Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4dd0af7079df5eb -C extra-filename=-c4dd0af7079df5eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4356 | 2025-01-17T05:50:47.159Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4357 | 2025-01-17T05:50:47.161Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=707773d9ca9f2a08 -C extra-filename=-707773d9ca9f2a08 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4358 | 2025-01-17T05:50:47.393Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29448113af00ac52 -C extra-filename=-29448113af00ac52 --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-897d930859dde460.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9c54dbdfa4454e44.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-737a135db994e011.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bb70b7c115e3a213.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-0020565dc9f5640f/out/lib` |
4359 | 2025-01-17T05:50:48.036Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4360 | 2025-01-17T05:50:48.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c1443b4697e66ff -C extra-filename=-8c1443b4697e66ff --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4361 | 2025-01-17T05:50:49.494Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4362 | 2025-01-17T05:50:49.497Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c073b16fdcf96f9 -C extra-filename=-2c073b16fdcf96f9 --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-d26e192b7ea979d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4363 | 2025-01-17T05:50:50.599Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4364 | 2025-01-17T05:50:50.601Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbffde533070f04f -C extra-filename=-cbffde533070f04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4365 | 2025-01-17T05:50:51.305Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4366 | 2025-01-17T05:50:51.308Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e03c0c40882d8db -C extra-filename=-8e03c0c40882d8db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4367 | 2025-01-17T05:50:51.724Z | Compiling rand_seeder v0.3.0 |
4368 | 2025-01-17T05:50:51.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eda3ebae96a89463 -C extra-filename=-eda3ebae96a89463 --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-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4369 | 2025-01-17T05:50:52.084Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4370 | 2025-01-17T05:50:52.087Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d24c50ab8c3cb1c4 -C extra-filename=-d24c50ab8c3cb1c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4371 | 2025-01-17T05:50:53.722Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4372 | 2025-01-17T05:50:53.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a38a6e1c4da26c00 -C extra-filename=-a38a6e1c4da26c00 --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4373 | 2025-01-17T05:50:55.135Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4374 | 2025-01-17T05:50:55.138Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01ae4193fe28f739 -C extra-filename=-01ae4193fe28f739 --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-17774551a3c17b51.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4375 | 2025-01-17T05:50:56.424Z | Compiling assert_matches v1.5.0 |
4376 | 2025-01-17T05:50:56.427Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7b0236d3ba61eae -C extra-filename=-f7b0236d3ba61eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4377 | 2025-01-17T05:50:56.527Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4378 | 2025-01-17T05:50:56.561Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9c6fd090a69a2da -C extra-filename=-a9c6fd090a69a2da --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-3670e9bccbe3cfb3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4379 | 2025-01-17T05:50:56.564Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4380 | 2025-01-17T05:50:56.564Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822fee19ba69f87b -C extra-filename=-822fee19ba69f87b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4381 | 2025-01-17T05:50:56.764Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4382 | 2025-01-17T05:50:56.790Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9fd65f359867c8a -C extra-filename=-e9fd65f359867c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a38a6e1c4da26c00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4383 | 2025-01-17T05:50:57.104Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4384 | 2025-01-17T05:50:57.107Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6d396a6ee5daf74 -C extra-filename=-a6d396a6ee5daf74 --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4385 | 2025-01-17T05:50:59.687Z | Compiling libz-sys v1.1.20 |
4386 | 2025-01-17T05:50:59.690Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=40d893c8cd186827 -C extra-filename=-40d893c8cd186827 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4387 | 2025-01-17T05:51:00.129Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4388 | 2025-01-17T05:51:00.132Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1994e392628a23ea -C extra-filename=-1994e392628a23ea --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-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4389 | 2025-01-17T05:51:00.552Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827/build-script-build` |
4390 | 2025-01-17T05:51:00.687Z | Compiling libgit2-sys v0.17.0+1.8.1 |
4391 | 2025-01-17T05:51:00.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=336ad6966f857274 -C extra-filename=-336ad6966f857274 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4392 | 2025-01-17T05:51:00.729Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1070e00b548fed23 -C extra-filename=-1070e00b548fed23 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
4393 | 2025-01-17T05:51:00.930Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4394 | 2025-01-17T05:51:00.955Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66b60e8b6ff591f4 -C extra-filename=-66b60e8b6ff591f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4395 | 2025-01-17T05:51:01.630Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274/build-script-build` |
4396 | 2025-01-17T05:51:01.848Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4397 | 2025-01-17T05:51:01.851Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4b739aef2faae15 -C extra-filename=-c4b739aef2faae15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4398 | 2025-01-17T05:51:06.841Z | Compiling castaway v0.2.3 |
4399 | 2025-01-17T05:51:06.844Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=66fa274dbb9e0cde -C extra-filename=-66fa274dbb9e0cde --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-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4400 | 2025-01-17T05:51:07.052Z | Compiling compact_str v0.8.0 |
4401 | 2025-01-17T05:51:07.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=29cd57a7e6707029 -C extra-filename=-29cd57a7e6707029 --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-66fa274dbb9e0cde.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4402 | 2025-01-17T05:51:08.453Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4403 | 2025-01-17T05:51:08.456Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59dd780fc17bc387 -C extra-filename=-59dd780fc17bc387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64` |
4404 | 2025-01-17T05:51:09.707Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4405 | 2025-01-17T05:51:09.710Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=513148a69b694504 -C extra-filename=-513148a69b694504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4406 | 2025-01-17T05:51:09.898Z | Compiling unicode-truncate v1.1.0 |
4407 | 2025-01-17T05:51:09.900Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=41de1d9c794e75c0 -C extra-filename=-41de1d9c794e75c0 --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-5ea0ab5db09c380a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4408 | 2025-01-17T05:51:10.186Z | Compiling vergen v8.3.2 |
4409 | 2025-01-17T05:51:10.189Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=d255a1dd335e99d8 -C extra-filename=-d255a1dd335e99d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4410 | 2025-01-17T05:51:10.583Z | Compiling instability v0.3.2 |
4411 | 2025-01-17T05:51:10.586Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22f53b5799858d20 -C extra-filename=-22f53b5799858d20 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4412 | 2025-01-17T05:51:10.738Z | Compiling lru v0.12.5 |
4413 | 2025-01-17T05:51:10.741Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=6119d29680db5e2a -C extra-filename=-6119d29680db5e2a --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-9285703b23ee883d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4414 | 2025-01-17T05:51:11.043Z | Compiling cassowary v0.3.0 |
4415 | 2025-01-17T05:51:11.046Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c81596e43e165557 -C extra-filename=-c81596e43e165557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4416 | 2025-01-17T05:51:11.835Z | Compiling is_ci v1.2.0 |
4417 | 2025-01-17T05:51:11.839Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=536baa71529d4cc2 -C extra-filename=-536baa71529d4cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4418 | 2025-01-17T05:51:11.986Z | Compiling ratatui v0.28.1 |
4419 | 2025-01-17T05:51:11.988Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=f6c2d1e6aeb6f012 -C extra-filename=-f6c2d1e6aeb6f012 --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-01159dab402db438.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-c81596e43e165557.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-29cd57a7e6707029.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-22f53b5799858d20.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-6119d29680db5e2a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-41de1d9c794e75c0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4420 | 2025-01-17T05:51:12.096Z | Compiling supports-color v3.0.1 |
4421 | 2025-01-17T05:51:12.119Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d33f6c99d7e4358a -C extra-filename=-d33f6c99d7e4358a --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-536baa71529d4cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4422 | 2025-01-17T05:51:12.200Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8/build-script-build` |
4423 | 2025-01-17T05:51:12.243Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4424 | 2025-01-17T05:51:12.249Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7474d8be0e0280cb -C extra-filename=-7474d8be0e0280cb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7474d8be0e0280cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4425 | 2025-01-17T05:51:12.422Z | Compiling libsqlite3-sys v0.30.1 |
4426 | 2025-01-17T05:51:12.425Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=4c0176f7ef66d011 -C extra-filename=-4c0176f7ef66d011 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4427 | 2025-01-17T05:51:12.618Z | Compiling rustls v0.21.12 |
4428 | 2025-01-17T05:51:12.621Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6e1c16b4aaa06f54 -C extra-filename=-6e1c16b4aaa06f54 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4429 | 2025-01-17T05:51:13.005Z | Compiling cfg_aliases v0.2.1 |
4430 | 2025-01-17T05:51:13.007Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c374d73a98f4199 -C extra-filename=-1c374d73a98f4199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4431 | 2025-01-17T05:51:13.044Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011/build-script-build` |
4432 | 2025-01-17T05:51:13.099Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54/build-script-build` |
4433 | 2025-01-17T05:51:13.144Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7474d8be0e0280cb/build-script-build` |
4434 | 2025-01-17T05:51:13.171Z | Compiling nix v0.29.0 |
4435 | 2025-01-17T05:51:13.174Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9d3ace52184dea23 -C extra-filename=-9d3ace52184dea23 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-1c374d73a98f4199.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4436 | 2025-01-17T05:51:13.201Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4437 | 2025-01-17T05:51:13.204Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0c29451f81f0736 -C extra-filename=-e0c29451f81f0736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4438 | 2025-01-17T05:51:14.145Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4439 | 2025-01-17T05:51:14.147Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c35d07996ad49e13 -C extra-filename=-c35d07996ad49e13 --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-d780d2afa3e212a3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4440 | 2025-01-17T05:51:15.428Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4441 | 2025-01-17T05:51:15.472Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95fb1022168db8dd -C extra-filename=-95fb1022168db8dd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-95fb1022168db8dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4442 | 2025-01-17T05:51:15.808Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4443 | 2025-01-17T05:51:15.810Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=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=44987582c306d6f7 -C extra-filename=-44987582c306d6f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-44987582c306d6f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4444 | 2025-01-17T05:51:16.189Z | Compiling sct v0.7.1 |
4445 | 2025-01-17T05:51:16.255Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc4cd1c063aadae7 -C extra-filename=-bc4cd1c063aadae7 --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-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4446 | 2025-01-17T05:51:16.536Z | Compiling rustls-webpki v0.101.7 |
4447 | 2025-01-17T05:51:16.539Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=965330a0602fd212 -C extra-filename=-965330a0602fd212 --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-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4448 | 2025-01-17T05:51:18.156Z | Compiling concurrent-queue v2.5.0 |
4449 | 2025-01-17T05:51:18.158Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=288f296a33552798 -C extra-filename=-288f296a33552798 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4450 | 2025-01-17T05:51:18.304Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
4451 | 2025-01-17T05:51:18.304Z | Compiling unicode-linebreak v0.1.5 |
4452 | 2025-01-17T05:51:18.307Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873772f4f41133a4 -C extra-filename=-873772f4f41133a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4453 | 2025-01-17T05:51:18.388Z | Dirty smawk v0.3.2: the rustflags changed |
4454 | 2025-01-17T05:51:18.388Z | Compiling smawk v0.3.2 |
4455 | 2025-01-17T05:51:18.392Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=ed78df817a83bd76 -C extra-filename=-ed78df817a83bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4456 | 2025-01-17T05:51:18.552Z | Compiling parking v2.2.1 |
4457 | 2025-01-17T05:51:18.554Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=9fd66ea92d357812 -C extra-filename=-9fd66ea92d357812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4458 | 2025-01-17T05:51:18.660Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=d2cd6e847def9502 -C extra-filename=-d2cd6e847def9502 --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-965330a0602fd212.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bc4cd1c063aadae7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4459 | 2025-01-17T05:51:18.824Z | Dirty textwrap v0.16.1: the rustflags changed |
4460 | 2025-01-17T05:51:18.824Z | Compiling textwrap v0.16.1 |
4461 | 2025-01-17T05:51:18.827Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=702760be8c1e8a9e -C extra-filename=-702760be8c1e8a9e --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-ed78df817a83bd76.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-873772f4f41133a4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4462 | 2025-01-17T05:51:18.920Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-44987582c306d6f7/build-script-build` |
4463 | 2025-01-17T05:51:18.963Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-95fb1022168db8dd/build-script-build` |
4464 | 2025-01-17T05:51:18.994Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23/build-script-build` |
4465 | 2025-01-17T05:51:19.037Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=82f09f73c6428722 -C extra-filename=-82f09f73c6428722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3` |
4466 | 2025-01-17T05:51:19.559Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4467 | 2025-01-17T05:51:19.563Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18ec5bb07730562c -C extra-filename=-18ec5bb07730562c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-18ec5bb07730562c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4468 | 2025-01-17T05:51:19.952Z | Compiling hashlink v0.9.1 |
4469 | 2025-01-17T05:51:19.955Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=6cf0e5ab75d1d7f6 -C extra-filename=-6cf0e5ab75d1d7f6 --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-682884b58710368b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4470 | 2025-01-17T05:51:19.978Z | Compiling fallible-streaming-iterator v0.1.9 |
4471 | 2025-01-17T05:51:19.981Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=525d7373068cbd0e -C extra-filename=-525d7373068cbd0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4472 | 2025-01-17T05:51:20.257Z | Compiling fallible-iterator v0.3.0 |
4473 | 2025-01-17T05:51:20.260Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eda972a751a22aec -C extra-filename=-eda972a751a22aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4474 | 2025-01-17T05:51:20.584Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-18ec5bb07730562c/build-script-build` |
4475 | 2025-01-17T05:51:20.629Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e3b12ffea62c86a9 -C extra-filename=-e3b12ffea62c86a9 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
4476 | 2025-01-17T05:51:20.936Z | Compiling rusqlite v0.32.1 |
4477 | 2025-01-17T05:51:20.939Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=ce9e578ed5808b4e -C extra-filename=-ce9e578ed5808b4e --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-01159dab402db438.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-eda972a751a22aec.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-525d7373068cbd0e.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-6cf0e5ab75d1d7f6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-82f09f73c6428722.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
4478 | 2025-01-17T05:51:21.293Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4479 | 2025-01-17T05:51:21.296Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4668ad298efd8b0e -C extra-filename=-4668ad298efd8b0e --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-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4480 | 2025-01-17T05:51:22.350Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4481 | 2025-01-17T05:51:22.352Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2845df779e87b7c -C extra-filename=-e2845df779e87b7c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2845df779e87b7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4482 | 2025-01-17T05:51:22.736Z | Compiling tokio-rustls v0.24.1 |
4483 | 2025-01-17T05:51:22.739Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=f067b8d891dfd9ac -C extra-filename=-f067b8d891dfd9ac --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-d2cd6e847def9502.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4484 | 2025-01-17T05:51:23.169Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4485 | 2025-01-17T05:51:23.174Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fba81aeebbb97ab8 -C extra-filename=-fba81aeebbb97ab8 --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-d26e192b7ea979d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4486 | 2025-01-17T05:51:23.590Z | Compiling rustls-pemfile v1.0.4 |
4487 | 2025-01-17T05:51:23.630Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=643516540c53ad0a -C extra-filename=-643516540c53ad0a --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-dd1ad69982f96338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4488 | 2025-01-17T05:51:24.042Z | Compiling twox-hash v1.6.3 |
4489 | 2025-01-17T05:51:24.045Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=9a27a508d9276c16 -C extra-filename=-9a27a508d9276c16 --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-2f4d20600755659a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4490 | 2025-01-17T05:51:24.619Z | Compiling shell-words v1.1.0 |
4491 | 2025-01-17T05:51:24.622Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46032c2ebe5e8faf -C extra-filename=-46032c2ebe5e8faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4492 | 2025-01-17T05:51:24.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e2845df779e87b7c/build-script-build` |
4493 | 2025-01-17T05:51:24.818Z | Compiling event-listener v5.3.1 |
4494 | 2025-01-17T05:51:24.820Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=f150509ecc6bb677 -C extra-filename=-f150509ecc6bb677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4495 | 2025-01-17T05:51:24.899Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
4496 | 2025-01-17T05:51:24.902Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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=f0cc077cc72dca04 -C extra-filename=-f0cc077cc72dca04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4497 | 2025-01-17T05:51:24.928Z | Compiling fatfs v0.3.6 |
4498 | 2025-01-17T05:51:24.931Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=a0199d1a5cb36918 -C extra-filename=-a0199d1a5cb36918 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4499 | 2025-01-17T05:51:25.382Z | Compiling event-listener-strategy v0.5.2 |
4500 | 2025-01-17T05:51:25.410Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38afc57c1a5dcae0 -C extra-filename=-38afc57c1a5dcae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4501 | 2025-01-17T05:51:25.633Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4502 | 2025-01-17T05:51:25.669Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c18d709ab97ad3b -C extra-filename=-6c18d709ab97ad3b --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-d26e192b7ea979d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4503 | 2025-01-17T05:51:26.453Z | Compiling csv-core v0.1.11 |
4504 | 2025-01-17T05:51:26.493Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=bcdde5c917cfb26d -C extra-filename=-bcdde5c917cfb26d --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4505 | 2025-01-17T05:51:26.597Z | Compiling futures-lite v2.3.0 |
4506 | 2025-01-17T05:51:26.600Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=0754bafc128b88bc -C extra-filename=-0754bafc128b88bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4507 | 2025-01-17T05:51:27.005Z | Compiling csv v1.3.0 |
4508 | 2025-01-17T05:51:27.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc78c68899aa42e0 -C extra-filename=-bc78c68899aa42e0 --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-bcdde5c917cfb26d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4509 | 2025-01-17T05:51:27.415Z | Compiling rtoolbox v0.0.2 |
4510 | 2025-01-17T05:51:27.418Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=129b79d7a89468df -C extra-filename=-129b79d7a89468df --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4511 | 2025-01-17T05:51:27.867Z | Compiling hex-literal v0.4.1 |
4512 | 2025-01-17T05:51:27.870Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242028a7d9a43521 -C extra-filename=-242028a7d9a43521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4513 | 2025-01-17T05:51:28.066Z | Compiling plotters-backend v0.3.7 |
4514 | 2025-01-17T05:51:28.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b802ae2c4c04d23e -C extra-filename=-b802ae2c4c04d23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4515 | 2025-01-17T05:51:28.153Z | Compiling rpassword v7.3.1 |
4516 | 2025-01-17T05:51:28.156Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec10211e242c7e66 -C extra-filename=-ec10211e242c7e66 --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-d98e06afb0ecdece.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-129b79d7a89468df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4517 | 2025-01-17T05:51:28.222Z | Compiling tui-tree-widget v0.22.0 |
4518 | 2025-01-17T05:51:28.224Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b599a85eb199287 -C extra-filename=-0b599a85eb199287 --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-f6c2d1e6aeb6f012.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4519 | 2025-01-17T05:51:28.471Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
4520 | 2025-01-17T05:51:28.473Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d631dbb71f8dee07 -C extra-filename=-d631dbb71f8dee07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4521 | 2025-01-17T05:51:28.573Z | Compiling plotters-svg v0.3.7 |
4522 | 2025-01-17T05:51:28.623Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=b7018945b92229d4 -C extra-filename=-b7018945b92229d4 --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-b802ae2c4c04d23e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4523 | 2025-01-17T05:51:28.630Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4524 | 2025-01-17T05:51:28.633Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da59f07f4fc7cdc4 -C extra-filename=-da59f07f4fc7cdc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4525 | 2025-01-17T05:51:29.001Z | Compiling cast v0.3.0 |
4526 | 2025-01-17T05:51:29.004Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=afc927e512dd7bbd -C extra-filename=-afc927e512dd7bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4527 | 2025-01-17T05:51:29.409Z | Compiling yansi v1.0.1 |
4528 | 2025-01-17T05:51:29.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=71f62614722d0348 -C extra-filename=-71f62614722d0348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4529 | 2025-01-17T05:51:30.150Z | Compiling pretty_assertions v1.4.1 |
4530 | 2025-01-17T05:51:30.153Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=6f24e849032ed106 -C extra-filename=-6f24e849032ed106 --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-126a49aa0e256b7b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71f62614722d0348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4531 | 2025-01-17T05:51:30.387Z | Compiling criterion-plot v0.5.0 |
4532 | 2025-01-17T05:51:30.390Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d2413ee9d53a492 -C extra-filename=-5d2413ee9d53a492 --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-afc927e512dd7bbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4533 | 2025-01-17T05:51:30.511Z | Compiling plotters v0.3.7 |
4534 | 2025-01-17T05:51:30.514Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --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=9fe78faa31c1860b -C extra-filename=-9fe78faa31c1860b --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-e2a796a15b1388de.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b802ae2c4c04d23e.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b7018945b92229d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4535 | 2025-01-17T05:51:30.676Z | Compiling async-lock v3.4.0 |
4536 | 2025-01-17T05:51:30.679Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=f2bc449b52bba64a -C extra-filename=-f2bc449b52bba64a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4537 | 2025-01-17T05:51:31.423Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4538 | 2025-01-17T05:51:31.426Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb783d98cf7e098a -C extra-filename=-fb783d98cf7e098a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4539 | 2025-01-17T05:51:31.724Z | Compiling polyval v0.6.2 |
4540 | 2025-01-17T05:51:31.727Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2ab81f1ded0461d7 -C extra-filename=-2ab81f1ded0461d7 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4541 | 2025-01-17T05:51:32.206Z | Compiling polling v3.7.3 |
4542 | 2025-01-17T05:51:32.210Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee70aa5cfe13d5c4 -C extra-filename=-ee70aa5cfe13d5c4 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4543 | 2025-01-17T05:51:32.657Z | Compiling tinytemplate v1.2.1 |
4544 | 2025-01-17T05:51:32.660Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4909147aae3f2fab -C extra-filename=-4909147aae3f2fab --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4545 | 2025-01-17T05:51:32.920Z | Compiling oorandom v11.1.4 |
4546 | 2025-01-17T05:51:32.923Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb88a5c9af0d966c -C extra-filename=-cb88a5c9af0d966c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4547 | 2025-01-17T05:51:33.171Z | Compiling anes v0.1.6 |
4548 | 2025-01-17T05:51:33.176Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=e0fb9e6f7a874f00 -C extra-filename=-e0fb9e6f7a874f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4549 | 2025-01-17T05:51:33.623Z | Compiling criterion v0.5.1 |
4550 | 2025-01-17T05:51:33.626Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=58d0e918f3a91efb -C extra-filename=-58d0e918f3a91efb --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-e0fb9e6f7a874f00.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-afc927e512dd7bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-5d2413ee9d53a492.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-cb88a5c9af0d966c.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9fe78faa31c1860b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4909147aae3f2fab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4551 | 2025-01-17T05:51:33.651Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4552 | 2025-01-17T05:51:33.654Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0d4b1f613803568 -C extra-filename=-d0d4b1f613803568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4553 | 2025-01-17T05:51:36.292Z | Compiling async-io v2.3.4 |
4554 | 2025-01-17T05:51:36.294Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cc53149eafca6fe -C extra-filename=-4cc53149eafca6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-ee70aa5cfe13d5c4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4555 | 2025-01-17T05:51:38.333Z | Compiling ghash v0.5.1 |
4556 | 2025-01-17T05:51:38.336Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1cfa3950f0a60266 -C extra-filename=-1cfa3950f0a60266 --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-166721f01f81444d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2ab81f1ded0461d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4557 | 2025-01-17T05:51:38.552Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
4558 | 2025-01-17T05:51:38.555Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb1962f3a82a2250 -C extra-filename=-cb1962f3a82a2250 --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-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4559 | 2025-01-17T05:51:40.077Z | Compiling ctr v0.9.2 |
4560 | 2025-01-17T05:51:40.080Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=747fbb1d3e562941 -C extra-filename=-747fbb1d3e562941 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4561 | 2025-01-17T05:51:40.456Z | Compiling target-lexicon v0.12.16 |
4562 | 2025-01-17T05:51:40.458Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9f3a9aa911990408 -C extra-filename=-9f3a9aa911990408 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4563 | 2025-01-17T05:51:41.492Z | Compiling doc-comment v0.3.3 |
4564 | 2025-01-17T05:51:41.496Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d291beb540c057ac -C extra-filename=-d291beb540c057ac --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4565 | 2025-01-17T05:51:42.093Z | Compiling async-task v4.7.1 |
4566 | 2025-01-17T05:51:42.096Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=90872a456a55b7bd -C extra-filename=-90872a456a55b7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4567 | 2025-01-17T05:51:42.579Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbc2050f5b8da2e7 -C extra-filename=-dbc2050f5b8da2e7 --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-44f629abcab8d595.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4568 | 2025-01-17T05:51:43.959Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac/build-script-build` |
4569 | 2025-01-17T05:51:44.148Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408/build-script-build` |
4570 | 2025-01-17T05:51:44.240Z | Compiling aes-gcm v0.10.3 |
4571 | 2025-01-17T05:51:44.243Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=52c772c57d664b59 -C extra-filename=-52c772c57d664b59 --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-377e3b3aa4a52b80.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-1cfa3950f0a60266.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4572 | 2025-01-17T05:51:44.587Z | Compiling async-channel v2.3.1 |
4573 | 2025-01-17T05:51:44.589Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fd8eac20ff582016 -C extra-filename=-fd8eac20ff582016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4574 | 2025-01-17T05:51:44.975Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4575 | 2025-01-17T05:51:44.978Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64d157d0d89a684a -C extra-filename=-64d157d0d89a684a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4576 | 2025-01-17T05:51:45.202Z | Compiling piper v0.2.4 |
4577 | 2025-01-17T05:51:45.205Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=47ef65bb15fed0bf -C extra-filename=-47ef65bb15fed0bf --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-300320b4c213bb02.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4578 | 2025-01-17T05:51:45.627Z | Compiling ssh-encoding v0.2.0 |
4579 | 2025-01-17T05:51:45.630Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=a66f236b78916709 -C extra-filename=-a66f236b78916709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4580 | 2025-01-17T05:51:46.222Z | Compiling blowfish v0.9.1 |
4581 | 2025-01-17T05:51:46.273Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=78cb42cea458c33e -C extra-filename=-78cb42cea458c33e --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-876b15a9d7bdd3ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4582 | 2025-01-17T05:51:46.710Z | Compiling guppy-workspace-hack v0.1.0 |
4583 | 2025-01-17T05:51:46.713Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de9a60c3d62dd8bd -C extra-filename=-de9a60c3d62dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4584 | 2025-01-17T05:51:46.817Z | Compiling assert_cmd v2.0.16 |
4585 | 2025-01-17T05:51:46.827Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7c2ca44ca8dec605 -C extra-filename=-7c2ca44ca8dec605 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4586 | 2025-01-17T05:51:47.088Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd/build-script-build` |
4587 | 2025-01-17T05:51:47.129Z | Compiling bcrypt-pbkdf v0.10.0 |
4588 | 2025-01-17T05:51:47.132Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=df334ac1455e3ebc -C extra-filename=-df334ac1455e3ebc --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-78cb42cea458c33e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4589 | 2025-01-17T05:51:47.325Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605/build-script-build` |
4590 | 2025-01-17T05:51:47.360Z | Compiling ssh-cipher v0.2.0 |
4591 | 2025-01-17T05:51:47.363Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4d4825e01ba29f8c -C extra-filename=-4d4825e01ba29f8c --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-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4592 | 2025-01-17T05:51:47.728Z | Compiling blocking v1.6.1 |
4593 | 2025-01-17T05:51:47.730Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=176113be166c83d5 -C extra-filename=-176113be166c83d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-fd8eac20ff582016.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-47ef65bb15fed0bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4594 | 2025-01-17T05:51:48.308Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=a937c31712671851 -C extra-filename=-a937c31712671851 --out-dir /work/oxidecomputer/omicron/target/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"'` |
4595 | 2025-01-17T05:51:48.855Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=9915cd23c8dc40f2 -C extra-filename=-9915cd23c8dc40f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4596 | 2025-01-17T05:51:48.964Z | Compiling async-executor v1.13.1 |
4597 | 2025-01-17T05:51:48.967Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3f0cbba96e13a609 -C extra-filename=-3f0cbba96e13a609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4598 | 2025-01-17T05:51:49.049Z | Compiling async-signal v0.2.10 |
4599 | 2025-01-17T05:51:49.052Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e186f2734b09f0 -C extra-filename=-71e186f2734b09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4600 | 2025-01-17T05:51:49.514Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4601 | 2025-01-17T05:51:49.517Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d51c0a9a9ff16656 -C extra-filename=-d51c0a9a9ff16656 --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-d26e192b7ea979d3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4602 | 2025-01-17T05:51:49.747Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4603 | 2025-01-17T05:51:49.781Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c795875bbef1360 -C extra-filename=-1c795875bbef1360 --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-e8b765c1fdef9a48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4604 | 2025-01-17T05:51:50.787Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4605 | 2025-01-17T05:51:50.790Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=359fb1e3a53bf522 -C extra-filename=-359fb1e3a53bf522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4606 | 2025-01-17T05:51:53.350Z | Compiling password-hash v0.4.2 |
4607 | 2025-01-17T05:51:53.355Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bce0a367b7f65591 -C extra-filename=-bce0a367b7f65591 --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4608 | 2025-01-17T05:51:54.244Z | Compiling futures-timer v3.0.3 |
4609 | 2025-01-17T05:51:54.246Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=68ce2498e30618d8 -C extra-filename=-68ce2498e30618d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4610 | 2025-01-17T05:51:54.389Z | Compiling target-spec v3.2.2 |
4611 | 2025-01-17T05:51:54.392Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=08d55f96efeacbb6 -C extra-filename=-08d55f96efeacbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4612 | 2025-01-17T05:51:54.748Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c55ec642439a61e1 -C extra-filename=-c55ec642439a61e1 --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-d98e06afb0ecdece.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-1070e00b548fed23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
4613 | 2025-01-17T05:51:55.002Z | Compiling event-listener v2.5.3 |
4614 | 2025-01-17T05:51:55.005Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb0240b2da545c44 -C extra-filename=-cb0240b2da545c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4615 | 2025-01-17T05:51:55.137Z | Compiling matches v0.1.10 |
4616 | 2025-01-17T05:51:55.139Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe072fc27092a28e -C extra-filename=-fe072fc27092a28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4617 | 2025-01-17T05:51:55.278Z | Compiling git2 v0.19.0 |
4618 | 2025-01-17T05:51:55.314Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=b7b4a3fbc27116a7 -C extra-filename=-b7b4a3fbc27116a7 --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-01159dab402db438.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c55ec642439a61e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64` |
4619 | 2025-01-17T05:51:55.413Z | Compiling async-channel v1.9.0 |
4620 | 2025-01-17T05:51:55.443Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26afa5c94eaf216c -C extra-filename=-26afa5c94eaf216c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cb0240b2da545c44.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4621 | 2025-01-17T05:51:55.446Z | Compiling idna v0.2.3 |
4622 | 2025-01-17T05:51:55.477Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d1571646888dcd3 -C extra-filename=-4d1571646888dcd3 --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-fe072fc27092a28e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4623 | 2025-01-17T05:51:55.767Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6/build-script-build` |
4624 | 2025-01-17T05:51:55.809Z | Compiling pbkdf2 v0.11.0 |
4625 | 2025-01-17T05:51:55.811Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=7bc9d81be34f91d0 -C extra-filename=-7bc9d81be34f91d0 --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-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bce0a367b7f65591.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4626 | 2025-01-17T05:51:56.226Z | Compiling async-global-executor v2.4.1 |
4627 | 2025-01-17T05:51:56.228Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=9975d1ea4e7d0016 -C extra-filename=-9975d1ea4e7d0016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-fd8eac20ff582016.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-3f0cbba96e13a609.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-176113be166c83d5.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4628 | 2025-01-17T05:51:57.130Z | Compiling async-process v2.3.0 |
4629 | 2025-01-17T05:51:57.133Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03034f22b2f03290 -C extra-filename=-03034f22b2f03290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-71e186f2734b09f0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4630 | 2025-01-17T05:51:57.744Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=749f9f83774d4169 -C extra-filename=-749f9f83774d4169 --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-306c1e1ce10f7b6c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-9915cd23c8dc40f2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4631 | 2025-01-17T05:51:58.485Z | Compiling cfg-expr v0.17.0 |
4632 | 2025-01-17T05:51:58.488Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=04b744daa2a50cdf -C extra-filename=-04b744daa2a50cdf --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-6dc292e9f3a2bf65.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4633 | 2025-01-17T05:51:59.025Z | Compiling ssh-key v0.6.6 |
4634 | 2025-01-17T05:51:59.028Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=6e4207fc7e1a5294 -C extra-filename=-6e4207fc7e1a5294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df334ac1455e3ebc.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-4d4825e01ba29f8c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4635 | 2025-01-17T05:51:59.897Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55b64f6463660461 -C extra-filename=-55b64f6463660461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4636 | 2025-01-17T05:52:00.028Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4637 | 2025-01-17T05:52:00.062Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d4324f3f8f743ad -C extra-filename=-8d4324f3f8f743ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4638 | 2025-01-17T05:52:01.166Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=722c7e61c8070499 -C extra-filename=-722c7e61c8070499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-b7b4a3fbc27116a7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
4639 | 2025-01-17T05:52:02.920Z | Compiling p521 v0.13.3 |
4640 | 2025-01-17T05:52:02.944Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=9dff52c86ad0a7bd -C extra-filename=-9dff52c86ad0a7bd --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-e8b2861f754b86e4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4641 | 2025-01-17T05:52:03.376Z | Compiling p256 v0.13.2 |
4642 | 2025-01-17T05:52:03.420Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=c722add60b2b7599 -C extra-filename=-c722add60b2b7599 --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-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4643 | 2025-01-17T05:52:04.187Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
4644 | 2025-01-17T05:52:04.190Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60e10d96f48aa9a5 -C extra-filename=-60e10d96f48aa9a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-60e10d96f48aa9a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-722c7e61c8070499.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64` |
4645 | 2025-01-17T05:52:04.244Z | Compiling enum-as-inner v0.5.1 |
4646 | 2025-01-17T05:52:04.247Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ec620825ea8ecde -C extra-filename=-3ec620825ea8ecde --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4647 | 2025-01-17T05:52:05.305Z | Compiling petname v2.0.2 |
4648 | 2025-01-17T05:52:05.308Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=4cf0c57ff6a4ec40 -C extra-filename=-4cf0c57ff6a4ec40 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-4cf0c57ff6a4ec40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4649 | 2025-01-17T05:52:05.488Z | Compiling async-attributes v1.1.2 |
4650 | 2025-01-17T05:52:05.488Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c3084bf408f5617 -C extra-filename=-6c3084bf408f5617 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4651 | 2025-01-17T05:52:05.964Z | Compiling russh-cryptovec v0.7.3 |
4652 | 2025-01-17T05:52:05.991Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b8637a9427dfbdf -C extra-filename=-5b8637a9427dfbdf --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4653 | 2025-01-17T05:52:06.281Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-60e10d96f48aa9a5/build-script-build` |
4654 | 2025-01-17T05:52:06.334Z | Compiling num_cpus v1.16.0 |
4655 | 2025-01-17T05:52:06.337Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d1f07119f625c34 -C extra-filename=-6d1f07119f625c34 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4656 | 2025-01-17T05:52:06.417Z | Compiling kv-log-macro v1.0.7 |
4657 | 2025-01-17T05:52:06.424Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57e2e9693cea642b -C extra-filename=-57e2e9693cea642b --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4658 | 2025-01-17T05:52:06.501Z | Compiling md5 v0.7.0 |
4659 | 2025-01-17T05:52:06.531Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b8cb47351e01526 -C extra-filename=-3b8cb47351e01526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4660 | 2025-01-17T05:52:06.534Z | Compiling threadpool v1.8.1 |
4661 | 2025-01-17T05:52:06.534Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=846e59c413275465 -C extra-filename=-846e59c413275465 --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-6d1f07119f625c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4662 | 2025-01-17T05:52:06.660Z | Compiling async-std v1.13.0 |
4663 | 2025-01-17T05:52:06.664Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=8179515d914d8133 -C extra-filename=-8179515d914d8133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-6c3084bf408f5617.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-26afa5c94eaf216c.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9975d1ea4e7d0016.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-03034f22b2f03290.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-57e2e9693cea642b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4664 | 2025-01-17T05:52:07.049Z | Compiling russh-keys v0.45.0 |
4665 | 2025-01-17T05:52:07.052Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=10f51f74098dc031 -C extra-filename=-10f51f74098dc031 --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-473099c43290a81c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df334ac1455e3ebc.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-98f6f495d8c43e5d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3b8cb47351e01526.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7bc9d81be34f91d0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4666 | 2025-01-17T05:52:07.052Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-4cf0c57ff6a4ec40/build-script-build` |
4667 | 2025-01-17T05:52:07.330Z | Compiling trust-dns-proto v0.22.0 |
4668 | 2025-01-17T05:52:07.333Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=6d2a2107e735ed60 -C extra-filename=-6d2a2107e735ed60 --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-897d930859dde460.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ec620825ea8ecde.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4d1571646888dcd3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4669 | 2025-01-17T05:52:07.447Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=1fdfaa9e549fd810 -C extra-filename=-1fdfaa9e549fd810 --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-04b744daa2a50cdf.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4670 | 2025-01-17T05:52:07.951Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=035620d1d4b9d2f0 -C extra-filename=-035620d1d4b9d2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-13741ed253e6d78b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e3b12ffea62c86a9.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-ce9e578ed5808b4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-643516540c53ad0a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f067b8d891dfd9ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-9a27a508d9276c16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/lib/amd64` |
4671 | 2025-01-17T05:52:08.360Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4672 | 2025-01-17T05:52:08.401Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7de817ef703a7d1 -C extra-filename=-b7de817ef703a7d1 --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-d51c0a9a9ff16656.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4673 | 2025-01-17T05:52:09.052Z | Compiling polar-core v0.27.3 |
4674 | 2025-01-17T05:52:09.055Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=43f74704d62d2e66 -C extra-filename=-43f74704d62d2e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-43f74704d62d2e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-719bb223b3e0108b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4675 | 2025-01-17T05:52:09.998Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4676 | 2025-01-17T05:52:10.001Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c73bb638826e4609 -C extra-filename=-c73bb638826e4609 --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-5dbb4ca0c3e645c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4677 | 2025-01-17T05:52:10.360Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4678 | 2025-01-17T05:52:10.363Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eca39defac5eaea4 -C extra-filename=-eca39defac5eaea4 --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-b1ce1825125c2b44.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4679 | 2025-01-17T05:52:10.848Z | Compiling httptest v0.16.1 |
4680 | 2025-01-17T05:52:10.852Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4e71f3304f4553f -C extra-filename=-b4e71f3304f4553f --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-e31d762c6d2f42d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-b2592bbf09d20250.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4681 | 2025-01-17T05:52:10.889Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-43f74704d62d2e66/build-script-build` |
4682 | 2025-01-17T05:52:10.976Z | Compiling num-bigint v0.4.6 |
4683 | 2025-01-17T05:52:10.996Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=9da7b3e4e7cf8bb2 -C extra-filename=-9da7b3e4e7cf8bb2 --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4684 | 2025-01-17T05:52:12.662Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=be10c4d933af1bf5 -C extra-filename=-be10c4d933af1bf5 --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-af0b922751e7470c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d0d8c9fa65644ebb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4685 | 2025-01-17T05:52:13.664Z | Compiling pathdiff v0.2.2 |
4686 | 2025-01-17T05:52:13.667Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=0bd9e75d59d90d2a -C extra-filename=-0bd9e75d59d90d2a --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-b1ce1825125c2b44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4687 | 2025-01-17T05:52:13.871Z | Compiling rustls-native-certs v0.7.3 |
4688 | 2025-01-17T05:52:13.875Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=768e65fdaf7c2098 -C extra-filename=-768e65fdaf7c2098 --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-0545e742edad87bb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4689 | 2025-01-17T05:52:14.490Z | Compiling des v0.8.1 |
4690 | 2025-01-17T05:52:14.493Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=178b500e1c4de51b -C extra-filename=-178b500e1c4de51b --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4691 | 2025-01-17T05:52:14.873Z | Compiling escape8259 v0.5.3 |
4692 | 2025-01-17T05:52:14.875Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f2bffbb6be9db26 -C extra-filename=-4f2bffbb6be9db26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4693 | 2025-01-17T05:52:14.944Z | Compiling nested v0.1.1 |
4694 | 2025-01-17T05:52:14.947Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9361333588db9976 -C extra-filename=-9361333588db9976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4695 | 2025-01-17T05:52:14.972Z | Compiling dhcproto-macros v0.1.0 |
4696 | 2025-01-17T05:52:14.997Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fd5064b2ad4df2f -C extra-filename=-3fd5064b2ad4df2f --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` |
4697 | 2025-01-17T05:52:15.253Z | Compiling guppy v0.17.8 |
4698 | 2025-01-17T05:52:15.277Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=5dcd11035e860616 -C extra-filename=-5dcd11035e860616 --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-a6fc717be49c6018.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b31b40d58ece303.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9361333588db9976.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-0bd9e75d59d90d2a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-1fdfaa9e549fd810.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4699 | 2025-01-17T05:52:15.280Z | Compiling libtest-mimic v0.7.3 |
4700 | 2025-01-17T05:52:15.280Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1acc3965b92e235c -C extra-filename=-1acc3965b92e235c --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-57f12d656647b1c9.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4f2bffbb6be9db26.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-846e59c413275465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4701 | 2025-01-17T05:52:15.955Z | Compiling dhcproto v0.12.0 |
4702 | 2025-01-17T05:52:15.958Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=02c9e78e1ef3fce3 -C extra-filename=-02c9e78e1ef3fce3 --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-3fd5064b2ad4df2f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-6d2a2107e735ed60.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4703 | 2025-01-17T05:52:16.043Z | Compiling russh v0.45.0 |
4704 | 2025-01-17T05:52:16.046Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4533f4d5a1a91260 -C extra-filename=-4533f4d5a1a91260 --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-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-178b500e1c4de51b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-9da7b3e4e7cf8bb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4705 | 2025-01-17T05:52:17.253Z | Compiling hyper-rustls v0.26.0 |
4706 | 2025-01-17T05:52:17.256Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=d0d32e1871131b64 -C extra-filename=-d0d32e1871131b64 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-768e65fdaf7c2098.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d053d776bc068494.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/` |
4707 | 2025-01-17T05:52:17.822Z | Compiling async-object-pool v0.1.5 |
4708 | 2025-01-17T05:52:17.869Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fd8b815417078c9 -C extra-filename=-9fd8b815417078c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-8179515d914d8133.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4709 | 2025-01-17T05:52:18.060Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=3336ad4b8260bcc1 -C extra-filename=-3336ad4b8260bcc1 --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-5ea0ab5db09c380a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4710 | 2025-01-17T05:52:19.105Z | Compiling fancy-regex v0.13.0 |
4711 | 2025-01-17T05:52:19.108Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e3018a9c5a2d3d8b -C extra-filename=-e3018a9c5a2d3d8b --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-405f76e08a13eea9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4712 | 2025-01-17T05:52:20.342Z | Compiling rstest_macros v0.23.0 |
4713 | 2025-01-17T05:52:20.344Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=0ba1c09213434005 -C extra-filename=-0ba1c09213434005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4714 | 2025-01-17T05:52:20.951Z | Compiling assert-json-diff v2.0.2 |
4715 | 2025-01-17T05:52:20.954Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac8dda0d60e4ed2b -C extra-filename=-ac8dda0d60e4ed2b --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4716 | 2025-01-17T05:52:21.298Z | Compiling serde_regex v1.1.0 |
4717 | 2025-01-17T05:52:21.318Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a23249434fd3bc34 -C extra-filename=-a23249434fd3bc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4718 | 2025-01-17T05:52:21.480Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4719 | 2025-01-17T05:52:21.520Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c14de066ea080b -C extra-filename=-38c14de066ea080b --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4720 | 2025-01-17T05:52:21.625Z | Compiling path-tree v0.8.1 |
4721 | 2025-01-17T05:52:21.629Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6b77e122b115775 -C extra-filename=-f6b77e122b115775 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4722 | 2025-01-17T05:52:21.835Z | Compiling oso v0.27.3 |
4723 | 2025-01-17T05:52:21.881Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=b21351e60193b505 -C extra-filename=-b21351e60193b505 --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-3a8991202317ba87.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9cd0c6030bffc3a0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-be10c4d933af1bf5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4724 | 2025-01-17T05:52:21.976Z | Compiling stringmetrics v2.2.2 |
4725 | 2025-01-17T05:52:21.979Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=206d3986090fa659 -C extra-filename=-206d3986090fa659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4726 | 2025-01-17T05:52:22.239Z | Compiling target-triple v0.1.3 |
4727 | 2025-01-17T05:52:22.272Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b04a280297739ddd -C extra-filename=-b04a280297739ddd --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4728 | 2025-01-17T05:52:22.275Z | Compiling internet-checksum v0.2.1 |
4729 | 2025-01-17T05:52:22.275Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=f1d9bb409fb948e6 -C extra-filename=-f1d9bb409fb948e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4730 | 2025-01-17T05:52:22.525Z | Compiling sync-ptr v0.1.1 |
4731 | 2025-01-17T05:52:22.529Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync-ptr-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=759d4e06e3a3b7cc -C extra-filename=-759d4e06e3a3b7cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4732 | 2025-01-17T05:52:22.796Z | Compiling httpmock v0.8.0-alpha.1 |
4733 | 2025-01-17T05:52:22.831Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=af01086c9fe77939 -C extra-filename=-af01086c9fe77939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-ac8dda0d60e4ed2b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-9fd8b815417078c9.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-8179515d914d8133.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9a5e4f3f27dd75b5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f6b77e122b115775.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-a23249434fd3bc34.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-206d3986090fa659.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4734 | 2025-01-17T05:52:22.846Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd/build-script-build` |
4735 | 2025-01-17T05:52:22.890Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005/build-script-build` |
4736 | 2025-01-17T05:52:23.028Z | Compiling datatest-stable v0.2.9 |
4737 | 2025-01-17T05:52:23.030Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f614a488697ebe2 -C extra-filename=-7f614a488697ebe2 --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-b1ce1825125c2b44.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e3018a9c5a2d3d8b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-1acc3965b92e235c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4738 | 2025-01-17T05:52:23.069Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4739 | 2025-01-17T05:52:23.072Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=4f1454b490fee926 -C extra-filename=-4f1454b490fee926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4740 | 2025-01-17T05:52:23.630Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4741 | 2025-01-17T05:52:23.633Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=669ee59efea84ab6 -C extra-filename=-669ee59efea84ab6 --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-d98e06afb0ecdece.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4742 | 2025-01-17T05:52:23.712Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4743 | 2025-01-17T05:52:23.714Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0acbc81ffa55b515 -C extra-filename=-0acbc81ffa55b515 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0acbc81ffa55b515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4744 | 2025-01-17T05:52:24.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4745 | 2025-01-17T05:52:24.104Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=399fd09095294364 -C extra-filename=-399fd09095294364 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-399fd09095294364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4746 | 2025-01-17T05:52:24.336Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4747 | 2025-01-17T05:52:24.345Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82d19475d273554b -C extra-filename=-82d19475d273554b --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-82d19475d273554b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4748 | 2025-01-17T05:52:24.516Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4749 | 2025-01-17T05:52:24.518Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f98240518f5a3140 -C extra-filename=-f98240518f5a3140 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f98240518f5a3140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4750 | 2025-01-17T05:52:24.748Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87faff8b4a619bc6 -C extra-filename=-87faff8b4a619bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dbc2050f5b8da2e7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4751 | 2025-01-17T05:52:24.925Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4752 | 2025-01-17T05:52:24.927Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbc452cea622397c -C extra-filename=-dbc452cea622397c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-dbc452cea622397c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4753 | 2025-01-17T05:52:25.292Z | Compiling similar-asserts v1.6.0 |
4754 | 2025-01-17T05:52:25.295Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=d3b5c08865df154b -C extra-filename=-d3b5c08865df154b --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-28f84f6bf224f580.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4755 | 2025-01-17T05:52:26.341Z | Compiling proc-macro-crate v3.2.0 |
4756 | 2025-01-17T05:52:26.346Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccdffc40d8449428 -C extra-filename=-ccdffc40d8449428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4757 | 2025-01-17T05:52:27.430Z | Compiling relative-path v1.9.3 |
4758 | 2025-01-17T05:52:27.459Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9f36b4e60321fcbc -C extra-filename=-9f36b4e60321fcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4759 | 2025-01-17T05:52:27.659Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-dbc452cea622397c/build-script-build` |
4760 | 2025-01-17T05:52:27.703Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-f98240518f5a3140/build-script-build` |
4761 | 2025-01-17T05:52:27.788Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-82d19475d273554b/build-script-build` |
4762 | 2025-01-17T05:52:27.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-399fd09095294364/build-script-build` |
4763 | 2025-01-17T05:52:27.834Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-0acbc81ffa55b515/build-script-build` |
4764 | 2025-01-17T05:52:27.878Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d181239f69f95f8c -C extra-filename=-d181239f69f95f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'` |
4765 | 2025-01-17T05:52:28.037Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4766 | 2025-01-17T05:52:28.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d749073c672729a -C extra-filename=-9d749073c672729a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-3336ad4b8260bcc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4767 | 2025-01-17T05:52:28.125Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d3bd6509d2b36dda -C extra-filename=-d3bd6509d2b36dda --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-2f4d20600755659a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ccdffc40d8449428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-9f36b4e60321fcbc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4768 | 2025-01-17T05:52:30.234Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6a70164453694819 -C extra-filename=-6a70164453694819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6e117ffe18a1ff8e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87faff8b4a619bc6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dbc2050f5b8da2e7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4769 | 2025-01-17T05:52:31.387Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4770 | 2025-01-17T05:52:31.391Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea0c9fe66e150ed1 -C extra-filename=-ea0c9fe66e150ed1 --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4771 | 2025-01-17T05:52:33.748Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4772 | 2025-01-17T05:52:33.752Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=085df98eed549d51 -C extra-filename=-085df98eed549d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4773 | 2025-01-17T05:52:34.375Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4774 | 2025-01-17T05:52:34.378Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55d0eae7c1c2e7d6 -C extra-filename=-55d0eae7c1c2e7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4775 | 2025-01-17T05:52:36.223Z | Compiling multimap v0.10.0 |
4776 | 2025-01-17T05:52:36.249Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=ce992aadeccdd867 -C extra-filename=-ce992aadeccdd867 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4777 | 2025-01-17T05:52:36.553Z | Compiling uzers v0.12.1 |
4778 | 2025-01-17T05:52:36.586Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9b126c9fdb310b2e -C extra-filename=-9b126c9fdb310b2e --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-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4779 | 2025-01-17T05:52:37.641Z | Compiling trybuild v1.0.101 |
4780 | 2025-01-17T05:52:37.667Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=30f22dc214dee3b5 -C extra-filename=-30f22dc214dee3b5 --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-bc199f92aeb6c1f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-d181239f69f95f8c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4781 | 2025-01-17T05:52:37.707Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4782 | 2025-01-17T05:52:37.709Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90a309614368284e -C extra-filename=-90a309614368284e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4783 | 2025-01-17T05:52:38.110Z | Compiling rstest v0.23.0 |
4784 | 2025-01-17T05:52:38.113Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=9b9dea370843a9d2 -C extra-filename=-9b9dea370843a9d2 --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-8cb871a83619a59b.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d3bd6509d2b36dda.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4785 | 2025-01-17T05:52:38.373Z | Compiling partial-io v0.5.4 |
4786 | 2025-01-17T05:52:38.376Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=b6a6f8b686c868db -C extra-filename=-b6a6f8b686c868db --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-8cb871a83619a59b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4787 | 2025-01-17T05:52:38.870Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4788 | 2025-01-17T05:52:38.873Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eba8917d9593f1fd -C extra-filename=-eba8917d9593f1fd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-eba8917d9593f1fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4789 | 2025-01-17T05:52:39.278Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4790 | 2025-01-17T05:52:39.282Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=668c6236ff01898b -C extra-filename=-668c6236ff01898b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-668c6236ff01898b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1a5ad661e4d72713.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4791 | 2025-01-17T05:52:39.683Z | Compiling blake2b_simd v1.0.2 |
4792 | 2025-01-17T05:52:39.709Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c2e3c3078913a095 -C extra-filename=-c2e3c3078913a095 --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4793 | 2025-01-17T05:52:40.316Z | Compiling rand_distr v0.4.3 |
4794 | 2025-01-17T05:52:40.318Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=c7f24e2bfd5ef0b9 -C extra-filename=-c7f24e2bfd5ef0b9 --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-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4795 | 2025-01-17T05:52:41.326Z | Compiling approx v0.5.1 |
4796 | 2025-01-17T05:52:41.329Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=1b768e2cfbef1294 -C extra-filename=-1b768e2cfbef1294 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4797 | 2025-01-17T05:52:41.611Z | Compiling rust-argon2 v2.1.0 |
4798 | 2025-01-17T05:52:41.675Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dec2b31547e51175 -C extra-filename=-dec2b31547e51175 --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-dd1ad69982f96338.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-c2e3c3078913a095.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4799 | 2025-01-17T05:52:41.993Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-668c6236ff01898b/build-script-build` |
4800 | 2025-01-17T05:52:42.035Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-eba8917d9593f1fd/build-script-build` |
4801 | 2025-01-17T05:52:42.079Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4802 | 2025-01-17T05:52:42.082Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff6efc02347dd18f -C extra-filename=-ff6efc02347dd18f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4803 | 2025-01-17T05:52:43.225Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6b79ed0d6df069 -C extra-filename=-0c6b79ed0d6df069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d51c0a9a9ff16656.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4804 | 2025-01-17T05:52:43.309Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4805 | 2025-01-17T05:52:43.312Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9166be1061d20771 -C extra-filename=-9166be1061d20771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0c29451f81f0736.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-c35d07996ad49e13.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4806 | 2025-01-17T05:52:44.349Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4807 | 2025-01-17T05:52:44.352Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6aa74293f15209c0 -C extra-filename=-6aa74293f15209c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4808 | 2025-01-17T05:52:45.333Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
4809 | 2025-01-17T05:52:45.336Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86abae2104412082 -C extra-filename=-86abae2104412082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4810 | 2025-01-17T05:52:46.943Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4811 | 2025-01-17T05:52:46.946Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53c487593a53f519 -C extra-filename=-53c487593a53f519 --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-e5af43455e3d9ef8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4812 | 2025-01-17T05:52:47.937Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4813 | 2025-01-17T05:52:47.940Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efe5784ed5fb60a4 -C extra-filename=-efe5784ed5fb60a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4814 | 2025-01-17T05:52:48.357Z | Compiling cargo_toml v0.20.5 |
4815 | 2025-01-17T05:52:48.360Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=c9f8c37e9299f718 -C extra-filename=-c9f8c37e9299f718 --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-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4816 | 2025-01-17T05:52:48.616Z | Compiling termios v0.3.3 |
4817 | 2025-01-17T05:52:48.618Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e52e736774668ad6 -C extra-filename=-e52e736774668ad6 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4818 | 2025-01-17T05:52:48.931Z | Compiling indoc v2.0.5 |
4819 | 2025-01-17T05:52:48.934Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06f1a9f404f3cafa -C extra-filename=-06f1a9f404f3cafa --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` |
4820 | 2025-01-17T05:52:49.597Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0b9ca414dd0fcd3 -C extra-filename=-c0b9ca414dd0fcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-efe5784ed5fb60a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4821 | 2025-01-17T05:52:50.035Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ba9a76a739ded1b -C extra-filename=-0ba9a76a739ded1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4822 | 2025-01-17T05:52:50.419Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4823 | 2025-01-17T05:52:50.422Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41b0202c2981672a -C extra-filename=-41b0202c2981672a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e52e736774668ad6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4824 | 2025-01-17T05:52:50.422Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85bac770d3666720 -C extra-filename=-85bac770d3666720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6aa74293f15209c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4825 | 2025-01-17T05:52:52.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7887d96b8e14987 -C extra-filename=-f7887d96b8e14987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0c29451f81f0736.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-c35d07996ad49e13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-9166be1061d20771.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4826 | 2025-01-17T05:52:54.966Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56f741b352014412 -C extra-filename=-56f741b352014412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-90a309614368284e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4827 | 2025-01-17T05:52:56.117Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02440bad39781706 -C extra-filename=-02440bad39781706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-90a309614368284e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4828 | 2025-01-17T05:52:56.199Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4829 | 2025-01-17T05:52:56.202Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=247f7f8c5c8800a7 -C extra-filename=-247f7f8c5c8800a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-c9f8c37e9299f718.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4830 | 2025-01-17T05:52:57.403Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16d15ad9af46da07 -C extra-filename=-16d15ad9af46da07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-86abae2104412082.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4831 | 2025-01-17T05:52:58.664Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42020c676829a432 -C extra-filename=-42020c676829a432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4832 | 2025-01-17T05:52:58.770Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=486c79989fcfc37d -C extra-filename=-486c79989fcfc37d --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4833 | 2025-01-17T05:52:59.820Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6074a9a614829fc -C extra-filename=-d6074a9a614829fc --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-9b9dea370843a9d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-30f22dc214dee3b5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4834 | 2025-01-17T05:52:59.921Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50eaea3700edc3e9 -C extra-filename=-50eaea3700edc3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-ff6efc02347dd18f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4835 | 2025-01-17T05:52:59.955Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e624f5c50a39e970 -C extra-filename=-e624f5c50a39e970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4836 | 2025-01-17T05:53:00.493Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e829d339721ceed3 -C extra-filename=-e829d339721ceed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4837 | 2025-01-17T05:53:01.548Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e8b95d2c92299c8 -C extra-filename=-8e8b95d2c92299c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4838 | 2025-01-17T05:53:02.197Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=196fa4412585125e -C extra-filename=-196fa4412585125e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-55d0eae7c1c2e7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4839 | 2025-01-17T05:53:03.281Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00a58e5c6000677b -C extra-filename=-00a58e5c6000677b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4840 | 2025-01-17T05:53:04.382Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a15c75143bdba986 -C extra-filename=-a15c75143bdba986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4841 | 2025-01-17T05:53:05.711Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea257db75245e7ea -C extra-filename=-ea257db75245e7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4842 | 2025-01-17T05:53:10.050Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dcb2758d9450bc1 -C extra-filename=-7dcb2758d9450bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-af01086c9fe77939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4843 | 2025-01-17T05:53:11.245Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=61b794a1180ec626 -C extra-filename=-61b794a1180ec626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4844 | 2025-01-17T05:53:12.862Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=9a3cd7b43187c732 -C extra-filename=-9a3cd7b43187c732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4f1454b490fee926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/usr/lib/amd64` |
4845 | 2025-01-17T05:53:14.409Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b42cf57707482502 -C extra-filename=-b42cf57707482502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4846 | 2025-01-17T05:53:15.003Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a9a7f0647bf5b35 -C extra-filename=-0a9a7f0647bf5b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a38a6e1c4da26c00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4847 | 2025-01-17T05:53:15.236Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=24db7099f8279355 -C extra-filename=-24db7099f8279355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4848 | 2025-01-17T05:53:15.907Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05ed792c058d4e22 -C extra-filename=-05ed792c058d4e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4f1454b490fee926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-085df98eed549d51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4849 | 2025-01-17T05:53:16.553Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7306330ef67688b0 -C extra-filename=-7306330ef67688b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4f1454b490fee926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-085df98eed549d51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4850 | 2025-01-17T05:53:18.933Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=074b2dc2c4cd3c12 -C extra-filename=-074b2dc2c4cd3c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-085df98eed549d51.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4851 | 2025-01-17T05:53:30.721Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4852 | 2025-01-17T05:53:30.724Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0125df30070a474d -C extra-filename=-0125df30070a474d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4853 | 2025-01-17T05:53:33.157Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4854 | 2025-01-17T05:53:33.161Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=b035e4f7fc916c5b -C extra-filename=-b035e4f7fc916c5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1994e392628a23ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4855 | 2025-01-17T05:53:33.247Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4856 | 2025-01-17T05:53:33.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20b1e9eb3545a75d -C extra-filename=-20b1e9eb3545a75d --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-8cb871a83619a59b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4857 | 2025-01-17T05:53:35.033Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5bbb14663a96d11 -C extra-filename=-b5bbb14663a96d11 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4858 | 2025-01-17T05:53:37.674Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecb29c4a72a73f39 -C extra-filename=-ecb29c4a72a73f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a38a6e1c4da26c00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4668ad298efd8b0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20b1e9eb3545a75d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4859 | 2025-01-17T05:53:38.931Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27d46a74a09347d5 -C extra-filename=-27d46a74a09347d5 --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-d26e192b7ea979d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4860 | 2025-01-17T05:53:40.115Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a9bfa1e06a9bea2 -C extra-filename=-0a9bfa1e06a9bea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4861 | 2025-01-17T05:53:40.640Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c6c3abcfe2636e1 -C extra-filename=-2c6c3abcfe2636e1 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ea0c9fe66e150ed1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4862 | 2025-01-17T05:53:41.049Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=005c61cafce63a5e -C extra-filename=-005c61cafce63a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4863 | 2025-01-17T05:53:41.430Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a8790532b237aa8 -C extra-filename=-2a8790532b237aa8 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ea0c9fe66e150ed1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4864 | 2025-01-17T05:53:43.389Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4d195e08e7275fee -C extra-filename=-4d195e08e7275fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4865 | 2025-01-17T05:53:44.396Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=50aa32299efda459 -C extra-filename=-50aa32299efda459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4866 | 2025-01-17T05:53:46.844Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebc5c7fe6df943fd -C extra-filename=-ebc5c7fe6df943fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a38a6e1c4da26c00.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4668ad298efd8b0e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87faff8b4a619bc6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cf1c2df7f44c98af.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0c29451f81f0736.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-c35d07996ad49e13.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-27d46a74a09347d5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20b1e9eb3545a75d.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ecb29c4a72a73f39.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0125df30070a474d.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0a9bfa1e06a9bea2.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b5bbb14663a96d11.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1994e392628a23ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4867 | 2025-01-17T05:53:50.844Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0de5b32a44124083 -C extra-filename=-0de5b32a44124083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4868 | 2025-01-17T05:53:52.900Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32b1ae2d2be144df -C extra-filename=-32b1ae2d2be144df --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ea0c9fe66e150ed1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4869 | 2025-01-17T05:53:53.938Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=254d0b4f99036f7d -C extra-filename=-254d0b4f99036f7d --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-02c9e78e1ef3fce3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4533f4d5a1a91260.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-10f51f74098dc031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4870 | 2025-01-17T05:53:55.555Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ebc799f5b0856c20 -C extra-filename=-ebc799f5b0856c20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4871 | 2025-01-17T05:53:58.359Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1981d52d4129c529 -C extra-filename=-1981d52d4129c529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4872 | 2025-01-17T05:53:58.920Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e312761206b3a112 -C extra-filename=-e312761206b3a112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9d749073c672729a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4873 | 2025-01-17T05:53:58.960Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fe87fb7ce037f4e -C extra-filename=-2fe87fb7ce037f4e --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-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4874 | 2025-01-17T05:54:02.426Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f655719a743d792 -C extra-filename=-0f655719a743d792 --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-1a1620dc82e4041b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4875 | 2025-01-17T05:54:07.718Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=5677f39847dae920 -C extra-filename=-5677f39847dae920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6e117ffe18a1ff8e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87faff8b4a619bc6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dbc2050f5b8da2e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4876 | 2025-01-17T05:54:09.233Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98a095cd7f4acd37 -C extra-filename=-98a095cd7f4acd37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a38a6e1c4da26c00.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4668ad298efd8b0e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fba81aeebbb97ab8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-035620d1d4b9d2f0.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0cc077cc72dca04.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a0199d1a5cb36918.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b4e71f3304f4553f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d0d32e1871131b64.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87faff8b4a619bc6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cf1c2df7f44c98af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0c29451f81f0736.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-c35d07996ad49e13.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-27d46a74a09347d5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20b1e9eb3545a75d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ecb29c4a72a73f39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0125df30070a474d.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0a9bfa1e06a9bea2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b5bbb14663a96d11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1994e392628a23ea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fb783d98cf7e098a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd2f093d2baa212f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d3b5c08865df154b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4877 | 2025-01-17T05:54:18.067Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40c4d18db69619ac -C extra-filename=-40c4d18db69619ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4878 | 2025-01-17T05:54:20.748Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eb2b773aa5d4cc5 -C extra-filename=-5eb2b773aa5d4cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4879 | 2025-01-17T05:54:23.897Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57d6f3283e0545cc -C extra-filename=-57d6f3283e0545cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d51c0a9a9ff16656.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0c6b79ed0d6df069.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4880 | 2025-01-17T05:54:26.040Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05c8143df9ea604a -C extra-filename=-05c8143df9ea604a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6dca6bcf20553773.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-dbc2050f5b8da2e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b21351e60193b505.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a17be4191b17b1dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4881 | 2025-01-17T05:54:26.339Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c99688c50a385c9b -C extra-filename=-c99688c50a385c9b --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87faff8b4a619bc6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-cb1962f3a82a2250.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4882 | 2025-01-17T05:54:44.666Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2eb694b3bc59628 -C extra-filename=-f2eb694b3bc59628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d51c0a9a9ff16656.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-b035e4f7fc916c5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4883 | 2025-01-17T05:54:45.197Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=c42e00a54f0ff8ae -C extra-filename=-c42e00a54f0ff8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1994e392628a23ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b903724859c6d5c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/` |
4884 | 2025-01-17T05:54:49.707Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77dc5fcd072e8196 -C extra-filename=-77dc5fcd072e8196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-53c487593a53f519.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0125df30070a474d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4885 | 2025-01-17T05:54:51.079Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370a876cf3fcf313 -C extra-filename=-370a876cf3fcf313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1a1620dc82e4041b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-44f629abcab8d595.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6a70164453694819.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0125df30070a474d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b5bbb14663a96d11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4886 | 2025-01-17T05:54:52.761Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e360d9702a6b20f1 -C extra-filename=-e360d9702a6b20f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4f1454b490fee926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-c73bb638826e4609.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-59dd780fc17bc387.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4887 | 2025-01-17T05:55:04.882Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57092f9d4fb0f8c4 -C extra-filename=-57092f9d4fb0f8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-669ee59efea84ab6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4888 | 2025-01-17T05:55:15.529Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f97e5ca160e43d88 -C extra-filename=-f97e5ca160e43d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4889 | 2025-01-17T05:55:15.858Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46a60d2599cf07cd -C extra-filename=-46a60d2599cf07cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-669ee59efea84ab6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4890 | 2025-01-17T05:55:18.187Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd83f05a91fd59b7 -C extra-filename=-bd83f05a91fd59b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4891 | 2025-01-17T05:55:20.556Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c770cf7001080817 -C extra-filename=-c770cf7001080817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4892 | 2025-01-17T05:55:23.238Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0d066da663926dd -C extra-filename=-d0d066da663926dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4893 | 2025-01-17T05:55:27.649Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a6fccb33444b2f -C extra-filename=-c3a6fccb33444b2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-7f614a488697ebe2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4894 | 2025-01-17T05:55:35.739Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ef93fd2ad347d60a -C extra-filename=-ef93fd2ad347d60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e8b765c1fdef9a48.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-02c61165f9e8f681.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5dcd11035e860616.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3d031e7c5eb6a213.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-511117e2139be012.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-6966a98ca9b77799.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6011fa3008dbfe9e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cb73e889de0c6439.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-1bfa087e3eadbb36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-a86989e3613052b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3075d68367f9af7a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f3e7f1a285c25c1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9bd308843595f4d1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-90dc7ce239abe1ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4895 | 2025-01-17T05:55:37.802Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b77b56313048931 -C extra-filename=-6b77b56313048931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-3336ad4b8260bcc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4896 | 2025-01-17T05:55:39.346Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2996924774aabc8f -C extra-filename=-2996924774aabc8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4897 | 2025-01-17T05:55:41.063Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4898 | 2025-01-17T05:55:41.087Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f704d5fb8dd9e982 -C extra-filename=-f704d5fb8dd9e982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4899 | 2025-01-17T05:55:41.992Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=711ea33a2ff0a3c1 -C extra-filename=-711ea33a2ff0a3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4900 | 2025-01-17T05:55:43.305Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f6f541358cc74a6 -C extra-filename=-7f6f541358cc74a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4901 | 2025-01-17T05:55:44.596Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8c8b3c99f3195b8 -C extra-filename=-e8c8b3c99f3195b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4902 | 2025-01-17T05:55:47.594Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d17775272c0c7f61 -C extra-filename=-d17775272c0c7f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-eca39defac5eaea4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4903 | 2025-01-17T05:55:47.895Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1073275fb8b280b7 -C extra-filename=-1073275fb8b280b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-290c91b00d819e1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b7de817ef703a7d1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-359fb1e3a53bf522.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0c29451f81f0736.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-c35d07996ad49e13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-55560dd4ebdb38d6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-36a81f7fc37c9063.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-1c795875bbef1360.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4904 | 2025-01-17T05:55:50.351Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afa624c1ecb2e164 -C extra-filename=-afa624c1ecb2e164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4905 | 2025-01-17T05:55:58.885Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ae60bbd7ae27dd6 -C extra-filename=-2ae60bbd7ae27dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4906 | 2025-01-17T05:56:09.697Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3feb7a7a982e77e2 -C extra-filename=-3feb7a7a982e77e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-da59f07f4fc7cdc4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8d4324f3f8f743ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4907 | 2025-01-17T05:56:12.316Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0c01901bced748e -C extra-filename=-d0c01901bced748e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4908 | 2025-01-17T05:56:14.945Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b96ecb553e0c617 -C extra-filename=-8b96ecb553e0c617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4909 | 2025-01-17T05:56:19.632Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=852b4afbe535e62b -C extra-filename=-852b4afbe535e62b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4910 | 2025-01-17T05:56:21.096Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa496f11a5c7216f -C extra-filename=-aa496f11a5c7216f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d0d4b1f613803568.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4911 | 2025-01-17T05:56:24.242Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1ce3dbf7b6e8e89 -C extra-filename=-d1ce3dbf7b6e8e89 --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-44f629abcab8d595.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4912 | 2025-01-17T05:56:30.153Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2a61ff547bd46f6 -C extra-filename=-a2a61ff547bd46f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b9ed638281fb6747.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6c18d709ab97ad3b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4913 | 2025-01-17T05:56:31.269Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84440091eff663d2 -C extra-filename=-84440091eff663d2 --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-d51c0a9a9ff16656.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4914 | 2025-01-17T05:56:33.470Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f9d52890bf4b6730 -C extra-filename=-f9d52890bf4b6730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4915 | 2025-01-17T05:56:42.248Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=4bdd4f4b592882d5 -C extra-filename=-4bdd4f4b592882d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4916 | 2025-01-17T05:56:45.861Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a6f223eb0427679d -C extra-filename=-a6f223eb0427679d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-58d0e918f3a91efb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-64d157d0d89a684a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4917 | 2025-01-17T05:56:50.370Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d28c788602cd183a -C extra-filename=-d28c788602cd183a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4918 | 2025-01-17T05:56:52.421Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3828ea0762f9a65 -C extra-filename=-c3828ea0762f9a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-28f84f6bf224f580.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d631dbb71f8dee07.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4919 | 2025-01-17T05:57:01.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c78751f29d32457 -C extra-filename=-8c78751f29d32457 --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-d26e192b7ea979d3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-bc78c68899aa42e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4920 | 2025-01-17T05:57:04.367Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4921 | 2025-01-17T05:57:04.393Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccff5e6983b61df6 -C extra-filename=-ccff5e6983b61df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d24c50ab8c3cb1c4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out` |
4922 | 2025-01-17T05:57:08.275Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a32bf50481796b -C extra-filename=-c3a32bf50481796b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-4030219e864f3183.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-32c3dafb844e9edc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4923 | 2025-01-17T05:57:08.513Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cfb9331691dc4de -C extra-filename=-2cfb9331691dc4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8c1443b4697e66ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-431d18deee3b11af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4924 | 2025-01-17T05:57:15.983Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27aa66f8f8c5b173 -C extra-filename=-27aa66f8f8c5b173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4925 | 2025-01-17T05:57:16.213Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37f5439d41cdbc61 -C extra-filename=-37f5439d41cdbc61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-2c073b16fdcf96f9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-707773d9ca9f2a08.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-822fee19ba69f87b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4926 | 2025-01-17T05:57:19.119Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3945a43eee2f21b -C extra-filename=-f3945a43eee2f21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4927 | 2025-01-17T05:57:22.198Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20f277dfd5ab354a -C extra-filename=-20f277dfd5ab354a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4928 | 2025-01-17T05:58:02.856Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33a816e3e9f2f62f -C extra-filename=-33a816e3e9f2f62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4929 | 2025-01-17T05:58:02.859Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80a0dac7013fb147 -C extra-filename=-80a0dac7013fb147 --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4930 | 2025-01-17T05:58:03.048Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4a68363a46f6e87 -C extra-filename=-d4a68363a46f6e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1c6a8010544b46c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29448113af00ac52.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec88b3e31e735f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8fb200c90b572e08.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-22de63a57451aab3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4931 | 2025-01-17T05:58:04.563Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4932 | 2025-01-17T05:58:04.566Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=204a0c9061f28988 -C extra-filename=-204a0c9061f28988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a6d396a6ee5daf74.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cbffde533070f04f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4933 | 2025-01-17T05:58:04.913Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62999cdb202f6637 -C extra-filename=-62999cdb202f6637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-513148a69b694504.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4934 | 2025-01-17T05:58:10.027Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9b4b406bd9e6925 -C extra-filename=-c9b4b406bd9e6925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-66b60e8b6ff591f4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4935 | 2025-01-17T05:58:10.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c06bf53945c7c4e -C extra-filename=-9c06bf53945c7c4e --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-e8b765c1fdef9a48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4936 | 2025-01-17T05:58:10.031Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3b454f7df10cb12 -C extra-filename=-c3b454f7df10cb12 --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-d26e192b7ea979d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4b739aef2faae15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4937 | 2025-01-17T05:58:13.144Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=296e1f9c6c8653f9 -C extra-filename=-296e1f9c6c8653f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e9fd65f359867c8a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8e03c0c40882d8db.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a9c6fd090a69a2da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4938 | 2025-01-17T05:58:19.115Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21e6594d32e2eab9 -C extra-filename=-21e6594d32e2eab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4939 | 2025-01-17T05:58:21.520Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4c53c40e81a1418 -C extra-filename=-d4c53c40e81a1418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4940 | 2025-01-17T05:58:22.184Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1748ddc17db85c71 -C extra-filename=-1748ddc17db85c71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4941 | 2025-01-17T05:58:27.773Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4523be2258d05195 -C extra-filename=-4523be2258d05195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4942 | 2025-01-17T05:58:29.373Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91098ea125beb2b7 -C extra-filename=-91098ea125beb2b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4943 | 2025-01-17T05:58:37.540Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85c249c6499e83a3 -C extra-filename=-85c249c6499e83a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-6e57ceb97f905618.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-869e865a70754660.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-be023e1f15c7fe33.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-04abc4d634e12d97.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-01ae4193fe28f739.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-2142c2f6805d4362.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4944 | 2025-01-17T05:58:39.303Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bc3c01a7f291dbf -C extra-filename=-5bc3c01a7f291dbf --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4945 | 2025-01-17T05:58:40.185Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d80f4fc218289aac -C extra-filename=-d80f4fc218289aac --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4946 | 2025-01-17T05:58:47.680Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f7a5d061d9d65d -C extra-filename=-b2f7a5d061d9d65d --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-f7b0236d3ba61eae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4947 | 2025-01-17T05:58:47.953Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8980796c771b114f -C extra-filename=-8980796c771b114f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9bc331666e640b19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6cf3551526db34df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-abf42d94f035b223.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4948 | 2025-01-17T05:58:49.380Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aae3d05b13f47ed -C extra-filename=-5aae3d05b13f47ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-8e6c2b00435f0df6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-b34d1c090ab67efe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4e3f7dbf8ffba0c5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1258d7474f9fa8f6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e8de6a5c1cd11221.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2344734b2a24031e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4949 | 2025-01-17T05:59:05.209Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c47a78a69029bd9 -C extra-filename=-5c47a78a69029bd9 --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-3670e9bccbe3cfb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4950 | 2025-01-17T05:59:05.915Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d15594c9acb9ce5a -C extra-filename=-d15594c9acb9ce5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4dd0af7079df5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4951 | 2025-01-17T05:59:08.021Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a57afc12cf90e344 -C extra-filename=-a57afc12cf90e344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8375ac69ab4c2472.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4952 | 2025-01-17T05:59:08.229Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=117a181f0c4437fa -C extra-filename=-117a181f0c4437fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e5dbf8061c15845c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d73ed40f0b96a901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64` |
4953 | 2025-01-17T05:59:09.817Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1063e375754fe561 -C extra-filename=-1063e375754fe561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4954 | 2025-01-17T05:59:10.534Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0fa7e78f3f212cea -C extra-filename=-0fa7e78f3f212cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f12f93c9d30ebb6a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d7d796ba0166ee80.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b680b668037f1886.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1ccc891f17e7a7a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-9425b34980a5d17c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2fb5b90a003dd459.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8b10c05fae7bff9f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4955 | 2025-01-17T05:59:13.855Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12cd98a3b28aaf45 -C extra-filename=-12cd98a3b28aaf45 --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-d780d2afa3e212a3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4956 | 2025-01-17T05:59:17.025Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83ada31270d77d8d -C extra-filename=-83ada31270d77d8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b3ef8a899962c65e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9f5f44c5619b4e64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cf1c2df7f44c98af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-144770df53cd452b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d175ec0e6055de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4957 | 2025-01-17T05:59:25.753Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=989604dcc06704d7 -C extra-filename=-989604dcc06704d7 --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-897d930859dde460.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f9d8b2255a5cd57e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4958 | 2025-01-17T05:59:28.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f94e09c702cf86c -C extra-filename=-3f94e09c702cf86c --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-d26e192b7ea979d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1809628cf7129da6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4959 | 2025-01-17T05:59:31.622Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b474365c0cb5fbf6 -C extra-filename=-b474365c0cb5fbf6 --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-d780d2afa3e212a3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4960 | 2025-01-17T05:59:35.476Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3472f85a9b54791a -C extra-filename=-3472f85a9b54791a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-20f8b882d6af2fef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cfe4149144aa9ed2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-adf6f5265d036b1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4961 | 2025-01-17T05:59:39.505Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6718a0c39a88381 -C extra-filename=-a6718a0c39a88381 --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-d780d2afa3e212a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4962 | 2025-01-17T05:59:41.925Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af58da0be831a4f0 -C extra-filename=-af58da0be831a4f0 --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-11d53518d3033dcd.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-de84b61dee526956.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4963 | 2025-01-17T05:59:42.165Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba90e8042ab4cc1b -C extra-filename=-ba90e8042ab4cc1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-74076cc4a25192a3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4964 | 2025-01-17T05:59:42.169Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=23674aca5ef24520 -C extra-filename=-23674aca5ef24520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-96a83a30bd64e05a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bc199f92aeb6c1f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b1f3c139d66838.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eab1b55434b85907.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b10c8d3b5e617cb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out` |
4965 | 2025-01-17T05:59:45.088Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b13bc4d91b4ff954 -C extra-filename=-b13bc4d91b4ff954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-71e8ba8658edf5d5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4966 | 2025-01-17T05:59:59.661Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3113887e982ccbe -C extra-filename=-b3113887e982ccbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5dbb4ca0c3e645c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4967 | 2025-01-17T06:00:02.948Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e1bc9f476638ffd -C extra-filename=-5e1bc9f476638ffd --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-5dbb4ca0c3e645c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4968 | 2025-01-17T06:00:04.487Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=ad1a91b2034e9d3d -C extra-filename=-ad1a91b2034e9d3d --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-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5964373241b07325.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0d40bd6c091448ad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4969 | 2025-01-17T06:00:06.574Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe8dd8c87c270e72 -C extra-filename=-fe8dd8c87c270e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-82fd942cff4ff4d3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf7866eed4ffed64.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-145b5871a4e332b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8ac8f69bbb845751.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-75da850f88b93e4d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4970 | 2025-01-17T06:00:08.524Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8beaba143b344a10 -C extra-filename=-8beaba143b344a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459879870c126ea.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7cd3505ad86f7f5c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4971 | 2025-01-17T06:00:16.161Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=264092d6c776fbc0 -C extra-filename=-264092d6c776fbc0 --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-bdc20c07ba6dccb2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0e0f0a770c1247f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9b66d0d1f848c467.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1705060f35292c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4972 | 2025-01-17T06:00:18.764Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85bf8b7747dfe574 -C extra-filename=-85bf8b7747dfe574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-66e8973c4182801d.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-897d930859dde460.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d26e192b7ea979d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57f12d656647b1c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fcfad44d7f27c0a6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-7c5bd268e3dbf105.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d780d2afa3e212a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfbceecec4197a33.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d91091083f1b6c45.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4cc1d1dbf99fc746.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-3670e9bccbe3cfb3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64a67d9f5c8f79bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f80223e76d7ab92e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b268ccde843bbdf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-df6493cd61430fff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6ce3dd0f6f6148ba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0298be6a141a2792.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-481956cbb04eddda.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2f42bfae58aa2859.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4973 | 2025-01-17T06:00:19.983Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b380722965d808f5 -C extra-filename=-b380722965d808f5 --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-ed17a431564dceac.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4974 | 2025-01-17T06:00:20.448Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a105655735fa0c72 -C extra-filename=-a105655735fa0c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4975 | 2025-01-17T06:00:21.006Z | error: unnecessary parentheses around block return value |
4976 | 2025-01-17T06:00:21.006Z | --> installinator-common/src/block_size_writer.rs:199:20 |
4977 | 2025-01-17T06:00:21.006Z | | |
4978 | 2025-01-17T06:00:21.006Z | 199 | #[strategy((16_usize..4096))] block_size: usize, |
4979 | 2025-01-17T06:00:21.006Z | | ^ ^ |
4980 | 2025-01-17T06:00:21.006Z | | |
4981 | 2025-01-17T06:00:21.006Z | = note: `-D unused-parens` implied by `-D warnings` |
4982 | 2025-01-17T06:00:21.006Z | = help: to override `-D warnings` add `#[allow(unused_parens)]` |
4983 | 2025-01-17T06:00:21.006Z | help: remove these parentheses |
4984 | 2025-01-17T06:00:21.006Z | | |
4985 | 2025-01-17T06:00:21.009Z | 199 - #[strategy((16_usize..4096))] block_size: usize, |
4986 | 2025-01-17T06:00:21.009Z | 199 + #[strategy(16_usize..4096)] block_size: usize, |
4987 | 2025-01-17T06:00:21.009Z | | |
4988 | 2025-01-17T06:00:21.009Z | |
4989 | 2025-01-17T06:00:22.327Z | error: could not compile `installinator-common` (lib test) due to 1 previous error |
4990 | 2025-01-17T06:00:22.330Z | |
4991 | 2025-01-17T06:00:22.330Z | Caused by: |
4992 | 2025-01-17T06:00:22.330Z | process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a105655735fa0c72 -C extra-filename=-a105655735fa0c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-9392e5b1dc48e458.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed17a431564dceac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6c188f24f5620721.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e5af43455e3d9ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4c4c15d58dd6f243.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-825504549cecdb9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3bd5e82b9de3c922.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4408794505d7a13c/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` (exit status: 1) |
4993 | 2025-01-17T06:00:22.330Z | warning: build failed, waiting for other jobs to finish... |
4994 | 2025-01-17T06:03:22.863Z | |
4995 | 2025-01-17T06:03:22.866Z | real 16:51.250382390 |
4996 | 2025-01-17T06:03:22.866Z | user 1:44:09.417831609 |
4997 | 2025-01-17T06:03:22.866Z | sys 11:34.307467745 |
4998 | 2025-01-17T06:03:22.866Z | trap 6.013894653 |
4999 | 2025-01-17T06:03:22.866Z | tflt 6.613833753 |
5000 | 2025-01-17T06:03:22.866Z | dflt 2:12.365174922 |
5001 | 2025-01-17T06:03:22.866Z | kflt 1.921934806 |
5002 | 2025-01-17T06:03:22.866Z | lock 3:38:09.606115547 |
5003 | 2025-01-17T06:03:22.866Z | slp 7:50:36.575169138 |
5004 | 2025-01-17T06:03:22.866Z | lat 5:37.029847146 |
5005 | 2025-01-17T06:03:22.866Z | stop 9:48.987475949 |
5006 | 2025-01-17T06:03:24.860Z | process exited: duration 1341509 ms, exit code 101 |
|
5007 | 2025-01-17T06:03:24.896Z | found 2 output files |
5008 | 2025-01-17T06:03:24.896Z | uploading: /work/crate-build-timings.json (575497 bytes) |
5009 | 2025-01-17T06:03:25.926Z | uploaded: /work/crate-build-timings.json |
5010 | 2025-01-17T06:03:25.926Z | uploading: /work/environment.json (108 bytes) |
5011 | 2025-01-17T06:03:26.941Z | uploaded: /work/environment.json |