|
|
|
1 | 2025-02-28T23:39:30.547Z | job assigned to worker 01JN7ETFR63CRN85SH4QGZTF3B [factory aws, i-0a5d1921990632d3c] (queued for 52 s) |
|
2 | 2025-02-28T23:39:38.356Z | starting task 0: "setup" |
3 | 2025-02-28T23:39:38.360Z | ++ uname -s |
4 | 2025-02-28T23:39:38.363Z | + kern=SunOS |
5 | 2025-02-28T23:39:38.363Z | + build_user=build |
6 | 2025-02-28T23:39:38.363Z | + build_uid=12345 |
7 | 2025-02-28T23:39:38.364Z | + work_dir=/work |
8 | 2025-02-28T23:39:38.364Z | + input_dir=/input |
9 | 2025-02-28T23:39:38.364Z | + [[ 0 == 12345 ]] |
10 | 2025-02-28T23:39:38.364Z | + case "$kern" in |
11 | 2025-02-28T23:39:38.364Z | + groupadd -g 12345 build |
12 | 2025-02-28T23:39:38.367Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-28T23:39:40.373Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-28T23:39:40.500Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-28T23:39:40.503Z | + home_fs=zfs |
16 | 2025-02-28T23:39:40.503Z | + [[ zfs == autofs ]] |
17 | 2025-02-28T23:39:40.503Z | + mkdir -p /home/build |
18 | 2025-02-28T23:39:40.503Z | + chown build:build /home/build /work |
19 | 2025-02-28T23:39:42.506Z | + chmod 0700 /home/build /work |
20 | 2025-02-28T23:39:42.510Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-02-28T23:39:42.517Z | starting task 1: "rust-toolchain" |
22 | 2025-02-28T23:39:42.522Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-28T23:39:42.522Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-28T23:39:42.522Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-28T23:39:42.522Z | * rust toolchain profile = "default" |
26 | 2025-02-28T23:39:42.522Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-28T23:39:42.522Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-28T23:39:42.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-28T23:39:42.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-28T23:39:42.644Z | info: downloading installer |
31 | 2025-02-28T23:39:43.935Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-28T23:39:43.935Z | warning: /opt/ooce/bin |
33 | 2025-02-28T23:39:43.935Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-28T23:39:43.935Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-28T23:39:43.935Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-28T23:39:43.935Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-28T23:39:43.935Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-28T23:39:43.935Z | error: cannot install while Rust is installed |
39 | 2025-02-28T23:39:43.935Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-28T23:39:43.947Z | info: profile set to 'default' |
41 | 2025-02-28T23:39:43.947Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-28T23:39:43.951Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-28T23:39:44.107Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-28T23:39:44.107Z | info: downloading component 'cargo' |
45 | 2025-02-28T23:39:45.002Z | info: downloading component 'clippy' |
46 | 2025-02-28T23:39:45.341Z | info: downloading component 'rust-docs' |
47 | 2025-02-28T23:39:46.554Z | info: downloading component 'rust-std' |
48 | 2025-02-28T23:39:48.353Z | info: downloading component 'rustc' |
49 | 2025-02-28T23:39:55.255Z | info: downloading component 'rustfmt' |
50 | 2025-02-28T23:39:55.515Z | info: installing component 'cargo' |
51 | 2025-02-28T23:39:56.395Z | info: installing component 'clippy' |
52 | 2025-02-28T23:39:56.793Z | info: installing component 'rust-docs' |
53 | 2025-02-28T23:39:58.467Z | info: installing component 'rust-std' |
54 | 2025-02-28T23:40:00.269Z | info: installing component 'rustc' |
55 | 2025-02-28T23:40:06.420Z | info: installing component 'rustfmt' |
56 | 2025-02-28T23:40:06.745Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-28T23:40:06.746Z | |
58 | 2025-02-28T23:40:07.146Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-28T23:40:07.146Z | |
60 | 2025-02-28T23:40:07.150Z | |
61 | 2025-02-28T23:40:07.150Z | Rust is installed now. Great! |
62 | 2025-02-28T23:40:07.150Z | |
63 | 2025-02-28T23:40:07.150Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-28T23:40:07.150Z | environment variable. This has not been done automatically. |
65 | 2025-02-28T23:40:07.150Z | |
66 | 2025-02-28T23:40:07.150Z | To configure your current shell, you need to source |
67 | 2025-02-28T23:40:07.150Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-28T23:40:07.150Z | |
69 | 2025-02-28T23:40:07.150Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-28T23:40:07.150Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-28T23:40:07.150Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-28T23:40:07.228Z | + rustup --version |
73 | 2025-02-28T23:40:07.235Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-28T23:40:07.235Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-28T23:40:07.313Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-28T23:40:07.316Z | + cargo --version |
77 | 2025-02-28T23:40:07.374Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-28T23:40:07.378Z | + rustc --version |
79 | 2025-02-28T23:40:07.438Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-28T23:40:07.441Z | process exited: duration 24921 ms, exit code 0 |
|
81 | 2025-02-28T23:40:07.448Z | starting task 2: "authentication" |
82 | 2025-02-28T23:40:07.470Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-28T23:40:07.477Z | starting task 3: "clone repository" |
84 | 2025-02-28T23:40:07.482Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-28T23:40:07.485Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-28T23:40:07.522Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-28T23:40:16.449Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-28T23:40:16.449Z | + git fetch origin a565ec3e069e5ec516fdec16863caf4d2daabe18 |
89 | 2025-02-28T23:40:16.734Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-28T23:40:16.735Z | * branch a565ec3e069e5ec516fdec16863caf4d2daabe18 -> FETCH_HEAD |
91 | 2025-02-28T23:40:16.744Z | + [[ -n '' ]] |
92 | 2025-02-28T23:40:16.744Z | + git reset --hard a565ec3e069e5ec516fdec16863caf4d2daabe18 |
93 | 2025-02-28T23:40:16.929Z | HEAD is now at a565ec3e0 refine error messages about not having a propolis address |
94 | 2025-02-28T23:40:16.935Z | process exited: duration 9456 ms, exit code 0 |
|
95 | 2025-02-28T23:40:16.942Z | starting task 4: "build" |
96 | 2025-02-28T23:40:16.952Z | + source ./env.sh |
97 | 2025-02-28T23:40:16.952Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-02-28T23:40:16.952Z | ++ set -o xtrace |
99 | 2025-02-28T23:40:16.955Z | ++++ dirname ./env.sh |
100 | 2025-02-28T23:40:16.958Z | +++ readlink -f . |
101 | 2025-02-28T23:40:16.961Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-02-28T23:40:16.962Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-02-28T23:40:16.962Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-02-28T23:40:16.962Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2025-02-28T23:40:16.962Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2025-02-28T23:40:16.962Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2025-02-28T23:40:16.962Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2025-02-28T23:40:16.962Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-28T23:40:16.962Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-28T23:40:16.962Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-02-28T23:40:16.962Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-02-28T23:40:16.962Z | + source .github/buildomat/ci-env.sh |
113 | 2025-02-28T23:40:16.962Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-02-28T23:40:16.962Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-02-28T23:40:16.962Z | + target_os=illumos |
116 | 2025-02-28T23:40:16.962Z | + NEXTEST_VERSION=0.9.86 |
117 | 2025-02-28T23:40:16.962Z | + cargo --version |
118 | 2025-02-28T23:40:17.009Z | cargo 1.84.0 (66221abde 2024-11-19) |
119 | 2025-02-28T23:40:17.012Z | + rustc --version |
120 | 2025-02-28T23:40:17.071Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
121 | 2025-02-28T23:40:17.074Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos |
122 | 2025-02-28T23:40:17.078Z | + gunzip |
123 | 2025-02-28T23:40:17.078Z | + tar -xvf - -C /home/build/.cargo/bin |
124 | 2025-02-28T23:40:18.135Z | x cargo-nextest, 17157904 bytes, 33512 tape blocks |
125 | 2025-02-28T23:40:18.139Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
126 | 2025-02-28T23:40:18.139Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
127 | 2025-02-28T23:40:18.139Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
128 | 2025-02-28T23:40:18.139Z | + mkdir /var/tmp/omicron_tmp |
129 | 2025-02-28T23:40:18.139Z | + OUTPUT_DIR=/work |
130 | 2025-02-28T23:40:18.139Z | + echo 'tests will store non-ephemeral output in /work' |
131 | 2025-02-28T23:40:18.139Z | tests will store non-ephemeral output in /work |
132 | 2025-02-28T23:40:18.139Z | + mkdir -p /work |
133 | 2025-02-28T23:40:18.142Z | + banner prerequisites |
134 | 2025-02-28T23:40:18.146Z | |
135 | 2025-02-28T23:40:18.146Z | ##### ##### ###### ##### ###### #### # # # #### # |
136 | 2025-02-28T23:40:18.147Z | # # # # # # # # # # # # # # # |
137 | 2025-02-28T23:40:18.147Z | # # # # ##### # # ##### # # # # # #### # |
138 | 2025-02-28T23:40:18.147Z | ##### ##### # ##### # # # # # # # # # |
139 | 2025-02-28T23:40:18.147Z | # # # # # # # # # # # # # # # |
140 | 2025-02-28T23:40:18.147Z | # # # ###### # # ###### ### # #### # #### # |
141 | 2025-02-28T23:40:18.147Z | |
142 | 2025-02-28T23:40:18.147Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
143 | 2025-02-28T23:40:19.802Z | pkg list: illegal option -- F |
144 | 2025-02-28T23:40:19.802Z | Usage: |
145 | 2025-02-28T23:40:19.802Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
146 | 2025-02-28T23:40:19.802Z | [pkg_fmri_pattern ...] |
147 | 2025-02-28T23:40:20.627Z | pkg list: illegal option -- F |
148 | 2025-02-28T23:40:20.627Z | Usage: |
149 | 2025-02-28T23:40:20.628Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
150 | 2025-02-28T23:40:20.628Z | [pkg_fmri_pattern ...] |
151 | 2025-02-28T23:40:31.763Z | Startup: Refreshing catalog 'helios-dev' ... Done |
152 | 2025-02-28T23:40:36.148Z | Startup: Caching catalogs ... Done |
153 | 2025-02-28T23:40:49.457Z | Planning: Solver setup ... Done (12.357s) |
154 | 2025-02-28T23:40:49.609Z | Planning: Running solver ... Done (0.154s) |
155 | 2025-02-28T23:40:49.730Z | Planning: Finding local manifests ... Done (0.006s) |
156 | 2025-02-28T23:40:49.742Z | Planning: Fetching manifests: 0/7 0% complete |
157 | 2025-02-28T23:40:49.972Z | Planning: Fetching manifests: 7/7 100% complete |
158 | 2025-02-28T23:40:50.083Z | Planning: Package planning ... Done (0.111s) |
159 | 2025-02-28T23:40:50.139Z | Planning: Merging actions ... Done (0.056s) |
160 | 2025-02-28T23:40:50.337Z | Planning: Checking for conflicting actions ... Done (0.196s) |
161 | 2025-02-28T23:40:52.441Z | Planning: Consolidating action changes ... Done (2.105s) |
162 | 2025-02-28T23:40:52.867Z | Planning: Evaluating mediators ... Done (0.426s) |
163 | 2025-02-28T23:40:52.953Z | Planning: Planning completed in 16.70 seconds |
164 | 2025-02-28T23:40:53.027Z | Packages to install: 4 |
165 | 2025-02-28T23:40:53.027Z | Packages to update: 3 |
166 | 2025-02-28T23:40:53.031Z | Mediators to change: 2 |
167 | 2025-02-28T23:40:53.031Z | Services to change: 1 |
168 | 2025-02-28T23:40:53.031Z | Estimated space available: 155.59 GB |
169 | 2025-02-28T23:40:53.031Z | Estimated space to be consumed: 1.66 GB |
170 | 2025-02-28T23:40:53.031Z | Create boot environment: No |
171 | 2025-02-28T23:40:53.031Z | Create backup boot environment: Yes |
172 | 2025-02-28T23:40:53.031Z | Rebuild boot archive: No |
173 | 2025-02-28T23:40:53.032Z | |
174 | 2025-02-28T23:40:53.032Z | Changed mediators: |
175 | 2025-02-28T23:40:53.032Z | mediator clang: |
176 | 2025-02-28T23:40:53.032Z | version: None -> 15 (system default) |
177 | 2025-02-28T23:40:53.032Z | |
178 | 2025-02-28T23:40:53.032Z | mediator llvm: |
179 | 2025-02-28T23:40:53.032Z | version: 14 (system default) -> 15 (system default) |
180 | 2025-02-28T23:40:53.032Z | |
181 | 2025-02-28T23:40:53.032Z | Changed packages: |
182 | 2025-02-28T23:40:53.032Z | helios-dev |
183 | 2025-02-28T23:40:53.032Z | developer/build-essential |
184 | 2025-02-28T23:40:53.032Z | None -> 11-2.0 |
185 | 2025-02-28T23:40:53.032Z | library/libxmlsec1 |
186 | 2025-02-28T23:40:53.032Z | None -> 1.2.35-2.0 |
187 | 2025-02-28T23:40:53.032Z | ooce/developer/clang-15 |
188 | 2025-02-28T23:40:53.032Z | None -> 15.0.7-2.0 |
189 | 2025-02-28T23:40:53.034Z | ooce/developer/llvm-15 |
190 | 2025-02-28T23:40:53.034Z | None -> 15.0.7-2.0 |
191 | 2025-02-28T23:40:53.034Z | package/pkg |
192 | 2025-02-28T23:40:53.034Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
193 | 2025-02-28T23:40:53.034Z | system/library/g++-runtime |
194 | 2025-02-28T23:40:53.034Z | 13-2.0 -> 14-2.0 |
195 | 2025-02-28T23:40:53.034Z | system/library/gcc-runtime |
196 | 2025-02-28T23:40:53.034Z | 13-2.0 -> 14-2.0 |
197 | 2025-02-28T23:40:53.034Z | |
198 | 2025-02-28T23:40:53.034Z | Services: |
199 | 2025-02-28T23:40:53.035Z | restart_fmri: |
200 | 2025-02-28T23:40:53.035Z | svc:/system/update-man-index:default |
201 | 2025-02-28T23:40:53.035Z | |
202 | 2025-02-28T23:40:53.035Z | Editable files to change: |
203 | 2025-02-28T23:40:53.035Z | Update: |
204 | 2025-02-28T23:40:53.035Z | usr/share/lib/pkg/web/config.shtml |
205 | 2025-02-28T23:40:53.110Z | |
206 | 2025-02-28T23:40:53.111Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
207 | 2025-02-28T23:40:58.114Z | Download: 962/4301 items 19.3/225.4MB 8% complete (4.1M/s) |
208 | 2025-02-28T23:41:03.605Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (10.3M/s) |
209 | 2025-02-28T23:41:08.618Z | Download: 1667/4301 items 117.9/225.4MB 52% complete (9.9M/s) |
210 | 2025-02-28T23:41:13.636Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (3.7M/s) |
211 | 2025-02-28T23:41:18.637Z | Download: 2698/4301 items 120.7/225.4MB 53% complete (284k/s) |
212 | 2025-02-28T23:41:23.891Z | Download: 3241/4301 items 199.6/225.4MB 88% complete (8.0M/s) |
213 | 2025-02-28T23:41:29.537Z | Download: 3243/4301 items 199.7/225.4MB 88% complete (8.0M/s) |
214 | 2025-02-28T23:41:46.014Z | Download: 3246/4301 items 200.0/225.4MB 88% complete |
215 | 2025-02-28T23:41:52.775Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (6.5M/s) |
216 | 2025-02-28T23:41:57.776Z | Download: 4138/4301 items 220.0/225.4MB 97% complete (875k/s) |
217 | 2025-02-28T23:42:01.493Z | Download: Completed 225.42 MB in 68.38 seconds (3.3M/s) |
218 | 2025-02-28T23:42:03.533Z | Actions: 1/5122 actions (Removing old actions) |
219 | 2025-02-28T23:42:03.556Z | Actions: 194/5122 actions (Installing new actions) |
220 | 2025-02-28T23:42:08.242Z | Actions: 4267/5122 actions (Updating modified actions) |
221 | 2025-02-28T23:42:08.600Z | Actions: Completed 5122 actions in 5.07 seconds. |
222 | 2025-02-28T23:42:09.032Z | Done (0.423s) |
223 | 2025-02-28T23:42:09.035Z | Done (0.001s) |
224 | 2025-02-28T23:42:09.641Z | Done (0.608s) |
225 | 2025-02-28T23:42:13.969Z | Done (4.085s) |
226 | 2025-02-28T23:42:14.058Z | Done (0.019s) |
227 | 2025-02-28T23:42:14.062Z | Done (0.000s) |
228 | 2025-02-28T23:42:14.229Z | Done (0.000s) |
229 | 2025-02-28T23:42:14.940Z | Planning: Evaluating mediator changes ... Done |
230 | 2025-02-28T23:42:15.105Z | Planning: Checking for conflicting actions ... Done |
231 | 2025-02-28T23:42:15.109Z | Planning: Consolidating action changes ... Done |
232 | 2025-02-28T23:42:15.375Z | Planning: Evaluating mediators ... Done |
233 | 2025-02-28T23:42:15.378Z | Planning: Planning completed in 0.44 seconds |
234 | 2025-02-28T23:42:15.416Z | Mediators to change: 2 |
235 | 2025-02-28T23:42:15.417Z | Create boot environment: No |
236 | 2025-02-28T23:42:15.421Z | Create backup boot environment: No |
237 | 2025-02-28T23:42:15.517Z | Done |
238 | 2025-02-28T23:42:15.517Z | Done |
239 | 2025-02-28T23:42:15.934Z | Done |
240 | 2025-02-28T23:42:19.530Z | Done |
241 | 2025-02-28T23:42:19.626Z | Done |
242 | 2025-02-28T23:42:19.629Z | Done |
243 | 2025-02-28T23:42:19.768Z | Done |
244 | 2025-02-28T23:42:20.374Z | Planning: Evaluating mediator changes ... Done |
245 | 2025-02-28T23:42:20.377Z | Planning: Merging actions ... Done |
246 | 2025-02-28T23:42:20.562Z | Planning: Checking for conflicting actions ... Done |
247 | 2025-02-28T23:42:20.565Z | Planning: Consolidating action changes ... Done |
248 | 2025-02-28T23:42:20.827Z | Planning: Evaluating mediators ... Done |
249 | 2025-02-28T23:42:20.883Z | Planning: Planning completed in 0.75 seconds |
250 | 2025-02-28T23:42:20.925Z | Packages to change: 1 |
251 | 2025-02-28T23:42:20.925Z | Mediators to change: 1 |
252 | 2025-02-28T23:42:20.931Z | Services to change: 1 |
253 | 2025-02-28T23:42:20.931Z | Create boot environment: No |
254 | 2025-02-28T23:42:20.931Z | Create backup boot environment: Yes |
255 | 2025-02-28T23:42:23.278Z | Actions: 1/6 actions (Updating modified actions) |
256 | 2025-02-28T23:42:23.281Z | Actions: Completed 6 actions in 0.00 seconds. |
257 | 2025-02-28T23:42:23.282Z | Done |
258 | 2025-02-28T23:42:23.282Z | Done |
259 | 2025-02-28T23:42:23.402Z | Done |
260 | 2025-02-28T23:42:26.989Z | Done |
261 | 2025-02-28T23:42:27.082Z | Done |
262 | 2025-02-28T23:42:27.085Z | Done |
263 | 2025-02-28T23:42:27.235Z | Done |
264 | 2025-02-28T23:42:27.664Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
265 | 2025-02-28T23:42:27.664Z | clang system 15 system |
266 | 2025-02-28T23:42:27.664Z | csh system system illumos |
267 | 2025-02-28T23:42:27.664Z | ctags system system illumos |
268 | 2025-02-28T23:42:27.664Z | gcc vendor 12 vendor |
269 | 2025-02-28T23:42:27.664Z | gcc system 10 system |
270 | 2025-02-28T23:42:27.664Z | gcc system 7 system |
271 | 2025-02-28T23:42:27.664Z | go system 1.20 system |
272 | 2025-02-28T23:42:27.664Z | go system 1.19 system |
273 | 2025-02-28T23:42:27.664Z | llvm system 15 system |
274 | 2025-02-28T23:42:27.664Z | llvm system 14 system |
275 | 2025-02-28T23:42:27.664Z | mariadb system 10.6 system |
276 | 2025-02-28T23:42:27.665Z | mta vendor vendor dma |
277 | 2025-02-28T23:42:27.665Z | openjdk system 17 system |
278 | 2025-02-28T23:42:27.665Z | openjdk system 11 system |
279 | 2025-02-28T23:42:27.665Z | openjdk system 1.8 system |
280 | 2025-02-28T23:42:27.665Z | openssl vendor 3 vendor |
281 | 2025-02-28T23:42:27.665Z | perl system 5.36 system |
282 | 2025-02-28T23:42:27.665Z | postgresql system 15 system |
283 | 2025-02-28T23:42:27.665Z | postgresql system 13 system |
284 | 2025-02-28T23:42:27.665Z | python vendor 3 vendor |
285 | 2025-02-28T23:42:27.665Z | python system 2 system |
286 | 2025-02-28T23:42:27.665Z | python3 system 3.11 system |
287 | 2025-02-28T23:42:27.665Z | ruby system 3.0 system |
288 | 2025-02-28T23:42:27.665Z | words vendor vendor american-english |
289 | 2025-02-28T23:42:27.665Z | words system system australian-english |
290 | 2025-02-28T23:42:27.665Z | words system system british-english |
291 | 2025-02-28T23:42:27.665Z | words system system canadian-english |
292 | 2025-02-28T23:42:27.665Z | words system system french |
293 | 2025-02-28T23:42:27.665Z | words system system italian |
294 | 2025-02-28T23:42:27.665Z | words system system ngerman |
295 | 2025-02-28T23:42:27.665Z | words system system ogerman |
296 | 2025-02-28T23:42:27.665Z | words system system spanish |
297 | 2025-02-28T23:42:27.996Z | PUBLISHER TYPE STATUS P LOCATION |
298 | 2025-02-28T23:42:27.996Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
299 | 2025-02-28T23:42:31.114Z | FMRI IFO |
300 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
301 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
302 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
303 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
304 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
305 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
306 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
307 | 2025-02-28T23:42:31.114Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
308 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
309 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
310 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
311 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
312 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
313 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
314 | 2025-02-28T23:42:31.115Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
315 | 2025-02-28T23:42:31.892Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
316 | 2025-02-28T23:42:32.142Z | Updating crates.io index |
317 | 2025-02-28T23:42:32.145Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
318 | 2025-02-28T23:42:32.480Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
319 | 2025-02-28T23:42:33.005Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
320 | 2025-02-28T23:42:33.270Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
321 | 2025-02-28T23:42:33.540Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
322 | 2025-02-28T23:42:33.824Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
323 | 2025-02-28T23:42:34.824Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
324 | 2025-02-28T23:42:36.561Z | Updating git repository `https://github.com/oxidecomputer/opte` |
325 | 2025-02-28T23:42:37.202Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
326 | 2025-02-28T23:42:37.970Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
327 | 2025-02-28T23:42:38.253Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
328 | 2025-02-28T23:42:38.575Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
329 | 2025-02-28T23:42:39.142Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
330 | 2025-02-28T23:42:39.427Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
331 | 2025-02-28T23:42:39.837Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
332 | 2025-02-28T23:42:40.113Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
333 | 2025-02-28T23:42:40.341Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
334 | 2025-02-28T23:42:40.573Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
335 | 2025-02-28T23:42:40.857Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
336 | 2025-02-28T23:42:41.559Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
337 | 2025-02-28T23:42:41.980Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
338 | 2025-02-28T23:42:42.187Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
339 | 2025-02-28T23:42:42.551Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
340 | 2025-02-28T23:42:42.817Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
341 | 2025-02-28T23:42:43.285Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
342 | 2025-02-28T23:42:43.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
343 | 2025-02-28T23:42:43.974Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
344 | 2025-02-28T23:42:44.364Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
345 | 2025-02-28T23:42:44.685Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
346 | 2025-02-28T23:42:44.911Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
347 | 2025-02-28T23:42:45.186Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
348 | 2025-02-28T23:42:46.425Z | Downloading crates ... |
349 | 2025-02-28T23:42:46.484Z | Downloaded bytecount v0.6.8 |
350 | 2025-02-28T23:42:46.488Z | Downloaded byteorder v1.5.0 |
351 | 2025-02-28T23:42:46.491Z | Downloaded bitflags v2.6.0 |
352 | 2025-02-28T23:42:46.495Z | Downloaded equivalent v1.0.1 |
353 | 2025-02-28T23:42:46.505Z | Downloaded dtrace-parser v0.2.0 |
354 | 2025-02-28T23:42:46.508Z | Downloaded usdt-macro v0.5.0 |
355 | 2025-02-28T23:42:46.509Z | Downloaded autocfg v1.4.0 |
356 | 2025-02-28T23:42:46.512Z | Downloaded scroll_derive v0.12.0 |
357 | 2025-02-28T23:42:46.512Z | Downloaded anstyle-query v1.1.1 |
358 | 2025-02-28T23:42:46.516Z | Downloaded swrite v0.1.0 |
359 | 2025-02-28T23:42:46.523Z | Downloaded heck v0.5.0 |
360 | 2025-02-28T23:42:46.528Z | Downloaded fastrand v2.1.1 |
361 | 2025-02-28T23:42:46.528Z | Downloaded errno v0.3.9 |
362 | 2025-02-28T23:42:46.531Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2025-02-28T23:42:46.531Z | Downloaded block-buffer v0.10.4 |
364 | 2025-02-28T23:42:46.536Z | Downloaded itoa v1.0.11 |
365 | 2025-02-28T23:42:46.541Z | Downloaded fnv v1.0.7 |
366 | 2025-02-28T23:42:46.541Z | Downloaded tabled_derive v0.7.0 |
367 | 2025-02-28T23:42:46.541Z | Downloaded anstyle-parse v0.2.5 |
368 | 2025-02-28T23:42:46.542Z | Downloaded pest_generator v2.7.14 |
369 | 2025-02-28T23:42:46.545Z | Downloaded dof v0.3.0 |
370 | 2025-02-28T23:42:46.545Z | Downloaded thread-id v4.2.2 |
371 | 2025-02-28T23:42:46.545Z | Downloaded terminal_size v0.4.0 |
372 | 2025-02-28T23:42:46.549Z | Downloaded thiserror-impl v1.0.69 |
373 | 2025-02-28T23:42:46.549Z | Downloaded strsim v0.11.1 |
374 | 2025-02-28T23:42:46.549Z | Downloaded scroll v0.12.0 |
375 | 2025-02-28T23:42:46.552Z | Downloaded is_terminal_polyfill v1.70.1 |
376 | 2025-02-28T23:42:46.552Z | Downloaded clap_lex v0.7.4 |
377 | 2025-02-28T23:42:46.552Z | Downloaded cargo_metadata v0.18.1 |
378 | 2025-02-28T23:42:46.555Z | Downloaded cargo-platform v0.1.8 |
379 | 2025-02-28T23:42:46.556Z | Downloaded unicode-linebreak v0.1.5 |
380 | 2025-02-28T23:42:46.559Z | Downloaded smawk v0.3.2 |
381 | 2025-02-28T23:42:46.559Z | Downloaded plain v0.2.3 |
382 | 2025-02-28T23:42:46.562Z | Downloaded thiserror v1.0.69 |
383 | 2025-02-28T23:42:46.566Z | Downloaded version_check v0.9.5 |
384 | 2025-02-28T23:42:46.566Z | Downloaded fs-err v2.11.0 |
385 | 2025-02-28T23:42:46.569Z | Downloaded usdt v0.5.0 |
386 | 2025-02-28T23:42:46.569Z | Downloaded serde_spanned v0.6.8 |
387 | 2025-02-28T23:42:46.572Z | Downloaded memmap v0.7.0 |
388 | 2025-02-28T23:42:46.572Z | Downloaded crypto-common v0.1.6 |
389 | 2025-02-28T23:42:46.572Z | Downloaded colorchoice v1.0.2 |
390 | 2025-02-28T23:42:46.572Z | Downloaded pretty-hex v0.4.1 |
391 | 2025-02-28T23:42:46.575Z | Downloaded heck v0.4.1 |
392 | 2025-02-28T23:42:46.576Z | Downloaded proc-macro-error-attr v1.0.4 |
393 | 2025-02-28T23:42:46.576Z | Downloaded anstream v0.6.15 |
394 | 2025-02-28T23:42:46.579Z | Downloaded digest v0.10.7 |
395 | 2025-02-28T23:42:46.583Z | Downloaded macaddr v1.0.1 |
396 | 2025-02-28T23:42:46.583Z | Downloaded cpufeatures v0.2.14 |
397 | 2025-02-28T23:42:46.583Z | Downloaded toml_datetime v0.6.8 |
398 | 2025-02-28T23:42:46.587Z | Downloaded anstyle v1.0.10 |
399 | 2025-02-28T23:42:46.587Z | Downloaded cfg-if v1.0.0 |
400 | 2025-02-28T23:42:46.587Z | Downloaded sha2 v0.10.8 |
401 | 2025-02-28T23:42:46.590Z | Downloaded usdt-impl v0.5.0 |
402 | 2025-02-28T23:42:46.590Z | Downloaded zerocopy-derive v0.7.35 |
403 | 2025-02-28T23:42:46.594Z | Downloaded utf8parse v0.2.2 |
404 | 2025-02-28T23:42:46.597Z | Downloaded serde_tokenstream v0.2.2 |
405 | 2025-02-28T23:42:46.597Z | Downloaded clap_derive v4.5.24 |
406 | 2025-02-28T23:42:46.600Z | Downloaded camino-tempfile v1.1.1 |
407 | 2025-02-28T23:42:46.604Z | Downloaded tempfile v3.13.0 |
408 | 2025-02-28T23:42:46.604Z | Downloaded cargo_toml v0.20.5 |
409 | 2025-02-28T23:42:46.607Z | Downloaded quote v1.0.38 |
410 | 2025-02-28T23:42:46.611Z | Downloaded camino v1.1.9 |
411 | 2025-02-28T23:42:46.614Z | Downloaded anyhow v1.0.95 |
412 | 2025-02-28T23:42:46.617Z | Downloaded clap v4.5.27 |
413 | 2025-02-28T23:42:46.624Z | Downloaded ucd-trie v0.1.7 |
414 | 2025-02-28T23:42:46.627Z | Downloaded typenum v1.17.0 |
415 | 2025-02-28T23:42:46.631Z | Downloaded once_cell v1.20.2 |
416 | 2025-02-28T23:42:46.631Z | Downloaded ryu v1.0.18 |
417 | 2025-02-28T23:42:46.634Z | Downloaded unicode-ident v1.0.14 |
418 | 2025-02-28T23:42:46.637Z | Downloaded log v0.4.22 |
419 | 2025-02-28T23:42:46.641Z | Downloaded toml v0.8.19 |
420 | 2025-02-28T23:42:46.644Z | Downloaded textwrap v0.16.1 |
421 | 2025-02-28T23:42:46.644Z | Downloaded semver v1.0.24 |
422 | 2025-02-28T23:42:46.648Z | Downloaded proc-macro2 v1.0.92 |
423 | 2025-02-28T23:42:46.652Z | Downloaded proc-macro-error v1.0.4 |
424 | 2025-02-28T23:42:46.656Z | Downloaded papergrid v0.11.0 |
425 | 2025-02-28T23:42:46.659Z | Downloaded serde_derive v1.0.217 |
426 | 2025-02-28T23:42:46.659Z | Downloaded indexmap v2.7.1 |
427 | 2025-02-28T23:42:46.664Z | Downloaded pest_meta v2.7.14 |
428 | 2025-02-28T23:42:46.667Z | Downloaded pest_derive v2.7.14 |
429 | 2025-02-28T23:42:46.668Z | Downloaded generic-array v0.14.7 |
430 | 2025-02-28T23:42:46.674Z | Downloaded serde v1.0.217 |
431 | 2025-02-28T23:42:46.681Z | Downloaded memchr v2.7.4 |
432 | 2025-02-28T23:42:46.690Z | Downloaded toml_edit v0.22.22 |
433 | 2025-02-28T23:42:46.712Z | Downloaded pest v2.7.14 |
434 | 2025-02-28T23:42:46.717Z | Downloaded hashbrown v0.15.1 |
435 | 2025-02-28T23:42:46.721Z | Downloaded zerocopy v0.7.35 |
436 | 2025-02-28T23:42:46.736Z | Downloaded serde_json v1.0.135 |
437 | 2025-02-28T23:42:46.743Z | Downloaded clap_builder v4.5.27 |
438 | 2025-02-28T23:42:46.749Z | Downloaded winnow v0.6.20 |
439 | 2025-02-28T23:42:46.758Z | Downloaded goblin v0.8.2 |
440 | 2025-02-28T23:42:46.763Z | Downloaded tabled v0.15.0 |
441 | 2025-02-28T23:42:46.779Z | Downloaded unicode-width v0.1.14 |
442 | 2025-02-28T23:42:46.784Z | Downloaded syn v1.0.109 |
443 | 2025-02-28T23:42:46.795Z | Downloaded syn v2.0.96 |
444 | 2025-02-28T23:42:46.805Z | Downloaded rustix v0.38.37 |
445 | 2025-02-28T23:42:46.840Z | Downloaded libc v0.2.169 |
446 | 2025-02-28T23:42:47.164Z | Compiling proc-macro2 v1.0.92 |
447 | 2025-02-28T23:42:47.164Z | Compiling unicode-ident v1.0.14 |
448 | 2025-02-28T23:42:47.167Z | Compiling serde v1.0.217 |
449 | 2025-02-28T23:42:47.167Z | Compiling version_check v0.9.5 |
450 | 2025-02-28T23:42:47.167Z | Compiling memchr v2.7.4 |
451 | 2025-02-28T23:42:47.167Z | Compiling thiserror v1.0.69 |
452 | 2025-02-28T23:42:47.201Z | Compiling libc v0.2.169 |
453 | 2025-02-28T23:42:47.204Z | Compiling ryu v1.0.18 |
454 | 2025-02-28T23:42:47.433Z | Compiling itoa v1.0.11 |
455 | 2025-02-28T23:42:47.683Z | Compiling ucd-trie v0.1.7 |
456 | 2025-02-28T23:42:47.906Z | Compiling once_cell v1.20.2 |
457 | 2025-02-28T23:42:47.993Z | Compiling byteorder v1.5.0 |
458 | 2025-02-28T23:42:48.213Z | Compiling serde_json v1.0.135 |
459 | 2025-02-28T23:42:48.263Z | Compiling rustix v0.38.37 |
460 | 2025-02-28T23:42:48.415Z | Compiling bitflags v2.6.0 |
461 | 2025-02-28T23:42:48.596Z | Compiling usdt-impl v0.5.0 |
462 | 2025-02-28T23:42:48.628Z | Compiling proc-macro-error-attr v1.0.4 |
463 | 2025-02-28T23:42:48.712Z | Compiling syn v1.0.109 |
464 | 2025-02-28T23:42:48.823Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-02-28T23:42:48.999Z | Compiling hashbrown v0.15.1 |
466 | 2025-02-28T23:42:49.022Z | Compiling quote v1.0.38 |
467 | 2025-02-28T23:42:49.090Z | Compiling errno v0.3.9 |
468 | 2025-02-28T23:42:49.119Z | Compiling log v0.4.22 |
469 | 2025-02-28T23:42:49.326Z | Compiling utf8parse v0.2.2 |
470 | 2025-02-28T23:42:49.330Z | Compiling equivalent v1.0.1 |
471 | 2025-02-28T23:42:49.488Z | Compiling syn v2.0.96 |
472 | 2025-02-28T23:42:49.492Z | Compiling plain v0.2.3 |
473 | 2025-02-28T23:42:49.535Z | Compiling camino v1.1.9 |
474 | 2025-02-28T23:42:49.652Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-02-28T23:42:49.687Z | Compiling thread-id v4.2.2 |
476 | 2025-02-28T23:42:50.001Z | Compiling indexmap v2.7.1 |
477 | 2025-02-28T23:42:50.070Z | Compiling unicode-width v0.1.14 |
478 | 2025-02-28T23:42:50.205Z | Compiling winnow v0.6.20 |
479 | 2025-02-28T23:42:50.302Z | Compiling is_terminal_polyfill v1.70.1 |
480 | 2025-02-28T23:42:50.437Z | Compiling autocfg v1.4.0 |
481 | 2025-02-28T23:42:50.495Z | Compiling pretty-hex v0.4.1 |
482 | 2025-02-28T23:42:50.586Z | Compiling semver v1.0.24 |
483 | 2025-02-28T23:42:50.733Z | Compiling colorchoice v1.0.2 |
484 | 2025-02-28T23:42:50.920Z | Compiling anstyle-query v1.1.1 |
485 | 2025-02-28T23:42:51.098Z | Compiling anstyle v1.0.10 |
486 | 2025-02-28T23:42:51.202Z | Compiling terminal_size v0.4.0 |
487 | 2025-02-28T23:42:51.431Z | Compiling cfg-if v1.0.0 |
488 | 2025-02-28T23:42:51.457Z | Compiling fs-err v2.11.0 |
489 | 2025-02-28T23:42:51.525Z | Compiling anstream v0.6.15 |
490 | 2025-02-28T23:42:51.528Z | Compiling fnv v1.0.7 |
491 | 2025-02-28T23:42:51.575Z | Compiling heck v0.5.0 |
492 | 2025-02-28T23:42:51.686Z | Compiling clap_lex v0.7.4 |
493 | 2025-02-28T23:42:51.734Z | Compiling anyhow v1.0.95 |
494 | 2025-02-28T23:42:51.805Z | Compiling fastrand v2.1.1 |
495 | 2025-02-28T23:42:52.082Z | Compiling heck v0.4.1 |
496 | 2025-02-28T23:42:52.175Z | Compiling bytecount v0.6.8 |
497 | 2025-02-28T23:42:52.342Z | Compiling strsim v0.11.1 |
498 | 2025-02-28T23:42:52.538Z | Compiling tempfile v3.13.0 |
499 | 2025-02-28T23:42:52.564Z | Compiling papergrid v0.11.0 |
500 | 2025-02-28T23:42:52.817Z | Compiling clap_builder v4.5.27 |
501 | 2025-02-28T23:42:53.135Z | Compiling memmap v0.7.0 |
502 | 2025-02-28T23:42:53.168Z | Compiling unicode-linebreak v0.1.5 |
503 | 2025-02-28T23:42:53.273Z | Compiling smawk v0.3.2 |
504 | 2025-02-28T23:42:53.529Z | Compiling swrite v0.1.0 |
505 | 2025-02-28T23:42:53.664Z | Compiling textwrap v0.16.1 |
506 | 2025-02-28T23:42:54.510Z | Compiling tabled_derive v0.7.0 |
507 | 2025-02-28T23:42:55.838Z | Compiling tabled v0.15.0 |
508 | 2025-02-28T23:42:56.250Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-28T23:42:56.250Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-02-28T23:42:56.254Z | Compiling zerocopy-derive v0.7.35 |
511 | 2025-02-28T23:42:56.254Z | Compiling scroll_derive v0.12.0 |
512 | 2025-02-28T23:42:56.507Z | Compiling clap_derive v4.5.24 |
513 | 2025-02-28T23:42:57.648Z | Compiling scroll v0.12.0 |
514 | 2025-02-28T23:42:58.137Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-28T23:42:58.184Z | Compiling goblin v0.8.2 |
516 | 2025-02-28T23:42:59.094Z | Compiling pest v2.7.14 |
517 | 2025-02-28T23:42:59.858Z | Compiling clap v4.5.27 |
518 | 2025-02-28T23:43:01.205Z | Compiling pest_meta v2.7.14 |
519 | 2025-02-28T23:43:02.080Z | Compiling pest_generator v2.7.14 |
520 | 2025-02-28T23:43:03.572Z | Compiling pest_derive v2.7.14 |
521 | 2025-02-28T23:43:04.136Z | Compiling dtrace-parser v0.2.0 |
522 | 2025-02-28T23:43:04.909Z | Compiling toml_datetime v0.6.8 |
523 | 2025-02-28T23:43:04.914Z | Compiling serde_spanned v0.6.8 |
524 | 2025-02-28T23:43:04.914Z | Compiling cargo-platform v0.1.8 |
525 | 2025-02-28T23:43:05.230Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-02-28T23:43:05.234Z | Compiling macaddr v1.0.1 |
527 | 2025-02-28T23:43:05.429Z | Compiling toml_edit v0.22.22 |
528 | 2025-02-28T23:43:05.539Z | Compiling camino-tempfile v1.1.1 |
529 | 2025-02-28T23:43:06.254Z | Compiling dof v0.3.0 |
530 | 2025-02-28T23:43:06.254Z | Compiling cargo_metadata v0.18.1 |
531 | 2025-02-28T23:43:07.930Z | Compiling usdt-macro v0.5.0 |
532 | 2025-02-28T23:43:07.930Z | Compiling usdt-attr-macro v0.5.0 |
533 | 2025-02-28T23:43:08.152Z | Compiling toml v0.8.19 |
534 | 2025-02-28T23:43:09.003Z | Compiling cargo_toml v0.20.5 |
535 | 2025-02-28T23:43:09.119Z | Compiling usdt v0.5.0 |
536 | 2025-02-28T23:43:11.643Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
537 | 2025-02-28T23:43:14.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.09s |
538 | 2025-02-28T23:43:15.034Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
539 | 2025-02-28T23:43:15.551Z | Downloading crates ... |
540 | 2025-02-28T23:43:15.662Z | Downloaded async-stream-impl v0.3.6 |
541 | 2025-02-28T23:43:15.665Z | Downloaded addr2line v0.24.2 |
542 | 2025-02-28T23:43:15.669Z | Downloaded ciborium-io v0.2.2 |
543 | 2025-02-28T23:43:15.673Z | Downloaded cfg_aliases v0.1.1 |
544 | 2025-02-28T23:43:15.676Z | Downloaded atty v0.2.14 |
545 | 2025-02-28T23:43:15.679Z | Downloaded adler2 v2.0.0 |
546 | 2025-02-28T23:43:15.691Z | Downloaded home v0.5.9 |
547 | 2025-02-28T23:43:15.694Z | Downloaded hyper-staticfile v0.10.1 |
548 | 2025-02-28T23:43:15.698Z | Downloaded humantime v2.1.0 |
549 | 2025-02-28T23:43:15.698Z | Downloaded hubpack v0.1.2 |
550 | 2025-02-28T23:43:15.702Z | Downloaded http-range v0.1.5 |
551 | 2025-02-28T23:43:15.702Z | Downloaded http-body v1.0.1 |
552 | 2025-02-28T23:43:15.702Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-02-28T23:43:15.705Z | Downloaded cfg_aliases v0.2.1 |
554 | 2025-02-28T23:43:15.705Z | Downloaded crunchy v0.2.2 |
555 | 2025-02-28T23:43:15.705Z | Downloaded atomicwrites v0.4.4 |
556 | 2025-02-28T23:43:15.708Z | Downloaded is_ci v1.2.0 |
557 | 2025-02-28T23:43:15.712Z | Downloaded cobs v0.2.3 |
558 | 2025-02-28T23:43:15.712Z | Downloaded md5 v0.7.0 |
559 | 2025-02-28T23:43:15.712Z | Downloaded hubpack_derive v0.1.1 |
560 | 2025-02-28T23:43:15.715Z | Downloaded newtype_derive v0.1.6 |
561 | 2025-02-28T23:43:15.715Z | Downloaded cbc v0.1.2 |
562 | 2025-02-28T23:43:15.719Z | Downloaded arrayvec v0.7.6 |
563 | 2025-02-28T23:43:15.719Z | Downloaded hostname v0.4.0 |
564 | 2025-02-28T23:43:15.722Z | Downloaded argon2 v0.5.3 |
565 | 2025-02-28T23:43:15.722Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2025-02-28T23:43:15.722Z | Downloaded async-stream v0.3.6 |
567 | 2025-02-28T23:43:15.725Z | Downloaded cexpr v0.6.0 |
568 | 2025-02-28T23:43:15.729Z | Downloaded mirai-annotations v1.12.0 |
569 | 2025-02-28T23:43:15.729Z | Downloaded aead v0.5.2 |
570 | 2025-02-28T23:43:15.729Z | Downloaded bb8 v0.8.5 |
571 | 2025-02-28T23:43:15.732Z | Downloaded new_debug_unreachable v1.0.6 |
572 | 2025-02-28T23:43:15.732Z | Downloaded block-padding v0.3.3 |
573 | 2025-02-28T23:43:15.732Z | Downloaded async-recursion v1.1.1 |
574 | 2025-02-28T23:43:15.735Z | Downloaded assert_matches v1.5.0 |
575 | 2025-02-28T23:43:15.738Z | Downloaded ascii-canvas v3.0.0 |
576 | 2025-02-28T23:43:15.739Z | Downloaded curve25519-dalek-derive v0.1.1 |
577 | 2025-02-28T23:43:15.742Z | Downloaded chacha20 v0.9.1 |
578 | 2025-02-28T23:43:15.742Z | Downloaded ident_case v1.0.1 |
579 | 2025-02-28T23:43:15.745Z | Downloaded bitfield-struct v0.6.2 |
580 | 2025-02-28T23:43:15.745Z | Downloaded bitflags v1.3.2 |
581 | 2025-02-28T23:43:15.748Z | Downloaded bit-vec v0.6.3 |
582 | 2025-02-28T23:43:15.748Z | Downloaded newline-converter v0.3.0 |
583 | 2025-02-28T23:43:15.751Z | Downloaded base16ct v0.2.0 |
584 | 2025-02-28T23:43:15.752Z | Downloaded array-init v0.0.4 |
585 | 2025-02-28T23:43:15.752Z | Downloaded arrayref v0.3.9 |
586 | 2025-02-28T23:43:15.755Z | Downloaded lazycell v1.3.0 |
587 | 2025-02-28T23:43:15.755Z | Downloaded hostname v0.3.1 |
588 | 2025-02-28T23:43:15.758Z | Downloaded httpdate v1.0.3 |
589 | 2025-02-28T23:43:15.758Z | Downloaded constant_time_eq v0.3.1 |
590 | 2025-02-28T23:43:15.761Z | Downloaded maybe-uninit v2.0.0 |
591 | 2025-02-28T23:43:15.761Z | Downloaded castaway v0.2.3 |
592 | 2025-02-28T23:43:15.765Z | Downloaded cassowary v0.3.0 |
593 | 2025-02-28T23:43:15.765Z | Downloaded async-bb8-diesel v0.2.1 |
594 | 2025-02-28T23:43:15.768Z | Downloaded mime v0.3.17 |
595 | 2025-02-28T23:43:15.768Z | Downloaded lru-cache v0.1.2 |
596 | 2025-02-28T23:43:15.771Z | Downloaded atomic-waker v1.1.2 |
597 | 2025-02-28T23:43:15.771Z | Downloaded internet-checksum v0.2.1 |
598 | 2025-02-28T23:43:15.771Z | Downloaded http-body-util v0.1.2 |
599 | 2025-02-28T23:43:15.774Z | Downloaded backoff v0.4.0 |
600 | 2025-02-28T23:43:15.778Z | Downloaded httparse v1.9.5 |
601 | 2025-02-28T23:43:15.778Z | Downloaded multimap v0.10.0 |
602 | 2025-02-28T23:43:15.781Z | Downloaded inout v0.1.3 |
603 | 2025-02-28T23:43:15.781Z | Downloaded hyper-tls v0.6.0 |
604 | 2025-02-28T23:43:15.784Z | Downloaded crc v3.2.1 |
605 | 2025-02-28T23:43:15.784Z | Downloaded managed v0.8.0 |
606 | 2025-02-28T23:43:15.788Z | Downloaded nibble_vec v0.1.0 |
607 | 2025-02-28T23:43:15.788Z | Downloaded is-terminal v0.4.13 |
608 | 2025-02-28T23:43:15.791Z | Downloaded lockfree-object-pool v0.1.6 |
609 | 2025-02-28T23:43:15.791Z | Downloaded crossbeam-deque v0.8.5 |
610 | 2025-02-28T23:43:15.794Z | Downloaded crc-catalog v2.4.0 |
611 | 2025-02-28T23:43:15.794Z | Downloaded bit-set v0.5.3 |
612 | 2025-02-28T23:43:15.798Z | Downloaded mockall v0.13.0 |
613 | 2025-02-28T23:43:15.798Z | Downloaded bzip2 v0.4.4 |
614 | 2025-02-28T23:43:15.801Z | Downloaded lalrpop-util v0.19.12 |
615 | 2025-02-28T23:43:15.801Z | Downloaded libsw v3.3.1 |
616 | 2025-02-28T23:43:15.801Z | Downloaded nanorand v0.7.0 |
617 | 2025-02-28T23:43:15.805Z | Downloaded linear-map v1.2.0 |
618 | 2025-02-28T23:43:15.808Z | Downloaded cookie_store v0.21.1 |
619 | 2025-02-28T23:43:15.808Z | Downloaded colored v2.1.0 |
620 | 2025-02-28T23:43:15.812Z | Downloaded maplit v1.0.2 |
621 | 2025-02-28T23:43:15.815Z | Downloaded ipnet v2.10.1 |
622 | 2025-02-28T23:43:15.815Z | Downloaded darling v0.20.10 |
623 | 2025-02-28T23:43:15.820Z | Downloaded ipnetwork v0.20.0 |
624 | 2025-02-28T23:43:15.823Z | Downloaded blake2 v0.10.6 |
625 | 2025-02-28T23:43:15.823Z | Downloaded md-5 v0.10.6 |
626 | 2025-02-28T23:43:15.826Z | Downloaded ahash v0.8.11 |
627 | 2025-02-28T23:43:15.829Z | Downloaded rand_core v0.6.4 |
628 | 2025-02-28T23:43:15.829Z | Downloaded lru v0.12.5 |
629 | 2025-02-28T23:43:15.833Z | Downloaded strum v0.26.3 |
630 | 2025-02-28T23:43:15.833Z | Downloaded mime_guess v2.0.5 |
631 | 2025-02-28T23:43:15.836Z | Downloaded toolchain_find v0.4.0 |
632 | 2025-02-28T23:43:15.836Z | Downloaded scrypt v0.11.0 |
633 | 2025-02-28T23:43:15.836Z | Downloaded rpassword v7.3.1 |
634 | 2025-02-28T23:43:15.839Z | Downloaded radium v0.7.0 |
635 | 2025-02-28T23:43:15.839Z | Downloaded thiserror-impl-no-std v2.0.2 |
636 | 2025-02-28T23:43:15.843Z | Downloaded newtype-uuid v1.2.1 |
637 | 2025-02-28T23:43:15.843Z | Downloaded derive_builder_macro v0.20.2 |
638 | 2025-02-28T23:43:15.843Z | Downloaded vte_generate_state_changes v0.1.2 |
639 | 2025-02-28T23:43:15.846Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2025-02-28T23:43:15.846Z | Downloaded ciborium v0.2.2 |
641 | 2025-02-28T23:43:15.849Z | Downloaded shell-words v1.1.0 |
642 | 2025-02-28T23:43:15.852Z | Downloaded rtoolbox v0.0.2 |
643 | 2025-02-28T23:43:15.852Z | Downloaded impl-trait-for-tuples v0.2.2 |
644 | 2025-02-28T23:43:15.857Z | Downloaded native-tls v0.2.12 |
645 | 2025-02-28T23:43:15.860Z | Downloaded mockall_derive v0.13.0 |
646 | 2025-02-28T23:43:15.860Z | Downloaded memmap2 v0.9.5 |
647 | 2025-02-28T23:43:15.864Z | Downloaded crossbeam-epoch v0.9.18 |
648 | 2025-02-28T23:43:15.867Z | Downloaded keccak v0.1.5 |
649 | 2025-02-28T23:43:15.867Z | Downloaded downcast v0.11.0 |
650 | 2025-02-28T23:43:15.867Z | Downloaded jobserver v0.1.32 |
651 | 2025-02-28T23:43:15.871Z | Downloaded iana-time-zone v0.1.61 |
652 | 2025-02-28T23:43:15.874Z | Downloaded static_assertions v1.1.0 |
653 | 2025-02-28T23:43:15.874Z | Downloaded serde_urlencoded v0.7.1 |
654 | 2025-02-28T23:43:15.878Z | Downloaded smf v0.2.3 |
655 | 2025-02-28T23:43:15.878Z | Downloaded libloading v0.8.5 |
656 | 2025-02-28T23:43:15.881Z | Downloaded number_prefix v0.4.0 |
657 | 2025-02-28T23:43:15.881Z | Downloaded num_threads v0.1.7 |
658 | 2025-02-28T23:43:15.881Z | Downloaded hash32 v0.3.1 |
659 | 2025-02-28T23:43:15.885Z | Downloaded supports-color v3.0.1 |
660 | 2025-02-28T23:43:15.885Z | Downloaded icu_normalizer v1.5.0 |
661 | 2025-02-28T23:43:15.888Z | Downloaded thiserror-impl v2.0.11 |
662 | 2025-02-28T23:43:15.891Z | Downloaded form_urlencoded v1.2.1 |
663 | 2025-02-28T23:43:15.892Z | Downloaded tap v1.0.1 |
664 | 2025-02-28T23:43:15.892Z | Downloaded foreign-types-shared v0.3.1 |
665 | 2025-02-28T23:43:15.895Z | Downloaded waitgroup v0.1.2 |
666 | 2025-02-28T23:43:15.895Z | Downloaded universal-hash v0.5.1 |
667 | 2025-02-28T23:43:15.895Z | Downloaded typify-macro v0.3.0 |
668 | 2025-02-28T23:43:15.898Z | Downloaded utf-8 v0.7.6 |
669 | 2025-02-28T23:43:15.898Z | Downloaded path-slash v0.1.5 |
670 | 2025-02-28T23:43:15.898Z | Downloaded unarray v0.1.4 |
671 | 2025-02-28T23:43:15.901Z | Downloaded phf_shared v0.10.0 |
672 | 2025-02-28T23:43:15.902Z | Downloaded allocator-api2 v0.2.18 |
673 | 2025-02-28T23:43:15.905Z | Downloaded dirs-next v2.0.0 |
674 | 2025-02-28T23:43:15.905Z | Downloaded tls_codec v0.4.1 |
675 | 2025-02-28T23:43:15.908Z | Downloaded serde_with_macros v3.11.0 |
676 | 2025-02-28T23:43:15.911Z | Downloaded wait-timeout v0.2.0 |
677 | 2025-02-28T23:43:15.911Z | Downloaded clang-sys v1.8.1 |
678 | 2025-02-28T23:43:15.915Z | Downloaded bytes v1.9.0 |
679 | 2025-02-28T23:43:15.918Z | Downloaded compact_str v0.8.0 |
680 | 2025-02-28T23:43:15.923Z | Downloaded hmac v0.12.1 |
681 | 2025-02-28T23:43:15.926Z | Downloaded base64 v0.13.1 |
682 | 2025-02-28T23:43:15.929Z | Downloaded arc-swap v1.7.1 |
683 | 2025-02-28T23:43:15.932Z | Downloaded take_mut v0.2.2 |
684 | 2025-02-28T23:43:15.932Z | Downloaded sigpipe v0.1.3 |
685 | 2025-02-28T23:43:15.932Z | Downloaded signal-hook-tokio v0.3.1 |
686 | 2025-02-28T23:43:15.936Z | Downloaded serde-big-array v0.5.1 |
687 | 2025-02-28T23:43:15.936Z | Downloaded litrs v0.4.1 |
688 | 2025-02-28T23:43:15.939Z | Downloaded tower-service v0.3.3 |
689 | 2025-02-28T23:43:15.939Z | Downloaded num_enum_derive v0.5.11 |
690 | 2025-02-28T23:43:15.942Z | Downloaded foreign-types-macros v0.2.3 |
691 | 2025-02-28T23:43:15.942Z | Downloaded float-ord v0.3.2 |
692 | 2025-02-28T23:43:15.942Z | Downloaded smallvec v1.13.2 |
693 | 2025-02-28T23:43:15.946Z | Downloaded icu_locid v1.5.0 |
694 | 2025-02-28T23:43:15.949Z | Downloaded indexmap v1.9.3 |
695 | 2025-02-28T23:43:15.953Z | Downloaded phf_codegen v0.11.2 |
696 | 2025-02-28T23:43:15.956Z | Downloaded packed_struct_codegen v0.10.1 |
697 | 2025-02-28T23:43:15.956Z | Downloaded ed25519 v2.2.3 |
698 | 2025-02-28T23:43:15.959Z | Downloaded progenitor v0.9.1 |
699 | 2025-02-28T23:43:15.960Z | Downloaded progenitor v0.8.0 |
700 | 2025-02-28T23:43:15.964Z | Downloaded num v0.4.3 |
701 | 2025-02-28T23:43:15.964Z | Downloaded paste v1.0.15 |
702 | 2025-02-28T23:43:15.967Z | Downloaded fragile v2.0.0 |
703 | 2025-02-28T23:43:15.967Z | Downloaded r2d2 v0.8.10 |
704 | 2025-02-28T23:43:15.970Z | Downloaded rustls-pemfile v1.0.4 |
705 | 2025-02-28T23:43:15.970Z | Downloaded quick-error v1.2.3 |
706 | 2025-02-28T23:43:15.973Z | Downloaded zerofrom v0.1.4 |
707 | 2025-02-28T23:43:15.973Z | Downloaded cc v1.1.30 |
708 | 2025-02-28T23:43:15.977Z | Downloaded chacha20poly1305 v0.10.1 |
709 | 2025-02-28T23:43:15.980Z | Downloaded parse-display-derive v0.10.0 |
710 | 2025-02-28T23:43:15.980Z | Downloaded crypto-bigint v0.5.5 |
711 | 2025-02-28T23:43:15.986Z | Downloaded signal-hook-registry v1.4.2 |
712 | 2025-02-28T23:43:15.990Z | Downloaded synstructure v0.13.1 |
713 | 2025-02-28T23:43:15.990Z | Downloaded openssl-probe v0.1.5 |
714 | 2025-02-28T23:43:15.993Z | Downloaded openssl-macros v0.1.1 |
715 | 2025-02-28T23:43:15.994Z | Downloaded tabwriter v1.4.0 |
716 | 2025-02-28T23:43:15.994Z | Downloaded string_cache v0.8.7 |
717 | 2025-02-28T23:43:15.998Z | Downloaded miniz_oxide v0.8.0 |
718 | 2025-02-28T23:43:15.998Z | Downloaded indicatif v0.17.11 |
719 | 2025-02-28T23:43:16.002Z | Downloaded peg-runtime v0.8.3 |
720 | 2025-02-28T23:43:16.002Z | Downloaded topological-sort v0.2.2 |
721 | 2025-02-28T23:43:16.005Z | Downloaded unicase v2.7.0 |
722 | 2025-02-28T23:43:16.005Z | Downloaded typify-macro v0.2.0 |
723 | 2025-02-28T23:43:16.009Z | Downloaded ron v0.8.1 |
724 | 2025-02-28T23:43:16.013Z | Downloaded same-file v1.0.6 |
725 | 2025-02-28T23:43:16.017Z | Downloaded strip-ansi-escapes v0.2.0 |
726 | 2025-02-28T23:43:16.017Z | Downloaded stringprep v0.1.5 |
727 | 2025-02-28T23:43:16.017Z | Downloaded either v1.13.0 |
728 | 2025-02-28T23:43:16.021Z | Downloaded env_filter v0.1.2 |
729 | 2025-02-28T23:43:16.021Z | Downloaded bumpalo v3.16.0 |
730 | 2025-02-28T23:43:16.025Z | Downloaded base64 v0.22.1 |
731 | 2025-02-28T23:43:16.029Z | Downloaded termcolor v1.4.1 |
732 | 2025-02-28T23:43:16.029Z | Downloaded hashlink v0.9.1 |
733 | 2025-02-28T23:43:16.032Z | Downloaded crossbeam-channel v0.5.13 |
734 | 2025-02-28T23:43:16.036Z | Downloaded futures-task v0.3.31 |
735 | 2025-02-28T23:43:16.036Z | Downloaded futures-macro v0.3.31 |
736 | 2025-02-28T23:43:16.040Z | Downloaded enum-as-inner v0.6.1 |
737 | 2025-02-28T23:43:16.040Z | Downloaded quinn-udp v0.5.5 |
738 | 2025-02-28T23:43:16.044Z | Downloaded futures-sink v0.3.31 |
739 | 2025-02-28T23:43:16.044Z | Downloaded aes v0.8.4 |
740 | 2025-02-28T23:43:16.048Z | Downloaded dyn-clone v1.0.17 |
741 | 2025-02-28T23:43:16.048Z | Downloaded futures-io v0.3.31 |
742 | 2025-02-28T23:43:16.052Z | Downloaded sync_wrapper v1.0.1 |
743 | 2025-02-28T23:43:16.052Z | Downloaded icu_collections v1.5.0 |
744 | 2025-02-28T23:43:16.055Z | Downloaded tar v0.4.42 |
745 | 2025-02-28T23:43:16.059Z | Downloaded float-cmp v0.9.0 |
746 | 2025-02-28T23:43:16.062Z | Downloaded const_format v0.2.34 |
747 | 2025-02-28T23:43:16.065Z | Downloaded which v4.4.2 |
748 | 2025-02-28T23:43:16.069Z | Downloaded fatfs v0.3.6 |
749 | 2025-02-28T23:43:16.073Z | Downloaded yoke-derive v0.7.4 |
750 | 2025-02-28T23:43:16.073Z | Downloaded russh-keys v0.45.0 |
751 | 2025-02-28T23:43:16.076Z | Downloaded icu_provider v1.5.0 |
752 | 2025-02-28T23:43:16.079Z | Downloaded num-conv v0.1.0 |
753 | 2025-02-28T23:43:16.079Z | Downloaded rustc_version v0.4.1 |
754 | 2025-02-28T23:43:16.079Z | Downloaded der_derive v0.7.3 |
755 | 2025-02-28T23:43:16.083Z | Downloaded simd-adler32 v0.3.7 |
756 | 2025-02-28T23:43:16.083Z | Downloaded heapless v0.8.0 |
757 | 2025-02-28T23:43:16.087Z | Downloaded normalize-line-endings v0.3.0 |
758 | 2025-02-28T23:43:16.093Z | Downloaded sec1 v0.7.3 |
759 | 2025-02-28T23:43:16.093Z | Downloaded term v0.7.0 |
760 | 2025-02-28T23:43:16.097Z | Downloaded progenitor-client v0.8.0 |
761 | 2025-02-28T23:43:16.097Z | Downloaded proc-macro-crate v1.3.1 |
762 | 2025-02-28T23:43:16.097Z | Downloaded pretty-hex v0.2.1 |
763 | 2025-02-28T23:43:16.097Z | Downloaded rusty-fork v0.3.0 |
764 | 2025-02-28T23:43:16.101Z | Downloaded progenitor-macro v0.8.0 |
765 | 2025-02-28T23:43:16.110Z | Downloaded wyz v0.5.1 |
766 | 2025-02-28T23:43:16.115Z | Downloaded utf8_iter v1.0.4 |
767 | 2025-02-28T23:43:16.115Z | Downloaded utf16_iter v1.0.5 |
768 | 2025-02-28T23:43:16.115Z | Downloaded tokio-native-tls v0.3.1 |
769 | 2025-02-28T23:43:16.119Z | Downloaded tokio-macros v2.5.0 |
770 | 2025-02-28T23:43:16.119Z | Downloaded tls_codec_derive v0.4.1 |
771 | 2025-02-28T23:43:16.124Z | Downloaded postgres-types v0.2.8 |
772 | 2025-02-28T23:43:16.124Z | Downloaded pem v3.0.4 |
773 | 2025-02-28T23:43:16.128Z | Downloaded termios v0.3.3 |
774 | 2025-02-28T23:43:16.129Z | Downloaded semver v0.1.20 |
775 | 2025-02-28T23:43:16.129Z | Downloaded secrecy v0.8.0 |
776 | 2025-02-28T23:43:16.133Z | Downloaded futures-executor v0.3.31 |
777 | 2025-02-28T23:43:16.133Z | Downloaded strum_macros v0.25.3 |
778 | 2025-02-28T23:43:16.133Z | Downloaded env_logger v0.10.2 |
779 | 2025-02-28T23:43:16.137Z | Downloaded darling_macro v0.20.10 |
780 | 2025-02-28T23:43:16.137Z | Downloaded sct v0.7.1 |
781 | 2025-02-28T23:43:16.141Z | Downloaded hickory-client v0.24.2 |
782 | 2025-02-28T23:43:16.145Z | Downloaded futures-core v0.3.31 |
783 | 2025-02-28T23:43:16.145Z | Downloaded flagset v0.4.6 |
784 | 2025-02-28T23:43:16.149Z | Downloaded pkg-config v0.3.31 |
785 | 2025-02-28T23:43:16.149Z | Downloaded http v1.2.0 |
786 | 2025-02-28T23:43:16.154Z | Downloaded zone_cfg_derive v0.3.0 |
787 | 2025-02-28T23:43:16.154Z | Downloaded peg-macros v0.8.4 |
788 | 2025-02-28T23:43:16.159Z | Downloaded similar v2.6.0 |
789 | 2025-02-28T23:43:16.163Z | Downloaded slog-async v2.8.0 |
790 | 2025-02-28T23:43:16.163Z | Downloaded resolv-conf v0.7.0 |
791 | 2025-02-28T23:43:16.166Z | Downloaded defmt-parser v0.3.4 |
792 | 2025-02-28T23:43:16.166Z | Downloaded headers-core v0.3.0 |
793 | 2025-02-28T23:43:16.166Z | Downloaded thiserror-no-std v2.0.2 |
794 | 2025-02-28T23:43:16.171Z | Downloaded structmeta v0.3.0 |
795 | 2025-02-28T23:43:16.175Z | Downloaded structmeta v0.2.0 |
796 | 2025-02-28T23:43:16.175Z | Downloaded stable_deref_trait v1.2.0 |
797 | 2025-02-28T23:43:16.175Z | Downloaded num-integer v0.1.46 |
798 | 2025-02-28T23:43:16.179Z | Downloaded heck v0.3.3 |
799 | 2025-02-28T23:43:16.179Z | Downloaded precomputed-hash v0.1.1 |
800 | 2025-02-28T23:43:16.179Z | Downloaded slog-envlogger v2.2.0 |
801 | 2025-02-28T23:43:16.183Z | Downloaded tui-tree-widget v0.22.0 |
802 | 2025-02-28T23:43:16.183Z | Downloaded tokio-rustls v0.25.0 |
803 | 2025-02-28T23:43:16.183Z | Downloaded unicode-properties v0.1.3 |
804 | 2025-02-28T23:43:16.188Z | Downloaded futures-channel v0.3.31 |
805 | 2025-02-28T23:43:16.191Z | Downloaded derive_more v0.99.18 |
806 | 2025-02-28T23:43:16.195Z | Downloaded percent-encoding v2.3.1 |
807 | 2025-02-28T23:43:16.195Z | Downloaded num-derive v0.4.2 |
808 | 2025-02-28T23:43:16.195Z | Downloaded fallible-iterator v0.2.0 |
809 | 2025-02-28T23:43:16.198Z | Downloaded scopeguard v1.2.0 |
810 | 2025-02-28T23:43:16.198Z | Downloaded schemars_derive v0.8.21 |
811 | 2025-02-28T23:43:16.203Z | Downloaded rfc6979 v0.4.0 |
812 | 2025-02-28T23:43:16.203Z | Downloaded rsa v0.9.6 |
813 | 2025-02-28T23:43:16.206Z | Downloaded try-lock v0.2.5 |
814 | 2025-02-28T23:43:16.209Z | Downloaded primeorder v0.13.6 |
815 | 2025-02-28T23:43:16.209Z | Downloaded sqlparser_derive v0.2.2 |
816 | 2025-02-28T23:43:16.209Z | Downloaded prettyplease v0.2.25 |
817 | 2025-02-28T23:43:16.212Z | Downloaded ssh-encoding v0.2.0 |
818 | 2025-02-28T23:43:16.215Z | Downloaded tokio-stream v0.1.16 |
819 | 2025-02-28T23:43:16.219Z | Downloaded num-iter v0.1.45 |
820 | 2025-02-28T23:43:16.222Z | Downloaded thread_local v1.1.8 |
821 | 2025-02-28T23:43:16.222Z | Downloaded mio v1.0.2 |
822 | 2025-02-28T23:43:16.227Z | Downloaded qorb v0.2.1 |
823 | 2025-02-28T23:43:16.232Z | Downloaded parse-size v1.1.0 |
824 | 2025-02-28T23:43:16.236Z | Downloaded publicsuffix v2.3.0 |
825 | 2025-02-28T23:43:16.236Z | Downloaded slog-bunyan v2.5.0 |
826 | 2025-02-28T23:43:16.240Z | Downloaded ppv-lite86 v0.2.20 |
827 | 2025-02-28T23:43:16.240Z | Downloaded russh-cryptovec v0.7.3 |
828 | 2025-02-28T23:43:16.240Z | Downloaded fixedbitset v0.4.2 |
829 | 2025-02-28T23:43:16.243Z | Downloaded embedded-io v0.6.1 |
830 | 2025-02-28T23:43:16.243Z | Downloaded data-encoding v2.6.0 |
831 | 2025-02-28T23:43:16.246Z | Downloaded aes-gcm v0.10.3 |
832 | 2025-02-28T23:43:16.249Z | Downloaded rustc-hash v2.0.0 |
833 | 2025-02-28T23:43:16.249Z | Downloaded unicode-bidi v0.3.17 |
834 | 2025-02-28T23:43:16.252Z | Downloaded rustc-hash v1.1.0 |
835 | 2025-02-28T23:43:16.252Z | Downloaded oso v0.27.3 |
836 | 2025-02-28T23:43:16.256Z | Downloaded predicates v3.1.2 |
837 | 2025-02-28T23:43:16.259Z | Downloaded pem-rfc7468 v0.7.0 |
838 | 2025-02-28T23:43:16.262Z | Downloaded yoke v0.7.4 |
839 | 2025-02-28T23:43:16.265Z | Downloaded predicates-core v1.0.8 |
840 | 2025-02-28T23:43:16.265Z | Downloaded hashbrown v0.12.3 |
841 | 2025-02-28T23:43:16.268Z | Downloaded flume v0.11.1 |
842 | 2025-02-28T23:43:16.272Z | Downloaded libm v0.2.8 |
843 | 2025-02-28T23:43:16.280Z | Downloaded nodrop v0.1.14 |
844 | 2025-02-28T23:43:16.283Z | Downloaded ssh-cipher v0.2.0 |
845 | 2025-02-28T23:43:16.283Z | Downloaded parking_lot_core v0.8.6 |
846 | 2025-02-28T23:43:16.287Z | Downloaded idna v1.0.3 |
847 | 2025-02-28T23:43:16.290Z | Downloaded foreign-types v0.3.2 |
848 | 2025-02-28T23:43:16.293Z | Downloaded parking_lot v0.11.2 |
849 | 2025-02-28T23:43:16.293Z | Downloaded des v0.8.1 |
850 | 2025-02-28T23:43:16.296Z | Downloaded libxml v0.3.3 |
851 | 2025-02-28T23:43:16.300Z | Downloaded write16 v1.0.0 |
852 | 2025-02-28T23:43:16.303Z | Downloaded want v0.3.1 |
853 | 2025-02-28T23:43:16.304Z | Downloaded twox-hash v2.1.0 |
854 | 2025-02-28T23:43:16.307Z | Downloaded pin-utils v0.1.0 |
855 | 2025-02-28T23:43:16.307Z | Downloaded dropshot_endpoint v0.12.0 |
856 | 2025-02-28T23:43:16.310Z | Downloaded phf v0.11.2 |
857 | 2025-02-28T23:43:16.310Z | Downloaded hash32 v0.2.1 |
858 | 2025-02-28T23:43:16.314Z | Downloaded thiserror v2.0.11 |
859 | 2025-02-28T23:43:16.317Z | Downloaded quinn v0.11.5 |
860 | 2025-02-28T23:43:16.321Z | Downloaded psl-types v2.0.11 |
861 | 2025-02-28T23:43:16.324Z | Downloaded zopfli v0.8.1 |
862 | 2025-02-28T23:43:16.327Z | Downloaded fallible-iterator v0.3.0 |
863 | 2025-02-28T23:43:16.327Z | Downloaded dunce v1.0.5 |
864 | 2025-02-28T23:43:16.327Z | Downloaded slog-stdlog v4.1.1 |
865 | 2025-02-28T23:43:16.330Z | Downloaded serde_repr v0.1.19 |
866 | 2025-02-28T23:43:16.331Z | Downloaded untrusted v0.7.1 |
867 | 2025-02-28T23:43:16.335Z | Downloaded parking_lot_core v0.9.10 |
868 | 2025-02-28T23:43:16.338Z | Downloaded untrusted v0.9.0 |
869 | 2025-02-28T23:43:16.338Z | Downloaded snafu v0.8.5 |
870 | 2025-02-28T23:43:16.344Z | Downloaded parking_lot v0.12.3 |
871 | 2025-02-28T23:43:16.348Z | Downloaded zip v2.1.3 |
872 | 2025-02-28T23:43:16.351Z | Downloaded num_enum v0.5.11 |
873 | 2025-02-28T23:43:16.354Z | Downloaded group v0.13.0 |
874 | 2025-02-28T23:43:16.357Z | Downloaded foldhash v0.1.3 |
875 | 2025-02-28T23:43:16.357Z | Downloaded pkcs1 v0.7.5 |
876 | 2025-02-28T23:43:16.361Z | Downloaded tungstenite v0.23.0 |
877 | 2025-02-28T23:43:16.364Z | Downloaded ghash v0.5.1 |
878 | 2025-02-28T23:43:16.364Z | Downloaded scheduled-thread-pool v0.2.7 |
879 | 2025-02-28T23:43:16.367Z | Downloaded tungstenite v0.21.0 |
880 | 2025-02-28T23:43:16.370Z | Downloaded slog-scope v4.4.0 |
881 | 2025-02-28T23:43:16.370Z | Downloaded ff v0.13.0 |
882 | 2025-02-28T23:43:16.374Z | Downloaded test-strategy v0.3.1 |
883 | 2025-02-28T23:43:16.377Z | Downloaded dropshot_endpoint v0.15.1 |
884 | 2025-02-28T23:43:16.380Z | Downloaded slog-term v2.9.1 |
885 | 2025-02-28T23:43:16.383Z | Downloaded typify v0.3.0 |
886 | 2025-02-28T23:43:16.387Z | Downloaded filetime v0.2.25 |
887 | 2025-02-28T23:43:16.387Z | Downloaded dirs-sys-next v0.1.2 |
888 | 2025-02-28T23:43:16.390Z | Downloaded olpc-cjson v0.1.4 |
889 | 2025-02-28T23:43:16.390Z | Downloaded difflib v0.4.0 |
890 | 2025-02-28T23:43:16.390Z | Downloaded writeable v0.5.5 |
891 | 2025-02-28T23:43:16.393Z | Downloaded slab v0.4.9 |
892 | 2025-02-28T23:43:16.394Z | Downloaded value-bag v1.9.0 |
893 | 2025-02-28T23:43:16.397Z | Downloaded siphasher v0.3.11 |
894 | 2025-02-28T23:43:16.397Z | Downloaded tiny-keccak v2.0.2 |
895 | 2025-02-28T23:43:16.400Z | Downloaded tokio-tungstenite v0.23.1 |
896 | 2025-02-28T23:43:16.403Z | Downloaded xattr v1.3.1 |
897 | 2025-02-28T23:43:16.403Z | Downloaded tinystr v0.7.6 |
898 | 2025-02-28T23:43:16.407Z | Downloaded polyval v0.6.2 |
899 | 2025-02-28T23:43:16.410Z | Downloaded uzers v0.12.1 |
900 | 2025-02-28T23:43:16.410Z | Downloaded tough v0.19.0 |
901 | 2025-02-28T23:43:16.417Z | Downloaded glob v0.3.2 |
902 | 2025-02-28T23:43:16.421Z | Downloaded half v2.4.1 |
903 | 2025-02-28T23:43:16.424Z | Downloaded time-core v0.1.2 |
904 | 2025-02-28T23:43:16.424Z | Downloaded aws-lc-rs v1.10.0 |
905 | 2025-02-28T23:43:16.432Z | Downloaded zone_cfg_derive v0.1.2 |
906 | 2025-02-28T23:43:16.435Z | Downloaded predicates-tree v1.0.11 |
907 | 2025-02-28T23:43:16.436Z | Downloaded itertools v0.12.1 |
908 | 2025-02-28T23:43:16.441Z | Downloaded tinyvec_macros v0.1.1 |
909 | 2025-02-28T23:43:16.444Z | Downloaded serde-hex v0.1.0 |
910 | 2025-02-28T23:43:16.444Z | Downloaded funty v2.0.0 |
911 | 2025-02-28T23:43:16.447Z | Downloaded spki v0.7.3 |
912 | 2025-02-28T23:43:16.447Z | Downloaded poly1305 v0.8.0 |
913 | 2025-02-28T23:43:16.451Z | Downloaded num-bigint-dig v0.8.4 |
914 | 2025-02-28T23:43:16.454Z | Downloaded tracing-core v0.1.32 |
915 | 2025-02-28T23:43:16.458Z | Downloaded ena v0.14.3 |
916 | 2025-02-28T23:43:16.461Z | Downloaded diesel_table_macro_syntax v0.2.0 |
917 | 2025-02-28T23:43:16.462Z | Downloaded defmt v0.3.8 |
918 | 2025-02-28T23:43:16.462Z | Downloaded subtle v2.6.1 |
919 | 2025-02-28T23:43:16.465Z | Downloaded structmeta-derive v0.2.0 |
920 | 2025-02-28T23:43:16.465Z | Downloaded pkcs8 v0.10.2 |
921 | 2025-02-28T23:43:16.468Z | Downloaded opaque-debug v0.3.1 |
922 | 2025-02-28T23:43:16.468Z | Downloaded structmeta-derive v0.3.0 |
923 | 2025-02-28T23:43:16.468Z | Downloaded uuid v1.12.0 |
924 | 2025-02-28T23:43:16.472Z | Downloaded zerofrom-derive v0.1.4 |
925 | 2025-02-28T23:43:16.475Z | Downloaded oso-derive v0.27.3 |
926 | 2025-02-28T23:43:16.475Z | Downloaded hyper v1.5.2 |
927 | 2025-02-28T23:43:16.480Z | Downloaded progenitor-client v0.9.1 |
928 | 2025-02-28T23:43:16.483Z | Downloaded strum_macros v0.26.4 |
929 | 2025-02-28T23:43:16.483Z | Downloaded ref-cast-impl v1.0.23 |
930 | 2025-02-28T23:43:16.486Z | Downloaded vergen v8.3.2 |
931 | 2025-02-28T23:43:16.490Z | Downloaded document-features v0.2.10 |
932 | 2025-02-28T23:43:16.490Z | Downloaded parse-display v0.10.0 |
933 | 2025-02-28T23:43:16.490Z | Downloaded darling_core v0.20.10 |
934 | 2025-02-28T23:43:16.494Z | Downloaded termtree v0.5.1 |
935 | 2025-02-28T23:43:16.497Z | Downloaded ref-cast v1.0.23 |
936 | 2025-02-28T23:43:16.497Z | Downloaded der v0.7.9 |
937 | 2025-02-28T23:43:16.502Z | Downloaded rand_seeder v0.3.0 |
938 | 2025-02-28T23:43:16.505Z | Downloaded debug-ignore v1.0.5 |
939 | 2025-02-28T23:43:16.505Z | Downloaded dsl_auto_type v0.1.2 |
940 | 2025-02-28T23:43:16.509Z | Downloaded rand_xorshift v0.3.0 |
941 | 2025-02-28T23:43:16.509Z | Downloaded shlex v1.3.0 |
942 | 2025-02-28T23:43:16.509Z | Downloaded unsafe-libyaml v0.2.11 |
943 | 2025-02-28T23:43:16.512Z | Downloaded gethostname v0.5.0 |
944 | 2025-02-28T23:43:16.515Z | Downloaded zeroize_derive v1.4.2 |
945 | 2025-02-28T23:43:16.515Z | Downloaded p256 v0.13.2 |
946 | 2025-02-28T23:43:16.518Z | Downloaded salsa20 v0.10.2 |
947 | 2025-02-28T23:43:16.518Z | Downloaded omicron-zone-package v0.12.0 |
948 | 2025-02-28T23:43:16.522Z | Downloaded hashbrown v0.14.5 |
949 | 2025-02-28T23:43:16.527Z | Downloaded embedded-io v0.4.0 |
950 | 2025-02-28T23:43:16.530Z | Downloaded display-error-chain v0.2.2 |
951 | 2025-02-28T23:43:16.530Z | Downloaded hex-literal v0.4.1 |
952 | 2025-02-28T23:43:16.533Z | Downloaded tokio-tungstenite v0.21.0 |
953 | 2025-02-28T23:43:16.533Z | Downloaded zeroize v1.8.1 |
954 | 2025-02-28T23:43:16.536Z | Downloaded bindgen v0.69.5 |
955 | 2025-02-28T23:43:16.541Z | Downloaded postcard v1.0.10 |
956 | 2025-02-28T23:43:16.544Z | Downloaded yasna v0.5.2 |
957 | 2025-02-28T23:43:16.547Z | Downloaded unicode_categories v0.1.1 |
958 | 2025-02-28T23:43:16.548Z | Downloaded nom v7.1.3 |
959 | 2025-02-28T23:43:16.553Z | Downloaded powerfmt v0.2.0 |
960 | 2025-02-28T23:43:16.556Z | Downloaded sqlformat v0.2.6 |
961 | 2025-02-28T23:43:16.556Z | Downloaded progenitor-impl v0.9.1 |
962 | 2025-02-28T23:43:16.559Z | Downloaded quick-xml v0.33.0 |
963 | 2025-02-28T23:43:16.564Z | Downloaded zone v0.3.0 |
964 | 2025-02-28T23:43:16.567Z | Downloaded ecdsa v0.16.9 |
965 | 2025-02-28T23:43:16.567Z | Downloaded displaydoc v0.2.5 |
966 | 2025-02-28T23:43:16.570Z | Downloaded getrandom v0.2.15 |
967 | 2025-02-28T23:43:16.573Z | Downloaded pkcs5 v0.7.1 |
968 | 2025-02-28T23:43:16.576Z | Downloaded tungstenite v0.24.0 |
969 | 2025-02-28T23:43:16.579Z | Downloaded tinyvec v1.8.0 |
970 | 2025-02-28T23:43:16.583Z | Downloaded futures-util v0.3.31 |
971 | 2025-02-28T23:43:16.593Z | Downloaded diff v0.1.13 |
972 | 2025-02-28T23:43:16.596Z | Downloaded rand v0.8.5 |
973 | 2025-02-28T23:43:16.599Z | Downloaded subprocess v0.2.9 |
974 | 2025-02-28T23:43:16.603Z | Downloaded chrono v0.4.39 |
975 | 2025-02-28T23:43:16.609Z | Downloaded headers v0.4.0 |
976 | 2025-02-28T23:43:16.614Z | Downloaded expectorate v1.1.0 |
977 | 2025-02-28T23:43:16.617Z | Downloaded parse-zoneinfo v0.3.1 |
978 | 2025-02-28T23:43:16.621Z | Downloaded russh v0.45.0 |
979 | 2025-02-28T23:43:16.625Z | Downloaded reedline v0.35.0 |
980 | 2025-02-28T23:43:16.632Z | Downloaded rayon v1.10.0 |
981 | 2025-02-28T23:43:16.643Z | Downloaded futures v0.3.31 |
982 | 2025-02-28T23:43:16.647Z | Downloaded sqlparser v0.45.0 |
983 | 2025-02-28T23:43:16.652Z | Downloaded hickory-resolver v0.24.2 |
984 | 2025-02-28T23:43:16.655Z | Downloaded diesel_derives v2.2.3 |
985 | 2025-02-28T23:43:16.659Z | Downloaded flate2 v1.0.35 |
986 | 2025-02-28T23:43:16.664Z | Downloaded typed-path v0.9.3 |
987 | 2025-02-28T23:43:16.670Z | Downloaded hickory-server v0.24.2 |
988 | 2025-02-28T23:43:16.675Z | Downloaded rusqlite v0.32.1 |
989 | 2025-02-28T23:43:16.682Z | Downloaded quinn-proto v0.11.8 |
990 | 2025-02-28T23:43:16.688Z | Downloaded x509-cert v0.2.5 |
991 | 2025-02-28T23:43:16.694Z | Downloaded zerocopy v0.8.10 |
992 | 2025-02-28T23:43:16.718Z | Downloaded lalrpop v0.19.12 |
993 | 2025-02-28T23:43:16.728Z | Downloaded rustyline v14.0.0 |
994 | 2025-02-28T23:43:16.733Z | Downloaded h2 v0.4.6 |
995 | 2025-02-28T23:43:16.739Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2025-02-28T23:43:16.748Z | Downloaded ssh-key v0.6.6 |
997 | 2025-02-28T23:43:16.755Z | Downloaded winnow v0.5.40 |
998 | 2025-02-28T23:43:16.763Z | Downloaded time v0.3.36 |
999 | 2025-02-28T23:43:16.770Z | Downloaded icu_properties_data v1.5.0 |
1000 | 2025-02-28T23:43:16.781Z | Downloaded reqwest v0.12.9 |
1001 | 2025-02-28T23:43:16.789Z | Downloaded git2 v0.19.0 |
1002 | 2025-02-28T23:43:16.798Z | Downloaded unicode-segmentation v1.12.0 |
1003 | 2025-02-28T23:43:16.802Z | Downloaded slog v2.7.0 |
1004 | 2025-02-28T23:43:16.805Z | Downloaded progenitor-impl v0.8.0 |
1005 | 2025-02-28T23:43:16.805Z | Downloaded nix v0.27.1 |
1006 | 2025-02-28T23:43:16.816Z | Downloaded salty v0.3.0 |
1007 | 2025-02-28T23:43:16.822Z | Downloaded p521 v0.13.3 |
1008 | 2025-02-28T23:43:16.826Z | Downloaded rustls-webpki v0.101.7 |
1009 | 2025-02-28T23:43:16.840Z | Downloaded webpki-roots v0.26.6 |
1010 | 2025-02-28T23:43:16.843Z | Downloaded highway v1.2.0 |
1011 | 2025-02-28T23:43:16.846Z | Downloaded schemars v0.8.21 |
1012 | 2025-02-28T23:43:16.855Z | Downloaded unicode-normalization v0.1.24 |
1013 | 2025-02-28T23:43:16.860Z | Downloaded smoltcp v0.9.1 |
1014 | 2025-02-28T23:43:16.871Z | Downloaded petname v2.0.2 |
1015 | 2025-02-28T23:43:16.876Z | Downloaded rustls-webpki v0.102.8 |
1016 | 2025-02-28T23:43:16.894Z | Downloaded portable-atomic v1.9.0 |
1017 | 2025-02-28T23:43:16.900Z | Downloaded bstr v1.10.0 |
1018 | 2025-02-28T23:43:16.911Z | Downloaded radix_trie v0.2.1 |
1019 | 2025-02-28T23:43:16.916Z | Downloaded p384 v0.13.0 |
1020 | 2025-02-28T23:43:16.922Z | Downloaded rustls v0.23.19 |
1021 | 2025-02-28T23:43:16.934Z | Downloaded proptest v1.5.0 |
1022 | 2025-02-28T23:43:16.942Z | Downloaded rustls v0.21.12 |
1023 | 2025-02-28T23:43:16.953Z | Downloaded regress v0.10.1 |
1024 | 2025-02-28T23:43:16.962Z | Downloaded regex v1.11.1 |
1025 | 2025-02-28T23:43:16.974Z | Downloaded nix v0.29.0 |
1026 | 2025-02-28T23:43:16.986Z | Downloaded openssl v0.10.66 |
1027 | 2025-02-28T23:43:16.995Z | Downloaded polar-core v0.27.3 |
1028 | 2025-02-28T23:43:17.004Z | Downloaded unicode-width v0.2.0 |
1029 | 2025-02-28T23:43:17.010Z | Downloaded nix v0.28.0 |
1030 | 2025-02-28T23:43:17.022Z | Downloaded rustls v0.22.4 |
1031 | 2025-02-28T23:43:17.034Z | Downloaded openapiv3 v2.0.0 |
1032 | 2025-02-28T23:43:17.046Z | Downloaded ratatui v0.28.1 |
1033 | 2025-02-28T23:43:17.066Z | Downloaded object v0.36.5 |
1034 | 2025-02-28T23:43:17.077Z | Downloaded diesel v2.2.6 |
1035 | 2025-02-28T23:43:17.096Z | Downloaded typify-impl v0.3.0 |
1036 | 2025-02-28T23:43:17.111Z | Downloaded zerocopy-derive v0.6.6 |
1037 | 2025-02-28T23:43:17.120Z | Downloaded typify-impl v0.2.0 |
1038 | 2025-02-28T23:43:17.155Z | Downloaded sled v0.34.7 |
1039 | 2025-02-28T23:43:17.165Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1040 | 2025-02-28T23:43:17.176Z | Downloaded regex-syntax v0.6.29 |
1041 | 2025-02-28T23:43:17.183Z | Downloaded regex-syntax v0.8.5 |
1042 | 2025-02-28T23:43:17.193Z | Downloaded dropshot v0.15.1 |
1043 | 2025-02-28T23:43:17.218Z | Downloaded regex-automata v0.4.8 |
1044 | 2025-02-28T23:43:17.232Z | Downloaded regress v0.9.1 |
1045 | 2025-02-28T23:43:17.240Z | Downloaded smoltcp v0.11.0 |
1046 | 2025-02-28T23:43:17.251Z | Downloaded gimli v0.31.1 |
1047 | 2025-02-28T23:43:17.259Z | Downloaded dropshot v0.12.0 |
1048 | 2025-02-28T23:43:17.279Z | Downloaded vcpkg v0.2.15 |
1049 | 2025-02-28T23:43:17.317Z | Downloaded object v0.30.4 |
1050 | 2025-02-28T23:43:17.326Z | Downloaded hickory-proto v0.24.2 |
1051 | 2025-02-28T23:43:17.342Z | Downloaded petgraph v0.6.5 |
1052 | 2025-02-28T23:43:17.358Z | Downloaded chrono-tz v0.10.1 |
1053 | 2025-02-28T23:43:17.364Z | Downloaded lzma-sys v0.1.20 |
1054 | 2025-02-28T23:43:17.393Z | Downloaded tokio v1.43.0 |
1055 | 2025-02-28T23:43:17.432Z | Downloaded sha3 v0.10.8 |
1056 | 2025-02-28T23:43:17.436Z | Downloaded csv v1.3.1 |
1057 | 2025-02-28T23:43:17.455Z | Downloaded bitvec v1.0.1 |
1058 | 2025-02-28T23:43:17.469Z | Downloaded rustversion v1.0.17 |
1059 | 2025-02-28T23:43:17.472Z | Downloaded libz-sys v1.1.20 |
1060 | 2025-02-28T23:43:17.491Z | Downloaded foreign-types v0.5.0 |
1061 | 2025-02-28T23:43:17.494Z | Downloaded tracing v0.1.40 |
1062 | 2025-02-28T23:43:17.497Z | Downloaded itertools v0.13.0 |
1063 | 2025-02-28T23:43:17.502Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2025-02-28T23:43:17.505Z | Downloaded rustls-pki-types v1.10.0 |
1065 | 2025-02-28T23:43:17.509Z | Downloaded num-traits v0.2.19 |
1066 | 2025-02-28T23:43:17.512Z | Downloaded xz2 v0.1.7 |
1067 | 2025-02-28T23:43:17.513Z | Downloaded strum_macros v0.24.3 |
1068 | 2025-02-28T23:43:17.517Z | Downloaded password-hash v0.5.0 |
1069 | 2025-02-28T23:43:17.517Z | Downloaded password-hash v0.4.2 |
1070 | 2025-02-28T23:43:17.520Z | Downloaded spin v0.9.8 |
1071 | 2025-02-28T23:43:17.520Z | Downloaded env_logger v0.11.5 |
1072 | 2025-02-28T23:43:17.523Z | Downloaded packed_struct v0.10.1 |
1073 | 2025-02-28T23:43:17.526Z | Downloaded diesel-dtrace v0.4.2 |
1074 | 2025-02-28T23:43:17.526Z | Downloaded defmt-macros v0.3.9 |
1075 | 2025-02-28T23:43:17.530Z | Downloaded socket2 v0.5.7 |
1076 | 2025-02-28T23:43:17.533Z | Downloaded termtree v0.4.1 |
1077 | 2025-02-28T23:43:17.533Z | Downloaded sync-ptr v0.1.1 |
1078 | 2025-02-28T23:43:17.533Z | Downloaded walkdir v2.5.0 |
1079 | 2025-02-28T23:43:17.533Z | Downloaded hkdf v0.12.4 |
1080 | 2025-02-28T23:43:17.536Z | Downloaded blake3 v1.5.4 |
1081 | 2025-02-28T23:43:17.543Z | Downloaded snafu-derive v0.8.5 |
1082 | 2025-02-28T23:43:17.546Z | Downloaded zerocopy-derive v0.8.10 |
1083 | 2025-02-28T23:43:17.550Z | Downloaded num-bigint v0.4.6 |
1084 | 2025-02-28T23:43:17.555Z | Downloaded hashbrown v0.13.2 |
1085 | 2025-02-28T23:43:17.559Z | Downloaded heapless v0.7.17 |
1086 | 2025-02-28T23:43:17.562Z | Downloaded fd-lock v4.0.2 |
1087 | 2025-02-28T23:43:17.566Z | Downloaded rustls-pemfile v2.2.0 |
1088 | 2025-02-28T23:43:17.569Z | Downloaded slog-json v2.6.1 |
1089 | 2025-02-28T23:43:17.569Z | Downloaded rand_chacha v0.3.1 |
1090 | 2025-02-28T23:43:17.572Z | Downloaded hex v0.4.3 |
1091 | 2025-02-28T23:43:17.572Z | Downloaded serde_plain v1.0.2 |
1092 | 2025-02-28T23:43:17.572Z | Downloaded globset v0.4.15 |
1093 | 2025-02-28T23:43:17.577Z | Downloaded zerovec v0.10.4 |
1094 | 2025-02-28T23:43:17.580Z | Downloaded serde_with v3.11.0 |
1095 | 2025-02-28T23:43:17.587Z | Downloaded num-rational v0.4.2 |
1096 | 2025-02-28T23:43:17.591Z | Downloaded tracing-attributes v0.1.27 |
1097 | 2025-02-28T23:43:17.594Z | Downloaded encoding_rs v0.8.34 |
1098 | 2025-02-28T23:43:17.612Z | Downloaded tokio-tungstenite v0.24.0 |
1099 | 2025-02-28T23:43:17.616Z | Downloaded unicode-xid v0.2.6 |
1100 | 2025-02-28T23:43:17.616Z | Downloaded unicode-truncate v1.1.0 |
1101 | 2025-02-28T23:43:17.619Z | Downloaded rayon-core v1.12.1 |
1102 | 2025-02-28T23:43:17.622Z | Downloaded tokio-util v0.7.12 |
1103 | 2025-02-28T23:43:17.626Z | Downloaded rustfmt-wrapper v0.2.1 |
1104 | 2025-02-28T23:43:17.629Z | Downloaded url v2.5.3 |
1105 | 2025-02-28T23:43:17.633Z | Downloaded itertools v0.10.5 |
1106 | 2025-02-28T23:43:17.636Z | Downloaded minimal-lexical v0.2.1 |
1107 | 2025-02-28T23:43:17.640Z | Downloaded time-macros v0.2.18 |
1108 | 2025-02-28T23:43:17.644Z | Downloaded openssl-sys v0.9.104 |
1109 | 2025-02-28T23:43:17.648Z | Downloaded aho-corasick v1.1.3 |
1110 | 2025-02-28T23:43:17.654Z | Downloaded ed25519-dalek v2.1.1 |
1111 | 2025-02-28T23:43:17.657Z | Downloaded nu-ansi-term v0.50.1 |
1112 | 2025-02-28T23:43:17.661Z | Downloaded zip v0.6.6 |
1113 | 2025-02-28T23:43:17.664Z | Downloaded steno v0.4.1 |
1114 | 2025-02-28T23:43:17.667Z | Downloaded crossterm v0.28.1 |
1115 | 2025-02-28T23:43:17.673Z | Downloaded derive-where v1.2.7 |
1116 | 2025-02-28T23:43:17.676Z | Downloaded derive_builder v0.20.2 |
1117 | 2025-02-28T23:43:17.680Z | Downloaded slog-dtrace v0.3.0 |
1118 | 2025-02-28T23:43:17.685Z | Downloaded zerocopy v0.6.6 |
1119 | 2025-02-28T23:43:17.688Z | Downloaded toml_edit v0.19.15 |
1120 | 2025-02-28T23:43:17.700Z | Downloaded tokio-postgres v0.7.12 |
1121 | 2025-02-28T23:43:17.705Z | Downloaded tokio-rustls v0.26.0 |
1122 | 2025-02-28T23:43:17.708Z | Downloaded tokio-rustls v0.24.1 |
1123 | 2025-02-28T23:43:17.711Z | Downloaded elliptic-curve v0.13.8 |
1124 | 2025-02-28T23:43:17.714Z | Downloaded fallible-streaming-iterator v0.1.9 |
1125 | 2025-02-28T23:43:17.714Z | Downloaded rustc_version v0.1.7 |
1126 | 2025-02-28T23:43:17.714Z | Downloaded whoami v1.5.2 |
1127 | 2025-02-28T23:43:17.718Z | Downloaded rustc-demangle v0.1.24 |
1128 | 2025-02-28T23:43:17.718Z | Downloaded pin-project v1.1.6 |
1129 | 2025-02-28T23:43:17.730Z | Downloaded postgres-protocol v0.6.7 |
1130 | 2025-02-28T23:43:17.733Z | Downloaded progenitor-macro v0.9.1 |
1131 | 2025-02-28T23:43:17.733Z | Downloaded peg v0.8.4 |
1132 | 2025-02-28T23:43:17.736Z | Downloaded pbkdf2 v0.12.2 |
1133 | 2025-02-28T23:43:17.737Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1134 | 2025-02-28T23:43:17.793Z | Downloaded fxhash v0.2.1 |
1135 | 2025-02-28T23:43:17.797Z | Downloaded endian-type v0.1.2 |
1136 | 2025-02-28T23:43:17.797Z | Downloaded smallvec v0.6.14 |
1137 | 2025-02-28T23:43:17.797Z | Downloaded num-complex v0.4.6 |
1138 | 2025-02-28T23:43:17.801Z | Downloaded signal-hook v0.3.17 |
1139 | 2025-02-28T23:43:17.804Z | Downloaded pin-project-lite v0.2.14 |
1140 | 2025-02-28T23:43:17.807Z | Downloaded pin-project-internal v1.1.6 |
1141 | 2025-02-28T23:43:17.811Z | Downloaded owo-colors v4.1.0 |
1142 | 2025-02-28T23:43:17.811Z | Downloaded fs_extra v1.3.0 |
1143 | 2025-02-28T23:43:17.814Z | Downloaded backtrace v0.3.74 |
1144 | 2025-02-28T23:43:17.817Z | Downloaded deranged v0.3.11 |
1145 | 2025-02-28T23:43:17.821Z | Downloaded serde_yaml v0.9.34+deprecated |
1146 | 2025-02-28T23:43:17.824Z | Downloaded samael v0.0.17 |
1147 | 2025-02-28T23:43:17.827Z | Downloaded vte v0.11.1 |
1148 | 2025-02-28T23:43:17.831Z | Downloaded toml v0.7.8 |
1149 | 2025-02-28T23:43:17.834Z | Downloaded ron v0.7.1 |
1150 | 2025-02-28T23:43:17.838Z | Downloaded rcgen v0.12.1 |
1151 | 2025-02-28T23:43:17.841Z | Downloaded signature v2.2.0 |
1152 | 2025-02-28T23:43:17.841Z | Downloaded pbkdf2 v0.11.0 |
1153 | 2025-02-28T23:43:17.844Z | Downloaded zone v0.1.8 |
1154 | 2025-02-28T23:43:17.845Z | Downloaded icu_properties v1.5.1 |
1155 | 2025-02-28T23:43:17.848Z | Downloaded signal-hook-mio v0.2.4 |
1156 | 2025-02-28T23:43:17.851Z | Downloaded zerovec-derive v0.10.3 |
1157 | 2025-02-28T23:43:17.851Z | Downloaded base64 v0.21.7 |
1158 | 2025-02-28T23:43:17.854Z | Downloaded phf_shared v0.11.2 |
1159 | 2025-02-28T23:43:17.854Z | Downloaded phf_generator v0.11.2 |
1160 | 2025-02-28T23:43:17.858Z | Downloaded derive_builder_core v0.20.2 |
1161 | 2025-02-28T23:43:17.858Z | Downloaded vsss-rs v3.3.4 |
1162 | 2025-02-28T23:43:17.861Z | Downloaded typify v0.2.0 |
1163 | 2025-02-28T23:43:17.864Z | Downloaded hyper-util v0.1.10 |
1164 | 2025-02-28T23:43:17.868Z | Downloaded serde_derive_internals v0.29.1 |
1165 | 2025-02-28T23:43:17.868Z | Downloaded sha1 v0.10.6 |
1166 | 2025-02-28T23:43:17.871Z | Downloaded foreign-types-shared v0.1.1 |
1167 | 2025-02-28T23:43:17.871Z | Downloaded icu_normalizer_data v1.5.0 |
1168 | 2025-02-28T23:43:17.871Z | Downloaded crc-any v2.5.0 |
1169 | 2025-02-28T23:43:17.874Z | Downloaded const-oid v0.9.6 |
1170 | 2025-02-28T23:43:17.878Z | Downloaded cookie v0.18.1 |
1171 | 2025-02-28T23:43:17.881Z | Downloaded multer v3.1.0 |
1172 | 2025-02-28T23:43:17.881Z | Downloaded litemap v0.7.3 |
1173 | 2025-02-28T23:43:17.885Z | Downloaded icu_locid_transform_data v1.5.0 |
1174 | 2025-02-28T23:43:17.885Z | Downloaded cmake v0.1.51 |
1175 | 2025-02-28T23:43:17.888Z | Downloaded lock_api v0.4.12 |
1176 | 2025-02-28T23:43:17.888Z | Downloaded icu_locid_transform v1.5.0 |
1177 | 2025-02-28T23:43:17.891Z | Downloaded hyper-rustls v0.27.3 |
1178 | 2025-02-28T23:43:17.895Z | Downloaded cipher v0.4.4 |
1179 | 2025-02-28T23:43:17.895Z | Downloaded cancel-safe-futures v0.1.5 |
1180 | 2025-02-28T23:43:17.898Z | Downloaded async-trait v0.1.85 |
1181 | 2025-02-28T23:43:17.901Z | Downloaded console v0.15.10 |
1182 | 2025-02-28T23:43:17.905Z | Downloaded libefi-sys v0.1.0 |
1183 | 2025-02-28T23:43:17.905Z | Downloaded instant v0.1.13 |
1184 | 2025-02-28T23:43:17.905Z | Downloaded indent_write v2.2.0 |
1185 | 2025-02-28T23:43:17.909Z | Downloaded icu_provider_macros v1.5.0 |
1186 | 2025-02-28T23:43:17.909Z | Downloaded const_format_proc_macros v0.2.34 |
1187 | 2025-02-28T23:43:17.909Z | Downloaded base64ct v1.6.0 |
1188 | 2025-02-28T23:43:17.913Z | Downloaded lazy_static v1.5.0 |
1189 | 2025-02-28T23:43:17.913Z | Downloaded indoc v1.0.9 |
1190 | 2025-02-28T23:43:17.916Z | Downloaded ctr v0.9.2 |
1191 | 2025-02-28T23:43:17.919Z | Downloaded csv-core v0.1.11 |
1192 | 2025-02-28T23:43:17.919Z | Downloaded convert_case v0.4.0 |
1193 | 2025-02-28T23:43:17.919Z | Downloaded buf-list v1.0.3 |
1194 | 2025-02-28T23:43:17.922Z | Downloaded memoffset v0.9.1 |
1195 | 2025-02-28T23:43:17.922Z | Downloaded linked-hash-map v0.5.6 |
1196 | 2025-02-28T23:43:17.926Z | Downloaded crc32fast v1.4.2 |
1197 | 2025-02-28T23:43:17.929Z | Downloaded bcs v0.1.6 |
1198 | 2025-02-28T23:43:17.929Z | Downloaded ciborium-ll v0.2.2 |
1199 | 2025-02-28T23:43:17.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
1200 | 2025-02-28T23:43:17.933Z | Downloaded kstat-rs v0.2.4 |
1201 | 2025-02-28T23:43:17.933Z | Downloaded match_cfg v0.1.0 |
1202 | 2025-02-28T23:43:17.936Z | Downloaded instability v0.3.2 |
1203 | 2025-02-28T23:43:17.936Z | Downloaded idna_adapter v1.2.0 |
1204 | 2025-02-28T23:43:17.936Z | Downloaded bitfield v0.14.0 |
1205 | 2025-02-28T23:43:17.939Z | Downloaded chrono-tz-build v0.4.0 |
1206 | 2025-02-28T23:43:17.939Z | Downloaded blowfish v0.9.1 |
1207 | 2025-02-28T23:43:18.129Z | Downloaded ring v0.17.8 |
1208 | 2025-02-28T23:43:18.252Z | Downloaded libsqlite3-sys v0.30.1 |
1209 | 2025-02-28T23:43:18.344Z | Downloaded aws-lc-sys v0.22.0 |
1210 | 2025-02-28T23:43:18.671Z | Compiling serde v1.0.217 |
1211 | 2025-02-28T23:43:18.674Z | Compiling lock_api v0.4.12 |
1212 | 2025-02-28T23:43:18.675Z | Compiling value-bag v1.9.0 |
1213 | 2025-02-28T23:43:18.675Z | Compiling scopeguard v1.2.0 |
1214 | 2025-02-28T23:43:18.675Z | Compiling typenum v1.17.0 |
1215 | 2025-02-28T23:43:18.675Z | Compiling generic-array v0.14.7 |
1216 | 2025-02-28T23:43:18.872Z | Compiling syn v2.0.96 |
1217 | 2025-02-28T23:43:18.876Z | Compiling getrandom v0.2.15 |
1218 | 2025-02-28T23:43:18.998Z | Compiling subtle v2.6.1 |
1219 | 2025-02-28T23:43:19.207Z | Compiling rand_core v0.6.4 |
1220 | 2025-02-28T23:43:19.241Z | Compiling log v0.4.22 |
1221 | 2025-02-28T23:43:19.384Z | Compiling shlex v1.3.0 |
1222 | 2025-02-28T23:43:19.404Z | Compiling jobserver v0.1.32 |
1223 | 2025-02-28T23:43:19.423Z | Compiling smallvec v1.13.2 |
1224 | 2025-02-28T23:43:19.698Z | Compiling const-oid v0.9.6 |
1225 | 2025-02-28T23:43:19.702Z | Compiling pin-project-lite v0.2.14 |
1226 | 2025-02-28T23:43:19.741Z | Compiling rustix v0.38.37 |
1227 | 2025-02-28T23:43:19.805Z | Compiling cc v1.1.30 |
1228 | 2025-02-28T23:43:19.845Z | Compiling spin v0.9.8 |
1229 | 2025-02-28T23:43:19.990Z | Compiling parking_lot_core v0.9.10 |
1230 | 2025-02-28T23:43:20.208Z | Compiling futures-core v0.3.31 |
1231 | 2025-02-28T23:43:20.211Z | Compiling signal-hook-registry v1.4.2 |
1232 | 2025-02-28T23:43:20.456Z | Compiling mio v1.0.2 |
1233 | 2025-02-28T23:43:20.565Z | Compiling aho-corasick v1.1.3 |
1234 | 2025-02-28T23:43:20.907Z | Compiling parking_lot v0.12.3 |
1235 | 2025-02-28T23:43:20.990Z | Compiling cpufeatures v0.2.14 |
1236 | 2025-02-28T23:43:21.102Z | Compiling either v1.13.0 |
1237 | 2025-02-28T23:43:21.121Z | Compiling stable_deref_trait v1.2.0 |
1238 | 2025-02-28T23:43:21.237Z | Compiling regex-syntax v0.8.5 |
1239 | 2025-02-28T23:43:21.509Z | Compiling glob v0.3.2 |
1240 | 2025-02-28T23:43:21.535Z | Compiling futures-sink v0.3.31 |
1241 | 2025-02-28T23:43:21.686Z | Compiling socket2 v0.5.7 |
1242 | 2025-02-28T23:43:21.706Z | Compiling slab v0.4.9 |
1243 | 2025-02-28T23:43:21.726Z | Compiling prettyplease v0.2.25 |
1244 | 2025-02-28T23:43:22.067Z | Compiling lazy_static v1.5.0 |
1245 | 2025-02-28T23:43:22.269Z | Compiling minimal-lexical v0.2.1 |
1246 | 2025-02-28T23:43:22.294Z | Compiling serde_json v1.0.135 |
1247 | 2025-02-28T23:43:22.364Z | Compiling clang-sys v1.8.1 |
1248 | 2025-02-28T23:43:22.637Z | Compiling libloading v0.8.5 |
1249 | 2025-02-28T23:43:22.789Z | Compiling nom v7.1.3 |
1250 | 2025-02-28T23:43:22.890Z | Compiling home v0.5.9 |
1251 | 2025-02-28T23:43:23.024Z | Compiling bindgen v0.69.5 |
1252 | 2025-02-28T23:43:23.146Z | Compiling futures-channel v0.3.31 |
1253 | 2025-02-28T23:43:23.502Z | Compiling itertools v0.12.1 |
1254 | 2025-02-28T23:43:23.563Z | Compiling futures-task v0.3.31 |
1255 | 2025-02-28T23:43:23.848Z | Compiling lazycell v1.3.0 |
1256 | 2025-02-28T23:43:23.897Z | Compiling foldhash v0.1.3 |
1257 | 2025-02-28T23:43:24.019Z | Compiling futures-io v0.3.31 |
1258 | 2025-02-28T23:43:24.198Z | Compiling pin-utils v0.1.0 |
1259 | 2025-02-28T23:43:24.297Z | Compiling libm v0.2.8 |
1260 | 2025-02-28T23:43:24.315Z | Compiling rustc-hash v1.1.0 |
1261 | 2025-02-28T23:43:24.480Z | Compiling allocator-api2 v0.2.18 |
1262 | 2025-02-28T23:43:24.666Z | Compiling cmake v0.1.51 |
1263 | 2025-02-28T23:43:25.204Z | Compiling regex-automata v0.4.8 |
1264 | 2025-02-28T23:43:25.456Z | Compiling hashbrown v0.15.1 |
1265 | 2025-02-28T23:43:25.509Z | Compiling num-traits v0.2.19 |
1266 | 2025-02-28T23:43:25.801Z | Compiling fs_extra v1.3.0 |
1267 | 2025-02-28T23:43:26.119Z | Compiling synstructure v0.13.1 |
1268 | 2025-02-28T23:43:26.344Z | Compiling cexpr v0.6.0 |
1269 | 2025-02-28T23:43:26.590Z | Compiling dunce v1.0.5 |
1270 | 2025-02-28T23:43:26.730Z | Compiling pkg-config v0.3.31 |
1271 | 2025-02-28T23:43:27.825Z | Compiling litemap v0.7.3 |
1272 | 2025-02-28T23:43:28.008Z | Compiling writeable v0.5.5 |
1273 | 2025-02-28T23:43:28.076Z | Compiling ring v0.17.8 |
1274 | 2025-02-28T23:43:28.205Z | Compiling paste v1.0.15 |
1275 | 2025-02-28T23:43:28.552Z | Compiling base64ct v1.6.0 |
1276 | 2025-02-28T23:43:29.200Z | Compiling pem-rfc7468 v0.7.0 |
1277 | 2025-02-28T23:43:29.205Z | Compiling httparse v1.9.5 |
1278 | 2025-02-28T23:43:29.205Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2025-02-28T23:43:29.544Z | Compiling flagset v0.4.6 |
1280 | 2025-02-28T23:43:29.683Z | Compiling icu_locid_transform_data v1.5.0 |
1281 | 2025-02-28T23:43:29.766Z | Compiling tracing-core v0.1.32 |
1282 | 2025-02-28T23:43:29.795Z | Compiling rustls-pki-types v1.10.0 |
1283 | 2025-02-28T23:43:30.402Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2025-02-28T23:43:30.736Z | Compiling regex v1.11.1 |
1285 | 2025-02-28T23:43:30.783Z | Compiling icu_properties_data v1.5.0 |
1286 | 2025-02-28T23:43:30.853Z | Compiling percent-encoding v2.3.1 |
1287 | 2025-02-28T23:43:31.019Z | Compiling utf16_iter v1.0.5 |
1288 | 2025-02-28T23:43:31.185Z | Compiling untrusted v0.7.1 |
1289 | 2025-02-28T23:43:31.215Z | Compiling time-core v0.1.2 |
1290 | 2025-02-28T23:43:31.373Z | Compiling num-conv v0.1.0 |
1291 | 2025-02-28T23:43:31.394Z | Compiling powerfmt v0.2.0 |
1292 | 2025-02-28T23:43:31.509Z | Compiling serde_derive v1.0.217 |
1293 | 2025-02-28T23:43:31.546Z | Compiling zeroize_derive v1.4.2 |
1294 | 2025-02-28T23:43:31.616Z | Compiling zerocopy-derive v0.7.35 |
1295 | 2025-02-28T23:43:31.650Z | Compiling tokio-macros v2.5.0 |
1296 | 2025-02-28T23:43:31.754Z | Compiling zerofrom-derive v0.1.4 |
1297 | 2025-02-28T23:43:32.956Z | Compiling zeroize v1.8.1 |
1298 | 2025-02-28T23:43:33.167Z | Compiling yoke-derive v0.7.4 |
1299 | 2025-02-28T23:43:33.534Z | Compiling zerocopy v0.7.35 |
1300 | 2025-02-28T23:43:33.693Z | Compiling thiserror-impl v1.0.69 |
1301 | 2025-02-28T23:43:34.538Z | Compiling crypto-common v0.1.6 |
1302 | 2025-02-28T23:43:34.588Z | Compiling block-buffer v0.10.4 |
1303 | 2025-02-28T23:43:34.780Z | Compiling zerovec-derive v0.10.3 |
1304 | 2025-02-28T23:43:34.860Z | Compiling digest v0.10.7 |
1305 | 2025-02-28T23:43:34.864Z | Compiling displaydoc v0.2.5 |
1306 | 2025-02-28T23:43:35.246Z | Compiling zerofrom v0.1.4 |
1307 | 2025-02-28T23:43:35.336Z | Compiling hmac v0.12.1 |
1308 | 2025-02-28T23:43:35.463Z | Compiling futures-macro v0.3.31 |
1309 | 2025-02-28T23:43:35.589Z | Compiling block-padding v0.3.3 |
1310 | 2025-02-28T23:43:35.851Z | Compiling yoke v0.7.4 |
1311 | 2025-02-28T23:43:35.851Z | Compiling inout v0.1.3 |
1312 | 2025-02-28T23:43:36.132Z | Compiling cipher v0.4.4 |
1313 | 2025-02-28T23:43:36.202Z | Compiling sha2 v0.10.8 |
1314 | 2025-02-28T23:43:36.224Z | Compiling icu_provider_macros v1.5.0 |
1315 | 2025-02-28T23:43:36.389Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2025-02-28T23:43:36.600Z | Compiling thiserror v1.0.69 |
1317 | 2025-02-28T23:43:36.624Z | Compiling der_derive v0.7.3 |
1318 | 2025-02-28T23:43:36.746Z | Compiling tracing-attributes v0.1.27 |
1319 | 2025-02-28T23:43:37.137Z | Compiling rand_chacha v0.3.1 |
1320 | 2025-02-28T23:43:37.320Z | Compiling pest v2.7.14 |
1321 | 2025-02-28T23:43:37.333Z | Compiling zerovec v0.10.4 |
1322 | 2025-02-28T23:43:37.356Z | Compiling futures-util v0.3.31 |
1323 | 2025-02-28T23:43:38.867Z | Compiling der v0.7.9 |
1324 | 2025-02-28T23:43:39.320Z | Compiling tinystr v0.7.6 |
1325 | 2025-02-28T23:43:39.356Z | Compiling icu_collections v1.5.0 |
1326 | 2025-02-28T23:43:39.688Z | Compiling icu_locid v1.5.0 |
1327 | 2025-02-28T23:43:39.782Z | Compiling rand v0.8.5 |
1328 | 2025-02-28T23:43:40.076Z | Compiling tracing v0.1.40 |
1329 | 2025-02-28T23:43:40.330Z | Compiling salsa20 v0.10.2 |
1330 | 2025-02-28T23:43:40.566Z | Compiling pbkdf2 v0.12.2 |
1331 | 2025-02-28T23:43:40.586Z | Compiling mirai-annotations v1.12.0 |
1332 | 2025-02-28T23:43:40.677Z | Compiling vcpkg v0.2.15 |
1333 | 2025-02-28T23:43:40.747Z | Compiling spki v0.7.3 |
1334 | 2025-02-28T23:43:40.777Z | Compiling icu_provider v1.5.0 |
1335 | 2025-02-28T23:43:41.111Z | Compiling write16 v1.0.0 |
1336 | 2025-02-28T23:43:41.258Z | Compiling utf8_iter v1.0.4 |
1337 | 2025-02-28T23:43:41.514Z | Compiling icu_locid_transform v1.5.0 |
1338 | 2025-02-28T23:43:41.699Z | Compiling untrusted v0.9.0 |
1339 | 2025-02-28T23:43:41.731Z | Compiling icu_normalizer_data v1.5.0 |
1340 | 2025-02-28T23:43:41.788Z | Compiling scrypt v0.11.0 |
1341 | 2025-02-28T23:43:41.792Z | Compiling pest_meta v2.7.14 |
1342 | 2025-02-28T23:43:41.876Z | Compiling cbc v0.1.2 |
1343 | 2025-02-28T23:43:42.108Z | Compiling aes v0.8.4 |
1344 | 2025-02-28T23:43:42.377Z | Compiling time-macros v0.2.18 |
1345 | 2025-02-28T23:43:42.494Z | Compiling openssl-sys v0.9.104 |
1346 | 2025-02-28T23:43:42.593Z | Compiling deranged v0.3.11 |
1347 | 2025-02-28T23:43:43.550Z | Compiling icu_properties v1.5.1 |
1348 | 2025-02-28T23:43:43.888Z | Compiling scroll_derive v0.12.0 |
1349 | 2025-02-28T23:43:44.357Z | Compiling bitflags v2.6.0 |
1350 | 2025-02-28T23:43:44.791Z | Compiling bytes v1.9.0 |
1351 | 2025-02-28T23:43:45.255Z | Compiling indexmap v2.7.1 |
1352 | 2025-02-28T23:43:45.288Z | Compiling semver v1.0.24 |
1353 | 2025-02-28T23:43:45.413Z | Compiling tinyvec_macros v0.1.1 |
1354 | 2025-02-28T23:43:45.514Z | Compiling num_threads v0.1.7 |
1355 | 2025-02-28T23:43:45.650Z | Compiling tokio v1.43.0 |
1356 | 2025-02-28T23:43:45.995Z | Compiling http v1.2.0 |
1357 | 2025-02-28T23:43:45.998Z | Compiling rustc_version v0.4.1 |
1358 | 2025-02-28T23:43:46.241Z | Compiling atomic-waker v1.1.2 |
1359 | 2025-02-28T23:43:46.439Z | Compiling time v0.3.36 |
1360 | 2025-02-28T23:43:46.564Z | Compiling tinyvec v1.8.0 |
1361 | 2025-02-28T23:43:46.665Z | Compiling scroll v0.12.0 |
1362 | 2025-02-28T23:43:47.255Z | Compiling icu_normalizer v1.5.0 |
1363 | 2025-02-28T23:43:48.012Z | Compiling http-body v1.0.1 |
1364 | 2025-02-28T23:43:48.111Z | Compiling pest_generator v2.7.14 |
1365 | 2025-02-28T23:43:48.162Z | Compiling pkcs5 v0.7.1 |
1366 | 2025-02-28T23:43:48.193Z | Compiling idna_adapter v1.2.0 |
1367 | 2025-02-28T23:43:48.232Z | Compiling form_urlencoded v1.2.1 |
1368 | 2025-02-28T23:43:48.425Z | Compiling try-lock v0.2.5 |
1369 | 2025-02-28T23:43:48.549Z | Compiling which v4.4.2 |
1370 | 2025-02-28T23:43:48.591Z | Compiling slog v2.7.0 |
1371 | 2025-02-28T23:43:49.139Z | Compiling pkcs8 v0.10.2 |
1372 | 2025-02-28T23:43:49.175Z | Compiling want v0.3.1 |
1373 | 2025-02-28T23:43:49.195Z | Compiling goblin v0.8.2 |
1374 | 2025-02-28T23:43:49.448Z | Compiling idna v1.0.3 |
1375 | 2025-02-28T23:43:49.610Z | Compiling uuid v1.12.0 |
1376 | 2025-02-28T23:43:49.796Z | Compiling httpdate v1.0.3 |
1377 | 2025-02-28T23:43:49.929Z | Compiling pest_derive v2.7.14 |
1378 | 2025-02-28T23:43:50.247Z | Compiling iana-time-zone v0.1.61 |
1379 | 2025-02-28T23:43:50.629Z | Compiling chrono v0.4.39 |
1380 | 2025-02-28T23:43:50.716Z | Compiling dtrace-parser v0.2.0 |
1381 | 2025-02-28T23:43:51.093Z | Compiling serde_spanned v0.6.8 |
1382 | 2025-02-28T23:43:51.153Z | Compiling toml_datetime v0.6.8 |
1383 | 2025-02-28T23:43:51.332Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2025-02-28T23:43:51.637Z | Compiling tower-service v0.3.3 |
1385 | 2025-02-28T23:43:51.774Z | Compiling base64 v0.22.1 |
1386 | 2025-02-28T23:43:51.794Z | Compiling match_cfg v0.1.0 |
1387 | 2025-02-28T23:43:51.891Z | Compiling openssl v0.10.66 |
1388 | 2025-02-28T23:43:51.922Z | Compiling rustversion v1.0.17 |
1389 | 2025-02-28T23:43:52.311Z | Compiling adler2 v2.0.0 |
1390 | 2025-02-28T23:43:52.475Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2025-02-28T23:43:52.527Z | Compiling miniz_oxide v0.8.0 |
1392 | 2025-02-28T23:43:52.589Z | Compiling foreign-types v0.3.2 |
1393 | 2025-02-28T23:43:52.609Z | Compiling hostname v0.3.1 |
1394 | 2025-02-28T23:43:52.692Z | Compiling url v2.5.3 |
1395 | 2025-02-28T23:43:52.814Z | Compiling async-trait v0.1.85 |
1396 | 2025-02-28T23:43:53.940Z | Compiling tokio-util v0.7.12 |
1397 | 2025-02-28T23:43:53.968Z | Compiling openssl-macros v0.1.1 |
1398 | 2025-02-28T23:43:53.972Z | Compiling serde_derive_internals v0.29.1 |
1399 | 2025-02-28T23:43:54.483Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2025-02-28T23:43:54.688Z | Compiling rustls v0.23.19 |
1401 | 2025-02-28T23:43:54.968Z | Compiling h2 v0.4.6 |
1402 | 2025-02-28T23:43:55.007Z | Compiling dof v0.3.0 |
1403 | 2025-02-28T23:43:55.198Z | Compiling rustls v0.22.4 |
1404 | 2025-02-28T23:43:55.333Z | Compiling siphasher v0.3.11 |
1405 | 2025-02-28T23:43:55.469Z | Compiling native-tls v0.2.12 |
1406 | 2025-02-28T23:43:55.720Z | Compiling data-encoding v2.6.0 |
1407 | 2025-02-28T23:43:55.806Z | Compiling usdt-impl v0.5.0 |
1408 | 2025-02-28T23:43:56.300Z | Compiling syn v1.0.109 |
1409 | 2025-02-28T23:43:56.841Z | Compiling schemars v0.8.21 |
1410 | 2025-02-28T23:43:56.951Z | Compiling schemars_derive v0.8.21 |
1411 | 2025-02-28T23:43:57.235Z | Compiling dirs-next v2.0.0 |
1412 | 2025-02-28T23:43:57.740Z | Compiling http-body-util v0.1.2 |
1413 | 2025-02-28T23:43:58.227Z | Compiling unicode-normalization v0.1.24 |
1414 | 2025-02-28T23:43:58.450Z | Compiling heapless v0.7.17 |
1415 | 2025-02-28T23:43:58.738Z | Compiling crossbeam-epoch v0.9.18 |
1416 | 2025-02-28T23:43:58.863Z | Compiling signature v2.2.0 |
1417 | 2025-02-28T23:43:59.075Z | Compiling sha1 v0.10.6 |
1418 | 2025-02-28T23:43:59.154Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1419 | 2025-02-28T23:43:59.307Z | Compiling thread_local v1.1.8 |
1420 | 2025-02-28T23:43:59.498Z | Compiling cookie v0.18.1 |
1421 | 2025-02-28T23:43:59.502Z | Compiling multer v3.1.0 |
1422 | 2025-02-28T23:43:59.632Z | Compiling encoding_rs v0.8.34 |
1423 | 2025-02-28T23:43:59.728Z | Compiling gimli v0.31.1 |
1424 | 2025-02-28T23:43:59.770Z | Compiling dyn-clone v1.0.17 |
1425 | 2025-02-28T23:43:59.790Z | Compiling mime v0.3.17 |
1426 | 2025-02-28T23:43:59.948Z | Compiling ipnet v2.10.1 |
1427 | 2025-02-28T23:43:59.994Z | Compiling unicode-properties v0.1.3 |
1428 | 2025-02-28T23:44:00.291Z | Compiling slog-async v2.8.0 |
1429 | 2025-02-28T23:44:00.399Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-02-28T23:44:00.784Z | Compiling rayon-core v1.12.1 |
1431 | 2025-02-28T23:44:00.988Z | Compiling signal-hook v0.3.17 |
1432 | 2025-02-28T23:44:01.058Z | Compiling openssl-probe v0.1.5 |
1433 | 2025-02-28T23:44:01.265Z | Compiling toml_edit v0.22.22 |
1434 | 2025-02-28T23:44:01.417Z | Compiling stringprep v0.1.5 |
1435 | 2025-02-28T23:44:01.798Z | Compiling hyper v1.5.2 |
1436 | 2025-02-28T23:44:03.825Z | Compiling addr2line v0.24.2 |
1437 | 2025-02-28T23:44:04.404Z | Compiling hyper-util v0.1.10 |
1438 | 2025-02-28T23:44:04.983Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-02-28T23:44:05.114Z | Compiling usdt-attr-macro v0.5.0 |
1440 | 2025-02-28T23:44:05.307Z | Compiling usdt-macro v0.5.0 |
1441 | 2025-02-28T23:44:05.475Z | Compiling term v0.7.0 |
1442 | 2025-02-28T23:44:06.383Z | Compiling slog-json v2.6.1 |
1443 | 2025-02-28T23:44:06.598Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2025-02-28T23:44:06.638Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-02-28T23:44:06.741Z | Compiling crossbeam-channel v0.5.13 |
1446 | 2025-02-28T23:44:06.761Z | Compiling futures-executor v0.3.31 |
1447 | 2025-02-28T23:44:07.092Z | Compiling enum-as-inner v0.6.1 |
1448 | 2025-02-28T23:44:07.219Z | Compiling md-5 v0.10.6 |
1449 | 2025-02-28T23:44:07.290Z | Compiling async-stream-impl v0.3.6 |
1450 | 2025-02-28T23:44:07.309Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2025-02-28T23:44:07.478Z | Compiling num-integer v0.1.46 |
1452 | 2025-02-28T23:44:07.632Z | Compiling hash32 v0.2.1 |
1453 | 2025-02-28T23:44:07.818Z | Compiling ff v0.13.0 |
1454 | 2025-02-28T23:44:07.991Z | Compiling is-terminal v0.4.13 |
1455 | 2025-02-28T23:44:08.043Z | Compiling object v0.36.5 |
1456 | 2025-02-28T23:44:08.127Z | Compiling dropshot v0.12.0 |
1457 | 2025-02-28T23:44:08.158Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-02-28T23:44:08.215Z | Compiling quick-error v1.2.3 |
1459 | 2025-02-28T23:44:08.378Z | Compiling linked-hash-map v0.5.6 |
1460 | 2025-02-28T23:44:08.419Z | Compiling take_mut v0.2.2 |
1461 | 2025-02-28T23:44:08.463Z | Compiling base16ct v0.2.0 |
1462 | 2025-02-28T23:44:08.557Z | Compiling portable-atomic v1.9.0 |
1463 | 2025-02-28T23:44:08.576Z | Compiling utf-8 v0.7.6 |
1464 | 2025-02-28T23:44:08.609Z | Compiling rustc-demangle v0.1.24 |
1465 | 2025-02-28T23:44:08.710Z | Compiling anyhow v1.0.95 |
1466 | 2025-02-28T23:44:08.801Z | Compiling smoltcp v0.9.1 |
1467 | 2025-02-28T23:44:08.877Z | Compiling fallible-iterator v0.2.0 |
1468 | 2025-02-28T23:44:09.301Z | Compiling psl-types v2.0.11 |
1469 | 2025-02-28T23:44:09.427Z | Compiling litrs v0.4.1 |
1470 | 2025-02-28T23:44:09.496Z | Compiling postgres-protocol v0.6.7 |
1471 | 2025-02-28T23:44:09.516Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-02-28T23:44:09.629Z | Compiling tungstenite v0.24.0 |
1473 | 2025-02-28T23:44:09.814Z | Compiling sec1 v0.7.3 |
1474 | 2025-02-28T23:44:09.967Z | Compiling lru-cache v0.1.2 |
1475 | 2025-02-28T23:44:10.182Z | Compiling async-stream v0.3.6 |
1476 | 2025-02-28T23:44:10.528Z | Compiling document-features v0.2.10 |
1477 | 2025-02-28T23:44:10.583Z | Compiling resolv-conf v0.7.0 |
1478 | 2025-02-28T23:44:10.684Z | Compiling hickory-proto v0.24.2 |
1479 | 2025-02-28T23:44:11.283Z | Compiling slog-term v2.9.1 |
1480 | 2025-02-28T23:44:11.402Z | Compiling group v0.13.0 |
1481 | 2025-02-28T23:44:11.672Z | Compiling usdt v0.5.0 |
1482 | 2025-02-28T23:44:11.695Z | Compiling num-iter v0.1.45 |
1483 | 2025-02-28T23:44:12.001Z | Compiling futures v0.3.31 |
1484 | 2025-02-28T23:44:12.120Z | Compiling slog-bunyan v2.5.0 |
1485 | 2025-02-28T23:44:12.742Z | Compiling camino v1.1.9 |
1486 | 2025-02-28T23:44:13.377Z | Compiling tokio-native-tls v0.3.1 |
1487 | 2025-02-28T23:44:13.482Z | Compiling toml v0.8.19 |
1488 | 2025-02-28T23:44:13.658Z | Compiling phf_shared v0.11.2 |
1489 | 2025-02-28T23:44:13.897Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2025-02-28T23:44:14.028Z | Compiling terminal_size v0.4.0 |
1491 | 2025-02-28T23:44:14.258Z | Compiling openapiv3 v2.0.0 |
1492 | 2025-02-28T23:44:14.467Z | Compiling backtrace v0.3.74 |
1493 | 2025-02-28T23:44:14.997Z | Compiling waitgroup v0.1.2 |
1494 | 2025-02-28T23:44:15.070Z | Compiling serde_path_to_error v0.1.16 |
1495 | 2025-02-28T23:44:15.229Z | Compiling hkdf v0.12.4 |
1496 | 2025-02-28T23:44:15.490Z | Compiling crypto-bigint v0.5.5 |
1497 | 2025-02-28T23:44:15.825Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2025-02-28T23:44:17.267Z | Compiling zerocopy-derive v0.6.6 |
1499 | 2025-02-28T23:44:17.550Z | Compiling webpki-roots v0.26.6 |
1500 | 2025-02-28T23:44:17.786Z | Compiling hostname v0.4.0 |
1501 | 2025-02-28T23:44:18.010Z | Compiling fs-err v2.11.0 |
1502 | 2025-02-28T23:44:18.031Z | Compiling ahash v0.8.11 |
1503 | 2025-02-28T23:44:18.147Z | Compiling hubpack_derive v0.1.1 |
1504 | 2025-02-28T23:44:18.251Z | Compiling crc32fast v1.4.2 |
1505 | 2025-02-28T23:44:18.305Z | Compiling debug-ignore v1.0.5 |
1506 | 2025-02-28T23:44:18.345Z | Compiling bitflags v1.3.2 |
1507 | 2025-02-28T23:44:18.462Z | Compiling managed v0.8.0 |
1508 | 2025-02-28T23:44:18.483Z | Compiling newtype-uuid v1.2.1 |
1509 | 2025-02-28T23:44:18.591Z | Compiling winnow v0.5.40 |
1510 | 2025-02-28T23:44:18.757Z | Compiling unicode-width v0.2.0 |
1511 | 2025-02-28T23:44:18.870Z | Compiling clap_builder v4.5.27 |
1512 | 2025-02-28T23:44:18.986Z | Compiling hubpack v0.1.2 |
1513 | 2025-02-28T23:44:19.192Z | Compiling zerocopy v0.6.6 |
1514 | 2025-02-28T23:44:19.323Z | Compiling console v0.15.10 |
1515 | 2025-02-28T23:44:19.771Z | Compiling flate2 v1.0.35 |
1516 | 2025-02-28T23:44:19.962Z | Compiling elliptic-curve v0.13.8 |
1517 | 2025-02-28T23:44:20.622Z | Compiling strum_macros v0.25.3 |
1518 | 2025-02-28T23:44:20.809Z | Compiling hickory-resolver v0.24.2 |
1519 | 2025-02-28T23:44:21.410Z | Compiling signal-hook-mio v0.2.4 |
1520 | 2025-02-28T23:44:21.579Z | Compiling phf v0.11.2 |
1521 | 2025-02-28T23:44:21.859Z | Compiling toml_edit v0.19.15 |
1522 | 2025-02-28T23:44:22.008Z | Compiling hyper-tls v0.6.0 |
1523 | 2025-02-28T23:44:22.185Z | Compiling rayon v1.10.0 |
1524 | 2025-02-28T23:44:22.440Z | Compiling cookie_store v0.21.1 |
1525 | 2025-02-28T23:44:23.960Z | Compiling bzip2 v0.4.4 |
1526 | 2025-02-28T23:44:24.391Z | Compiling tokio-tungstenite v0.24.0 |
1527 | 2025-02-28T23:44:24.916Z | Compiling postgres-types v0.2.8 |
1528 | 2025-02-28T23:44:26.451Z | Compiling ed25519 v2.2.3 |
1529 | 2025-02-28T23:44:26.741Z | Compiling phf_shared v0.10.0 |
1530 | 2025-02-28T23:44:26.938Z | Compiling tokio-stream v0.1.16 |
1531 | 2025-02-28T23:44:27.121Z | Compiling pkcs1 v0.7.5 |
1532 | 2025-02-28T23:44:27.520Z | Compiling serde-big-array v0.5.1 |
1533 | 2025-02-28T23:44:27.758Z | Compiling clap_derive v4.5.24 |
1534 | 2025-02-28T23:44:27.876Z | Compiling rfc6979 v0.4.0 |
1535 | 2025-02-28T23:44:28.074Z | Compiling serde_repr v0.1.19 |
1536 | 2025-02-28T23:44:28.078Z | Compiling derive-where v1.2.7 |
1537 | 2025-02-28T23:44:28.351Z | Compiling bstr v1.10.0 |
1538 | 2025-02-28T23:44:28.622Z | Compiling float-cmp v0.9.0 |
1539 | 2025-02-28T23:44:28.865Z | Compiling sync_wrapper v1.0.1 |
1540 | 2025-02-28T23:44:29.021Z | Compiling number_prefix v0.4.0 |
1541 | 2025-02-28T23:44:29.024Z | Compiling normalize-line-endings v0.3.0 |
1542 | 2025-02-28T23:44:29.145Z | Compiling fixedbitset v0.4.2 |
1543 | 2025-02-28T23:44:29.175Z | Compiling unicode-segmentation v1.12.0 |
1544 | 2025-02-28T23:44:29.238Z | Compiling static_assertions v1.1.0 |
1545 | 2025-02-28T23:44:29.351Z | Compiling new_debug_unreachable v1.0.6 |
1546 | 2025-02-28T23:44:29.456Z | Compiling precomputed-hash v0.1.1 |
1547 | 2025-02-28T23:44:29.580Z | Compiling difflib v0.4.0 |
1548 | 2025-02-28T23:44:29.600Z | Compiling whoami v1.5.2 |
1549 | 2025-02-28T23:44:29.910Z | Compiling predicates-core v1.0.8 |
1550 | 2025-02-28T23:44:30.059Z | Compiling bit-vec v0.6.3 |
1551 | 2025-02-28T23:44:30.136Z | Compiling predicates v3.1.2 |
1552 | 2025-02-28T23:44:30.233Z | Compiling tokio-postgres v0.7.12 |
1553 | 2025-02-28T23:44:30.452Z | Compiling bit-set v0.5.3 |
1554 | 2025-02-28T23:44:30.743Z | Compiling similar v2.6.0 |
1555 | 2025-02-28T23:44:30.941Z | Compiling string_cache v0.8.7 |
1556 | 2025-02-28T23:44:31.353Z | Compiling petgraph v0.6.5 |
1557 | 2025-02-28T23:44:31.379Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1558 | 2025-02-28T23:44:31.616Z | Compiling indicatif v0.17.11 |
1559 | 2025-02-28T23:44:32.287Z | Compiling clap v4.5.27 |
1560 | 2025-02-28T23:44:32.419Z | Compiling ecdsa v0.16.9 |
1561 | 2025-02-28T23:44:32.784Z | Compiling rsa v0.9.6 |
1562 | 2025-02-28T23:44:33.212Z | Compiling ed25519-dalek v2.1.1 |
1563 | 2025-02-28T23:44:33.654Z | Compiling toml v0.7.8 |
1564 | 2025-02-28T23:44:34.520Z | Compiling zip v0.6.6 |
1565 | 2025-02-28T23:44:34.960Z | Compiling crossterm v0.28.1 |
1566 | 2025-02-28T23:44:35.938Z | Compiling hex v0.4.3 |
1567 | 2025-02-28T23:44:36.180Z | Compiling x509-cert v0.2.5 |
1568 | 2025-02-28T23:44:36.358Z | Compiling itertools v0.10.5 |
1569 | 2025-02-28T23:44:36.516Z | Compiling unicode-xid v0.2.6 |
1570 | 2025-02-28T23:44:36.706Z | Compiling peg-runtime v0.8.3 |
1571 | 2025-02-28T23:44:37.291Z | Compiling lalrpop-util v0.19.12 |
1572 | 2025-02-28T23:44:37.650Z | Compiling strum_macros v0.26.4 |
1573 | 2025-02-28T23:44:37.670Z | Compiling xattr v1.3.1 |
1574 | 2025-02-28T23:44:37.942Z | Compiling filetime v0.2.25 |
1575 | 2025-02-28T23:44:38.267Z | Compiling tar v0.4.42 |
1576 | 2025-02-28T23:44:42.334Z | Compiling strum v0.26.3 |
1577 | 2025-02-28T23:44:45.342Z | Compiling aws-lc-sys v0.22.0 |
1578 | 2025-02-28T23:45:12.469Z | Compiling rustls-webpki v0.102.8 |
1579 | 2025-02-28T23:45:15.591Z | Compiling tokio-rustls v0.25.0 |
1580 | 2025-02-28T23:45:17.226Z | Compiling tokio-rustls v0.26.0 |
1581 | 2025-02-28T23:45:17.506Z | Compiling hyper-rustls v0.27.3 |
1582 | 2025-02-28T23:45:17.817Z | Compiling reqwest v0.12.9 |
1583 | 2025-02-28T23:45:19.245Z | Compiling qorb v0.2.1 |
1584 | 2025-02-28T23:45:22.266Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2025-02-28T23:45:22.509Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1586 | 2025-02-28T23:45:26.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1587 | 2025-02-28T23:45:27.040Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1588 | 2025-02-28T23:45:27.091Z | Feb 28 23:45:25.125 INFO Starting download, target: Cockroach |
1589 | 2025-02-28T23:45:27.091Z | Feb 28 23:45:25.125 INFO Starting download, target: Console |
1590 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.125 INFO Starting download, target: Clickhouse |
1591 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.125 INFO Starting download, target: DendriteOpenapi |
1592 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.125 INFO Starting download, target: DendriteStub |
1593 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.125 INFO Starting download, target: MaghemiteMgd |
1594 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.125 INFO Starting download, target: TransceiverControl |
1595 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2025-02-28T23:45:27.094Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2025-02-28T23:45:27.095Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1598 | 2025-02-28T23:45:27.095Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2025-02-28T23:45:27.095Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1600 | 2025-02-28T23:45:27.095Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1601 | 2025-02-28T23:45:27.095Z | Feb 28 23:45:25.126 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1602 | 2025-02-28T23:45:27.298Z | Feb 28 23:45:25.314 INFO Download complete, target: DendriteOpenapi |
1603 | 2025-02-28T23:45:27.330Z | Feb 28 23:45:25.346 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1604 | 2025-02-28T23:45:27.585Z | Feb 28 23:45:25.614 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1605 | 2025-02-28T23:45:27.824Z | Feb 28 23:45:25.852 INFO Download complete, target: TransceiverControl |
1606 | 2025-02-28T23:45:27.948Z | Feb 28 23:45:25.980 INFO Download complete, target: Console |
1607 | 2025-02-28T23:45:28.143Z | Feb 28 23:45:26.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1608 | 2025-02-28T23:45:28.149Z | Feb 28 23:45:26.173 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1609 | 2025-02-28T23:45:28.607Z | Feb 28 23:45:26.641 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1610 | 2025-02-28T23:45:28.607Z | Feb 28 23:45:26.641 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1611 | 2025-02-28T23:45:29.289Z | Feb 28 23:45:27.323 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1612 | 2025-02-28T23:45:31.007Z | Feb 28 23:45:29.041 INFO Download complete, target: DendriteStub |
1613 | 2025-02-28T23:45:31.022Z | Feb 28 23:45:29.056 INFO Download complete, target: MaghemiteMgd |
1614 | 2025-02-28T23:45:36.034Z | Feb 28 23:45:34.065 INFO Checking that binary works, target: Cockroach |
1615 | 2025-02-28T23:45:36.443Z | Feb 28 23:45:34.476 INFO Download complete, target: Cockroach |
1616 | 2025-02-28T23:45:41.733Z | Feb 28 23:45:39.766 INFO Checking that binary works, target: Clickhouse |
1617 | 2025-02-28T23:45:41.858Z | Feb 28 23:45:39.891 INFO Download complete, target: Clickhouse |
1618 | 2025-02-28T23:45:41.879Z | All builder prerequisites installed successfully, and PATH looks valid |
1619 | 2025-02-28T23:45:41.882Z | |
1620 | 2025-02-28T23:45:41.882Z | real 5:23.699126969 |
1621 | 2025-02-28T23:45:41.882Z | user 15:40.038305507 |
1622 | 2025-02-28T23:45:41.882Z | sys 2:02.642362315 |
1623 | 2025-02-28T23:45:41.882Z | trap 0.551885303 |
1624 | 2025-02-28T23:45:41.882Z | tflt 1.488807221 |
1625 | 2025-02-28T23:45:41.882Z | dflt 1.607511989 |
1626 | 2025-02-28T23:45:41.882Z | kflt 0.024705135 |
1627 | 2025-02-28T23:45:41.882Z | lock 24:02.958011108 |
1628 | 2025-02-28T23:45:41.882Z | slp 55:38.757006615 |
1629 | 2025-02-28T23:45:41.882Z | lat 59.106914088 |
1630 | 2025-02-28T23:45:41.883Z | stop 2:24.852062596 |
1631 | 2025-02-28T23:45:41.883Z | ++ bmat factory name |
1632 | 2025-02-28T23:45:41.887Z | ++ bmat factory private |
1633 | 2025-02-28T23:45:41.892Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0a5d1921990632d3c '{ |
1634 | 2025-02-28T23:45:41.892Z | buildomat: { |
1635 | 2025-02-28T23:45:41.892Z | factory: { |
1636 | 2025-02-28T23:45:41.893Z | name: $bmat_factory_name, |
1637 | 2025-02-28T23:45:41.893Z | private: $bmat_factory_private, |
1638 | 2025-02-28T23:45:41.893Z | }, |
1639 | 2025-02-28T23:45:41.893Z | }, |
1640 | 2025-02-28T23:45:41.893Z | }' |
1641 | 2025-02-28T23:45:41.927Z | + banner ls-apis |
1642 | 2025-02-28T23:45:41.931Z | |
1643 | 2025-02-28T23:45:41.931Z | # #### ## ##### # #### |
1644 | 2025-02-28T23:45:41.931Z | # # # # # # # # |
1645 | 2025-02-28T23:45:41.931Z | # #### ##### # # # # # #### |
1646 | 2025-02-28T23:45:41.931Z | # # ###### ##### # # |
1647 | 2025-02-28T23:45:41.931Z | # # # # # # # # # |
1648 | 2025-02-28T23:45:41.931Z | ###### #### # # # # #### |
1649 | 2025-02-28T23:45:41.932Z | |
1650 | 2025-02-28T23:45:41.932Z | + source ./tools/include/force-git-over-https.sh |
1651 | 2025-02-28T23:45:41.932Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1652 | 2025-02-28T23:45:41.932Z | ++ (( i = 0 )) |
1653 | 2025-02-28T23:45:41.933Z | ++ (( i < 5 )) |
1654 | 2025-02-28T23:45:41.933Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1655 | 2025-02-28T23:45:41.937Z | ++ (( i++ )) |
1656 | 2025-02-28T23:45:41.937Z | ++ (( i < 5 )) |
1657 | 2025-02-28T23:45:41.937Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1658 | 2025-02-28T23:45:41.940Z | ++ (( i++ )) |
1659 | 2025-02-28T23:45:41.940Z | ++ (( i < 5 )) |
1660 | 2025-02-28T23:45:41.940Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1661 | 2025-02-28T23:45:41.940Z | ++ (( i++ )) |
1662 | 2025-02-28T23:45:41.940Z | ++ (( i < 5 )) |
1663 | 2025-02-28T23:45:41.940Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1664 | 2025-02-28T23:45:41.944Z | ++ (( i++ )) |
1665 | 2025-02-28T23:45:41.944Z | ++ (( i < 5 )) |
1666 | 2025-02-28T23:45:41.944Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1667 | 2025-02-28T23:45:41.947Z | ++ (( i++ )) |
1668 | 2025-02-28T23:45:41.947Z | ++ (( i < 5 )) |
1669 | 2025-02-28T23:45:41.947Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1670 | 2025-02-28T23:45:41.947Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1671 | 2025-02-28T23:45:41.947Z | + ptime -m cargo xtask ls-apis apis |
1672 | 2025-02-28T23:45:42.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1673 | 2025-02-28T23:45:42.484Z | Running `target/debug/xtask ls-apis apis` |
1674 | 2025-02-28T23:45:43.287Z | Compiling semver v0.1.20 |
1675 | 2025-02-28T23:45:43.298Z | Compiling structmeta-derive v0.3.0 |
1676 | 2025-02-28T23:45:43.414Z | Compiling cargo-platform v0.1.8 |
1677 | 2025-02-28T23:45:43.614Z | Compiling cargo_metadata v0.18.1 |
1678 | 2025-02-28T23:45:43.631Z | Compiling rustc_version v0.1.7 |
1679 | 2025-02-28T23:45:43.878Z | Compiling newtype_derive v0.1.6 |
1680 | 2025-02-28T23:45:44.644Z | Compiling structmeta v0.3.0 |
1681 | 2025-02-28T23:45:44.895Z | Compiling parse-display-derive v0.10.0 |
1682 | 2025-02-28T23:45:46.592Z | Compiling parse-display v0.10.0 |
1683 | 2025-02-28T23:45:46.757Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1684 | 2025-02-28T23:45:50.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s |
1685 | 2025-02-28T23:45:50.920Z | Running `target/debug/ls-apis apis` |
1686 | 2025-02-28T23:45:50.955Z | loading metadata for workspace omicron from current workspace |
1687 | 2025-02-28T23:45:55.459Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1688 | 2025-02-28T23:45:55.464Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1689 | 2025-02-28T23:45:55.469Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml |
1690 | 2025-02-28T23:45:55.472Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml |
1691 | 2025-02-28T23:46:13.844Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1692 | 2025-02-28T23:46:17.499Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1693 | 2025-02-28T23:46:17.516Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1694 | 2025-02-28T23:46:17.685Z | Bootstrap Agent (client: bootstrap-agent-client) |
1695 | 2025-02-28T23:46:17.686Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1696 | 2025-02-28T23:46:17.686Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1697 | 2025-02-28T23:46:17.686Z | |
1698 | 2025-02-28T23:46:17.686Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1699 | 2025-02-28T23:46:17.686Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1700 | 2025-02-28T23:46:17.686Z | |
1701 | 2025-02-28T23:46:17.686Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1702 | 2025-02-28T23:46:17.686Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1703 | 2025-02-28T23:46:17.686Z | |
1704 | 2025-02-28T23:46:17.686Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1705 | 2025-02-28T23:46:17.686Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1706 | 2025-02-28T23:46:17.686Z | |
1707 | 2025-02-28T23:46:17.686Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1708 | 2025-02-28T23:46:17.686Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1709 | 2025-02-28T23:46:17.686Z | |
1710 | 2025-02-28T23:46:17.686Z | Crucible Agent (client: crucible-agent-client) |
1711 | 2025-02-28T23:46:17.690Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1712 | 2025-02-28T23:46:17.690Z | |
1713 | 2025-02-28T23:46:17.690Z | Crucible Control (for testing only) (client: crucible-control-client) |
1714 | 2025-02-28T23:46:17.690Z | |
1715 | 2025-02-28T23:46:17.690Z | Crucible Pantry (client: crucible-pantry-client) |
1716 | 2025-02-28T23:46:17.690Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1717 | 2025-02-28T23:46:17.690Z | |
1718 | 2025-02-28T23:46:17.690Z | Maghemite DDM Admin (client: ddm-admin-client) |
1719 | 2025-02-28T23:46:17.690Z | consumed by: installinator (omicron/installinator) via 1 path |
1720 | 2025-02-28T23:46:17.690Z | consumed by: mgd (maghemite/mgd) via 1 path |
1721 | 2025-02-28T23:46:17.690Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1722 | 2025-02-28T23:46:17.691Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1723 | 2025-02-28T23:46:17.691Z | |
1724 | 2025-02-28T23:46:17.691Z | DNS Server (client: dns-service-client) |
1725 | 2025-02-28T23:46:17.700Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1726 | 2025-02-28T23:46:17.700Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1727 | 2025-02-28T23:46:17.700Z | |
1728 | 2025-02-28T23:46:17.700Z | Dendrite DPD (client: dpd-client) |
1729 | 2025-02-28T23:46:17.700Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1730 | 2025-02-28T23:46:17.700Z | consumed by: mgd (maghemite/mgd) via 1 path |
1731 | 2025-02-28T23:46:17.700Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1732 | 2025-02-28T23:46:17.700Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1733 | 2025-02-28T23:46:17.700Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1734 | 2025-02-28T23:46:17.700Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1735 | 2025-02-28T23:46:17.700Z | |
1736 | 2025-02-28T23:46:17.700Z | Downstairs Controller (debugging only) (client: dsc-client) |
1737 | 2025-02-28T23:46:17.700Z | |
1738 | 2025-02-28T23:46:17.700Z | Management Gateway Service (client: gateway-client) |
1739 | 2025-02-28T23:46:17.705Z | consumed by: dpd (dendrite/dpd) via 1 path |
1740 | 2025-02-28T23:46:17.705Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1741 | 2025-02-28T23:46:17.705Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1742 | 2025-02-28T23:46:17.705Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1743 | 2025-02-28T23:46:17.705Z | |
1744 | 2025-02-28T23:46:17.705Z | Wicketd Installinator (client: installinator-client) |
1745 | 2025-02-28T23:46:17.705Z | consumed by: installinator (omicron/installinator) via 1 path |
1746 | 2025-02-28T23:46:17.705Z | |
1747 | 2025-02-28T23:46:17.705Z | LLDP daemon (client: lldpd-client) |
1748 | 2025-02-28T23:46:17.705Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1749 | 2025-02-28T23:46:17.705Z | |
1750 | 2025-02-28T23:46:17.705Z | Maghemite MG Admin (client: mg-admin-client) |
1751 | 2025-02-28T23:46:17.711Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1752 | 2025-02-28T23:46:17.711Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1753 | 2025-02-28T23:46:17.711Z | |
1754 | 2025-02-28T23:46:17.711Z | Nexus Internal API (client: nexus-client) |
1755 | 2025-02-28T23:46:17.715Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
1756 | 2025-02-28T23:46:17.716Z | consumed by: dpd (dendrite/dpd) via 1 path |
1757 | 2025-02-28T23:46:17.716Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1758 | 2025-02-28T23:46:17.716Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1759 | 2025-02-28T23:46:17.716Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1760 | 2025-02-28T23:46:17.716Z | |
1761 | 2025-02-28T23:46:17.716Z | External API (client: oxide-client) |
1762 | 2025-02-28T23:46:17.716Z | |
1763 | 2025-02-28T23:46:17.716Z | Oximeter (client: oximeter-client) |
1764 | 2025-02-28T23:46:17.720Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1765 | 2025-02-28T23:46:17.720Z | |
1766 | 2025-02-28T23:46:17.720Z | Propolis (client: propolis-client) |
1767 | 2025-02-28T23:46:17.720Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1768 | 2025-02-28T23:46:17.720Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1769 | 2025-02-28T23:46:17.720Z | |
1770 | 2025-02-28T23:46:17.720Z | Crucible Repair (client: repair-client) |
1771 | 2025-02-28T23:46:17.721Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1772 | 2025-02-28T23:46:17.721Z | |
1773 | 2025-02-28T23:46:17.721Z | Repo Depot API (client: repo-depot-client) |
1774 | 2025-02-28T23:46:17.721Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1775 | 2025-02-28T23:46:17.721Z | |
1776 | 2025-02-28T23:46:17.721Z | Sled Agent (client: sled-agent-client) |
1777 | 2025-02-28T23:46:17.725Z | consumed by: dpd (dendrite/dpd) via 1 path |
1778 | 2025-02-28T23:46:17.725Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1779 | 2025-02-28T23:46:17.725Z | |
1780 | 2025-02-28T23:46:17.725Z | Wicketd (client: wicketd-client) |
1781 | 2025-02-28T23:46:17.725Z | |
1782 | 2025-02-28T23:46:17.858Z | |
1783 | 2025-02-28T23:46:17.862Z | real 35.890790206 |
1784 | 2025-02-28T23:46:17.862Z | user 30.857242340 |
1785 | 2025-02-28T23:46:17.862Z | sys 8.771741233 |
1786 | 2025-02-28T23:46:17.862Z | trap 0.013358245 |
1787 | 2025-02-28T23:46:17.862Z | tflt 0.056745396 |
1788 | 2025-02-28T23:46:17.862Z | dflt 0.312423371 |
1789 | 2025-02-28T23:46:17.862Z | kflt 0.000004257 |
1790 | 2025-02-28T23:46:17.862Z | lock 38.827630950 |
1791 | 2025-02-28T23:46:17.862Z | slp 3:34.600256873 |
1792 | 2025-02-28T23:46:17.862Z | lat 0.686272382 |
1793 | 2025-02-28T23:46:17.863Z | stop 1.353847924 |
1794 | 2025-02-28T23:46:17.863Z | + ptime -m cargo xtask ls-apis deployment-units |
1795 | 2025-02-28T23:46:18.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1796 | 2025-02-28T23:46:18.414Z | Running `target/debug/xtask ls-apis deployment-units` |
1797 | 2025-02-28T23:46:19.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1798 | 2025-02-28T23:46:19.300Z | Running `target/debug/ls-apis deployment-units` |
1799 | 2025-02-28T23:46:19.344Z | loading metadata for workspace omicron from current workspace |
1800 | 2025-02-28T23:46:20.576Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1801 | 2025-02-28T23:46:20.581Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1802 | 2025-02-28T23:46:20.584Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml |
1803 | 2025-02-28T23:46:20.589Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml |
1804 | 2025-02-28T23:46:22.512Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1805 | 2025-02-28T23:46:23.251Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1806 | 2025-02-28T23:46:23.267Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1807 | 2025-02-28T23:46:23.425Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1808 | 2025-02-28T23:46:23.425Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1809 | 2025-02-28T23:46:23.425Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1810 | 2025-02-28T23:46:23.425Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1811 | 2025-02-28T23:46:23.425Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1812 | 2025-02-28T23:46:23.429Z | |
1813 | 2025-02-28T23:46:23.429Z | |
1814 | 2025-02-28T23:46:23.429Z | Cockroach |
1815 | 2025-02-28T23:46:23.429Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1816 | 2025-02-28T23:46:23.429Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1817 | 2025-02-28T23:46:23.429Z | |
1818 | 2025-02-28T23:46:23.429Z | |
1819 | 2025-02-28T23:46:23.430Z | Crucible |
1820 | 2025-02-28T23:46:23.430Z | crucible-agent (crucible/agent) |
1821 | 2025-02-28T23:46:23.430Z | exposes: Crucible Agent (client = crucible-agent-client) |
1822 | 2025-02-28T23:46:23.430Z | |
1823 | 2025-02-28T23:46:23.430Z | crucible-downstairs (crucible/downstairs) |
1824 | 2025-02-28T23:46:23.430Z | exposes: Crucible Repair (client = repair-client) |
1825 | 2025-02-28T23:46:23.433Z | consumes: repair-client |
1826 | 2025-02-28T23:46:23.433Z | |
1827 | 2025-02-28T23:46:23.434Z | |
1828 | 2025-02-28T23:46:23.434Z | Crucible Pantry |
1829 | 2025-02-28T23:46:23.434Z | crucible-pantry (crucible/pantry) |
1830 | 2025-02-28T23:46:23.434Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1831 | 2025-02-28T23:46:23.434Z | consumes: nexus-client |
1832 | 2025-02-28T23:46:23.434Z | |
1833 | 2025-02-28T23:46:23.434Z | |
1834 | 2025-02-28T23:46:23.434Z | DNS Server |
1835 | 2025-02-28T23:46:23.434Z | dns-server (omicron/dns-server) |
1836 | 2025-02-28T23:46:23.434Z | exposes: DNS Server (client = dns-service-client) |
1837 | 2025-02-28T23:46:23.434Z | |
1838 | 2025-02-28T23:46:23.434Z | |
1839 | 2025-02-28T23:46:23.434Z | Host OS |
1840 | 2025-02-28T23:46:23.434Z | ddmd (maghemite/ddmd) |
1841 | 2025-02-28T23:46:23.434Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1842 | 2025-02-28T23:46:23.437Z | consumes: dpd-client |
1843 | 2025-02-28T23:46:23.437Z | |
1844 | 2025-02-28T23:46:23.437Z | dpd (dendrite/dpd) |
1845 | 2025-02-28T23:46:23.437Z | exposes: Dendrite DPD (client = dpd-client) |
1846 | 2025-02-28T23:46:23.441Z | consumes: gateway-client |
1847 | 2025-02-28T23:46:23.442Z | consumes: nexus-client |
1848 | 2025-02-28T23:46:23.442Z | consumes: sled-agent-client |
1849 | 2025-02-28T23:46:23.442Z | |
1850 | 2025-02-28T23:46:23.442Z | lldpd (lldp/lldpd) |
1851 | 2025-02-28T23:46:23.442Z | exposes: LLDP daemon (client = lldpd-client) |
1852 | 2025-02-28T23:46:23.442Z | |
1853 | 2025-02-28T23:46:23.442Z | mgd (maghemite/mgd) |
1854 | 2025-02-28T23:46:23.442Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1855 | 2025-02-28T23:46:23.446Z | consumes: ddm-admin-client |
1856 | 2025-02-28T23:46:23.446Z | consumes: dpd-client |
1857 | 2025-02-28T23:46:23.446Z | |
1858 | 2025-02-28T23:46:23.446Z | omicron-gateway (omicron/gateway) |
1859 | 2025-02-28T23:46:23.446Z | exposes: Management Gateway Service (client = gateway-client) |
1860 | 2025-02-28T23:46:23.446Z | |
1861 | 2025-02-28T23:46:23.446Z | omicron-sled-agent (omicron/sled-agent) |
1862 | 2025-02-28T23:46:23.446Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1863 | 2025-02-28T23:46:23.446Z | exposes: Repo Depot API (client = repo-depot-client) |
1864 | 2025-02-28T23:46:23.446Z | exposes: Sled Agent (client = sled-agent-client) |
1865 | 2025-02-28T23:46:23.446Z | consumes: bootstrap-agent-client |
1866 | 2025-02-28T23:46:23.446Z | consumes: ddm-admin-client |
1867 | 2025-02-28T23:46:23.447Z | consumes: dns-service-client |
1868 | 2025-02-28T23:46:23.447Z | consumes: dpd-client |
1869 | 2025-02-28T23:46:23.447Z | consumes: gateway-client |
1870 | 2025-02-28T23:46:23.447Z | consumes: mg-admin-client |
1871 | 2025-02-28T23:46:23.447Z | consumes: nexus-client |
1872 | 2025-02-28T23:46:23.447Z | consumes: propolis-client |
1873 | 2025-02-28T23:46:23.448Z | consumes: repo-depot-client |
1874 | 2025-02-28T23:46:23.448Z | |
1875 | 2025-02-28T23:46:23.448Z | propolis-server (propolis/bin/propolis-server) |
1876 | 2025-02-28T23:46:23.448Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1877 | 2025-02-28T23:46:23.448Z | exposes: Propolis (client = propolis-client) |
1878 | 2025-02-28T23:46:23.456Z | consumes: nexus-client |
1879 | 2025-02-28T23:46:23.456Z | |
1880 | 2025-02-28T23:46:23.456Z | tfportd (dendrite/tfportd) |
1881 | 2025-02-28T23:46:23.456Z | consumes: dpd-client |
1882 | 2025-02-28T23:46:23.456Z | |
1883 | 2025-02-28T23:46:23.456Z | wicketd (omicron/wicketd) |
1884 | 2025-02-28T23:46:23.456Z | exposes: Wicketd Installinator (client = installinator-client) |
1885 | 2025-02-28T23:46:23.456Z | exposes: Wicketd (client = wicketd-client) |
1886 | 2025-02-28T23:46:23.456Z | consumes: bootstrap-agent-client |
1887 | 2025-02-28T23:46:23.456Z | consumes: ddm-admin-client |
1888 | 2025-02-28T23:46:23.456Z | consumes: dpd-client |
1889 | 2025-02-28T23:46:23.456Z | consumes: gateway-client |
1890 | 2025-02-28T23:46:23.456Z | |
1891 | 2025-02-28T23:46:23.456Z | |
1892 | 2025-02-28T23:46:23.456Z | Installinator |
1893 | 2025-02-28T23:46:23.456Z | installinator (omicron/installinator) |
1894 | 2025-02-28T23:46:23.456Z | consumes: ddm-admin-client |
1895 | 2025-02-28T23:46:23.456Z | consumes: installinator-client |
1896 | 2025-02-28T23:46:23.456Z | |
1897 | 2025-02-28T23:46:23.456Z | |
1898 | 2025-02-28T23:46:23.456Z | Nexus |
1899 | 2025-02-28T23:46:23.456Z | omicron-nexus (omicron/nexus) |
1900 | 2025-02-28T23:46:23.456Z | exposes: Nexus Internal API (client = nexus-client) |
1901 | 2025-02-28T23:46:23.458Z | exposes: External API (client = oxide-client) |
1902 | 2025-02-28T23:46:23.458Z | consumes: clickhouse-admin-keeper-client |
1903 | 2025-02-28T23:46:23.458Z | consumes: clickhouse-admin-server-client |
1904 | 2025-02-28T23:46:23.458Z | consumes: clickhouse-admin-single-client |
1905 | 2025-02-28T23:46:23.458Z | consumes: cockroach-admin-client |
1906 | 2025-02-28T23:46:23.458Z | consumes: crucible-agent-client |
1907 | 2025-02-28T23:46:23.458Z | consumes: crucible-pantry-client |
1908 | 2025-02-28T23:46:23.458Z | consumes: dns-service-client |
1909 | 2025-02-28T23:46:23.458Z | consumes: dpd-client |
1910 | 2025-02-28T23:46:23.458Z | consumes: gateway-client |
1911 | 2025-02-28T23:46:23.458Z | consumes: lldpd-client |
1912 | 2025-02-28T23:46:23.458Z | consumes: mg-admin-client |
1913 | 2025-02-28T23:46:23.458Z | consumes: oximeter-client |
1914 | 2025-02-28T23:46:23.458Z | consumes: propolis-client |
1915 | 2025-02-28T23:46:23.458Z | consumes: sled-agent-client |
1916 | 2025-02-28T23:46:23.458Z | |
1917 | 2025-02-28T23:46:23.458Z | |
1918 | 2025-02-28T23:46:23.458Z | Oximeter |
1919 | 2025-02-28T23:46:23.458Z | oximeter-collector (omicron/oximeter/collector) |
1920 | 2025-02-28T23:46:23.458Z | exposes: Oximeter (client = oximeter-client) |
1921 | 2025-02-28T23:46:23.458Z | consumes: nexus-client |
1922 | 2025-02-28T23:46:23.458Z | |
1923 | 2025-02-28T23:46:23.459Z | |
1924 | 2025-02-28T23:46:23.580Z | |
1925 | 2025-02-28T23:46:23.583Z | real 5.704081757 |
1926 | 2025-02-28T23:46:23.584Z | user 4.648616143 |
1927 | 2025-02-28T23:46:23.584Z | sys 1.859712157 |
1928 | 2025-02-28T23:46:23.584Z | trap 0.001828017 |
1929 | 2025-02-28T23:46:23.584Z | tflt 0.000014305 |
1930 | 2025-02-28T23:46:23.584Z | dflt 0.000067322 |
1931 | 2025-02-28T23:46:23.584Z | kflt 0.000000000 |
1932 | 2025-02-28T23:46:23.584Z | lock 0.003319189 |
1933 | 2025-02-28T23:46:23.584Z | slp 13.231111146 |
1934 | 2025-02-28T23:46:23.584Z | lat 0.033659358 |
1935 | 2025-02-28T23:46:23.584Z | stop 0.102583761 |
1936 | 2025-02-28T23:46:23.584Z | + ptime -m cargo xtask ls-apis servers |
1937 | 2025-02-28T23:46:24.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1938 | 2025-02-28T23:46:24.098Z | Running `target/debug/xtask ls-apis servers` |
1939 | 2025-02-28T23:46:24.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1940 | 2025-02-28T23:46:24.960Z | Running `target/debug/ls-apis servers` |
1941 | 2025-02-28T23:46:25.006Z | loading metadata for workspace omicron from current workspace |
1942 | 2025-02-28T23:46:26.196Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1943 | 2025-02-28T23:46:26.199Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1944 | 2025-02-28T23:46:26.202Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml |
1945 | 2025-02-28T23:46:26.211Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml |
1946 | 2025-02-28T23:46:28.084Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1947 | 2025-02-28T23:46:28.828Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1948 | 2025-02-28T23:46:28.845Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1949 | 2025-02-28T23:46:29.002Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1950 | 2025-02-28T23:46:29.002Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1951 | 2025-02-28T23:46:29.002Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1952 | 2025-02-28T23:46:29.002Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1953 | 2025-02-28T23:46:29.006Z | |
1954 | 2025-02-28T23:46:29.006Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1955 | 2025-02-28T23:46:29.006Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1956 | 2025-02-28T23:46:29.006Z | |
1957 | 2025-02-28T23:46:29.006Z | crucible-agent (crucible/agent) |
1958 | 2025-02-28T23:46:29.006Z | exposes: Crucible Agent (client = crucible-agent-client) |
1959 | 2025-02-28T23:46:29.006Z | |
1960 | 2025-02-28T23:46:29.006Z | crucible-downstairs (crucible/downstairs) |
1961 | 2025-02-28T23:46:29.007Z | exposes: Crucible Repair (client = repair-client) |
1962 | 2025-02-28T23:46:29.007Z | consumes: repair-client |
1963 | 2025-02-28T23:46:29.008Z | |
1964 | 2025-02-28T23:46:29.008Z | crucible-pantry (crucible/pantry) |
1965 | 2025-02-28T23:46:29.008Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1966 | 2025-02-28T23:46:29.012Z | consumes: nexus-client |
1967 | 2025-02-28T23:46:29.012Z | |
1968 | 2025-02-28T23:46:29.012Z | dns-server (omicron/dns-server) |
1969 | 2025-02-28T23:46:29.012Z | exposes: DNS Server (client = dns-service-client) |
1970 | 2025-02-28T23:46:29.012Z | |
1971 | 2025-02-28T23:46:29.012Z | omicron-sled-agent (omicron/sled-agent) |
1972 | 2025-02-28T23:46:29.012Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1973 | 2025-02-28T23:46:29.012Z | exposes: Repo Depot API (client = repo-depot-client) |
1974 | 2025-02-28T23:46:29.012Z | exposes: Sled Agent (client = sled-agent-client) |
1975 | 2025-02-28T23:46:29.012Z | consumes: bootstrap-agent-client |
1976 | 2025-02-28T23:46:29.013Z | consumes: ddm-admin-client |
1977 | 2025-02-28T23:46:29.013Z | consumes: dns-service-client |
1978 | 2025-02-28T23:46:29.013Z | consumes: dpd-client |
1979 | 2025-02-28T23:46:29.013Z | consumes: gateway-client |
1980 | 2025-02-28T23:46:29.013Z | consumes: mg-admin-client |
1981 | 2025-02-28T23:46:29.013Z | consumes: nexus-client |
1982 | 2025-02-28T23:46:29.013Z | consumes: propolis-client |
1983 | 2025-02-28T23:46:29.013Z | consumes: repo-depot-client |
1984 | 2025-02-28T23:46:29.013Z | |
1985 | 2025-02-28T23:46:29.013Z | propolis-server (propolis/bin/propolis-server) |
1986 | 2025-02-28T23:46:29.013Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1987 | 2025-02-28T23:46:29.013Z | exposes: Propolis (client = propolis-client) |
1988 | 2025-02-28T23:46:29.020Z | consumes: nexus-client |
1989 | 2025-02-28T23:46:29.020Z | |
1990 | 2025-02-28T23:46:29.020Z | ddmd (maghemite/ddmd) |
1991 | 2025-02-28T23:46:29.021Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1992 | 2025-02-28T23:46:29.021Z | consumes: dpd-client |
1993 | 2025-02-28T23:46:29.021Z | |
1994 | 2025-02-28T23:46:29.021Z | dpd (dendrite/dpd) |
1995 | 2025-02-28T23:46:29.021Z | exposes: Dendrite DPD (client = dpd-client) |
1996 | 2025-02-28T23:46:29.024Z | consumes: gateway-client |
1997 | 2025-02-28T23:46:29.024Z | consumes: nexus-client |
1998 | 2025-02-28T23:46:29.024Z | consumes: sled-agent-client |
1999 | 2025-02-28T23:46:29.024Z | |
2000 | 2025-02-28T23:46:29.024Z | lldpd (lldp/lldpd) |
2001 | 2025-02-28T23:46:29.024Z | exposes: LLDP daemon (client = lldpd-client) |
2002 | 2025-02-28T23:46:29.024Z | |
2003 | 2025-02-28T23:46:29.024Z | mgd (maghemite/mgd) |
2004 | 2025-02-28T23:46:29.024Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
2005 | 2025-02-28T23:46:29.024Z | consumes: ddm-admin-client |
2006 | 2025-02-28T23:46:29.024Z | consumes: dpd-client |
2007 | 2025-02-28T23:46:29.024Z | |
2008 | 2025-02-28T23:46:29.025Z | omicron-gateway (omicron/gateway) |
2009 | 2025-02-28T23:46:29.025Z | exposes: Management Gateway Service (client = gateway-client) |
2010 | 2025-02-28T23:46:29.025Z | |
2011 | 2025-02-28T23:46:29.025Z | tfportd (dendrite/tfportd) |
2012 | 2025-02-28T23:46:29.025Z | consumes: dpd-client |
2013 | 2025-02-28T23:46:29.025Z | |
2014 | 2025-02-28T23:46:29.025Z | wicketd (omicron/wicketd) |
2015 | 2025-02-28T23:46:29.025Z | exposes: Wicketd Installinator (client = installinator-client) |
2016 | 2025-02-28T23:46:29.025Z | exposes: Wicketd (client = wicketd-client) |
2017 | 2025-02-28T23:46:29.029Z | consumes: bootstrap-agent-client |
2018 | 2025-02-28T23:46:29.029Z | consumes: ddm-admin-client |
2019 | 2025-02-28T23:46:29.029Z | consumes: dpd-client |
2020 | 2025-02-28T23:46:29.029Z | consumes: gateway-client |
2021 | 2025-02-28T23:46:29.029Z | |
2022 | 2025-02-28T23:46:29.029Z | installinator (omicron/installinator) |
2023 | 2025-02-28T23:46:29.029Z | consumes: ddm-admin-client |
2024 | 2025-02-28T23:46:29.029Z | consumes: installinator-client |
2025 | 2025-02-28T23:46:29.029Z | |
2026 | 2025-02-28T23:46:29.029Z | omicron-nexus (omicron/nexus) |
2027 | 2025-02-28T23:46:29.029Z | exposes: Nexus Internal API (client = nexus-client) |
2028 | 2025-02-28T23:46:29.030Z | exposes: External API (client = oxide-client) |
2029 | 2025-02-28T23:46:29.030Z | consumes: clickhouse-admin-keeper-client |
2030 | 2025-02-28T23:46:29.030Z | consumes: clickhouse-admin-server-client |
2031 | 2025-02-28T23:46:29.030Z | consumes: clickhouse-admin-single-client |
2032 | 2025-02-28T23:46:29.030Z | consumes: cockroach-admin-client |
2033 | 2025-02-28T23:46:29.030Z | consumes: crucible-agent-client |
2034 | 2025-02-28T23:46:29.030Z | consumes: crucible-pantry-client |
2035 | 2025-02-28T23:46:29.030Z | consumes: dns-service-client |
2036 | 2025-02-28T23:46:29.030Z | consumes: dpd-client |
2037 | 2025-02-28T23:46:29.030Z | consumes: gateway-client |
2038 | 2025-02-28T23:46:29.030Z | consumes: lldpd-client |
2039 | 2025-02-28T23:46:29.030Z | consumes: mg-admin-client |
2040 | 2025-02-28T23:46:29.030Z | consumes: oximeter-client |
2041 | 2025-02-28T23:46:29.030Z | consumes: propolis-client |
2042 | 2025-02-28T23:46:29.030Z | consumes: sled-agent-client |
2043 | 2025-02-28T23:46:29.030Z | |
2044 | 2025-02-28T23:46:29.030Z | oximeter-collector (omicron/oximeter/collector) |
2045 | 2025-02-28T23:46:29.030Z | exposes: Oximeter (client = oximeter-client) |
2046 | 2025-02-28T23:46:29.034Z | consumes: nexus-client |
2047 | 2025-02-28T23:46:29.034Z | |
2048 | 2025-02-28T23:46:29.160Z | |
2049 | 2025-02-28T23:46:29.160Z | real 5.561185649 |
2050 | 2025-02-28T23:46:29.160Z | user 4.589823994 |
2051 | 2025-02-28T23:46:29.160Z | sys 1.769857027 |
2052 | 2025-02-28T23:46:29.160Z | trap 0.000569372 |
2053 | 2025-02-28T23:46:29.164Z | tflt 0.000021853 |
2054 | 2025-02-28T23:46:29.164Z | dflt 0.000030544 |
2055 | 2025-02-28T23:46:29.164Z | kflt 0.000000000 |
2056 | 2025-02-28T23:46:29.164Z | lock 0.003661862 |
2057 | 2025-02-28T23:46:29.164Z | slp 12.819884419 |
2058 | 2025-02-28T23:46:29.164Z | lat 0.009953966 |
2059 | 2025-02-28T23:46:29.165Z | stop 0.101024333 |
2060 | 2025-02-28T23:46:29.165Z | + ptime -m cargo xtask ls-apis check |
2061 | 2025-02-28T23:46:29.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
2062 | 2025-02-28T23:46:29.673Z | Running `target/debug/xtask ls-apis check` |
2063 | 2025-02-28T23:46:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2064 | 2025-02-28T23:46:30.536Z | Running `target/debug/ls-apis check` |
2065 | 2025-02-28T23:46:30.579Z | loading metadata for workspace omicron from current workspace |
2066 | 2025-02-28T23:46:31.764Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
2067 | 2025-02-28T23:46:31.769Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
2068 | 2025-02-28T23:46:31.773Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml |
2069 | 2025-02-28T23:46:31.776Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml |
2070 | 2025-02-28T23:46:33.663Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
2071 | 2025-02-28T23:46:34.415Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2072 | 2025-02-28T23:46:34.432Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2073 | 2025-02-28T23:46:34.700Z | |
2074 | 2025-02-28T23:46:34.700Z | |
2075 | 2025-02-28T23:46:34.700Z | Server-managed APIs: |
2076 | 2025-02-28T23:46:34.700Z | |
2077 | 2025-02-28T23:46:34.700Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2078 | 2025-02-28T23:46:34.700Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2079 | 2025-02-28T23:46:34.701Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2080 | 2025-02-28T23:46:34.701Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2081 | 2025-02-28T23:46:34.701Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2082 | 2025-02-28T23:46:34.701Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2083 | 2025-02-28T23:46:34.701Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2084 | 2025-02-28T23:46:34.701Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2085 | 2025-02-28T23:46:34.701Z | DNS Server (dns-service-client, exposed by dns-server) |
2086 | 2025-02-28T23:46:34.701Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2087 | 2025-02-28T23:46:34.701Z | LLDP daemon (lldpd-client, exposed by lldpd) |
2088 | 2025-02-28T23:46:34.701Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2089 | 2025-02-28T23:46:34.702Z | External API (oxide-client, exposed by omicron-nexus) |
2090 | 2025-02-28T23:46:34.702Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2091 | 2025-02-28T23:46:34.702Z | Propolis (propolis-client, exposed by propolis-server) |
2092 | 2025-02-28T23:46:34.702Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2093 | 2025-02-28T23:46:34.702Z | Wicketd (wicketd-client, exposed by wicketd) |
2094 | 2025-02-28T23:46:34.702Z | |
2095 | 2025-02-28T23:46:34.702Z | |
2096 | 2025-02-28T23:46:34.705Z | Client-managed API: |
2097 | 2025-02-28T23:46:34.705Z | |
2098 | 2025-02-28T23:46:34.705Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2099 | 2025-02-28T23:46:34.705Z | reason: depends on itself (i.e., instances call each other) |
2100 | 2025-02-28T23:46:34.705Z | Dendrite DPD (dpd-client, exposed by dpd) |
2101 | 2025-02-28T23:46:34.705Z | reason: Sled Agent calling DPD creates a circular dependency |
2102 | 2025-02-28T23:46:34.706Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2103 | 2025-02-28T23:46:34.706Z | reason: client is provided implicitly by the operator |
2104 | 2025-02-28T23:46:34.706Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2105 | 2025-02-28T23:46:34.706Z | reason: Circular dependencies between Nexus and other services |
2106 | 2025-02-28T23:46:34.706Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2107 | 2025-02-28T23:46:34.707Z | reason: depends on itself (i.e., instances call each other) |
2108 | 2025-02-28T23:46:34.707Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2109 | 2025-02-28T23:46:34.707Z | reason: depends on itself (i.e., instances call each other) |
2110 | 2025-02-28T23:46:34.707Z | |
2111 | 2025-02-28T23:46:34.707Z | |
2112 | 2025-02-28T23:46:34.707Z | APIs with unknown version management: none |
2113 | 2025-02-28T23:46:34.827Z | |
2114 | 2025-02-28T23:46:34.831Z | real 5.648796372 |
2115 | 2025-02-28T23:46:34.831Z | user 4.689758944 |
2116 | 2025-02-28T23:46:34.831Z | sys 1.765413215 |
2117 | 2025-02-28T23:46:34.831Z | trap 0.000375287 |
2118 | 2025-02-28T23:46:34.831Z | tflt 0.000012967 |
2119 | 2025-02-28T23:46:34.831Z | dflt 0.000038168 |
2120 | 2025-02-28T23:46:34.831Z | kflt 0.000000000 |
2121 | 2025-02-28T23:46:34.831Z | lock 0.003643026 |
2122 | 2025-02-28T23:46:34.831Z | slp 12.863620249 |
2123 | 2025-02-28T23:46:34.831Z | lat 0.009857580 |
2124 | 2025-02-28T23:46:34.831Z | stop 0.101012453 |
2125 | 2025-02-28T23:46:34.831Z | + banner build |
2126 | 2025-02-28T23:46:34.835Z | |
2127 | 2025-02-28T23:46:34.835Z | ##### # # # # ##### |
2128 | 2025-02-28T23:46:34.835Z | # # # # # # # # |
2129 | 2025-02-28T23:46:34.835Z | ##### # # # # # # |
2130 | 2025-02-28T23:46:34.835Z | # # # # # # # # |
2131 | 2025-02-28T23:46:34.835Z | # # # # # # # # |
2132 | 2025-02-28T23:46:34.835Z | ##### #### # ###### ##### |
2133 | 2025-02-28T23:46:34.835Z | |
2134 | 2025-02-28T23:46:34.836Z | + export 'RUSTFLAGS=-D warnings' |
2135 | 2025-02-28T23:46:34.836Z | + RUSTFLAGS='-D warnings' |
2136 | 2025-02-28T23:46:34.836Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2137 | 2025-02-28T23:46:34.836Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2138 | 2025-02-28T23:46:34.836Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2139 | 2025-02-28T23:46:34.836Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2140 | 2025-02-28T23:46:34.836Z | + export TMPDIR=/var/tmp/omicron_tmp |
2141 | 2025-02-28T23:46:34.836Z | + TMPDIR=/var/tmp/omicron_tmp |
2142 | 2025-02-28T23:46:34.836Z | + export RUST_BACKTRACE=1 |
2143 | 2025-02-28T23:46:34.836Z | + RUST_BACKTRACE=1 |
2144 | 2025-02-28T23:46:34.836Z | + export CARGO_INCREMENTAL=0 |
2145 | 2025-02-28T23:46:34.836Z | + CARGO_INCREMENTAL=0 |
2146 | 2025-02-28T23:46:34.836Z | + export RUSTC_BOOTSTRAP=1 |
2147 | 2025-02-28T23:46:34.836Z | + RUSTC_BOOTSTRAP=1 |
2148 | 2025-02-28T23:46:34.836Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
2149 | 2025-02-28T23:46:36.546Z | Dirty unicode-ident v1.0.14: the rustflags changed |
2150 | 2025-02-28T23:46:36.546Z | Compiling unicode-ident v1.0.14 |
2151 | 2025-02-28T23:46:36.546Z | Dirty proc-macro2 v1.0.92: the rustflags changed |
2152 | 2025-02-28T23:46:36.546Z | Compiling proc-macro2 v1.0.92 |
2153 | 2025-02-28T23:46:36.549Z | Dirty libc v0.2.169: the rustflags changed |
2154 | 2025-02-28T23:46:36.549Z | Compiling libc v0.2.169 |
2155 | 2025-02-28T23:46:36.550Z | Dirty cfg-if v1.0.0: the rustflags changed |
2156 | 2025-02-28T23:46:36.550Z | Compiling cfg-if v1.0.0 |
2157 | 2025-02-28T23:46:36.550Z | Dirty serde v1.0.217: the rustflags changed |
2158 | 2025-02-28T23:46:36.550Z | Compiling serde v1.0.217 |
2159 | 2025-02-28T23:46:36.550Z | Dirty autocfg v1.4.0: the rustflags changed |
2160 | 2025-02-28T23:46:36.550Z | Compiling autocfg v1.4.0 |
2161 | 2025-02-28T23:46:36.550Z | Dirty memchr v2.7.4: the rustflags changed |
2162 | 2025-02-28T23:46:36.550Z | Compiling memchr v2.7.4 |
2163 | 2025-02-28T23:46:36.550Z | Dirty version_check v0.9.5: the rustflags changed |
2164 | 2025-02-28T23:46:36.550Z | Compiling version_check v0.9.5 |
2165 | 2025-02-28T23:46:36.716Z | 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` |
2166 | 2025-02-28T23:46:36.716Z | 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` |
2167 | 2025-02-28T23:46:36.716Z | 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` |
2168 | 2025-02-28T23:46:36.717Z | 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` |
2169 | 2025-02-28T23:46:36.726Z | 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` |
2170 | 2025-02-28T23:46:36.727Z | 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` |
2171 | 2025-02-28T23:46:36.730Z | 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` |
2172 | 2025-02-28T23:46:36.730Z | 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` |
2173 | 2025-02-28T23:46:36.825Z | Dirty value-bag v1.9.0: the rustflags changed |
2174 | 2025-02-28T23:46:36.826Z | Compiling value-bag v1.9.0 |
2175 | 2025-02-28T23:46:36.861Z | 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` |
2176 | 2025-02-28T23:46:36.885Z | Dirty scopeguard v1.2.0: the rustflags changed |
2177 | 2025-02-28T23:46:36.885Z | Compiling scopeguard v1.2.0 |
2178 | 2025-02-28T23:46:36.948Z | 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` |
2179 | 2025-02-28T23:46:37.081Z | Dirty once_cell v1.20.2: the rustflags changed |
2180 | 2025-02-28T23:46:37.081Z | Compiling once_cell v1.20.2 |
2181 | 2025-02-28T23:46:37.090Z | 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` |
2182 | 2025-02-28T23:46:37.318Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0/build-script-build` |
2183 | 2025-02-28T23:46:37.346Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99/build-script-build` |
2184 | 2025-02-28T23:46:37.373Z | Dirty log v0.4.22: the rustflags changed |
2185 | 2025-02-28T23:46:37.373Z | Compiling log v0.4.22 |
2186 | 2025-02-28T23:46:37.377Z | 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` |
2187 | 2025-02-28T23:46:37.411Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1/build-script-build` |
2188 | 2025-02-28T23:46:37.439Z | Dirty itoa v1.0.11: the rustflags changed |
2189 | 2025-02-28T23:46:37.439Z | Compiling itoa v1.0.11 |
2190 | 2025-02-28T23:46:37.476Z | 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` |
2191 | 2025-02-28T23:46:37.485Z | Dirty smallvec v1.13.2: the rustflags changed |
2192 | 2025-02-28T23:46:37.486Z | Compiling smallvec v1.13.2 |
2193 | 2025-02-28T23:46:37.489Z | 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` |
2194 | 2025-02-28T23:46:37.510Z | Dirty byteorder v1.5.0: the rustflags changed |
2195 | 2025-02-28T23:46:37.510Z | Compiling byteorder v1.5.0 |
2196 | 2025-02-28T23:46:37.513Z | 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` |
2197 | 2025-02-28T23:46:37.536Z | 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"))'` |
2198 | 2025-02-28T23:46:37.669Z | Dirty lock_api v0.4.12: the rustflags changed |
2199 | 2025-02-28T23:46:37.669Z | Compiling lock_api v0.4.12 |
2200 | 2025-02-28T23:46:37.673Z | 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` |
2201 | 2025-02-28T23:46:37.698Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
2202 | 2025-02-28T23:46:37.698Z | Compiling pin-project-lite v0.2.14 |
2203 | 2025-02-28T23:46:37.702Z | 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` |
2204 | 2025-02-28T23:46:37.771Z | 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)'` |
2205 | 2025-02-28T23:46:37.848Z | Dirty subtle v2.6.1: the rustflags changed |
2206 | 2025-02-28T23:46:37.848Z | Compiling subtle v2.6.1 |
2207 | 2025-02-28T23:46:37.852Z | 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` |
2208 | 2025-02-28T23:46:37.877Z | Dirty regex-syntax v0.8.5: the rustflags changed |
2209 | 2025-02-28T23:46:37.877Z | Compiling regex-syntax v0.8.5 |
2210 | 2025-02-28T23:46:38.147Z | 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` |
2211 | 2025-02-28T23:46:38.156Z | Dirty shlex v1.3.0: the rustflags changed |
2212 | 2025-02-28T23:46:38.156Z | Compiling shlex v1.3.0 |
2213 | 2025-02-28T23:46:38.156Z | 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` |
2214 | 2025-02-28T23:46:38.156Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941/build-script-build` |
2215 | 2025-02-28T23:46:38.156Z | Dirty aho-corasick v1.1.3: the rustflags changed |
2216 | 2025-02-28T23:46:38.156Z | Compiling aho-corasick v1.1.3 |
2217 | 2025-02-28T23:46:38.156Z | 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` |
2218 | 2025-02-28T23:46:38.199Z | 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` |
2219 | 2025-02-28T23:46:38.227Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
2220 | 2025-02-28T23:46:38.227Z | Compiling allocator-api2 v0.2.18 |
2221 | 2025-02-28T23:46:38.251Z | 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` |
2222 | 2025-02-28T23:46:38.283Z | Dirty ryu v1.0.18: the rustflags changed |
2223 | 2025-02-28T23:46:38.283Z | Compiling ryu v1.0.18 |
2224 | 2025-02-28T23:46:38.286Z | 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` |
2225 | 2025-02-28T23:46:38.329Z | Dirty libm v0.2.8: the rustflags changed |
2226 | 2025-02-28T23:46:38.330Z | Compiling libm v0.2.8 |
2227 | 2025-02-28T23:46:38.333Z | 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` |
2228 | 2025-02-28T23:46:38.626Z | Dirty quote v1.0.38: the rustflags changed |
2229 | 2025-02-28T23:46:38.626Z | Compiling quote v1.0.38 |
2230 | 2025-02-28T23:46:38.629Z | 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` |
2231 | 2025-02-28T23:46:38.664Z | Dirty getrandom v0.2.15: the rustflags changed |
2232 | 2025-02-28T23:46:38.664Z | Compiling getrandom v0.2.15 |
2233 | 2025-02-28T23:46:38.688Z | 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` |
2234 | 2025-02-28T23:46:38.716Z | Dirty jobserver v0.1.32: the rustflags changed |
2235 | 2025-02-28T23:46:38.716Z | Compiling jobserver v0.1.32 |
2236 | 2025-02-28T23:46:38.719Z | 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` |
2237 | 2025-02-28T23:46:38.816Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051/build-script-build` |
2238 | 2025-02-28T23:46:38.858Z | Dirty num-traits v0.2.19: the rustflags changed |
2239 | 2025-02-28T23:46:38.858Z | Compiling num-traits v0.2.19 |
2240 | 2025-02-28T23:46:38.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/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` |
2241 | 2025-02-28T23:46:38.946Z | Dirty rand_core v0.6.4: the rustflags changed |
2242 | 2025-02-28T23:46:38.946Z | Compiling rand_core v0.6.4 |
2243 | 2025-02-28T23:46:38.950Z | 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` |
2244 | 2025-02-28T23:46:39.050Z | Dirty syn v2.0.96: the rustflags changed |
2245 | 2025-02-28T23:46:39.050Z | Compiling syn v2.0.96 |
2246 | 2025-02-28T23:46:39.076Z | 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` |
2247 | 2025-02-28T23:46:39.224Z | Dirty cc v1.1.30: the rustflags changed |
2248 | 2025-02-28T23:46:39.224Z | Compiling cc v1.1.30 |
2249 | 2025-02-28T23:46:39.228Z | 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` |
2250 | 2025-02-28T23:46:39.267Z | Dirty typenum v1.17.0: the rustflags changed |
2251 | 2025-02-28T23:46:39.268Z | Compiling typenum v1.17.0 |
2252 | 2025-02-28T23:46:39.272Z | 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` |
2253 | 2025-02-28T23:46:39.301Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
2254 | 2025-02-28T23:46:39.301Z | Compiling parking_lot_core v0.9.10 |
2255 | 2025-02-28T23:46:39.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/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` |
2256 | 2025-02-28T23:46:39.491Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e/build-script-build` |
2257 | 2025-02-28T23:46:39.580Z | 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` |
2258 | 2025-02-28T23:46:39.747Z | Dirty generic-array v0.14.7: the rustflags changed |
2259 | 2025-02-28T23:46:39.747Z | Compiling generic-array v0.14.7 |
2260 | 2025-02-28T23:46:39.751Z | 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` |
2261 | 2025-02-28T23:46:39.830Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3/build-script-build` |
2262 | 2025-02-28T23:46:39.872Z | Dirty thiserror v1.0.69: the rustflags changed |
2263 | 2025-02-28T23:46:39.872Z | Compiling thiserror v1.0.69 |
2264 | 2025-02-28T23:46:39.901Z | 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` |
2265 | 2025-02-28T23:46:40.155Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617/build-script-build` |
2266 | 2025-02-28T23:46:40.243Z | 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` |
2267 | 2025-02-28T23:46:40.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2/build-script-main` |
2268 | 2025-02-28T23:46:40.524Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a/build-script-build` |
2269 | 2025-02-28T23:46:40.573Z | 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` |
2270 | 2025-02-28T23:46:40.836Z | 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)'` |
2271 | 2025-02-28T23:46:40.887Z | Dirty parking_lot v0.12.3: the rustflags changed |
2272 | 2025-02-28T23:46:40.887Z | Compiling parking_lot v0.12.3 |
2273 | 2025-02-28T23:46:40.890Z | 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` |
2274 | 2025-02-28T23:46:40.969Z | Dirty serde_json v1.0.135: the rustflags changed |
2275 | 2025-02-28T23:46:40.969Z | Compiling serde_json v1.0.135 |
2276 | 2025-02-28T23:46:40.974Z | 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` |
2277 | 2025-02-28T23:46:41.363Z | Dirty regex-automata v0.4.8: the rustflags changed |
2278 | 2025-02-28T23:46:41.364Z | Compiling regex-automata v0.4.8 |
2279 | 2025-02-28T23:46:41.368Z | 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` |
2280 | 2025-02-28T23:46:41.726Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545/build-script-build` |
2281 | 2025-02-28T23:46:41.730Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
2282 | 2025-02-28T23:46:41.730Z | Compiling signal-hook-registry v1.4.2 |
2283 | 2025-02-28T23:46:41.752Z | 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` |
2284 | 2025-02-28T23:46:41.764Z | Dirty futures-core v0.3.31: the rustflags changed |
2285 | 2025-02-28T23:46:41.764Z | Compiling futures-core v0.3.31 |
2286 | 2025-02-28T23:46:41.767Z | 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` |
2287 | 2025-02-28T23:46:42.048Z | Dirty rustix v0.38.37: the rustflags changed |
2288 | 2025-02-28T23:46:42.048Z | Compiling rustix v0.38.37 |
2289 | 2025-02-28T23:46:42.052Z | 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` |
2290 | 2025-02-28T23:46:42.435Z | Dirty errno v0.3.9: the rustflags changed |
2291 | 2025-02-28T23:46:42.435Z | Compiling errno v0.3.9 |
2292 | 2025-02-28T23:46:42.439Z | 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` |
2293 | 2025-02-28T23:46:42.579Z | Dirty fnv v1.0.7: the rustflags changed |
2294 | 2025-02-28T23:46:42.579Z | Compiling fnv v1.0.7 |
2295 | 2025-02-28T23:46:42.611Z | 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` |
2296 | 2025-02-28T23:46:42.614Z | Dirty foldhash v0.1.3: the rustflags changed |
2297 | 2025-02-28T23:46:42.614Z | Compiling foldhash v0.1.3 |
2298 | 2025-02-28T23:46:42.617Z | 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` |
2299 | 2025-02-28T23:46:42.692Z | Dirty equivalent v1.0.1: the rustflags changed |
2300 | 2025-02-28T23:46:42.692Z | Compiling equivalent v1.0.1 |
2301 | 2025-02-28T23:46:42.695Z | 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` |
2302 | 2025-02-28T23:46:42.730Z | Dirty either v1.13.0: the rustflags changed |
2303 | 2025-02-28T23:46:42.730Z | Compiling either v1.13.0 |
2304 | 2025-02-28T23:46:42.734Z | 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` |
2305 | 2025-02-28T23:46:42.807Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5/build-script-build` |
2306 | 2025-02-28T23:46:42.834Z | Dirty mio v1.0.2: the rustflags changed |
2307 | 2025-02-28T23:46:42.834Z | Compiling mio v1.0.2 |
2308 | 2025-02-28T23:46:42.838Z | 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` |
2309 | 2025-02-28T23:46:42.925Z | Dirty hashbrown v0.15.1: the rustflags changed |
2310 | 2025-02-28T23:46:42.925Z | Compiling hashbrown v0.15.1 |
2311 | 2025-02-28T23:46:42.951Z | 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` |
2312 | 2025-02-28T23:46:42.955Z | Dirty spin v0.9.8: the rustflags changed |
2313 | 2025-02-28T23:46:42.955Z | Compiling spin v0.9.8 |
2314 | 2025-02-28T23:46:42.958Z | 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` |
2315 | 2025-02-28T23:46:43.122Z | Dirty socket2 v0.5.7: the rustflags changed |
2316 | 2025-02-28T23:46:43.122Z | Compiling socket2 v0.5.7 |
2317 | 2025-02-28T23:46:43.125Z | 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` |
2318 | 2025-02-28T23:46:43.151Z | Dirty const-oid v0.9.6: the rustflags changed |
2319 | 2025-02-28T23:46:43.151Z | Compiling const-oid v0.9.6 |
2320 | 2025-02-28T23:46:43.154Z | 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` |
2321 | 2025-02-28T23:46:43.348Z | Dirty slab v0.4.9: the rustflags changed |
2322 | 2025-02-28T23:46:43.348Z | Compiling slab v0.4.9 |
2323 | 2025-02-28T23:46:43.395Z | 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` |
2324 | 2025-02-28T23:46:43.753Z | Dirty futures-io v0.3.31: the rustflags changed |
2325 | 2025-02-28T23:46:43.753Z | Compiling futures-io v0.3.31 |
2326 | 2025-02-28T23:46:43.754Z | 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` |
2327 | 2025-02-28T23:46:43.841Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d/build-script-build` |
2328 | 2025-02-28T23:46:43.903Z | Dirty heck v0.5.0: the rustflags changed |
2329 | 2025-02-28T23:46:43.903Z | Compiling heck v0.5.0 |
2330 | 2025-02-28T23:46:43.946Z | 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` |
2331 | 2025-02-28T23:46:44.012Z | 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` |
2332 | 2025-02-28T23:46:44.041Z | Dirty lazy_static v1.5.0: the rustflags changed |
2333 | 2025-02-28T23:46:44.041Z | Compiling lazy_static v1.5.0 |
2334 | 2025-02-28T23:46:44.044Z | Dirty cpufeatures v0.2.14: the rustflags changed |
2335 | 2025-02-28T23:46:44.045Z | Compiling cpufeatures v0.2.14 |
2336 | 2025-02-28T23:46:44.045Z | 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` |
2337 | 2025-02-28T23:46:44.045Z | 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` |
2338 | 2025-02-28T23:46:44.127Z | Dirty pkg-config v0.3.31: the rustflags changed |
2339 | 2025-02-28T23:46:44.127Z | Compiling pkg-config v0.3.31 |
2340 | 2025-02-28T23:46:44.130Z | 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` |
2341 | 2025-02-28T23:46:44.193Z | Dirty iana-time-zone v0.1.61: the rustflags changed |
2342 | 2025-02-28T23:46:44.193Z | Compiling iana-time-zone v0.1.61 |
2343 | 2025-02-28T23:46:44.197Z | Dirty futures-sink v0.3.31: the rustflags changed |
2344 | 2025-02-28T23:46:44.197Z | Compiling futures-sink v0.3.31 |
2345 | 2025-02-28T23:46:44.197Z | 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` |
2346 | 2025-02-28T23:46:44.197Z | 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` |
2347 | 2025-02-28T23:46:44.308Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2348 | 2025-02-28T23:46:44.308Z | Compiling stable_deref_trait v1.2.0 |
2349 | 2025-02-28T23:46:44.312Z | 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` |
2350 | 2025-02-28T23:46:44.365Z | Dirty semver v1.0.24: the rustflags changed |
2351 | 2025-02-28T23:46:44.365Z | Compiling semver v1.0.24 |
2352 | 2025-02-28T23:46:44.368Z | 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` |
2353 | 2025-02-28T23:46:44.394Z | Dirty pin-utils v0.1.0: the rustflags changed |
2354 | 2025-02-28T23:46:44.394Z | Compiling pin-utils v0.1.0 |
2355 | 2025-02-28T23:46:44.398Z | 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` |
2356 | 2025-02-28T23:46:44.442Z | Dirty futures-channel v0.3.31: the rustflags changed |
2357 | 2025-02-28T23:46:44.442Z | Compiling futures-channel v0.3.31 |
2358 | 2025-02-28T23:46:44.446Z | 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` |
2359 | 2025-02-28T23:46:44.515Z | Dirty futures-task v0.3.31: the rustflags changed |
2360 | 2025-02-28T23:46:44.515Z | Compiling futures-task v0.3.31 |
2361 | 2025-02-28T23:46:44.519Z | 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` |
2362 | 2025-02-28T23:46:44.604Z | Dirty dyn-clone v1.0.17: the rustflags changed |
2363 | 2025-02-28T23:46:44.605Z | Compiling dyn-clone v1.0.17 |
2364 | 2025-02-28T23:46:44.608Z | 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` |
2365 | 2025-02-28T23:46:44.813Z | Dirty schemars v0.8.21: the rustflags changed |
2366 | 2025-02-28T23:46:44.813Z | Compiling schemars v0.8.21 |
2367 | 2025-02-28T23:46:44.817Z | 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` |
2368 | 2025-02-28T23:46:44.846Z | Dirty syn v1.0.109: the rustflags changed |
2369 | 2025-02-28T23:46:44.846Z | Compiling syn v1.0.109 |
2370 | 2025-02-28T23:46:44.846Z | 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` |
2371 | 2025-02-28T23:46:44.872Z | Dirty tracing-core v0.1.32: the rustflags changed |
2372 | 2025-02-28T23:46:44.872Z | Compiling tracing-core v0.1.32 |
2373 | 2025-02-28T23:46:44.875Z | 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` |
2374 | 2025-02-28T23:46:44.963Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7/build-script-build` |
2375 | 2025-02-28T23:46:45.075Z | Dirty glob v0.3.2: the rustflags changed |
2376 | 2025-02-28T23:46:45.076Z | Compiling glob v0.3.2 |
2377 | 2025-02-28T23:46:45.081Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a44787d7f19b2e4a -C extra-filename=-a44787d7f19b2e4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2378 | 2025-02-28T23:46:45.164Z | Dirty home v0.5.9: the rustflags changed |
2379 | 2025-02-28T23:46:45.165Z | Compiling home v0.5.9 |
2380 | 2025-02-28T23:46:45.168Z | 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` |
2381 | 2025-02-28T23:46:45.256Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9/build-script-build` |
2382 | 2025-02-28T23:46:45.276Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2383 | 2025-02-28T23:46:45.276Z | Compiling minimal-lexical v0.2.1 |
2384 | 2025-02-28T23:46:45.279Z | 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` |
2385 | 2025-02-28T23:46:45.429Z | Dirty litemap v0.7.3: the rustflags changed |
2386 | 2025-02-28T23:46:45.429Z | Compiling litemap v0.7.3 |
2387 | 2025-02-28T23:46:45.432Z | 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` |
2388 | 2025-02-28T23:46:45.478Z | Dirty writeable v0.5.5: the rustflags changed |
2389 | 2025-02-28T23:46:45.478Z | Compiling writeable v0.5.5 |
2390 | 2025-02-28T23:46:45.481Z | 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` |
2391 | 2025-02-28T23:46:45.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0/build-script-build` |
2392 | 2025-02-28T23:46:45.621Z | 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` |
2393 | 2025-02-28T23:46:45.812Z | Dirty nom v7.1.3: the rustflags changed |
2394 | 2025-02-28T23:46:45.812Z | Compiling nom v7.1.3 |
2395 | 2025-02-28T23:46:45.816Z | 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` |
2396 | 2025-02-28T23:46:45.839Z | Dirty percent-encoding v2.3.1: the rustflags changed |
2397 | 2025-02-28T23:46:45.840Z | Compiling percent-encoding v2.3.1 |
2398 | 2025-02-28T23:46:45.859Z | 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` |
2399 | 2025-02-28T23:46:45.957Z | Dirty clang-sys v1.8.1: the rustflags changed |
2400 | 2025-02-28T23:46:45.957Z | Compiling clang-sys v1.8.1 |
2401 | 2025-02-28T23:46:45.961Z | 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=9281d7600a122466 -C extra-filename=-9281d7600a122466 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9281d7600a122466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2402 | 2025-02-28T23:46:46.012Z | Dirty prettyplease v0.2.25: the rustflags changed |
2403 | 2025-02-28T23:46:46.012Z | Compiling prettyplease v0.2.25 |
2404 | 2025-02-28T23:46:46.015Z | 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` |
2405 | 2025-02-28T23:46:46.085Z | Dirty synstructure v0.13.1: the rustflags changed |
2406 | 2025-02-28T23:46:46.085Z | Compiling synstructure v0.13.1 |
2407 | 2025-02-28T23:46:46.089Z | 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` |
2408 | 2025-02-28T23:46:46.172Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
2409 | 2025-02-28T23:46:46.172Z | Compiling serde_derive_internals v0.29.1 |
2410 | 2025-02-28T23:46:46.217Z | 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` |
2411 | 2025-02-28T23:46:46.407Z | Dirty vcpkg v0.2.15: the rustflags changed |
2412 | 2025-02-28T23:46:46.407Z | Compiling vcpkg v0.2.15 |
2413 | 2025-02-28T23:46:46.410Z | 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` |
2414 | 2025-02-28T23:46:46.734Z | Dirty regex v1.11.1: the rustflags changed |
2415 | 2025-02-28T23:46:46.734Z | Compiling regex v1.11.1 |
2416 | 2025-02-28T23:46:46.738Z | 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` |
2417 | 2025-02-28T23:46:47.539Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9281d7600a122466/build-script-build` |
2418 | 2025-02-28T23:46:47.622Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0/build-script-build` |
2419 | 2025-02-28T23:46:47.633Z | Dirty icu_locid_transform_data v1.5.0: the rustflags changed |
2420 | 2025-02-28T23:46:47.633Z | Compiling icu_locid_transform_data v1.5.0 |
2421 | 2025-02-28T23:46:47.634Z | 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` |
2422 | 2025-02-28T23:46:47.748Z | Dirty itertools v0.12.1: the rustflags changed |
2423 | 2025-02-28T23:46:47.748Z | Compiling itertools v0.12.1 |
2424 | 2025-02-28T23:46:47.751Z | Dirty libloading v0.8.5: the rustflags changed |
2425 | 2025-02-28T23:46:47.752Z | Compiling libloading v0.8.5 |
2426 | 2025-02-28T23:46:47.752Z | 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` |
2427 | 2025-02-28T23:46:47.772Z | 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` |
2428 | 2025-02-28T23:46:48.172Z | Dirty icu_properties_data v1.5.0: the rustflags changed |
2429 | 2025-02-28T23:46:48.172Z | Compiling icu_properties_data v1.5.0 |
2430 | 2025-02-28T23:46:48.175Z | 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` |
2431 | 2025-02-28T23:46:48.219Z | Dirty crossbeam-utils v0.8.20: the rustflags changed |
2432 | 2025-02-28T23:46:48.219Z | Compiling crossbeam-utils v0.8.20 |
2433 | 2025-02-28T23:46:48.222Z | 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` |
2434 | 2025-02-28T23:46:48.454Z | Dirty bindgen v0.69.5: the rustflags changed |
2435 | 2025-02-28T23:46:48.454Z | Compiling bindgen v0.69.5 |
2436 | 2025-02-28T23:46:48.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/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` |
2437 | 2025-02-28T23:46:48.540Z | 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=0e9adb1ae5c38c69 -C extra-filename=-0e9adb1ae5c38c69 --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-a44787d7f19b2e4a.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` |
2438 | 2025-02-28T23:46:48.837Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b/build-script-build` |
2439 | 2025-02-28T23:46:48.878Z | Dirty cexpr v0.6.0: the rustflags changed |
2440 | 2025-02-28T23:46:48.878Z | Compiling cexpr v0.6.0 |
2441 | 2025-02-28T23:46:48.920Z | 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` |
2442 | 2025-02-28T23:46:49.158Z | 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)'` |
2443 | 2025-02-28T23:46:49.385Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add/build-script-build` |
2444 | 2025-02-28T23:46:49.401Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
2445 | 2025-02-28T23:46:49.401Z | Compiling form_urlencoded v1.2.1 |
2446 | 2025-02-28T23:46:49.405Z | 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` |
2447 | 2025-02-28T23:46:49.741Z | Dirty ring v0.17.8: the rustflags changed |
2448 | 2025-02-28T23:46:49.741Z | Compiling ring v0.17.8 |
2449 | 2025-02-28T23:46:49.744Z | 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` |
2450 | 2025-02-28T23:46:50.624Z | Dirty lazycell v1.3.0: the rustflags changed |
2451 | 2025-02-28T23:46:50.624Z | Compiling lazycell v1.3.0 |
2452 | 2025-02-28T23:46:50.628Z | 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` |
2453 | 2025-02-28T23:46:50.703Z | Dirty icu_normalizer_data v1.5.0: the rustflags changed |
2454 | 2025-02-28T23:46:50.703Z | Compiling icu_normalizer_data v1.5.0 |
2455 | 2025-02-28T23:46:50.739Z | 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` |
2456 | 2025-02-28T23:46:50.817Z | Dirty utf16_iter v1.0.5: the rustflags changed |
2457 | 2025-02-28T23:46:50.817Z | Compiling utf16_iter v1.0.5 |
2458 | 2025-02-28T23:46:50.820Z | 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` |
2459 | 2025-02-28T23:46:50.847Z | Dirty rustc-hash v1.1.0: the rustflags changed |
2460 | 2025-02-28T23:46:50.847Z | Compiling rustc-hash v1.1.0 |
2461 | 2025-02-28T23:46:50.871Z | 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` |
2462 | 2025-02-28T23:46:50.917Z | Dirty write16 v1.0.0: the rustflags changed |
2463 | 2025-02-28T23:46:50.917Z | Compiling write16 v1.0.0 |
2464 | 2025-02-28T23:46:50.947Z | 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` |
2465 | 2025-02-28T23:46:51.024Z | Dirty utf8_iter v1.0.4: the rustflags changed |
2466 | 2025-02-28T23:46:51.026Z | Compiling utf8_iter v1.0.4 |
2467 | 2025-02-28T23:46:51.029Z | 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` |
2468 | 2025-02-28T23:46:51.054Z | Dirty adler2 v2.0.0: the rustflags changed |
2469 | 2025-02-28T23:46:51.054Z | Compiling adler2 v2.0.0 |
2470 | 2025-02-28T23:46:51.057Z | 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` |
2471 | 2025-02-28T23:46:51.079Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c/build-script-build` |
2472 | 2025-02-28T23:46:51.284Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2473 | 2025-02-28T23:46:51.284Z | Compiling miniz_oxide v0.8.0 |
2474 | 2025-02-28T23:46:51.309Z | 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` |
2475 | 2025-02-28T23:46:51.312Z | 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)'` |
2476 | 2025-02-28T23:46:51.690Z | Dirty serde_derive v1.0.217: the rustflags changed |
2477 | 2025-02-28T23:46:51.690Z | Compiling serde_derive v1.0.217 |
2478 | 2025-02-28T23:46:51.694Z | 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` |
2479 | 2025-02-28T23:46:51.999Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
2480 | 2025-02-28T23:46:51.999Z | Compiling zeroize_derive v1.4.2 |
2481 | 2025-02-28T23:46:52.074Z | 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` |
2482 | 2025-02-28T23:46:52.448Z | Dirty zerocopy-derive v0.7.35: the rustflags changed |
2483 | 2025-02-28T23:46:52.448Z | Compiling zerocopy-derive v0.7.35 |
2484 | 2025-02-28T23:46:52.451Z | 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` |
2485 | 2025-02-28T23:46:52.591Z | Dirty thiserror-impl v1.0.69: the rustflags changed |
2486 | 2025-02-28T23:46:52.591Z | Compiling thiserror-impl v1.0.69 |
2487 | 2025-02-28T23:46:52.594Z | 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` |
2488 | 2025-02-28T23:46:52.701Z | Dirty tokio-macros v2.5.0: the rustflags changed |
2489 | 2025-02-28T23:46:52.701Z | Compiling tokio-macros v2.5.0 |
2490 | 2025-02-28T23:46:52.704Z | 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` |
2491 | 2025-02-28T23:46:53.559Z | Dirty zeroize v1.8.1: the rustflags changed |
2492 | 2025-02-28T23:46:53.559Z | Compiling zeroize v1.8.1 |
2493 | 2025-02-28T23:46:53.562Z | 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` |
2494 | 2025-02-28T23:46:53.925Z | 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` |
2495 | 2025-02-28T23:46:54.289Z | Dirty futures-macro v0.3.31: the rustflags changed |
2496 | 2025-02-28T23:46:54.289Z | Compiling futures-macro v0.3.31 |
2497 | 2025-02-28T23:46:54.293Z | 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` |
2498 | 2025-02-28T23:46:54.621Z | Dirty zerocopy v0.7.35: the rustflags changed |
2499 | 2025-02-28T23:46:54.621Z | Compiling zerocopy v0.7.35 |
2500 | 2025-02-28T23:46:54.624Z | 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` |
2501 | 2025-02-28T23:46:55.288Z | Dirty crypto-common v0.1.6: the rustflags changed |
2502 | 2025-02-28T23:46:55.288Z | Compiling crypto-common v0.1.6 |
2503 | 2025-02-28T23:46:55.291Z | 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` |
2504 | 2025-02-28T23:46:55.556Z | Dirty block-buffer v0.10.4: the rustflags changed |
2505 | 2025-02-28T23:46:55.556Z | Compiling block-buffer v0.10.4 |
2506 | 2025-02-28T23:46:55.560Z | 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` |
2507 | 2025-02-28T23:46:55.607Z | 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)'` |
2508 | 2025-02-28T23:46:55.767Z | Dirty digest v0.10.7: the rustflags changed |
2509 | 2025-02-28T23:46:55.767Z | Compiling digest v0.10.7 |
2510 | 2025-02-28T23:46:55.770Z | 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` |
2511 | 2025-02-28T23:46:55.818Z | Dirty schemars_derive v0.8.21: the rustflags changed |
2512 | 2025-02-28T23:46:55.818Z | Compiling schemars_derive v0.8.21 |
2513 | 2025-02-28T23:46:55.821Z | 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` |
2514 | 2025-02-28T23:46:55.887Z | Dirty ppv-lite86 v0.2.20: the rustflags changed |
2515 | 2025-02-28T23:46:55.887Z | Compiling ppv-lite86 v0.2.20 |
2516 | 2025-02-28T23:46:55.887Z | 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` |
2517 | 2025-02-28T23:46:55.963Z | Dirty zerofrom-derive v0.1.4: the rustflags changed |
2518 | 2025-02-28T23:46:55.963Z | Compiling zerofrom-derive v0.1.4 |
2519 | 2025-02-28T23:46:55.997Z | 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` |
2520 | 2025-02-28T23:46:56.269Z | Dirty futures-util v0.3.31: the rustflags changed |
2521 | 2025-02-28T23:46:56.269Z | Compiling futures-util v0.3.31 |
2522 | 2025-02-28T23:46:56.274Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
2523 | 2025-02-28T23:46:56.274Z | Compiling tracing-attributes v0.1.27 |
2524 | 2025-02-28T23:46:56.274Z | 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` |
2525 | 2025-02-28T23:46:56.274Z | 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` |
2526 | 2025-02-28T23:46:56.601Z | Dirty rand_chacha v0.3.1: the rustflags changed |
2527 | 2025-02-28T23:46:56.601Z | Compiling rand_chacha v0.3.1 |
2528 | 2025-02-28T23:46:56.604Z | 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` |
2529 | 2025-02-28T23:46:57.846Z | Dirty yoke-derive v0.7.4: the rustflags changed |
2530 | 2025-02-28T23:46:57.846Z | Compiling yoke-derive v0.7.4 |
2531 | 2025-02-28T23:46:57.849Z | 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` |
2532 | 2025-02-28T23:46:58.913Z | Dirty rand v0.8.5: the rustflags changed |
2533 | 2025-02-28T23:46:58.913Z | Compiling rand v0.8.5 |
2534 | 2025-02-28T23:46:58.918Z | 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` |
2535 | 2025-02-28T23:46:58.983Z | Dirty zerovec-derive v0.10.3: the rustflags changed |
2536 | 2025-02-28T23:46:58.983Z | Compiling zerovec-derive v0.10.3 |
2537 | 2025-02-28T23:46:58.986Z | 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` |
2538 | 2025-02-28T23:46:59.078Z | Dirty displaydoc v0.2.5: the rustflags changed |
2539 | 2025-02-28T23:46:59.079Z | Compiling displaydoc v0.2.5 |
2540 | 2025-02-28T23:46:59.079Z | 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` |
2541 | 2025-02-28T23:46:59.358Z | 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)'` |
2542 | 2025-02-28T23:46:59.757Z | Dirty zerofrom v0.1.4: the rustflags changed |
2543 | 2025-02-28T23:46:59.757Z | Compiling zerofrom v0.1.4 |
2544 | 2025-02-28T23:46:59.761Z | 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` |
2545 | 2025-02-28T23:46:59.784Z | Dirty tracing v0.1.40: the rustflags changed |
2546 | 2025-02-28T23:46:59.784Z | Compiling tracing v0.1.40 |
2547 | 2025-02-28T23:46:59.791Z | 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` |
2548 | 2025-02-28T23:47:00.063Z | Dirty icu_provider_macros v1.5.0: the rustflags changed |
2549 | 2025-02-28T23:47:00.063Z | Compiling icu_provider_macros v1.5.0 |
2550 | 2025-02-28T23:47:00.066Z | 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` |
2551 | 2025-02-28T23:47:00.337Z | Dirty paste v1.0.15: the rustflags changed |
2552 | 2025-02-28T23:47:00.337Z | Compiling paste v1.0.15 |
2553 | 2025-02-28T23:47:00.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/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` |
2554 | 2025-02-28T23:47:00.835Z | Dirty yoke v0.7.4: the rustflags changed |
2555 | 2025-02-28T23:47:00.835Z | Compiling yoke v0.7.4 |
2556 | 2025-02-28T23:47:00.838Z | 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` |
2557 | 2025-02-28T23:47:00.865Z | Dirty strsim v0.11.1: the rustflags changed |
2558 | 2025-02-28T23:47:00.865Z | Compiling strsim v0.11.1 |
2559 | 2025-02-28T23:47:00.888Z | 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` |
2560 | 2025-02-28T23:47:00.893Z | Dirty httparse v1.9.5: the rustflags changed |
2561 | 2025-02-28T23:47:00.893Z | Compiling httparse v1.9.5 |
2562 | 2025-02-28T23:47:00.896Z | 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` |
2563 | 2025-02-28T23:47:00.932Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507/build-script-build` |
2564 | 2025-02-28T23:47:01.019Z | Dirty num-conv v0.1.0: the rustflags changed |
2565 | 2025-02-28T23:47:01.019Z | Compiling num-conv v0.1.0 |
2566 | 2025-02-28T23:47:01.025Z | 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` |
2567 | 2025-02-28T23:47:01.182Z | Dirty powerfmt v0.2.0: the rustflags changed |
2568 | 2025-02-28T23:47:01.182Z | Compiling powerfmt v0.2.0 |
2569 | 2025-02-28T23:47:01.186Z | 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` |
2570 | 2025-02-28T23:47:01.316Z | Dirty time-core v0.1.2: the rustflags changed |
2571 | 2025-02-28T23:47:01.316Z | Compiling time-core v0.1.2 |
2572 | 2025-02-28T23:47:01.319Z | 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` |
2573 | 2025-02-28T23:47:01.346Z | 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"))'` |
2574 | 2025-02-28T23:47:01.526Z | Dirty time-macros v0.2.18: the rustflags changed |
2575 | 2025-02-28T23:47:01.526Z | Compiling time-macros v0.2.18 |
2576 | 2025-02-28T23:47:01.530Z | 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` |
2577 | 2025-02-28T23:47:01.581Z | Dirty deranged v0.3.11: the rustflags changed |
2578 | 2025-02-28T23:47:01.581Z | Compiling deranged v0.3.11 |
2579 | 2025-02-28T23:47:01.585Z | 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` |
2580 | 2025-02-28T23:47:01.610Z | Dirty num_threads v0.1.7: the rustflags changed |
2581 | 2025-02-28T23:47:01.612Z | Compiling num_threads v0.1.7 |
2582 | 2025-02-28T23:47:01.615Z | Dirty atomic-waker v1.1.2: the rustflags changed |
2583 | 2025-02-28T23:47:01.615Z | Compiling atomic-waker v1.1.2 |
2584 | 2025-02-28T23:47:01.615Z | 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` |
2585 | 2025-02-28T23:47:01.615Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817/build-script-build` |
2586 | 2025-02-28T23:47:01.615Z | 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` |
2587 | 2025-02-28T23:47:01.688Z | Dirty zerovec v0.10.4: the rustflags changed |
2588 | 2025-02-28T23:47:01.688Z | Compiling zerovec v0.10.4 |
2589 | 2025-02-28T23:47:01.702Z | 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` |
2590 | 2025-02-28T23:47:01.752Z | 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` |
2591 | 2025-02-28T23:47:01.756Z | Dirty block-padding v0.3.3: the rustflags changed |
2592 | 2025-02-28T23:47:01.757Z | Compiling block-padding v0.3.3 |
2593 | 2025-02-28T23:47:01.795Z | 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` |
2594 | 2025-02-28T23:47:01.884Z | Dirty cmake v0.1.51: the rustflags changed |
2595 | 2025-02-28T23:47:01.884Z | Compiling cmake v0.1.51 |
2596 | 2025-02-28T23:47:01.913Z | 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` |
2597 | 2025-02-28T23:47:02.025Z | Dirty ahash v0.8.11: the rustflags changed |
2598 | 2025-02-28T23:47:02.025Z | Compiling ahash v0.8.11 |
2599 | 2025-02-28T23:47:02.068Z | 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` |
2600 | 2025-02-28T23:47:02.381Z | Dirty dunce v1.0.5: the rustflags changed |
2601 | 2025-02-28T23:47:02.381Z | Compiling dunce v1.0.5 |
2602 | 2025-02-28T23:47:02.430Z | 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` |
2603 | 2025-02-28T23:47:02.433Z | Dirty untrusted v0.9.0: the rustflags changed |
2604 | 2025-02-28T23:47:02.433Z | Compiling untrusted v0.9.0 |
2605 | 2025-02-28T23:47:02.438Z | 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` |
2606 | 2025-02-28T23:47:02.512Z | Dirty fs_extra v1.3.0: the rustflags changed |
2607 | 2025-02-28T23:47:02.512Z | Compiling fs_extra v1.3.0 |
2608 | 2025-02-28T23:47:02.515Z | 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` |
2609 | 2025-02-28T23:47:02.546Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10/build-script-build` |
2610 | 2025-02-28T23:47:02.636Z | 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` |
2611 | 2025-02-28T23:47:02.664Z | Dirty inout v0.1.3: the rustflags changed |
2612 | 2025-02-28T23:47:02.667Z | Compiling inout v0.1.3 |
2613 | 2025-02-28T23:47:02.670Z | 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` |
2614 | 2025-02-28T23:47:02.818Z | 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"'` |
2615 | 2025-02-28T23:47:02.946Z | Dirty cipher v0.4.4: the rustflags changed |
2616 | 2025-02-28T23:47:02.946Z | Compiling cipher v0.4.4 |
2617 | 2025-02-28T23:47:02.949Z | 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` |
2618 | 2025-02-28T23:47:03.010Z | Dirty sha2 v0.10.8: the rustflags changed |
2619 | 2025-02-28T23:47:03.010Z | Compiling sha2 v0.10.8 |
2620 | 2025-02-28T23:47:03.014Z | 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` |
2621 | 2025-02-28T23:47:03.061Z | Dirty aws-lc-rs v1.10.0: the rustflags changed |
2622 | 2025-02-28T23:47:03.062Z | Compiling aws-lc-rs v1.10.0 |
2623 | 2025-02-28T23:47:03.101Z | 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` |
2624 | 2025-02-28T23:47:03.319Z | Dirty tinystr v0.7.6: the rustflags changed |
2625 | 2025-02-28T23:47:03.319Z | Compiling tinystr v0.7.6 |
2626 | 2025-02-28T23:47:03.322Z | 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` |
2627 | 2025-02-28T23:47:03.478Z | Dirty icu_collections v1.5.0: the rustflags changed |
2628 | 2025-02-28T23:47:03.478Z | Compiling icu_collections v1.5.0 |
2629 | 2025-02-28T23:47:03.482Z | 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` |
2630 | 2025-02-28T23:47:03.561Z | Dirty gimli v0.31.1: the rustflags changed |
2631 | 2025-02-28T23:47:03.561Z | Compiling gimli v0.31.1 |
2632 | 2025-02-28T23:47:03.565Z | 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` |
2633 | 2025-02-28T23:47:03.643Z | Dirty icu_locid v1.5.0: the rustflags changed |
2634 | 2025-02-28T23:47:03.643Z | Compiling icu_locid v1.5.0 |
2635 | 2025-02-28T23:47:03.679Z | 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` |
2636 | 2025-02-28T23:47:03.714Z | Dirty rustls-pki-types v1.10.0: the rustflags changed |
2637 | 2025-02-28T23:47:03.714Z | Compiling rustls-pki-types v1.10.0 |
2638 | 2025-02-28T23:47:03.719Z | 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` |
2639 | 2025-02-28T23:47:04.602Z | Dirty bytes v1.9.0: the rustflags changed |
2640 | 2025-02-28T23:47:04.602Z | Compiling bytes v1.9.0 |
2641 | 2025-02-28T23:47:04.606Z | 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` |
2642 | 2025-02-28T23:47:04.633Z | Dirty bitflags v2.6.0: the rustflags changed |
2643 | 2025-02-28T23:47:04.633Z | Compiling bitflags v2.6.0 |
2644 | 2025-02-28T23:47:04.637Z | 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` |
2645 | 2025-02-28T23:47:04.704Z | 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"))'` |
2646 | 2025-02-28T23:47:04.746Z | Dirty indexmap v2.7.1: the rustflags changed |
2647 | 2025-02-28T23:47:04.746Z | Compiling indexmap v2.7.1 |
2648 | 2025-02-28T23:47:04.750Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=3d5667ede295bc44 -C extra-filename=-3d5667ede295bc44 --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` |
2649 | 2025-02-28T23:47:05.113Z | 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` |
2650 | 2025-02-28T23:47:05.702Z | Dirty tokio v1.43.0: the rustflags changed |
2651 | 2025-02-28T23:47:05.702Z | Compiling tokio v1.43.0 |
2652 | 2025-02-28T23:47:05.706Z | 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` |
2653 | 2025-02-28T23:47:05.853Z | Dirty chrono v0.4.39: the rustflags changed |
2654 | 2025-02-28T23:47:05.853Z | Compiling chrono v0.4.39 |
2655 | 2025-02-28T23:47:05.856Z | 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.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=721bb5b37e92804c -C extra-filename=-721bb5b37e92804c --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` |
2656 | 2025-02-28T23:47:06.089Z | 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)'` |
2657 | 2025-02-28T23:47:06.148Z | Dirty uuid v1.12.0: the rustflags changed |
2658 | 2025-02-28T23:47:06.148Z | Compiling uuid v1.12.0 |
2659 | 2025-02-28T23:47:06.187Z | 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.12.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=aa09ccf8a97f44d6 -C extra-filename=-aa09ccf8a97f44d6 --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` |
2660 | 2025-02-28T23:47:06.677Z | Dirty http v1.2.0: the rustflags changed |
2661 | 2025-02-28T23:47:06.677Z | Compiling http v1.2.0 |
2662 | 2025-02-28T23:47:06.680Z | 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` |
2663 | 2025-02-28T23:47:06.816Z | Dirty icu_provider v1.5.0: the rustflags changed |
2664 | 2025-02-28T23:47:06.816Z | Compiling icu_provider v1.5.0 |
2665 | 2025-02-28T23:47:06.840Z | 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` |
2666 | 2025-02-28T23:47:07.620Z | Dirty icu_locid_transform v1.5.0: the rustflags changed |
2667 | 2025-02-28T23:47:07.620Z | Compiling icu_locid_transform v1.5.0 |
2668 | 2025-02-28T23:47:07.623Z | 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` |
2669 | 2025-02-28T23:47:07.648Z | Dirty time v0.3.36: the rustflags changed |
2670 | 2025-02-28T23:47:07.648Z | Compiling time v0.3.36 |
2671 | 2025-02-28T23:47:07.652Z | 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` |
2672 | 2025-02-28T23:47:07.790Z | Dirty serde_spanned v0.6.8: the rustflags changed |
2673 | 2025-02-28T23:47:07.790Z | Compiling serde_spanned v0.6.8 |
2674 | 2025-02-28T23:47:07.794Z | 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` |
2675 | 2025-02-28T23:47:08.099Z | 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=8596ef993a50a23e -C extra-filename=-8596ef993a50a23e --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-721bb5b37e92804c.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2676 | 2025-02-28T23:47:08.314Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2677 | 2025-02-28T23:47:08.314Z | Compiling toml_datetime v0.6.8 |
2678 | 2025-02-28T23:47:08.317Z | 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` |
2679 | 2025-02-28T23:47:08.815Z | Dirty which v4.4.2: the rustflags changed |
2680 | 2025-02-28T23:47:08.815Z | Compiling which v4.4.2 |
2681 | 2025-02-28T23:47:08.819Z | 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` |
2682 | 2025-02-28T23:47:08.862Z | Dirty icu_properties v1.5.1: the rustflags changed |
2683 | 2025-02-28T23:47:08.862Z | Compiling icu_properties v1.5.1 |
2684 | 2025-02-28T23:47:08.908Z | 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` |
2685 | 2025-02-28T23:47:09.240Z | 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=fc0e9f33201563cb -C extra-filename=-fc0e9f33201563cb --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-0e9adb1ae5c38c69.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` |
2686 | 2025-02-28T23:47:09.386Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2687 | 2025-02-28T23:47:09.386Z | Compiling serde_tokenstream v0.2.2 |
2688 | 2025-02-28T23:47:09.412Z | 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` |
2689 | 2025-02-28T23:47:09.849Z | Dirty addr2line v0.24.2: the rustflags changed |
2690 | 2025-02-28T23:47:09.849Z | Compiling addr2line v0.24.2 |
2691 | 2025-02-28T23:47:09.852Z | 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` |
2692 | 2025-02-28T23:47:09.990Z | Dirty object v0.36.5: the rustflags changed |
2693 | 2025-02-28T23:47:09.990Z | Compiling object v0.36.5 |
2694 | 2025-02-28T23:47:09.994Z | 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` |
2695 | 2025-02-28T23:47:10.017Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2696 | 2025-02-28T23:47:10.018Z | Compiling rustc-demangle v0.1.24 |
2697 | 2025-02-28T23:47:10.021Z | 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` |
2698 | 2025-02-28T23:47:10.564Z | Dirty base64ct v1.6.0: the rustflags changed |
2699 | 2025-02-28T23:47:10.565Z | Compiling base64ct v1.6.0 |
2700 | 2025-02-28T23:47:10.605Z | 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` |
2701 | 2025-02-28T23:47:11.001Z | Dirty anyhow v1.0.95: the rustflags changed |
2702 | 2025-02-28T23:47:11.001Z | Compiling anyhow v1.0.95 |
2703 | 2025-02-28T23:47:11.041Z | 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.95/build.rs --error-format=json --json=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=862d005bcfab5731 -C extra-filename=-862d005bcfab5731 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-862d005bcfab5731 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2025-02-28T23:47:11.171Z | Dirty http-body v1.0.1: the rustflags changed |
2705 | 2025-02-28T23:47:11.171Z | Compiling http-body v1.0.1 |
2706 | 2025-02-28T23:47:11.174Z | 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` |
2707 | 2025-02-28T23:47:11.422Z | Dirty hmac v0.12.1: the rustflags changed |
2708 | 2025-02-28T23:47:11.422Z | Compiling hmac v0.12.1 |
2709 | 2025-02-28T23:47:11.434Z | 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` |
2710 | 2025-02-28T23:47:11.451Z | Dirty try-lock v0.2.5: the rustflags changed |
2711 | 2025-02-28T23:47:11.451Z | Compiling try-lock v0.2.5 |
2712 | 2025-02-28T23:47:11.454Z | 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` |
2713 | 2025-02-28T23:47:11.637Z | Dirty base64 v0.22.1: the rustflags changed |
2714 | 2025-02-28T23:47:11.637Z | Compiling base64 v0.22.1 |
2715 | 2025-02-28T23:47:11.675Z | 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` |
2716 | 2025-02-28T23:47:11.678Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-862d005bcfab5731/build-script-build` |
2717 | 2025-02-28T23:47:11.705Z | Dirty mirai-annotations v1.12.0: the rustflags changed |
2718 | 2025-02-28T23:47:11.705Z | Compiling mirai-annotations v1.12.0 |
2719 | 2025-02-28T23:47:11.708Z | 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` |
2720 | 2025-02-28T23:47:11.924Z | Dirty httpdate v1.0.3: the rustflags changed |
2721 | 2025-02-28T23:47:11.924Z | Compiling httpdate v1.0.3 |
2722 | 2025-02-28T23:47:11.928Z | 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` |
2723 | 2025-02-28T23:47:12.198Z | Dirty untrusted v0.7.1: the rustflags changed |
2724 | 2025-02-28T23:47:12.199Z | Compiling untrusted v0.7.1 |
2725 | 2025-02-28T23:47:12.202Z | 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` |
2726 | 2025-02-28T23:47:12.280Z | Dirty want v0.3.1: the rustflags changed |
2727 | 2025-02-28T23:47:12.280Z | Compiling want v0.3.1 |
2728 | 2025-02-28T23:47:12.285Z | 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` |
2729 | 2025-02-28T23:47:12.343Z | Dirty slog v2.7.0: the rustflags changed |
2730 | 2025-02-28T23:47:12.343Z | Compiling slog v2.7.0 |
2731 | 2025-02-28T23:47:12.349Z | 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` |
2732 | 2025-02-28T23:47:12.391Z | Dirty openssl-sys v0.9.104: the rustflags changed |
2733 | 2025-02-28T23:47:12.391Z | Compiling openssl-sys v0.9.104 |
2734 | 2025-02-28T23:47:12.395Z | Dirty tower-service v0.3.3: the rustflags changed |
2735 | 2025-02-28T23:47:12.395Z | Compiling tower-service v0.3.3 |
2736 | 2025-02-28T23:47:12.395Z | 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/openssl-sys-0.9.104/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=639a8710e4d8e743 -C extra-filename=-639a8710e4d8e743 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-639a8710e4d8e743 -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` |
2737 | 2025-02-28T23:47:12.396Z | 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` |
2738 | 2025-02-28T23:47:12.564Z | Dirty icu_normalizer v1.5.0: the rustflags changed |
2739 | 2025-02-28T23:47:12.564Z | Compiling icu_normalizer v1.5.0 |
2740 | 2025-02-28T23:47:12.567Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
2741 | 2025-02-28T23:47:12.568Z | Compiling pem-rfc7468 v0.7.0 |
2742 | 2025-02-28T23:47:12.568Z | 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` |
2743 | 2025-02-28T23:47:12.568Z | 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` |
2744 | 2025-02-28T23:47:12.895Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc/build-script-build` |
2745 | 2025-02-28T23:47:12.981Z | 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` |
2746 | 2025-02-28T23:47:13.250Z | Dirty mime v0.3.17: the rustflags changed |
2747 | 2025-02-28T23:47:13.250Z | Compiling mime v0.3.17 |
2748 | 2025-02-28T23:47:13.284Z | 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` |
2749 | 2025-02-28T23:47:13.530Z | Dirty idna_adapter v1.2.0: the rustflags changed |
2750 | 2025-02-28T23:47:13.530Z | Compiling idna_adapter v1.2.0 |
2751 | 2025-02-28T23:47:13.533Z | 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` |
2752 | 2025-02-28T23:47:13.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-639a8710e4d8e743/build-script-main` |
2753 | 2025-02-28T23:47:13.655Z | Dirty tokio-util v0.7.12: the rustflags changed |
2754 | 2025-02-28T23:47:13.655Z | Compiling tokio-util v0.7.12 |
2755 | 2025-02-28T23:47:13.658Z | 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` |
2756 | 2025-02-28T23:47:13.689Z | Dirty http-body-util v0.1.2: the rustflags changed |
2757 | 2025-02-28T23:47:13.689Z | Compiling http-body-util v0.1.2 |
2758 | 2025-02-28T23:47:13.721Z | 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` |
2759 | 2025-02-28T23:47:13.788Z | Dirty idna v1.0.3: the rustflags changed |
2760 | 2025-02-28T23:47:13.789Z | Compiling idna v1.0.3 |
2761 | 2025-02-28T23:47:13.814Z | 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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9001b9ef5aca61ea -C extra-filename=-9001b9ef5aca61ea --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` |
2762 | 2025-02-28T23:47:13.818Z | Dirty async-trait v0.1.85: the rustflags changed |
2763 | 2025-02-28T23:47:13.818Z | Compiling async-trait v0.1.85 |
2764 | 2025-02-28T23:47:13.840Z | 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.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=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=2874f8c4e7350fed -C extra-filename=-2874f8c4e7350fed --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` |
2765 | 2025-02-28T23:47:14.194Z | Dirty der_derive v0.7.3: the rustflags changed |
2766 | 2025-02-28T23:47:14.194Z | Compiling der_derive v0.7.3 |
2767 | 2025-02-28T23:47:14.198Z | 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` |
2768 | 2025-02-28T23:47:14.355Z | Dirty flagset v0.4.6: the rustflags changed |
2769 | 2025-02-28T23:47:14.355Z | Compiling flagset v0.4.6 |
2770 | 2025-02-28T23:47:14.389Z | 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` |
2771 | 2025-02-28T23:47:14.586Z | Dirty url v2.5.3: the rustflags changed |
2772 | 2025-02-28T23:47:14.586Z | Compiling url v2.5.3 |
2773 | 2025-02-28T23:47:14.590Z | 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=7a8c831b34692f87 -C extra-filename=-7a8c831b34692f87 --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-9001b9ef5aca61ea.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` |
2774 | 2025-02-28T23:47:14.935Z | Dirty h2 v0.4.6: the rustflags changed |
2775 | 2025-02-28T23:47:14.935Z | Compiling h2 v0.4.6 |
2776 | 2025-02-28T23:47:14.938Z | 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=86504aebe9fa79d3 -C extra-filename=-86504aebe9fa79d3 --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-3d5667ede295bc44.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` |
2777 | 2025-02-28T23:47:15.388Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2778 | 2025-02-28T23:47:15.388Z | Compiling pbkdf2 v0.12.2 |
2779 | 2025-02-28T23:47:15.391Z | 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` |
2780 | 2025-02-28T23:47:15.589Z | Dirty rustc_version v0.4.1: the rustflags changed |
2781 | 2025-02-28T23:47:15.589Z | Compiling rustc_version v0.4.1 |
2782 | 2025-02-28T23:47:15.593Z | 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` |
2783 | 2025-02-28T23:47:16.306Z | Dirty backtrace v0.3.74: the rustflags changed |
2784 | 2025-02-28T23:47:16.306Z | Compiling backtrace v0.3.74 |
2785 | 2025-02-28T23:47:16.310Z | 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` |
2786 | 2025-02-28T23:47:16.378Z | Dirty rustls-pemfile v2.2.0: the rustflags changed |
2787 | 2025-02-28T23:47:16.379Z | Compiling rustls-pemfile v2.2.0 |
2788 | 2025-02-28T23:47:16.382Z | 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` |
2789 | 2025-02-28T23:47:16.669Z | Dirty aes v0.8.4: the rustflags changed |
2790 | 2025-02-28T23:47:16.669Z | Compiling aes v0.8.4 |
2791 | 2025-02-28T23:47:16.673Z | 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` |
2792 | 2025-02-28T23:47:16.739Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2793 | 2025-02-28T23:47:16.739Z | Compiling openssl-probe v0.1.5 |
2794 | 2025-02-28T23:47:16.743Z | 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` |
2795 | 2025-02-28T23:47:16.785Z | Dirty der v0.7.9: the rustflags changed |
2796 | 2025-02-28T23:47:16.785Z | Compiling der v0.7.9 |
2797 | 2025-02-28T23:47:16.823Z | 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` |
2798 | 2025-02-28T23:47:16.861Z | Dirty ipnet v2.10.1: the rustflags changed |
2799 | 2025-02-28T23:47:16.862Z | Compiling ipnet v2.10.1 |
2800 | 2025-02-28T23:47:16.865Z | 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` |
2801 | 2025-02-28T23:47:17.062Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2802 | 2025-02-28T23:47:17.062Z | Compiling foreign-types-shared v0.1.1 |
2803 | 2025-02-28T23:47:17.066Z | 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` |
2804 | 2025-02-28T23:47:17.235Z | 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.95/src/lib.rs --error-format=json --json=diagnostic-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=b27963488f2618c6 -C extra-filename=-b27963488f2618c6 --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)'` |
2805 | 2025-02-28T23:47:18.019Z | Dirty openssl v0.10.66: the rustflags changed |
2806 | 2025-02-28T23:47:18.019Z | Compiling openssl v0.10.66 |
2807 | 2025-02-28T23:47:18.023Z | Dirty foreign-types v0.3.2: the rustflags changed |
2808 | 2025-02-28T23:47:18.023Z | Compiling foreign-types v0.3.2 |
2809 | 2025-02-28T23:47:18.023Z | 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` |
2810 | 2025-02-28T23:47:18.023Z | 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` |
2811 | 2025-02-28T23:47:18.168Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=c800b119de301e58 -C extra-filename=-c800b119de301e58 --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", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --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)' --check-cfg 'cfg(ossl340)'` |
2812 | 2025-02-28T23:47:18.525Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1017326139d51462/build-script-build` |
2813 | 2025-02-28T23:47:18.567Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2814 | 2025-02-28T23:47:18.567Z | Compiling serde_urlencoded v0.7.1 |
2815 | 2025-02-28T23:47:18.571Z | 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` |
2816 | 2025-02-28T23:47:19.102Z | Dirty spki v0.7.3: the rustflags changed |
2817 | 2025-02-28T23:47:19.102Z | Compiling spki v0.7.3 |
2818 | 2025-02-28T23:47:19.106Z | 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` |
2819 | 2025-02-28T23:47:19.188Z | Dirty salsa20 v0.10.2: the rustflags changed |
2820 | 2025-02-28T23:47:19.188Z | Compiling salsa20 v0.10.2 |
2821 | 2025-02-28T23:47:19.235Z | 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` |
2822 | 2025-02-28T23:47:19.313Z | Dirty cbc v0.1.2: the rustflags changed |
2823 | 2025-02-28T23:47:19.313Z | Compiling cbc v0.1.2 |
2824 | 2025-02-28T23:47:19.318Z | 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` |
2825 | 2025-02-28T23:47:19.397Z | Dirty futures-executor v0.3.31: the rustflags changed |
2826 | 2025-02-28T23:47:19.397Z | Compiling futures-executor v0.3.31 |
2827 | 2025-02-28T23:47:19.427Z | 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` |
2828 | 2025-02-28T23:47:19.428Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2829 | 2025-02-28T23:47:19.428Z | Compiling openssl-macros v0.1.1 |
2830 | 2025-02-28T23:47:19.431Z | 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` |
2831 | 2025-02-28T23:47:19.456Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2832 | 2025-02-28T23:47:19.456Z | Compiling encoding_rs v0.8.34 |
2833 | 2025-02-28T23:47:19.460Z | 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` |
2834 | 2025-02-28T23:47:19.484Z | Dirty rustls v0.23.19: the rustflags changed |
2835 | 2025-02-28T23:47:19.484Z | Compiling rustls v0.23.19 |
2836 | 2025-02-28T23:47:19.488Z | 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` |
2837 | 2025-02-28T23:47:19.546Z | Dirty rustversion v1.0.17: the rustflags changed |
2838 | 2025-02-28T23:47:19.546Z | Compiling rustversion v1.0.17 |
2839 | 2025-02-28T23:47:19.582Z | 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` |
2840 | 2025-02-28T23:47:19.783Z | Dirty futures v0.3.31: the rustflags changed |
2841 | 2025-02-28T23:47:19.783Z | Compiling futures v0.3.31 |
2842 | 2025-02-28T23:47:19.808Z | 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` |
2843 | 2025-02-28T23:47:19.834Z | Dirty scrypt v0.11.0: the rustflags changed |
2844 | 2025-02-28T23:47:19.834Z | Compiling scrypt v0.11.0 |
2845 | 2025-02-28T23:47:19.837Z | 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` |
2846 | 2025-02-28T23:47:19.911Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2847 | 2025-02-28T23:47:19.911Z | Compiling openapiv3 v2.0.0 |
2848 | 2025-02-28T23:47:19.915Z | 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=bf0a9f0c7a1f5c2d -C extra-filename=-bf0a9f0c7a1f5c2d --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-3d5667ede295bc44.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` |
2849 | 2025-02-28T23:47:19.941Z | Dirty camino v1.1.9: the rustflags changed |
2850 | 2025-02-28T23:47:19.941Z | Compiling camino v1.1.9 |
2851 | 2025-02-28T23:47:19.941Z | 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` |
2852 | 2025-02-28T23:47:20.347Z | Dirty native-tls v0.2.12: the rustflags changed |
2853 | 2025-02-28T23:47:20.347Z | Compiling native-tls v0.2.12 |
2854 | 2025-02-28T23:47:20.347Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7/build-script-build` |
2855 | 2025-02-28T23:47:20.351Z | 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` |
2856 | 2025-02-28T23:47:20.401Z | 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=53e8c39728b85328 -C extra-filename=-53e8c39728b85328 --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-c800b119de301e58.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)'` |
2857 | 2025-02-28T23:47:20.458Z | 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"))'` |
2858 | 2025-02-28T23:47:20.614Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98/build-script-build` |
2859 | 2025-02-28T23:47:20.679Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2860 | 2025-02-28T23:47:20.679Z | Compiling pkcs5 v0.7.1 |
2861 | 2025-02-28T23:47:20.683Z | 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` |
2862 | 2025-02-28T23:47:20.800Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5/build-script-build` |
2863 | 2025-02-28T23:47:20.844Z | Dirty is-terminal v0.4.13: the rustflags changed |
2864 | 2025-02-28T23:47:20.844Z | Compiling is-terminal v0.4.13 |
2865 | 2025-02-28T23:47:20.847Z | 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` |
2866 | 2025-02-28T23:47:21.004Z | Dirty cookie v0.18.1: the rustflags changed |
2867 | 2025-02-28T23:47:21.004Z | Compiling cookie v0.18.1 |
2868 | 2025-02-28T23:47:21.008Z | 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` |
2869 | 2025-02-28T23:47:21.371Z | Dirty winnow v0.6.20: the rustflags changed |
2870 | 2025-02-28T23:47:21.371Z | Compiling winnow v0.6.20 |
2871 | 2025-02-28T23:47:21.397Z | 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` |
2872 | 2025-02-28T23:47:21.793Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2873 | 2025-02-28T23:47:21.793Z | Compiling pkcs8 v0.10.2 |
2874 | 2025-02-28T23:47:21.796Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882/build-script-build` |
2875 | 2025-02-28T23:47:21.819Z | 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` |
2876 | 2025-02-28T23:47:21.880Z | Dirty hyper v1.5.2: the rustflags changed |
2877 | 2025-02-28T23:47:21.880Z | Compiling hyper v1.5.2 |
2878 | 2025-02-28T23:47:21.917Z | 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=b8b08b059a94e16d -C extra-filename=-b8b08b059a94e16d --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-86504aebe9fa79d3.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` |
2879 | 2025-02-28T23:47:22.480Z | 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)'` |
2880 | 2025-02-28T23:47:23.365Z | Dirty utf8parse v0.2.2: the rustflags changed |
2881 | 2025-02-28T23:47:23.367Z | Compiling utf8parse v0.2.2 |
2882 | 2025-02-28T23:47:23.370Z | 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` |
2883 | 2025-02-28T23:47:23.559Z | Dirty litrs v0.4.1: the rustflags changed |
2884 | 2025-02-28T23:47:23.559Z | Compiling litrs v0.4.1 |
2885 | 2025-02-28T23:47:23.585Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-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("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=0b89d0ced1d66ecc -C extra-filename=-0b89d0ced1d66ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2886 | 2025-02-28T23:47:23.624Z | Dirty psl-types v2.0.11: the rustflags changed |
2887 | 2025-02-28T23:47:23.624Z | Compiling psl-types v2.0.11 |
2888 | 2025-02-28T23:47:23.627Z | 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` |
2889 | 2025-02-28T23:47:23.845Z | Dirty publicsuffix v2.3.0: the rustflags changed |
2890 | 2025-02-28T23:47:23.845Z | Compiling publicsuffix v2.3.0 |
2891 | 2025-02-28T23:47:23.848Z | 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.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="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=681822f01cf374b4 -C extra-filename=-681822f01cf374b4 --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-9001b9ef5aca61ea.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` |
2892 | 2025-02-28T23:47:23.915Z | 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` |
2893 | 2025-02-28T23:47:24.152Z | Dirty webpki-roots v0.26.6: the rustflags changed |
2894 | 2025-02-28T23:47:24.152Z | Compiling webpki-roots v0.26.6 |
2895 | 2025-02-28T23:47:24.155Z | 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` |
2896 | 2025-02-28T23:47:24.399Z | Dirty hyper-util v0.1.10: the rustflags changed |
2897 | 2025-02-28T23:47:24.399Z | Compiling hyper-util v0.1.10 |
2898 | 2025-02-28T23:47:24.402Z | 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=c656c560d27fbda3 -C extra-filename=-c656c560d27fbda3 --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-b8b08b059a94e16d.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` |
2899 | 2025-02-28T23:47:24.730Z | Dirty document-features v0.2.10: the rustflags changed |
2900 | 2025-02-28T23:47:24.731Z | Compiling document-features v0.2.10 |
2901 | 2025-02-28T23:47:24.756Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-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", "self-test"))' -C metadata=8217e80bab7f6218 -C extra-filename=-8217e80bab7f6218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-0b89d0ced1d66ecc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2902 | 2025-02-28T23:47:24.760Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2903 | 2025-02-28T23:47:24.760Z | Compiling dirs-sys-next v0.1.2 |
2904 | 2025-02-28T23:47:24.763Z | 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-02-28T23:47:24.884Z | Dirty data-encoding v2.6.0: the rustflags changed |
2906 | 2025-02-28T23:47:24.884Z | Compiling data-encoding v2.6.0 |
2907 | 2025-02-28T23:47:24.888Z | 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` |
2908 | 2025-02-28T23:47:24.974Z | Dirty winnow v0.5.40: the rustflags changed |
2909 | 2025-02-28T23:47:24.974Z | Compiling winnow v0.5.40 |
2910 | 2025-02-28T23:47:24.978Z | 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` |
2911 | 2025-02-28T23:47:25.414Z | Dirty dirs-next v2.0.0: the rustflags changed |
2912 | 2025-02-28T23:47:25.414Z | Compiling dirs-next v2.0.0 |
2913 | 2025-02-28T23:47:25.422Z | 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` |
2914 | 2025-02-28T23:47:25.620Z | Dirty sha1 v0.10.6: the rustflags changed |
2915 | 2025-02-28T23:47:25.620Z | Compiling sha1 v0.10.6 |
2916 | 2025-02-28T23:47:25.624Z | 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` |
2917 | 2025-02-28T23:47:25.653Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2918 | 2025-02-28T23:47:25.653Z | Compiling sync_wrapper v1.0.1 |
2919 | 2025-02-28T23:47:25.690Z | 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` |
2920 | 2025-02-28T23:47:25.840Z | Dirty ucd-trie v0.1.7: the rustflags changed |
2921 | 2025-02-28T23:47:25.840Z | Compiling ucd-trie v0.1.7 |
2922 | 2025-02-28T23:47:25.843Z | 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` |
2923 | 2025-02-28T23:47:26.010Z | 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=53266e040992d011 -C extra-filename=-53266e040992d011 --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-53e8c39728b85328.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-c800b119de301e58.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` |
2924 | 2025-02-28T23:47:26.077Z | Dirty cookie_store v0.21.1: the rustflags changed |
2925 | 2025-02-28T23:47:26.077Z | Compiling cookie_store v0.21.1 |
2926 | 2025-02-28T23:47:26.146Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=8982226b92b6a121 -C extra-filename=-8982226b92b6a121 --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 document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-8217e80bab7f6218.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-681822f01cf374b4.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-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2927 | 2025-02-28T23:47:26.397Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2928 | 2025-02-28T23:47:26.398Z | Compiling tokio-native-tls v0.3.1 |
2929 | 2025-02-28T23:47:26.401Z | 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=1898ff480f4eb3e3 -C extra-filename=-1898ff480f4eb3e3 --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-53266e040992d011.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` |
2930 | 2025-02-28T23:47:26.620Z | Dirty anstyle v1.0.10: the rustflags changed |
2931 | 2025-02-28T23:47:26.620Z | Compiling anstyle v1.0.10 |
2932 | 2025-02-28T23:47:26.623Z | 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` |
2933 | 2025-02-28T23:47:26.700Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2934 | 2025-02-28T23:47:26.700Z | Compiling hyper-tls v0.6.0 |
2935 | 2025-02-28T23:47:26.725Z | 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=04bd0cbfd60ab54b -C extra-filename=-04bd0cbfd60ab54b --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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-53266e040992d011.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-1898ff480f4eb3e3.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` |
2936 | 2025-02-28T23:47:27.019Z | Dirty pest v2.7.14: the rustflags changed |
2937 | 2025-02-28T23:47:27.019Z | Compiling pest v2.7.14 |
2938 | 2025-02-28T23:47:27.053Z | 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` |
2939 | 2025-02-28T23:47:27.069Z | Dirty term v0.7.0: the rustflags changed |
2940 | 2025-02-28T23:47:27.069Z | Compiling term v0.7.0 |
2941 | 2025-02-28T23:47:27.074Z | 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` |
2942 | 2025-02-28T23:47:27.109Z | Dirty siphasher v0.3.11: the rustflags changed |
2943 | 2025-02-28T23:47:27.109Z | Compiling siphasher v0.3.11 |
2944 | 2025-02-28T23:47:27.112Z | 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` |
2945 | 2025-02-28T23:47:27.298Z | Dirty toml_edit v0.22.22: the rustflags changed |
2946 | 2025-02-28T23:47:27.298Z | Compiling toml_edit v0.22.22 |
2947 | 2025-02-28T23:47:27.301Z | 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=235f88c7cd4c2e2f -C extra-filename=-235f88c7cd4c2e2f --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-3d5667ede295bc44.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` |
2948 | 2025-02-28T23:47:27.515Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2949 | 2025-02-28T23:47:27.515Z | Compiling scroll_derive v0.12.0 |
2950 | 2025-02-28T23:47:27.518Z | 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` |
2951 | 2025-02-28T23:47:27.551Z | Dirty anstyle-parse v0.2.5: the rustflags changed |
2952 | 2025-02-28T23:47:27.551Z | Compiling anstyle-parse v0.2.5 |
2953 | 2025-02-28T23:47:27.587Z | 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` |
2954 | 2025-02-28T23:47:27.915Z | Dirty signature v2.2.0: the rustflags changed |
2955 | 2025-02-28T23:47:27.915Z | Compiling signature v2.2.0 |
2956 | 2025-02-28T23:47:27.919Z | 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` |
2957 | 2025-02-28T23:47:28.157Z | Dirty toml_edit v0.19.15: the rustflags changed |
2958 | 2025-02-28T23:47:28.157Z | Compiling toml_edit v0.19.15 |
2959 | 2025-02-28T23:47:28.161Z | 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=261c9891c44cffb9 -C extra-filename=-261c9891c44cffb9 --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-3d5667ede295bc44.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` |
2960 | 2025-02-28T23:47:28.229Z | Dirty colorchoice v1.0.2: the rustflags changed |
2961 | 2025-02-28T23:47:28.229Z | Compiling colorchoice v1.0.2 |
2962 | 2025-02-28T23:47:28.233Z | 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` |
2963 | 2025-02-28T23:47:28.344Z | Dirty plain v0.2.3: the rustflags changed |
2964 | 2025-02-28T23:47:28.344Z | Compiling plain v0.2.3 |
2965 | 2025-02-28T23:47:28.379Z | 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` |
2966 | 2025-02-28T23:47:28.384Z | Dirty anstyle-query v1.1.1: the rustflags changed |
2967 | 2025-02-28T23:47:28.384Z | Compiling anstyle-query v1.1.1 |
2968 | 2025-02-28T23:47:28.389Z | 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` |
2969 | 2025-02-28T23:47:28.418Z | Dirty is_terminal_polyfill v1.70.1: the rustflags changed |
2970 | 2025-02-28T23:47:28.418Z | Compiling is_terminal_polyfill v1.70.1 |
2971 | 2025-02-28T23:47:28.422Z | 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` |
2972 | 2025-02-28T23:47:28.540Z | Dirty terminal_size v0.4.0: the rustflags changed |
2973 | 2025-02-28T23:47:28.540Z | Compiling terminal_size v0.4.0 |
2974 | 2025-02-28T23:47:28.566Z | 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` |
2975 | 2025-02-28T23:47:28.569Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2976 | 2025-02-28T23:47:28.569Z | Compiling usdt-impl v0.5.0 |
2977 | 2025-02-28T23:47:28.572Z | 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` |
2978 | 2025-02-28T23:47:28.595Z | Dirty anstream v0.6.15: the rustflags changed |
2979 | 2025-02-28T23:47:28.596Z | Compiling anstream v0.6.15 |
2980 | 2025-02-28T23:47:28.635Z | 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` |
2981 | 2025-02-28T23:47:28.775Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
2982 | 2025-02-28T23:47:28.775Z | Compiling tinyvec_macros v0.1.1 |
2983 | 2025-02-28T23:47:28.778Z | 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` |
2984 | 2025-02-28T23:47:28.892Z | Dirty clap_lex v0.7.4: the rustflags changed |
2985 | 2025-02-28T23:47:28.892Z | Compiling clap_lex v0.7.4 |
2986 | 2025-02-28T23:47:28.915Z | 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.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=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23ff37b98d0be782 -C extra-filename=-23ff37b98d0be782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2025-02-28T23:47:28.997Z | Dirty unicode-segmentation v1.12.0: the rustflags changed |
2988 | 2025-02-28T23:47:28.997Z | Compiling unicode-segmentation v1.12.0 |
2989 | 2025-02-28T23:47:29.041Z | 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` |
2990 | 2025-02-28T23:47:29.118Z | Dirty scroll v0.12.0: the rustflags changed |
2991 | 2025-02-28T23:47:29.119Z | Compiling scroll v0.12.0 |
2992 | 2025-02-28T23:47:29.122Z | 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` |
2993 | 2025-02-28T23:47:29.258Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2994 | 2025-02-28T23:47:29.258Z | Compiling pretty-hex v0.4.1 |
2995 | 2025-02-28T23:47:29.261Z | 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` |
2996 | 2025-02-28T23:47:29.353Z | Dirty clap_builder v4.5.27: the rustflags changed |
2997 | 2025-02-28T23:47:29.353Z | Compiling clap_builder v4.5.27 |
2998 | 2025-02-28T23:47:29.356Z | 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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4aec9404213e9f2a -C extra-filename=-4aec9404213e9f2a --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-23ff37b98d0be782.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` |
2999 | 2025-02-28T23:47:29.518Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76/build-script-build` |
3000 | 2025-02-28T23:47:29.665Z | Dirty pest_meta v2.7.14: the rustflags changed |
3001 | 2025-02-28T23:47:29.665Z | Compiling pest_meta v2.7.14 |
3002 | 2025-02-28T23:47:29.698Z | 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` |
3003 | 2025-02-28T23:47:29.702Z | Dirty goblin v0.8.2: the rustflags changed |
3004 | 2025-02-28T23:47:29.702Z | Compiling goblin v0.8.2 |
3005 | 2025-02-28T23:47:29.735Z | 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` |
3006 | 2025-02-28T23:47:29.844Z | Dirty tinyvec v1.8.0: the rustflags changed |
3007 | 2025-02-28T23:47:29.844Z | Compiling tinyvec v1.8.0 |
3008 | 2025-02-28T23:47:29.848Z | 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` |
3009 | 2025-02-28T23:47:29.966Z | Dirty clap_derive v4.5.24: the rustflags changed |
3010 | 2025-02-28T23:47:29.966Z | Compiling clap_derive v4.5.24 |
3011 | 2025-02-28T23:47:30.033Z | 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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::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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=eecbeb29019ef4a0 -C extra-filename=-eecbeb29019ef4a0 --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` |
3012 | 2025-02-28T23:47:31.373Z | Dirty pest_generator v2.7.14: the rustflags changed |
3013 | 2025-02-28T23:47:31.374Z | Compiling pest_generator v2.7.14 |
3014 | 2025-02-28T23:47:31.377Z | 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` |
3015 | 2025-02-28T23:47:33.284Z | Dirty itertools v0.10.5: the rustflags changed |
3016 | 2025-02-28T23:47:33.284Z | Compiling itertools v0.10.5 |
3017 | 2025-02-28T23:47:33.287Z | 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` |
3018 | 2025-02-28T23:47:34.073Z | Dirty pest_derive v2.7.14: the rustflags changed |
3019 | 2025-02-28T23:47:34.075Z | Compiling pest_derive v2.7.14 |
3020 | 2025-02-28T23:47:34.079Z | 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` |
3021 | 2025-02-28T23:47:34.775Z | Dirty thread-id v4.2.2: the rustflags changed |
3022 | 2025-02-28T23:47:34.775Z | Compiling thread-id v4.2.2 |
3023 | 2025-02-28T23:47:34.780Z | 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` |
3024 | 2025-02-28T23:47:34.801Z | Dirty crc32fast v1.4.2: the rustflags changed |
3025 | 2025-02-28T23:47:34.801Z | Compiling crc32fast v1.4.2 |
3026 | 2025-02-28T23:47:34.804Z | 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` |
3027 | 2025-02-28T23:47:34.909Z | Dirty base16ct v0.2.0: the rustflags changed |
3028 | 2025-02-28T23:47:34.909Z | Compiling base16ct v0.2.0 |
3029 | 2025-02-28T23:47:34.933Z | 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` |
3030 | 2025-02-28T23:47:35.069Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
3031 | 2025-02-28T23:47:35.069Z | Compiling dtrace-parser v0.2.0 |
3032 | 2025-02-28T23:47:35.072Z | 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` |
3033 | 2025-02-28T23:47:35.175Z | Dirty sec1 v0.7.3: the rustflags changed |
3034 | 2025-02-28T23:47:35.175Z | Compiling sec1 v0.7.3 |
3035 | 2025-02-28T23:47:35.178Z | 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` |
3036 | 2025-02-28T23:47:35.210Z | Dirty clap v4.5.27: the rustflags changed |
3037 | 2025-02-28T23:47:35.210Z | Compiling clap v4.5.27 |
3038 | 2025-02-28T23:47:35.213Z | 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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=e472a653572fba4d -C extra-filename=-e472a653572fba4d --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-4aec9404213e9f2a.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-eecbeb29019ef4a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2025-02-28T23:47:35.286Z | Dirty toml v0.8.19: the rustflags changed |
3040 | 2025-02-28T23:47:35.286Z | Compiling toml v0.8.19 |
3041 | 2025-02-28T23:47:35.311Z | 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=21a92d868c0dc4d5 -C extra-filename=-21a92d868c0dc4d5 --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-235f88c7cd4c2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2025-02-28T23:47:35.341Z | Dirty crossbeam-channel v0.5.13: the rustflags changed |
3043 | 2025-02-28T23:47:35.341Z | Compiling crossbeam-channel v0.5.13 |
3044 | 2025-02-28T23:47:35.364Z | 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` |
3045 | 2025-02-28T23:47:35.742Z | Dirty dof v0.3.0: the rustflags changed |
3046 | 2025-02-28T23:47:35.742Z | Compiling dof v0.3.0 |
3047 | 2025-02-28T23:47:35.745Z | 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` |
3048 | 2025-02-28T23:47:35.807Z | Dirty num-integer v0.1.46: the rustflags changed |
3049 | 2025-02-28T23:47:35.808Z | Compiling num-integer v0.1.46 |
3050 | 2025-02-28T23:47:35.838Z | 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` |
3051 | 2025-02-28T23:47:36.366Z | Dirty ff v0.13.0: the rustflags changed |
3052 | 2025-02-28T23:47:36.366Z | Compiling ff v0.13.0 |
3053 | 2025-02-28T23:47:36.370Z | 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` |
3054 | 2025-02-28T23:47:36.571Z | 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` |
3055 | 2025-02-28T23:47:36.619Z | Dirty thread_local v1.1.8: the rustflags changed |
3056 | 2025-02-28T23:47:36.619Z | Compiling thread_local v1.1.8 |
3057 | 2025-02-28T23:47:36.650Z | 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` |
3058 | 2025-02-28T23:47:36.784Z | Dirty slog-async v2.8.0: the rustflags changed |
3059 | 2025-02-28T23:47:36.784Z | Compiling slog-async v2.8.0 |
3060 | 2025-02-28T23:47:36.787Z | 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` |
3061 | 2025-02-28T23:47:36.945Z | Dirty heck v0.4.1: the rustflags changed |
3062 | 2025-02-28T23:47:36.945Z | Compiling heck v0.4.1 |
3063 | 2025-02-28T23:47:36.948Z | 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` |
3064 | 2025-02-28T23:47:37.127Z | Dirty group v0.13.0: the rustflags changed |
3065 | 2025-02-28T23:47:37.127Z | Compiling group v0.13.0 |
3066 | 2025-02-28T23:47:37.127Z | 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` |
3067 | 2025-02-28T23:47:37.354Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208/build-script-build` |
3068 | 2025-02-28T23:47:37.384Z | Dirty hkdf v0.12.4: the rustflags changed |
3069 | 2025-02-28T23:47:37.384Z | Compiling hkdf v0.12.4 |
3070 | 2025-02-28T23:47:37.384Z | 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` |
3071 | 2025-02-28T23:47:37.413Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
3072 | 2025-02-28T23:47:37.413Z | Compiling crypto-bigint v0.5.5 |
3073 | 2025-02-28T23:47:37.413Z | 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` |
3074 | 2025-02-28T23:47:37.444Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
3075 | 2025-02-28T23:47:37.444Z | Compiling crossbeam-epoch v0.9.18 |
3076 | 2025-02-28T23:47:37.466Z | 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` |
3077 | 2025-02-28T23:47:37.470Z | Dirty take_mut v0.2.2: the rustflags changed |
3078 | 2025-02-28T23:47:37.470Z | Compiling take_mut v0.2.2 |
3079 | 2025-02-28T23:47:37.473Z | 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` |
3080 | 2025-02-28T23:47:37.574Z | Dirty bitflags v1.3.2: the rustflags changed |
3081 | 2025-02-28T23:47:37.574Z | Compiling bitflags v1.3.2 |
3082 | 2025-02-28T23:47:37.604Z | 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` |
3083 | 2025-02-28T23:47:37.652Z | Dirty utf-8 v0.7.6: the rustflags changed |
3084 | 2025-02-28T23:47:37.653Z | Compiling utf-8 v0.7.6 |
3085 | 2025-02-28T23:47:37.656Z | Dirty match_cfg v0.1.0: the rustflags changed |
3086 | 2025-02-28T23:47:37.656Z | Compiling match_cfg v0.1.0 |
3087 | 2025-02-28T23:47:37.678Z | 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` |
3088 | 2025-02-28T23:47:37.678Z | 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` |
3089 | 2025-02-28T23:47:37.705Z | Dirty rayon-core v1.12.1: the rustflags changed |
3090 | 2025-02-28T23:47:37.707Z | Compiling rayon-core v1.12.1 |
3091 | 2025-02-28T23:47:37.710Z | 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` |
3092 | 2025-02-28T23:47:37.780Z | Dirty hostname v0.3.1: the rustflags changed |
3093 | 2025-02-28T23:47:37.780Z | Compiling hostname v0.3.1 |
3094 | 2025-02-28T23:47:37.783Z | 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` |
3095 | 2025-02-28T23:47:37.904Z | 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` |
3096 | 2025-02-28T23:47:37.999Z | Dirty slog-term v2.9.1: the rustflags changed |
3097 | 2025-02-28T23:47:38.000Z | Compiling slog-term v2.9.1 |
3098 | 2025-02-28T23:47:38.004Z | 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` |
3099 | 2025-02-28T23:47:38.040Z | Dirty hex v0.4.3: the rustflags changed |
3100 | 2025-02-28T23:47:38.040Z | Compiling hex v0.4.3 |
3101 | 2025-02-28T23:47:38.063Z | 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` |
3102 | 2025-02-28T23:47:38.067Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b/build-script-build` |
3103 | 2025-02-28T23:47:38.111Z | Dirty memmap v0.7.0: the rustflags changed |
3104 | 2025-02-28T23:47:38.111Z | Compiling memmap v0.7.0 |
3105 | 2025-02-28T23:47:38.115Z | Dirty bit-vec v0.6.3: the rustflags changed |
3106 | 2025-02-28T23:47:38.115Z | Compiling bit-vec v0.6.3 |
3107 | 2025-02-28T23:47:38.115Z | 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` |
3108 | 2025-02-28T23:47:38.115Z | 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` |
3109 | 2025-02-28T23:47:38.487Z | Dirty bit-set v0.5.3: the rustflags changed |
3110 | 2025-02-28T23:47:38.487Z | Compiling bit-set v0.5.3 |
3111 | 2025-02-28T23:47:38.490Z | 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` |
3112 | 2025-02-28T23:47:38.554Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
3113 | 2025-02-28T23:47:38.554Z | Compiling crossbeam-deque v0.8.5 |
3114 | 2025-02-28T23:47:38.608Z | 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` |
3115 | 2025-02-28T23:47:38.627Z | Dirty num-iter v0.1.45: the rustflags changed |
3116 | 2025-02-28T23:47:38.627Z | Compiling num-iter v0.1.45 |
3117 | 2025-02-28T23:47:38.630Z | 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` |
3118 | 2025-02-28T23:47:38.774Z | Dirty flate2 v1.0.35: the rustflags changed |
3119 | 2025-02-28T23:47:38.774Z | Compiling flate2 v1.0.35 |
3120 | 2025-02-28T23:47:38.778Z | 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.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="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=6df58b942c63faae -C extra-filename=-6df58b942c63faae --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` |
3121 | 2025-02-28T23:47:38.839Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
3122 | 2025-02-28T23:47:38.839Z | Compiling curve25519-dalek v4.1.3 |
3123 | 2025-02-28T23:47:38.865Z | 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` |
3124 | 2025-02-28T23:47:38.942Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
3125 | 2025-02-28T23:47:38.942Z | Compiling num-bigint-dig v0.8.4 |
3126 | 2025-02-28T23:47:38.945Z | 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` |
3127 | 2025-02-28T23:47:38.969Z | Dirty static_assertions v1.1.0: the rustflags changed |
3128 | 2025-02-28T23:47:38.969Z | Compiling static_assertions v1.1.0 |
3129 | 2025-02-28T23:47:38.991Z | 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` |
3130 | 2025-02-28T23:47:39.097Z | Dirty rustls v0.22.4: the rustflags changed |
3131 | 2025-02-28T23:47:39.097Z | Compiling rustls v0.22.4 |
3132 | 2025-02-28T23:47:39.101Z | 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` |
3133 | 2025-02-28T23:47:39.131Z | Dirty usdt-macro v0.5.0: the rustflags changed |
3134 | 2025-02-28T23:47:39.131Z | Compiling usdt-macro v0.5.0 |
3135 | 2025-02-28T23:47:39.134Z | 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` |
3136 | 2025-02-28T23:47:39.182Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
3137 | 2025-02-28T23:47:39.182Z | Compiling usdt-attr-macro v0.5.0 |
3138 | 2025-02-28T23:47:39.218Z | 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` |
3139 | 2025-02-28T23:47:39.346Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957/build-script-build` |
3140 | 2025-02-28T23:47:39.387Z | 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` |
3141 | 2025-02-28T23:47:39.461Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a/build-script-build` |
3142 | 2025-02-28T23:47:39.501Z | Dirty toml v0.7.8: the rustflags changed |
3143 | 2025-02-28T23:47:39.501Z | Compiling toml v0.7.8 |
3144 | 2025-02-28T23:47:39.504Z | 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=ad1b39c3f0d71493 -C extra-filename=-ad1b39c3f0d71493 --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-261c9891c44cffb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2025-02-28T23:47:39.609Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96/build-script-build` |
3146 | 2025-02-28T23:47:39.664Z | Dirty phf_shared v0.11.2: the rustflags changed |
3147 | 2025-02-28T23:47:39.664Z | Compiling phf_shared v0.11.2 |
3148 | 2025-02-28T23:47:39.667Z | 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` |
3149 | 2025-02-28T23:47:39.699Z | Dirty slog-json v2.6.1: the rustflags changed |
3150 | 2025-02-28T23:47:39.700Z | Compiling slog-json v2.6.1 |
3151 | 2025-02-28T23:47:39.703Z | 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` |
3152 | 2025-02-28T23:47:40.080Z | Dirty rfc6979 v0.4.0: the rustflags changed |
3153 | 2025-02-28T23:47:40.080Z | Compiling rfc6979 v0.4.0 |
3154 | 2025-02-28T23:47:40.083Z | 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` |
3155 | 2025-02-28T23:47:40.121Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
3156 | 2025-02-28T23:47:40.121Z | Compiling curve25519-dalek-derive v0.1.1 |
3157 | 2025-02-28T23:47:40.146Z | 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` |
3158 | 2025-02-28T23:47:40.295Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
3159 | 2025-02-28T23:47:40.295Z | Compiling elliptic-curve v0.13.8 |
3160 | 2025-02-28T23:47:40.298Z | 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` |
3161 | 2025-02-28T23:47:40.854Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
3162 | 2025-02-28T23:47:40.854Z | Compiling zerocopy-derive v0.6.6 |
3163 | 2025-02-28T23:47:40.857Z | 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` |
3164 | 2025-02-28T23:47:40.939Z | Dirty bstr v1.10.0: the rustflags changed |
3165 | 2025-02-28T23:47:40.940Z | Compiling bstr v1.10.0 |
3166 | 2025-02-28T23:47:40.943Z | 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` |
3167 | 2025-02-28T23:47:41.007Z | Dirty managed v0.8.0: the rustflags changed |
3168 | 2025-02-28T23:47:41.007Z | Compiling managed v0.8.0 |
3169 | 2025-02-28T23:47:41.054Z | 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` |
3170 | 2025-02-28T23:47:41.088Z | Dirty fixedbitset v0.4.2: the rustflags changed |
3171 | 2025-02-28T23:47:41.088Z | Compiling fixedbitset v0.4.2 |
3172 | 2025-02-28T23:47:41.092Z | 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` |
3173 | 2025-02-28T23:47:41.118Z | Dirty usdt v0.5.0: the rustflags changed |
3174 | 2025-02-28T23:47:41.118Z | Compiling usdt v0.5.0 |
3175 | 2025-02-28T23:47:41.118Z | 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` |
3176 | 2025-02-28T23:47:41.413Z | Dirty signal-hook v0.3.17: the rustflags changed |
3177 | 2025-02-28T23:47:41.413Z | Compiling signal-hook v0.3.17 |
3178 | 2025-02-28T23:47:41.417Z | 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` |
3179 | 2025-02-28T23:47:41.555Z | Dirty petgraph v0.6.5: the rustflags changed |
3180 | 2025-02-28T23:47:41.555Z | Compiling petgraph v0.6.5 |
3181 | 2025-02-28T23:47:41.558Z | 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=024cbbf50eabd6a1 -C extra-filename=-024cbbf50eabd6a1 --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-3d5667ede295bc44.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` |
3182 | 2025-02-28T23:47:41.607Z | Dirty ecdsa v0.16.9: the rustflags changed |
3183 | 2025-02-28T23:47:41.607Z | Compiling ecdsa v0.16.9 |
3184 | 2025-02-28T23:47:41.611Z | 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` |
3185 | 2025-02-28T23:47:41.692Z | 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"'` |
3186 | 2025-02-28T23:47:41.826Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d/build-script-build` |
3187 | 2025-02-28T23:47:41.830Z | Dirty slog-bunyan v2.5.0: the rustflags changed |
3188 | 2025-02-28T23:47:41.830Z | Compiling slog-bunyan v2.5.0 |
3189 | 2025-02-28T23:47:41.857Z | 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` |
3190 | 2025-02-28T23:47:42.095Z | 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` |
3191 | 2025-02-28T23:47:42.398Z | Dirty phf_shared v0.10.0: the rustflags changed |
3192 | 2025-02-28T23:47:42.398Z | Compiling phf_shared v0.10.0 |
3193 | 2025-02-28T23:47:42.403Z | 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` |
3194 | 2025-02-28T23:47:42.553Z | Dirty pkcs1 v0.7.5: the rustflags changed |
3195 | 2025-02-28T23:47:42.553Z | Compiling pkcs1 v0.7.5 |
3196 | 2025-02-28T23:47:42.576Z | 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` |
3197 | 2025-02-28T23:47:42.813Z | Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed |
3198 | 2025-02-28T23:47:42.814Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3199 | 2025-02-28T23:47:42.817Z | 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` |
3200 | 2025-02-28T23:47:42.973Z | Dirty zerocopy v0.6.6: the rustflags changed |
3201 | 2025-02-28T23:47:42.973Z | Compiling zerocopy v0.6.6 |
3202 | 2025-02-28T23:47:42.977Z | 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` |
3203 | 2025-02-28T23:47:43.129Z | Dirty multer v3.1.0: the rustflags changed |
3204 | 2025-02-28T23:47:43.129Z | Compiling multer v3.1.0 |
3205 | 2025-02-28T23:47:43.170Z | 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` |
3206 | 2025-02-28T23:47:43.409Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
3207 | 2025-02-28T23:47:43.409Z | Compiling new_debug_unreachable v1.0.6 |
3208 | 2025-02-28T23:47:43.409Z | 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` |
3209 | 2025-02-28T23:47:43.436Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
3210 | 2025-02-28T23:47:43.436Z | Compiling precomputed-hash v0.1.1 |
3211 | 2025-02-28T23:47:43.441Z | 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` |
3212 | 2025-02-28T23:47:43.527Z | Dirty unicode-xid v0.2.6: the rustflags changed |
3213 | 2025-02-28T23:47:43.527Z | Compiling unicode-xid v0.2.6 |
3214 | 2025-02-28T23:47:43.531Z | 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` |
3215 | 2025-02-28T23:47:43.578Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939/build-script-build` |
3216 | 2025-02-28T23:47:43.582Z | Dirty string_cache v0.8.7: the rustflags changed |
3217 | 2025-02-28T23:47:43.582Z | Compiling string_cache v0.8.7 |
3218 | 2025-02-28T23:47:43.585Z | 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` |
3219 | 2025-02-28T23:47:43.638Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917/build-script-build` |
3220 | 2025-02-28T23:47:43.642Z | 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` |
3221 | 2025-02-28T23:47:43.738Z | Dirty unicode-normalization v0.1.24: the rustflags changed |
3222 | 2025-02-28T23:47:43.738Z | Compiling unicode-normalization v0.1.24 |
3223 | 2025-02-28T23:47:43.741Z | 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` |
3224 | 2025-02-28T23:47:44.029Z | Dirty ed25519 v2.2.3: the rustflags changed |
3225 | 2025-02-28T23:47:44.029Z | Compiling ed25519 v2.2.3 |
3226 | 2025-02-28T23:47:44.034Z | 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` |
3227 | 2025-02-28T23:47:44.515Z | Dirty rsa v0.9.6: the rustflags changed |
3228 | 2025-02-28T23:47:44.515Z | Compiling rsa v0.9.6 |
3229 | 2025-02-28T23:47:44.518Z | 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` |
3230 | 2025-02-28T23:47:44.837Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
3231 | 2025-02-28T23:47:44.837Z | Compiling hubpack_derive v0.1.1 |
3232 | 2025-02-28T23:47:44.841Z | 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` |
3233 | 2025-02-28T23:47:45.028Z | Dirty enum-as-inner v0.6.1: the rustflags changed |
3234 | 2025-02-28T23:47:45.028Z | Compiling enum-as-inner v0.6.1 |
3235 | 2025-02-28T23:47:45.031Z | 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` |
3236 | 2025-02-28T23:47:45.133Z | Dirty async-stream-impl v0.3.6: the rustflags changed |
3237 | 2025-02-28T23:47:45.133Z | Compiling async-stream-impl v0.3.6 |
3238 | 2025-02-28T23:47:45.136Z | 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` |
3239 | 2025-02-28T23:47:45.934Z | Dirty quick-error v1.2.3: the rustflags changed |
3240 | 2025-02-28T23:47:45.934Z | Compiling quick-error v1.2.3 |
3241 | 2025-02-28T23:47:45.937Z | 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` |
3242 | 2025-02-28T23:47:45.962Z | Dirty debug-ignore v1.0.5: the rustflags changed |
3243 | 2025-02-28T23:47:45.962Z | Compiling debug-ignore v1.0.5 |
3244 | 2025-02-28T23:47:45.965Z | 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` |
3245 | 2025-02-28T23:47:46.105Z | Dirty hubpack v0.1.2: the rustflags changed |
3246 | 2025-02-28T23:47:46.105Z | Compiling hubpack v0.1.2 |
3247 | 2025-02-28T23:47:46.109Z | 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` |
3248 | 2025-02-28T23:47:46.148Z | 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` |
3249 | 2025-02-28T23:47:46.247Z | Dirty hickory-proto v0.24.2: the rustflags changed |
3250 | 2025-02-28T23:47:46.247Z | Compiling hickory-proto v0.24.2 |
3251 | 2025-02-28T23:47:46.251Z | 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.2/src/lib.rs --error-format=json --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(nightly)' --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=9d6a93d8aa2ddefe -C extra-filename=-9d6a93d8aa2ddefe --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-2874f8c4e7350fed.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-9001b9ef5aca61ea.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-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3252 | 2025-02-28T23:47:46.325Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
3253 | 2025-02-28T23:47:46.325Z | Compiling ed25519-dalek v2.1.1 |
3254 | 2025-02-28T23:47:46.350Z | 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` |
3255 | 2025-02-28T23:47:46.550Z | 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` |
3256 | 2025-02-28T23:47:46.613Z | Dirty async-stream v0.3.6: the rustflags changed |
3257 | 2025-02-28T23:47:46.613Z | Compiling async-stream v0.3.6 |
3258 | 2025-02-28T23:47:46.653Z | 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` |
3259 | 2025-02-28T23:47:46.926Z | Dirty x509-cert v0.2.5: the rustflags changed |
3260 | 2025-02-28T23:47:46.926Z | Compiling x509-cert v0.2.5 |
3261 | 2025-02-28T23:47:46.930Z | 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` |
3262 | 2025-02-28T23:47:47.523Z | Dirty heapless v0.7.17: the rustflags changed |
3263 | 2025-02-28T23:47:47.523Z | Compiling heapless v0.7.17 |
3264 | 2025-02-28T23:47:47.561Z | 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` |
3265 | 2025-02-28T23:47:47.623Z | Dirty serde_path_to_error v0.1.16: the rustflags changed |
3266 | 2025-02-28T23:47:47.623Z | Compiling serde_path_to_error v0.1.16 |
3267 | 2025-02-28T23:47:47.627Z | 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` |
3268 | 2025-02-28T23:47:48.038Z | Dirty waitgroup v0.1.2: the rustflags changed |
3269 | 2025-02-28T23:47:48.038Z | Compiling waitgroup v0.1.2 |
3270 | 2025-02-28T23:47:48.041Z | 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` |
3271 | 2025-02-28T23:47:48.291Z | Dirty hostname v0.4.0: the rustflags changed |
3272 | 2025-02-28T23:47:48.291Z | Compiling hostname v0.4.0 |
3273 | 2025-02-28T23:47:48.294Z | 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` |
3274 | 2025-02-28T23:47:48.437Z | Dirty dropshot v0.12.0: the rustflags changed |
3275 | 2025-02-28T23:47:48.437Z | Compiling dropshot v0.12.0 |
3276 | 2025-02-28T23:47:48.440Z | 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` |
3277 | 2025-02-28T23:47:48.531Z | Dirty newtype-uuid v1.2.1: the rustflags changed |
3278 | 2025-02-28T23:47:48.531Z | Compiling newtype-uuid v1.2.1 |
3279 | 2025-02-28T23:47:48.557Z | 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` |
3280 | 2025-02-28T23:47:48.841Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
3281 | 2025-02-28T23:47:48.841Z | Compiling lalrpop-util v0.19.12 |
3282 | 2025-02-28T23:47:48.845Z | 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` |
3283 | 2025-02-28T23:47:48.903Z | Dirty unicode-width v0.2.0: the rustflags changed |
3284 | 2025-02-28T23:47:48.903Z | Compiling unicode-width v0.2.0 |
3285 | 2025-02-28T23:47:48.907Z | 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` |
3286 | 2025-02-28T23:47:49.195Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de/build-script-build` |
3287 | 2025-02-28T23:47:49.238Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420/build-script-build` |
3288 | 2025-02-28T23:47:49.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd/build-script-build` |
3289 | 2025-02-28T23:47:49.372Z | Dirty bzip2 v0.4.4: the rustflags changed |
3290 | 2025-02-28T23:47:49.372Z | Compiling bzip2 v0.4.4 |
3291 | 2025-02-28T23:47:49.375Z | 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` |
3292 | 2025-02-28T23:47:49.417Z | Dirty console v0.15.10: the rustflags changed |
3293 | 2025-02-28T23:47:49.417Z | Compiling console v0.15.10 |
3294 | 2025-02-28T23:47:49.420Z | 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.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="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=83a5f9d77687b7eb -C extra-filename=-83a5f9d77687b7eb --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 once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.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` |
3295 | 2025-02-28T23:47:49.467Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
3296 | 2025-02-28T23:47:49.467Z | Compiling signal-hook-mio v0.2.4 |
3297 | 2025-02-28T23:47:49.470Z | 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` |
3298 | 2025-02-28T23:47:49.657Z | Dirty dropshot_endpoint v0.12.0: the rustflags changed |
3299 | 2025-02-28T23:47:49.657Z | Compiling dropshot_endpoint v0.12.0 |
3300 | 2025-02-28T23:47:49.660Z | 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` |
3301 | 2025-02-28T23:47:49.777Z | Dirty hash32 v0.2.1: the rustflags changed |
3302 | 2025-02-28T23:47:49.777Z | Compiling hash32 v0.2.1 |
3303 | 2025-02-28T23:47:49.780Z | 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` |
3304 | 2025-02-28T23:47:50.182Z | Dirty portable-atomic v1.9.0: the rustflags changed |
3305 | 2025-02-28T23:47:50.182Z | Compiling portable-atomic v1.9.0 |
3306 | 2025-02-28T23:47:50.207Z | 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` |
3307 | 2025-02-28T23:47:50.792Z | Dirty predicates-core v1.0.8: the rustflags changed |
3308 | 2025-02-28T23:47:50.792Z | Compiling predicates-core v1.0.8 |
3309 | 2025-02-28T23:47:50.796Z | 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` |
3310 | 2025-02-28T23:47:51.139Z | Dirty unicode-bidi v0.3.17: the rustflags changed |
3311 | 2025-02-28T23:47:51.139Z | Compiling unicode-bidi v0.3.17 |
3312 | 2025-02-28T23:47:51.142Z | 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` |
3313 | 2025-02-28T23:47:51.254Z | Dirty smoltcp v0.9.1: the rustflags changed |
3314 | 2025-02-28T23:47:51.254Z | Compiling smoltcp v0.9.1 |
3315 | 2025-02-28T23:47:51.258Z | 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` |
3316 | 2025-02-28T23:47:51.331Z | Dirty linked-hash-map v0.5.6: the rustflags changed |
3317 | 2025-02-28T23:47:51.332Z | Compiling linked-hash-map v0.5.6 |
3318 | 2025-02-28T23:47:51.374Z | 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` |
3319 | 2025-02-28T23:47:51.700Z | Dirty unicode-properties v0.1.3: the rustflags changed |
3320 | 2025-02-28T23:47:51.700Z | Compiling unicode-properties v0.1.3 |
3321 | 2025-02-28T23:47:51.757Z | 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` |
3322 | 2025-02-28T23:47:51.981Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a/build-script-build` |
3323 | 2025-02-28T23:47:52.024Z | Dirty lru-cache v0.1.2: the rustflags changed |
3324 | 2025-02-28T23:47:52.024Z | Compiling lru-cache v0.1.2 |
3325 | 2025-02-28T23:47:52.027Z | 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` |
3326 | 2025-02-28T23:47:52.134Z | Dirty stringprep v0.1.5: the rustflags changed |
3327 | 2025-02-28T23:47:52.134Z | Compiling stringprep v0.1.5 |
3328 | 2025-02-28T23:47:52.141Z | 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` |
3329 | 2025-02-28T23:47:52.205Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7/build-script-build` |
3330 | 2025-02-28T23:47:52.239Z | 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` |
3331 | 2025-02-28T23:47:52.268Z | Dirty crossterm v0.28.1: the rustflags changed |
3332 | 2025-02-28T23:47:52.268Z | Compiling crossterm v0.28.1 |
3333 | 2025-02-28T23:47:52.274Z | 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` |
3334 | 2025-02-28T23:47:52.424Z | 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=65434bb74d6027e2 -C extra-filename=-65434bb74d6027e2 --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-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3335 | 2025-02-28T23:47:52.712Z | Dirty similar v2.6.0: the rustflags changed |
3336 | 2025-02-28T23:47:52.712Z | Compiling similar v2.6.0 |
3337 | 2025-02-28T23:47:52.716Z | 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` |
3338 | 2025-02-28T23:47:53.228Z | Dirty rayon v1.10.0: the rustflags changed |
3339 | 2025-02-28T23:47:53.229Z | Compiling rayon v1.10.0 |
3340 | 2025-02-28T23:47:53.232Z | 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` |
3341 | 2025-02-28T23:47:53.281Z | Dirty tokio-stream v0.1.16: the rustflags changed |
3342 | 2025-02-28T23:47:53.281Z | Compiling tokio-stream v0.1.16 |
3343 | 2025-02-28T23:47:53.318Z | 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` |
3344 | 2025-02-28T23:47:54.009Z | Dirty md-5 v0.10.6: the rustflags changed |
3345 | 2025-02-28T23:47:54.010Z | Compiling md-5 v0.10.6 |
3346 | 2025-02-28T23:47:54.013Z | 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` |
3347 | 2025-02-28T23:47:54.179Z | Dirty float-cmp v0.9.0: the rustflags changed |
3348 | 2025-02-28T23:47:54.179Z | Compiling float-cmp v0.9.0 |
3349 | 2025-02-28T23:47:54.182Z | 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` |
3350 | 2025-02-28T23:47:54.302Z | Dirty fs-err v2.11.0: the rustflags changed |
3351 | 2025-02-28T23:47:54.302Z | Compiling fs-err v2.11.0 |
3352 | 2025-02-28T23:47:54.305Z | 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` |
3353 | 2025-02-28T23:47:54.429Z | Dirty difflib v0.4.0: the rustflags changed |
3354 | 2025-02-28T23:47:54.429Z | Compiling difflib v0.4.0 |
3355 | 2025-02-28T23:47:54.432Z | 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` |
3356 | 2025-02-28T23:47:54.692Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
3357 | 2025-02-28T23:47:54.692Z | Compiling fallible-iterator v0.2.0 |
3358 | 2025-02-28T23:47:54.717Z | 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` |
3359 | 2025-02-28T23:47:54.848Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
3360 | 2025-02-28T23:47:54.848Z | Compiling normalize-line-endings v0.3.0 |
3361 | 2025-02-28T23:47:54.879Z | 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` |
3362 | 2025-02-28T23:47:55.044Z | Dirty predicates v3.1.2: the rustflags changed |
3363 | 2025-02-28T23:47:55.044Z | Compiling predicates v3.1.2 |
3364 | 2025-02-28T23:47:55.047Z | 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` |
3365 | 2025-02-28T23:47:55.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37/build-script-build` |
3366 | 2025-02-28T23:47:55.374Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
3367 | 2025-02-28T23:47:55.375Z | Compiling postgres-protocol v0.6.7 |
3368 | 2025-02-28T23:47:55.378Z | 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` |
3369 | 2025-02-28T23:47:55.421Z | 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` |
3370 | 2025-02-28T23:47:55.491Z | 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"))'` |
3371 | 2025-02-28T23:47:55.569Z | Dirty zip v0.6.6: the rustflags changed |
3372 | 2025-02-28T23:47:55.569Z | Compiling zip v0.6.6 |
3373 | 2025-02-28T23:47:55.595Z | 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=cbbcb0e066460dbe -C extra-filename=-cbbcb0e066460dbe --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-6df58b942c63faae.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` |
3374 | 2025-02-28T23:47:55.841Z | Dirty resolv-conf v0.7.0: the rustflags changed |
3375 | 2025-02-28T23:47:55.841Z | Compiling resolv-conf v0.7.0 |
3376 | 2025-02-28T23:47:55.844Z | 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` |
3377 | 2025-02-28T23:47:56.584Z | Dirty phf v0.11.2: the rustflags changed |
3378 | 2025-02-28T23:47:56.584Z | Compiling phf v0.11.2 |
3379 | 2025-02-28T23:47:56.608Z | 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` |
3380 | 2025-02-28T23:47:56.613Z | Dirty tungstenite v0.24.0: the rustflags changed |
3381 | 2025-02-28T23:47:56.614Z | Compiling tungstenite v0.24.0 |
3382 | 2025-02-28T23:47:56.617Z | Dirty strum_macros v0.25.3: the rustflags changed |
3383 | 2025-02-28T23:47:56.617Z | Compiling strum_macros v0.25.3 |
3384 | 2025-02-28T23:47:56.637Z | 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` |
3385 | 2025-02-28T23:47:56.637Z | 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` |
3386 | 2025-02-28T23:47:56.713Z | Dirty serde-big-array v0.5.1: the rustflags changed |
3387 | 2025-02-28T23:47:56.713Z | Compiling serde-big-array v0.5.1 |
3388 | 2025-02-28T23:47:56.716Z | 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` |
3389 | 2025-02-28T23:47:56.869Z | Dirty serde_repr v0.1.19: the rustflags changed |
3390 | 2025-02-28T23:47:56.869Z | Compiling serde_repr v0.1.19 |
3391 | 2025-02-28T23:47:56.873Z | 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` |
3392 | 2025-02-28T23:47:56.923Z | Dirty number_prefix v0.4.0: the rustflags changed |
3393 | 2025-02-28T23:47:56.923Z | Compiling number_prefix v0.4.0 |
3394 | 2025-02-28T23:47:56.927Z | 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` |
3395 | 2025-02-28T23:47:56.951Z | Dirty peg-runtime v0.8.3: the rustflags changed |
3396 | 2025-02-28T23:47:56.951Z | Compiling peg-runtime v0.8.3 |
3397 | 2025-02-28T23:47:56.955Z | 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` |
3398 | 2025-02-28T23:47:57.172Z | Dirty indicatif v0.17.11: the rustflags changed |
3399 | 2025-02-28T23:47:57.172Z | Compiling indicatif v0.17.11 |
3400 | 2025-02-28T23:47:57.175Z | 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.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="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=e373ba1295049567 -C extra-filename=-e373ba1295049567 --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-83a5f9d77687b7eb.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` |
3401 | 2025-02-28T23:47:57.322Z | Dirty hickory-resolver v0.24.2: the rustflags changed |
3402 | 2025-02-28T23:47:57.322Z | Compiling hickory-resolver v0.24.2 |
3403 | 2025-02-28T23:47:57.326Z | 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.2/src/lib.rs --error-format=json --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(nightly)' --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("backtrace", "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=45589b1a2ff0eab2 -C extra-filename=-45589b1a2ff0eab2 --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-9d6a93d8aa2ddefe.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` |
3404 | 2025-02-28T23:47:57.456Z | Dirty postgres-types v0.2.8: the rustflags changed |
3405 | 2025-02-28T23:47:57.456Z | Compiling postgres-types v0.2.8 |
3406 | 2025-02-28T23:47:57.460Z | 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=dad477c818e22db8 -C extra-filename=-dad477c818e22db8 --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-721bb5b37e92804c.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2025-02-28T23:47:57.554Z | 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)'` |
3408 | 2025-02-28T23:47:58.153Z | Dirty tokio-tungstenite v0.24.0: the rustflags changed |
3409 | 2025-02-28T23:47:58.154Z | Compiling tokio-tungstenite v0.24.0 |
3410 | 2025-02-28T23:47:58.158Z | 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` |
3411 | 2025-02-28T23:47:58.372Z | Dirty derive-where v1.2.7: the rustflags changed |
3412 | 2025-02-28T23:47:58.372Z | Compiling derive-where v1.2.7 |
3413 | 2025-02-28T23:47:58.376Z | 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` |
3414 | 2025-02-28T23:47:58.569Z | Dirty whoami v1.5.2: the rustflags changed |
3415 | 2025-02-28T23:47:58.569Z | Compiling whoami v1.5.2 |
3416 | 2025-02-28T23:47:58.595Z | 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` |
3417 | 2025-02-28T23:47:58.696Z | Compiling hashbrown v0.14.5 |
3418 | 2025-02-28T23:47:58.699Z | 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` |
3419 | 2025-02-28T23:47:58.738Z | Compiling ident_case v1.0.1 |
3420 | 2025-02-28T23:47:58.751Z | 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` |
3421 | 2025-02-28T23:47:58.947Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
3422 | 2025-02-28T23:47:58.947Z | Compiling tokio-postgres v0.7.12 |
3423 | 2025-02-28T23:47:58.950Z | 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=a081c424539f0d14 -C extra-filename=-a081c424539f0d14 --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-2874f8c4e7350fed.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-dad477c818e22db8.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` |
3424 | 2025-02-28T23:47:59.138Z | Compiling darling_core v0.20.10 |
3425 | 2025-02-28T23:47:59.144Z | 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` |
3426 | 2025-02-28T23:47:59.167Z | Compiling thiserror v2.0.11 |
3427 | 2025-02-28T23:47:59.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/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` |
3428 | 2025-02-28T23:47:59.835Z | Compiling regress v0.10.1 |
3429 | 2025-02-28T23:47:59.838Z | 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` |
3430 | 2025-02-28T23:47:59.871Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd/build-script-build` |
3431 | 2025-02-28T23:48:00.410Z | Compiling thiserror-impl v2.0.11 |
3432 | 2025-02-28T23:48:00.413Z | 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` |
3433 | 2025-02-28T23:48:00.485Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
3434 | 2025-02-28T23:48:00.485Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3435 | 2025-02-28T23:48:00.489Z | 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=7e56c3e06a940178 -C extra-filename=-7e56c3e06a940178 --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-aa09ccf8a97f44d6.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` |
3436 | 2025-02-28T23:48:01.813Z | Compiling unsafe-libyaml v0.2.11 |
3437 | 2025-02-28T23:48:01.816Z | 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` |
3438 | 2025-02-28T23:48:03.161Z | Compiling serde_yaml v0.9.34+deprecated |
3439 | 2025-02-28T23:48:03.164Z | 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=3b8117ba236b2ab3 -C extra-filename=-3b8117ba236b2ab3 --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-3d5667ede295bc44.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` |
3440 | 2025-02-28T23:48:03.710Z | Dirty fastrand v2.1.1: the rustflags changed |
3441 | 2025-02-28T23:48:03.710Z | Compiling fastrand v2.1.1 |
3442 | 2025-02-28T23:48:03.714Z | 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` |
3443 | 2025-02-28T23:48:03.867Z | 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)'` |
3444 | 2025-02-28T23:48:04.006Z | Compiling ipnetwork v0.20.0 |
3445 | 2025-02-28T23:48:04.042Z | 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=91fc1f3a7027e178 -C extra-filename=-91fc1f3a7027e178 --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-8596ef993a50a23e.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` |
3446 | 2025-02-28T23:48:04.246Z | Compiling tempfile v3.13.0 |
3447 | 2025-02-28T23:48:04.252Z | 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` |
3448 | 2025-02-28T23:48:04.515Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
3449 | 2025-02-28T23:48:04.518Z | 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=07306f710fe36406 -C extra-filename=-07306f710fe36406 --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-91fc1f3a7027e178.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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` |
3450 | 2025-02-28T23:48:04.636Z | Compiling typify-impl v0.2.0 |
3451 | 2025-02-28T23:48:04.639Z | 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=4f78ea714133aafa -C extra-filename=-4f78ea714133aafa --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-8596ef993a50a23e.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` |
3452 | 2025-02-28T23:48:04.828Z | Dirty strum_macros v0.26.4: the rustflags changed |
3453 | 2025-02-28T23:48:04.828Z | Compiling strum_macros v0.26.4 |
3454 | 2025-02-28T23:48:04.832Z | 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` |
3455 | 2025-02-28T23:48:05.069Z | Compiling macaddr v1.0.1 |
3456 | 2025-02-28T23:48:05.072Z | 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` |
3457 | 2025-02-28T23:48:05.249Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
3458 | 2025-02-28T23:48:05.252Z | 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` |
3459 | 2025-02-28T23:48:05.427Z | Compiling darling_macro v0.20.10 |
3460 | 2025-02-28T23:48:05.430Z | 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` |
3461 | 2025-02-28T23:48:05.508Z | Dirty structmeta-derive v0.3.0: the rustflags changed |
3462 | 2025-02-28T23:48:05.508Z | Compiling structmeta-derive v0.3.0 |
3463 | 2025-02-28T23:48:05.511Z | 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` |
3464 | 2025-02-28T23:48:06.555Z | Compiling darling v0.20.10 |
3465 | 2025-02-28T23:48:06.559Z | 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` |
3466 | 2025-02-28T23:48:06.671Z | Compiling instant v0.1.13 |
3467 | 2025-02-28T23:48:06.674Z | 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` |
3468 | 2025-02-28T23:48:06.699Z | Compiling serde_with_macros v3.11.0 |
3469 | 2025-02-28T23:48:06.702Z | 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` |
3470 | 2025-02-28T23:48:06.748Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
3471 | 2025-02-28T23:48:06.752Z | 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=e6a771d462f302d2 -C extra-filename=-e6a771d462f302d2 --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-65434bb74d6027e2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3472 | 2025-02-28T23:48:06.852Z | Compiling regress v0.9.1 |
3473 | 2025-02-28T23:48:06.855Z | 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` |
3474 | 2025-02-28T23:48:06.881Z | Compiling dropshot v0.15.1 |
3475 | 2025-02-28T23:48:06.884Z | 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` |
3476 | 2025-02-28T23:48:07.267Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca/build-script-build` |
3477 | 2025-02-28T23:48:07.356Z | Compiling dropshot_endpoint v0.15.1 |
3478 | 2025-02-28T23:48:07.360Z | 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` |
3479 | 2025-02-28T23:48:07.631Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3480 | 2025-02-28T23:48:07.634Z | 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=bfab980439c1581b -C extra-filename=-bfab980439c1581b --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-e6a771d462f302d2.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2025-02-28T23:48:08.113Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3482 | 2025-02-28T23:48:08.121Z | 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` |
3483 | 2025-02-28T23:48:08.219Z | Dirty structmeta v0.3.0: the rustflags changed |
3484 | 2025-02-28T23:48:08.219Z | Compiling structmeta v0.3.0 |
3485 | 2025-02-28T23:48:08.223Z | 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` |
3486 | 2025-02-28T23:48:08.638Z | Dirty parse-display-derive v0.10.0: the rustflags changed |
3487 | 2025-02-28T23:48:08.638Z | Compiling parse-display-derive v0.10.0 |
3488 | 2025-02-28T23:48:08.681Z | 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` |
3489 | 2025-02-28T23:48:08.997Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3490 | 2025-02-28T23:48:09.025Z | 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` |
3491 | 2025-02-28T23:48:09.193Z | Compiling backoff v0.4.0 |
3492 | 2025-02-28T23:48:09.197Z | 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` |
3493 | 2025-02-28T23:48:09.539Z | Compiling serde_with v3.11.0 |
3494 | 2025-02-28T23:48:09.570Z | 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` |
3495 | 2025-02-28T23:48:09.574Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3496 | 2025-02-28T23:48:09.596Z | 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` |
3497 | 2025-02-28T23:48:09.629Z | Dirty strum v0.26.3: the rustflags changed |
3498 | 2025-02-28T23:48:09.629Z | Compiling strum v0.26.3 |
3499 | 2025-02-28T23:48:09.633Z | 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` |
3500 | 2025-02-28T23:48:09.757Z | Compiling wait-timeout v0.2.0 |
3501 | 2025-02-28T23:48:09.761Z | 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` |
3502 | 2025-02-28T23:48:09.849Z | Compiling rand_xorshift v0.3.0 |
3503 | 2025-02-28T23:48:09.852Z | 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` |
3504 | 2025-02-28T23:48:10.250Z | Compiling rusty-fork v0.3.0 |
3505 | 2025-02-28T23:48:10.264Z | 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` |
3506 | 2025-02-28T23:48:10.336Z | Compiling unarray v0.1.4 |
3507 | 2025-02-28T23:48:10.340Z | 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` |
3508 | 2025-02-28T23:48:10.535Z | Compiling structmeta-derive v0.2.0 |
3509 | 2025-02-28T23:48:10.559Z | 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.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=27cfab247cc1d10b -C extra-filename=-27cfab247cc1d10b --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` |
3510 | 2025-02-28T23:48:10.950Z | Compiling proptest v1.5.0 |
3511 | 2025-02-28T23:48:10.954Z | 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` |
3512 | 2025-02-28T23:48:11.816Z | Compiling camino-tempfile v1.1.1 |
3513 | 2025-02-28T23:48:11.820Z | 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` |
3514 | 2025-02-28T23:48:11.927Z | Dirty unicode-width v0.1.14: the rustflags changed |
3515 | 2025-02-28T23:48:11.927Z | Compiling unicode-width v0.1.14 |
3516 | 2025-02-28T23:48:11.980Z | 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` |
3517 | 2025-02-28T23:48:12.261Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
3518 | 2025-02-28T23:48:12.261Z | Compiling proc-macro-error-attr v1.0.4 |
3519 | 2025-02-28T23:48:12.264Z | 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` |
3520 | 2025-02-28T23:48:12.703Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
3521 | 2025-02-28T23:48:12.704Z | Compiling proc-macro-error v1.0.4 |
3522 | 2025-02-28T23:48:12.709Z | 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` |
3523 | 2025-02-28T23:48:12.709Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00/build-script-build` |
3524 | 2025-02-28T23:48:12.823Z | 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` |
3525 | 2025-02-28T23:48:12.897Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68/build-script-build` |
3526 | 2025-02-28T23:48:12.946Z | Dirty parse-display v0.10.0: the rustflags changed |
3527 | 2025-02-28T23:48:12.946Z | Compiling parse-display v0.10.0 |
3528 | 2025-02-28T23:48:13.002Z | 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` |
3529 | 2025-02-28T23:48:13.033Z | Compiling proc-macro-crate v1.3.1 |
3530 | 2025-02-28T23:48:13.036Z | 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=e20d0ab7e5e0f760 -C extra-filename=-e20d0ab7e5e0f760 --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-261c9891c44cffb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2025-02-28T23:48:13.073Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3532 | 2025-02-28T23:48:13.110Z | 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` |
3533 | 2025-02-28T23:48:13.232Z | Compiling structmeta v0.2.0 |
3534 | 2025-02-28T23:48:13.235Z | 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.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=5d6bfeec4c7aa695 -C extra-filename=-5d6bfeec4c7aa695 --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-27cfab247cc1d10b.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` |
3535 | 2025-02-28T23:48:13.497Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799/build-script-build` |
3536 | 2025-02-28T23:48:13.529Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3537 | 2025-02-28T23:48:13.532Z | 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` |
3538 | 2025-02-28T23:48:13.561Z | Compiling foreign-types-macros v0.2.3 |
3539 | 2025-02-28T23:48:13.566Z | 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` |
3540 | 2025-02-28T23:48:13.635Z | Compiling test-strategy v0.3.1 |
3541 | 2025-02-28T23:48:13.638Z | 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.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90e9e6545b3fdc2d -C extra-filename=-90e9e6545b3fdc2d --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-5d6bfeec4c7aa695.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` |
3542 | 2025-02-28T23:48:13.638Z | 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` |
3543 | 2025-02-28T23:48:13.880Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199/build-script-build` |
3544 | 2025-02-28T23:48:13.922Z | Compiling foreign-types-shared v0.3.1 |
3545 | 2025-02-28T23:48:13.926Z | 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` |
3546 | 2025-02-28T23:48:13.972Z | Compiling num_enum_derive v0.5.11 |
3547 | 2025-02-28T23:48:14.008Z | 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=29fc8d03a8fe6b5f -C extra-filename=-29fc8d03a8fe6b5f --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-e20d0ab7e5e0f760.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` |
3548 | 2025-02-28T23:48:14.080Z | 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` |
3549 | 2025-02-28T23:48:14.282Z | 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` |
3550 | 2025-02-28T23:48:14.310Z | Compiling tabwriter v1.4.0 |
3551 | 2025-02-28T23:48:14.313Z | 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` |
3552 | 2025-02-28T23:48:14.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3553 | 2025-02-28T23:48:14.487Z | 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` |
3554 | 2025-02-28T23:48:14.765Z | Compiling itertools v0.13.0 |
3555 | 2025-02-28T23:48:14.768Z | 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` |
3556 | 2025-02-28T23:48:14.924Z | Compiling foreign-types v0.5.0 |
3557 | 2025-02-28T23:48:14.951Z | 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` |
3558 | 2025-02-28T23:48:15.091Z | Compiling cstr-argument v0.1.2 |
3559 | 2025-02-28T23:48:15.094Z | 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` |
3560 | 2025-02-28T23:48:15.351Z | Compiling pretty-hex v0.2.1 |
3561 | 2025-02-28T23:48:15.355Z | 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` |
3562 | 2025-02-28T23:48:15.410Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3563 | 2025-02-28T23:48:15.413Z | 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` |
3564 | 2025-02-28T23:48:15.576Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3565 | 2025-02-28T23:48:15.619Z | 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` |
3566 | 2025-02-28T23:48:15.623Z | Compiling colored v2.1.0 |
3567 | 2025-02-28T23:48:15.657Z | 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` |
3568 | 2025-02-28T23:48:16.106Z | Compiling smf v0.2.3 |
3569 | 2025-02-28T23:48:16.112Z | 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` |
3570 | 2025-02-28T23:48:16.291Z | Compiling typify-impl v0.3.0 |
3571 | 2025-02-28T23:48:16.294Z | 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=a886fea4bd4cf6b0 -C extra-filename=-a886fea4bd4cf6b0 --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-8596ef993a50a23e.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` |
3572 | 2025-02-28T23:48:16.641Z | Compiling num_enum v0.5.11 |
3573 | 2025-02-28T23:48:16.645Z | 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=ed0c6ec7c866a083 -C extra-filename=-ed0c6ec7c866a083 --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-29fc8d03a8fe6b5f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3574 | 2025-02-28T23:48:16.831Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3575 | 2025-02-28T23:48:16.835Z | 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=01827c4ccaf067ae -C extra-filename=-01827c4ccaf067ae --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-ed0c6ec7c866a083.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` |
3576 | 2025-02-28T23:48:17.225Z | Compiling base64 v0.21.7 |
3577 | 2025-02-28T23:48:17.228Z | 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` |
3578 | 2025-02-28T23:48:17.290Z | Compiling crucible-workspace-hack v0.1.0 |
3579 | 2025-02-28T23:48:17.293Z | 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` |
3580 | 2025-02-28T23:48:17.358Z | Compiling zerocopy v0.8.10 |
3581 | 2025-02-28T23:48:17.385Z | 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` |
3582 | 2025-02-28T23:48:17.644Z | Compiling zerocopy-derive v0.8.10 |
3583 | 2025-02-28T23:48:17.644Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef/build-script-build` |
3584 | 2025-02-28T23:48:17.647Z | 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` |
3585 | 2025-02-28T23:48:17.707Z | 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` |
3586 | 2025-02-28T23:48:17.832Z | Compiling heapless v0.8.0 |
3587 | 2025-02-28T23:48:17.857Z | 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` |
3588 | 2025-02-28T23:48:17.916Z | Compiling termtree v0.4.1 |
3589 | 2025-02-28T23:48:17.919Z | 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` |
3590 | 2025-02-28T23:48:18.174Z | Compiling predicates-tree v1.0.11 |
3591 | 2025-02-28T23:48:18.194Z | 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` |
3592 | 2025-02-28T23:48:18.245Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07/build-script-build` |
3593 | 2025-02-28T23:48:18.326Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3594 | 2025-02-28T23:48:18.370Z | 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` |
3595 | 2025-02-28T23:48:18.434Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24/build-script-build` |
3596 | 2025-02-28T23:48:18.655Z | Compiling hash32 v0.3.1 |
3597 | 2025-02-28T23:48:18.692Z | 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` |
3598 | 2025-02-28T23:48:18.748Z | Compiling smoltcp v0.11.0 |
3599 | 2025-02-28T23:48:18.751Z | 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` |
3600 | 2025-02-28T23:48:18.923Z | 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` |
3601 | 2025-02-28T23:48:19.498Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff/build-script-build` |
3602 | 2025-02-28T23:48:19.539Z | Compiling cobs v0.2.3 |
3603 | 2025-02-28T23:48:19.543Z | 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` |
3604 | 2025-02-28T23:48:19.845Z | 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` |
3605 | 2025-02-28T23:48:19.872Z | Compiling postcard v1.0.10 |
3606 | 2025-02-28T23:48:19.892Z | 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` |
3607 | 2025-02-28T23:48:19.896Z | Compiling typify-macro v0.2.0 |
3608 | 2025-02-28T23:48:19.905Z | 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=85959838a2b4a4ff -C extra-filename=-85959838a2b4a4ff --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-8596ef993a50a23e.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-4f78ea714133aafa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3609 | 2025-02-28T23:48:20.503Z | Compiling atomicwrites v0.4.4 |
3610 | 2025-02-28T23:48:20.506Z | 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` |
3611 | 2025-02-28T23:48:20.550Z | 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)'` |
3612 | 2025-02-28T23:48:20.869Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3613 | 2025-02-28T23:48:20.872Z | 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` |
3614 | 2025-02-28T23:48:21.255Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3615 | 2025-02-28T23:48:21.258Z | 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` |
3616 | 2025-02-28T23:48:21.456Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79/build-script-build` |
3617 | 2025-02-28T23:48:21.547Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3618 | 2025-02-28T23:48:21.552Z | 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` |
3619 | 2025-02-28T23:48:22.589Z | Compiling sigpipe v0.1.3 |
3620 | 2025-02-28T23:48:22.592Z | 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` |
3621 | 2025-02-28T23:48:22.734Z | Compiling mockall_derive v0.13.0 |
3622 | 2025-02-28T23:48:22.745Z | 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` |
3623 | 2025-02-28T23:48:23.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
3624 | 2025-02-28T23:48:23.110Z | 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` |
3625 | 2025-02-28T23:48:23.507Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2/build-script-build` |
3626 | 2025-02-28T23:48:23.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458/build-script-build` |
3627 | 2025-02-28T23:48:23.552Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
3628 | 2025-02-28T23:48:23.557Z | 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` |
3629 | 2025-02-28T23:48:23.628Z | 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)'` |
3630 | 2025-02-28T23:48:23.904Z | 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=beb3dc2242e38c6e -C extra-filename=-beb3dc2242e38c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-01827c4ccaf067ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.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-07306f710fe36406.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` |
3631 | 2025-02-28T23:48:24.185Z | Compiling typify v0.2.0 |
3632 | 2025-02-28T23:48:24.188Z | 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=038bc44c353f80f4 -C extra-filename=-038bc44c353f80f4 --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-4f78ea714133aafa.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-85959838a2b4a4ff.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3633 | 2025-02-28T23:48:24.320Z | Compiling progenitor-impl v0.8.0 |
3634 | 2025-02-28T23:48:24.323Z | 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=39f374c3062f1ce9 -C extra-filename=-39f374c3062f1ce9 --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-3d5667ede295bc44.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-8596ef993a50a23e.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-038bc44c353f80f4.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` |
3635 | 2025-02-28T23:48:24.348Z | Compiling zone_cfg_derive v0.3.0 |
3636 | 2025-02-28T23:48:24.351Z | 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` |
3637 | 2025-02-28T23:48:25.311Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3638 | 2025-02-28T23:48:25.314Z | 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` |
3639 | 2025-02-28T23:48:25.946Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3640 | 2025-02-28T23:48:25.949Z | 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/99251f8/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=798e759cb784691c -C extra-filename=-798e759cb784691c --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` |
3641 | 2025-02-28T23:48:26.115Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3642 | 2025-02-28T23:48:26.119Z | 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` |
3643 | 2025-02-28T23:48:26.392Z | Compiling num-derive v0.4.2 |
3644 | 2025-02-28T23:48:26.396Z | 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` |
3645 | 2025-02-28T23:48:27.622Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3646 | 2025-02-28T23:48:27.625Z | 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` |
3647 | 2025-02-28T23:48:27.981Z | Compiling downcast v0.11.0 |
3648 | 2025-02-28T23:48:27.985Z | 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` |
3649 | 2025-02-28T23:48:28.246Z | Compiling fragile v2.0.0 |
3650 | 2025-02-28T23:48:28.249Z | 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` |
3651 | 2025-02-28T23:48:28.628Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3652 | 2025-02-28T23:48:28.632Z | 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=a24858f9e02becf3 -C extra-filename=-a24858f9e02becf3 --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-91fc1f3a7027e178.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` |
3653 | 2025-02-28T23:48:28.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622/build-script-build` |
3654 | 2025-02-28T23:48:28.830Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3655 | 2025-02-28T23:48:28.851Z | 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/86a2ce1/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=e5da0062e2f2abd6 -C extra-filename=-e5da0062e2f2abd6 --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` |
3656 | 2025-02-28T23:48:28.864Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3657 | 2025-02-28T23:48:28.867Z | 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/99251f8/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=d0ac4f2685b50c61 -C extra-filename=-d0ac4f2685b50c61 --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-798e759cb784691c.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` |
3658 | 2025-02-28T23:48:29.308Z | Compiling zone v0.3.0 |
3659 | 2025-02-28T23:48:29.344Z | 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` |
3660 | 2025-02-28T23:48:29.638Z | Compiling same-file v1.0.6 |
3661 | 2025-02-28T23:48:29.641Z | 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` |
3662 | 2025-02-28T23:48:29.945Z | 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=f135a77df212456f -C extra-filename=-f135a77df212456f --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-a24858f9e02becf3.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)'` |
3663 | 2025-02-28T23:48:30.260Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3664 | 2025-02-28T23:48:30.263Z | 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=0bab7a3cba1e9187 -C extra-filename=-0bab7a3cba1e9187 --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-f135a77df212456f.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-aa09ccf8a97f44d6.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` |
3665 | 2025-02-28T23:48:30.547Z | Compiling walkdir v2.5.0 |
3666 | 2025-02-28T23:48:30.550Z | 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` |
3667 | 2025-02-28T23:48:30.817Z | Compiling convert_case v0.4.0 |
3668 | 2025-02-28T23:48:30.821Z | 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` |
3669 | 2025-02-28T23:48:31.253Z | Compiling newline-converter v0.3.0 |
3670 | 2025-02-28T23:48:31.256Z | 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` |
3671 | 2025-02-28T23:48:31.283Z | Compiling mockall v0.13.0 |
3672 | 2025-02-28T23:48:31.326Z | 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` |
3673 | 2025-02-28T23:48:31.330Z | Compiling progenitor-macro v0.8.0 |
3674 | 2025-02-28T23:48:31.334Z | 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=836cffb8d52dc56d -C extra-filename=-836cffb8d52dc56d --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-bf0a9f0c7a1f5c2d.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-39f374c3062f1ce9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-3b8117ba236b2ab3.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` |
3675 | 2025-02-28T23:48:31.441Z | Compiling expectorate v1.1.0 |
3676 | 2025-02-28T23:48:31.444Z | 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=1253dd77939aea70 -C extra-filename=-1253dd77939aea70 --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-83a5f9d77687b7eb.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` |
3677 | 2025-02-28T23:48:31.619Z | Compiling tungstenite v0.21.0 |
3678 | 2025-02-28T23:48:31.644Z | 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=e708c214dd75cc84 -C extra-filename=-e708c214dd75cc84 --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-7a8c831b34692f87.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` |
3679 | 2025-02-28T23:48:31.648Z | Compiling derive_more v0.99.18 |
3680 | 2025-02-28T23:48:31.648Z | Dirty xattr v1.3.1: the rustflags changed |
3681 | 2025-02-28T23:48:31.648Z | Compiling xattr v1.3.1 |
3682 | 2025-02-28T23:48:31.656Z | 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` |
3683 | 2025-02-28T23:48:31.671Z | 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` |
3684 | 2025-02-28T23:48:31.695Z | Compiling typify-macro v0.3.0 |
3685 | 2025-02-28T23:48:31.724Z | 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=08b4a50c6fd52a56 -C extra-filename=-08b4a50c6fd52a56 --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-8596ef993a50a23e.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-a886fea4bd4cf6b0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3686 | 2025-02-28T23:48:31.933Z | Dirty filetime v0.2.25: the rustflags changed |
3687 | 2025-02-28T23:48:31.934Z | Compiling filetime v0.2.25 |
3688 | 2025-02-28T23:48:31.937Z | 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` |
3689 | 2025-02-28T23:48:32.265Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3690 | 2025-02-28T23:48:32.293Z | 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=de2598078d31a943 -C extra-filename=-de2598078d31a943 --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-beb3dc2242e38c6e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f135a77df212456f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.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` |
3691 | 2025-02-28T23:48:32.299Z | Dirty tar v0.4.42: the rustflags changed |
3692 | 2025-02-28T23:48:32.299Z | Compiling tar v0.4.42 |
3693 | 2025-02-28T23:48:32.299Z | 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` |
3694 | 2025-02-28T23:48:33.530Z | Compiling tokio-tungstenite v0.21.0 |
3695 | 2025-02-28T23:48:33.541Z | 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=d55d827c4ab3b08f -C extra-filename=-d55d827c4ab3b08f --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-e708c214dd75cc84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3696 | 2025-02-28T23:48:33.590Z | Compiling arc-swap v1.7.1 |
3697 | 2025-02-28T23:48:33.593Z | 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` |
3698 | 2025-02-28T23:48:34.108Z | Compiling slog-scope v4.4.0 |
3699 | 2025-02-28T23:48:34.112Z | 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` |
3700 | 2025-02-28T23:48:34.195Z | Compiling num-rational v0.4.2 |
3701 | 2025-02-28T23:48:34.199Z | 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` |
3702 | 2025-02-28T23:48:34.398Z | Compiling slog-stdlog v4.1.1 |
3703 | 2025-02-28T23:48:34.401Z | 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` |
3704 | 2025-02-28T23:48:34.584Z | Compiling num-complex v0.4.6 |
3705 | 2025-02-28T23:48:34.624Z | 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` |
3706 | 2025-02-28T23:48:34.750Z | Compiling slog-envlogger v2.2.0 |
3707 | 2025-02-28T23:48:34.753Z | 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` |
3708 | 2025-02-28T23:48:35.468Z | Compiling num v0.4.3 |
3709 | 2025-02-28T23:48:35.472Z | 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` |
3710 | 2025-02-28T23:48:35.565Z | Compiling float-ord v0.3.2 |
3711 | 2025-02-28T23:48:35.568Z | 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` |
3712 | 2025-02-28T23:48:35.600Z | Compiling indent_write v2.2.0 |
3713 | 2025-02-28T23:48:35.603Z | 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` |
3714 | 2025-02-28T23:48:35.753Z | Compiling cancel-safe-futures v0.1.5 |
3715 | 2025-02-28T23:48:35.757Z | 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` |
3716 | 2025-02-28T23:48:35.779Z | Compiling owo-colors v4.1.0 |
3717 | 2025-02-28T23:48:35.782Z | 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` |
3718 | 2025-02-28T23:48:35.849Z | Dirty swrite v0.1.0: the rustflags changed |
3719 | 2025-02-28T23:48:35.849Z | Compiling swrite v0.1.0 |
3720 | 2025-02-28T23:48:35.853Z | 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` |
3721 | 2025-02-28T23:48:36.005Z | Compiling libsw v3.3.1 |
3722 | 2025-02-28T23:48:36.028Z | 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` |
3723 | 2025-02-28T23:48:36.032Z | Compiling typify v0.3.0 |
3724 | 2025-02-28T23:48:36.032Z | 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=9ea09ef00f2e4b52 -C extra-filename=-9ea09ef00f2e4b52 --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-a886fea4bd4cf6b0.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-08b4a50c6fd52a56.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2025-02-28T23:48:36.129Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132/build-script-build` |
3726 | 2025-02-28T23:48:36.155Z | Compiling progenitor-impl v0.9.1 |
3727 | 2025-02-28T23:48:36.159Z | 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=e0805c1659769c3a -C extra-filename=-e0805c1659769c3a --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-3d5667ede295bc44.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-8596ef993a50a23e.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-9ea09ef00f2e4b52.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` |
3728 | 2025-02-28T23:48:36.181Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1/build-script-build` |
3729 | 2025-02-28T23:48:36.206Z | 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)'` |
3730 | 2025-02-28T23:48:36.241Z | 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` |
3731 | 2025-02-28T23:48:36.313Z | Compiling password-hash v0.5.0 |
3732 | 2025-02-28T23:48:36.316Z | 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` |
3733 | 2025-02-28T23:48:36.769Z | Compiling blake2 v0.10.6 |
3734 | 2025-02-28T23:48:36.773Z | 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` |
3735 | 2025-02-28T23:48:36.806Z | Compiling linear-map v1.2.0 |
3736 | 2025-02-28T23:48:36.809Z | 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` |
3737 | 2025-02-28T23:48:37.165Z | Compiling pem v3.0.4 |
3738 | 2025-02-28T23:48:37.168Z | 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` |
3739 | 2025-02-28T23:48:37.235Z | Compiling highway v1.2.0 |
3740 | 2025-02-28T23:48:37.238Z | 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` |
3741 | 2025-02-28T23:48:37.876Z | Compiling argon2 v0.5.3 |
3742 | 2025-02-28T23:48:37.880Z | 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` |
3743 | 2025-02-28T23:48:37.986Z | Compiling lzma-sys v0.1.20 |
3744 | 2025-02-28T23:48:37.990Z | 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` |
3745 | 2025-02-28T23:48:38.088Z | Compiling heck v0.3.3 |
3746 | 2025-02-28T23:48:38.091Z | 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` |
3747 | 2025-02-28T23:48:38.145Z | Compiling headers-core v0.3.0 |
3748 | 2025-02-28T23:48:38.148Z | 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` |
3749 | 2025-02-28T23:48:38.333Z | Compiling humantime v2.1.0 |
3750 | 2025-02-28T23:48:38.336Z | 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` |
3751 | 2025-02-28T23:48:38.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3752 | 2025-02-28T23:48:38.435Z | 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` |
3753 | 2025-02-28T23:48:38.741Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3754 | 2025-02-28T23:48:38.753Z | 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` |
3755 | 2025-02-28T23:48:38.786Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc/build-script-build` |
3756 | 2025-02-28T23:48:38.813Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5/build-script-build` |
3757 | 2025-02-28T23:48:38.836Z | Compiling zone_cfg_derive v0.1.2 |
3758 | 2025-02-28T23:48:38.839Z | 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` |
3759 | 2025-02-28T23:48:38.859Z | Compiling headers v0.4.0 |
3760 | 2025-02-28T23:48:38.862Z | 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` |
3761 | 2025-02-28T23:48:38.884Z | 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` |
3762 | 2025-02-28T23:48:39.068Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3763 | 2025-02-28T23:48:39.072Z | 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=4786fc9e4559d193 -C extra-filename=-4786fc9e4559d193 --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-ad1b39c3f0d71493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2025-02-28T23:48:39.478Z | Compiling yasna v0.5.2 |
3765 | 2025-02-28T23:48:39.505Z | 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` |
3766 | 2025-02-28T23:48:39.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404/build-script-build` |
3767 | 2025-02-28T23:48:39.620Z | Compiling base64 v0.13.1 |
3768 | 2025-02-28T23:48:39.656Z | 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` |
3769 | 2025-02-28T23:48:40.207Z | Compiling ron v0.7.1 |
3770 | 2025-02-28T23:48:40.211Z | 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` |
3771 | 2025-02-28T23:48:40.421Z | Compiling zone v0.1.8 |
3772 | 2025-02-28T23:48:40.424Z | 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` |
3773 | 2025-02-28T23:48:40.630Z | Compiling rcgen v0.12.1 |
3774 | 2025-02-28T23:48:40.634Z | 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` |
3775 | 2025-02-28T23:48:40.681Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3776 | 2025-02-28T23:48:40.685Z | 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=04621286149e0c47 -C extra-filename=-04621286149e0c47 --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-4786fc9e4559d193.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-ad1b39c3f0d71493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3777 | 2025-02-28T23:48:41.098Z | Compiling xz2 v0.1.7 |
3778 | 2025-02-28T23:48:41.101Z | 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` |
3779 | 2025-02-28T23:48:41.366Z | 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=c4fb5c2b4581d422 -C extra-filename=-c4fb5c2b4581d422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-01827c4ccaf067ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.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-07306f710fe36406.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` |
3780 | 2025-02-28T23:48:41.555Z | Compiling subprocess v0.2.9 |
3781 | 2025-02-28T23:48:41.559Z | 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` |
3782 | 2025-02-28T23:48:41.783Z | Dirty semver v0.1.20: the rustflags changed |
3783 | 2025-02-28T23:48:41.783Z | Compiling semver v0.1.20 |
3784 | 2025-02-28T23:48:41.815Z | 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` |
3785 | 2025-02-28T23:48:42.317Z | Dirty rustc_version v0.1.7: the rustflags changed |
3786 | 2025-02-28T23:48:42.318Z | Compiling rustc_version v0.1.7 |
3787 | 2025-02-28T23:48:42.322Z | 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` |
3788 | 2025-02-28T23:48:42.391Z | 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` |
3789 | 2025-02-28T23:48:42.680Z | Compiling half v2.4.1 |
3790 | 2025-02-28T23:48:42.683Z | 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` |
3791 | 2025-02-28T23:48:42.748Z | Dirty newtype_derive v0.1.6: the rustflags changed |
3792 | 2025-02-28T23:48:42.748Z | Compiling newtype_derive v0.1.6 |
3793 | 2025-02-28T23:48:42.793Z | 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` |
3794 | 2025-02-28T23:48:42.798Z | Compiling ciborium-io v0.2.2 |
3795 | 2025-02-28T23:48:42.798Z | 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` |
3796 | 2025-02-28T23:48:42.946Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3797 | 2025-02-28T23:48:42.949Z | 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/99251f8/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=361a3d6a539700a6 -C extra-filename=-361a3d6a539700a6 --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-8596ef993a50a23e.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` |
3798 | 2025-02-28T23:48:43.112Z | Dirty aws-lc-sys v0.22.0: the rustflags changed |
3799 | 2025-02-28T23:48:43.112Z | Compiling aws-lc-sys v0.22.0 |
3800 | 2025-02-28T23:48:43.141Z | 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=3a74286d2eac5be0 -C extra-filename=-3a74286d2eac5be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3a74286d2eac5be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fc0e9f33201563cb.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` |
3801 | 2025-02-28T23:48:43.141Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f/build-script-build` |
3802 | 2025-02-28T23:48:43.178Z | Compiling progenitor-macro v0.9.1 |
3803 | 2025-02-28T23:48:43.182Z | 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=240e22d01b9d52c9 -C extra-filename=-240e22d01b9d52c9 --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-bf0a9f0c7a1f5c2d.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-e0805c1659769c3a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-3b8117ba236b2ab3.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` |
3804 | 2025-02-28T23:48:43.208Z | Compiling ciborium-ll v0.2.2 |
3805 | 2025-02-28T23:48:43.211Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3806 | 2025-02-28T23:48:43.211Z | 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` |
3807 | 2025-02-28T23:48:43.232Z | 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/86a2ce1/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=f0722cf227a5b7dd -C extra-filename=-f0722cf227a5b7dd --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-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3808 | 2025-02-28T23:48:43.293Z | 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` |
3809 | 2025-02-28T23:48:43.386Z | Compiling steno v0.4.1 |
3810 | 2025-02-28T23:48:43.390Z | 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=3aff88412f50937a -C extra-filename=-3aff88412f50937a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.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-024cbbf50eabd6a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3811 | 2025-02-28T23:48:43.504Z | Compiling display-error-chain v0.2.2 |
3812 | 2025-02-28T23:48:43.507Z | 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` |
3813 | 2025-02-28T23:48:43.608Z | Compiling ciborium v0.2.2 |
3814 | 2025-02-28T23:48:43.611Z | 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` |
3815 | 2025-02-28T23:48:43.724Z | Compiling slog-dtrace v0.3.0 |
3816 | 2025-02-28T23:48:43.727Z | 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` |
3817 | 2025-02-28T23:48:44.120Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3818 | 2025-02-28T23:48:44.123Z | 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/99251f8/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=cb71e746a0f66e85 -C extra-filename=-cb71e746a0f66e85 --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-f0722cf227a5b7dd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-361a3d6a539700a6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2025-02-28T23:48:44.298Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d/build-script-build` |
3820 | 2025-02-28T23:48:44.387Z | 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=5fc526287fa0b8bc -C extra-filename=-5fc526287fa0b8bc --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-721bb5b37e92804c.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` |
3821 | 2025-02-28T23:48:44.723Z | Compiling gethostname v0.5.0 |
3822 | 2025-02-28T23:48:44.727Z | 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` |
3823 | 2025-02-28T23:48:44.854Z | Compiling nibble_vec v0.1.0 |
3824 | 2025-02-28T23:48:44.857Z | 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` |
3825 | 2025-02-28T23:48:44.926Z | Compiling endian-type v0.1.2 |
3826 | 2025-02-28T23:48:44.962Z | 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` |
3827 | 2025-02-28T23:48:45.033Z | Compiling keccak v0.1.5 |
3828 | 2025-02-28T23:48:45.036Z | 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` |
3829 | 2025-02-28T23:48:45.099Z | Compiling constant_time_eq v0.3.1 |
3830 | 2025-02-28T23:48:45.103Z | 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` |
3831 | 2025-02-28T23:48:45.127Z | Compiling arrayvec v0.7.6 |
3832 | 2025-02-28T23:48:45.130Z | 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` |
3833 | 2025-02-28T23:48:45.205Z | Compiling radix_trie v0.2.1 |
3834 | 2025-02-28T23:48:45.208Z | 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` |
3835 | 2025-02-28T23:48:45.310Z | Compiling arrayref v0.3.9 |
3836 | 2025-02-28T23:48:45.314Z | 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` |
3837 | 2025-02-28T23:48:45.440Z | Compiling sha3 v0.10.8 |
3838 | 2025-02-28T23:48:45.444Z | 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` |
3839 | 2025-02-28T23:48:45.530Z | Compiling universal-hash v0.5.1 |
3840 | 2025-02-28T23:48:45.534Z | 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` |
3841 | 2025-02-28T23:48:45.769Z | Compiling opaque-debug v0.3.1 |
3842 | 2025-02-28T23:48:45.772Z | 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` |
3843 | 2025-02-28T23:48:45.820Z | Compiling secrecy v0.8.0 |
3844 | 2025-02-28T23:48:45.823Z | 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` |
3845 | 2025-02-28T23:48:45.893Z | Compiling blake3 v1.5.4 |
3846 | 2025-02-28T23:48:45.896Z | 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` |
3847 | 2025-02-28T23:48:46.083Z | Compiling memmap2 v0.9.5 |
3848 | 2025-02-28T23:48:46.088Z | 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` |
3849 | 2025-02-28T23:48:46.204Z | Compiling aead v0.5.2 |
3850 | 2025-02-28T23:48:46.209Z | 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` |
3851 | 2025-02-28T23:48:46.460Z | Compiling topological-sort v0.2.2 |
3852 | 2025-02-28T23:48:46.464Z | 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` |
3853 | 2025-02-28T23:48:46.538Z | Compiling poly1305 v0.8.0 |
3854 | 2025-02-28T23:48:46.542Z | 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` |
3855 | 2025-02-28T23:48:46.564Z | Compiling chacha20 v0.9.1 |
3856 | 2025-02-28T23:48:46.568Z | 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` |
3857 | 2025-02-28T23:48:46.622Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d/build-script-build` |
3858 | 2025-02-28T23:48:46.690Z | Compiling toolchain_find v0.4.0 |
3859 | 2025-02-28T23:48:46.693Z | 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` |
3860 | 2025-02-28T23:48:47.039Z | Compiling thiserror-impl-no-std v2.0.2 |
3861 | 2025-02-28T23:48:47.042Z | 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` |
3862 | 2025-02-28T23:48:47.258Z | Compiling rustfmt-wrapper v0.2.1 |
3863 | 2025-02-28T23:48:47.263Z | 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=aefe6c13cbb5287f -C extra-filename=-aefe6c13cbb5287f --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-21a92d868c0dc4d5.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` |
3864 | 2025-02-28T23:48:47.286Z | 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()))'` |
3865 | 2025-02-28T23:48:47.851Z | Compiling async-recursion v1.1.1 |
3866 | 2025-02-28T23:48:47.855Z | 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` |
3867 | 2025-02-28T23:48:48.213Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3868 | 2025-02-28T23:48:48.217Z | 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` |
3869 | 2025-02-28T23:48:48.421Z | Compiling chacha20poly1305 v0.10.1 |
3870 | 2025-02-28T23:48:48.445Z | 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` |
3871 | 2025-02-28T23:48:48.455Z | Compiling fxhash v0.2.1 |
3872 | 2025-02-28T23:48:48.458Z | 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` |
3873 | 2025-02-28T23:48:48.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c/build-script-build` |
3874 | 2025-02-28T23:48:48.644Z | 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/` |
3875 | 2025-02-28T23:48:48.678Z | Compiling simd-adler32 v0.3.7 |
3876 | 2025-02-28T23:48:48.681Z | Compiling lockfree-object-pool v0.1.6 |
3877 | 2025-02-28T23:48:48.681Z | 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` |
3878 | 2025-02-28T23:48:48.681Z | 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` |
3879 | 2025-02-28T23:48:48.990Z | Compiling bumpalo v3.16.0 |
3880 | 2025-02-28T23:48:49.019Z | 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` |
3881 | 2025-02-28T23:48:49.023Z | Compiling maplit v1.0.2 |
3882 | 2025-02-28T23:48:49.054Z | 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` |
3883 | 2025-02-28T23:48:49.151Z | Compiling zip v2.1.3 |
3884 | 2025-02-28T23:48:49.155Z | 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` |
3885 | 2025-02-28T23:48:49.242Z | Compiling termcolor v1.4.1 |
3886 | 2025-02-28T23:48:49.246Z | 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` |
3887 | 2025-02-28T23:48:49.479Z | Compiling zopfli v0.8.1 |
3888 | 2025-02-28T23:48:49.482Z | 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` |
3889 | 2025-02-28T23:48:49.505Z | Compiling const_format_proc_macros v0.2.34 |
3890 | 2025-02-28T23:48:49.509Z | 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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=4af5fc81ee3badf5 -C extra-filename=-4af5fc81ee3badf5 --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` |
3891 | 2025-02-28T23:48:49.565Z | Running `/work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde/build-script-build` |
3892 | 2025-02-28T23:48:49.568Z | Compiling radium v0.7.0 |
3893 | 2025-02-28T23:48:49.568Z | 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` |
3894 | 2025-02-28T23:48:49.744Z | Compiling maybe-uninit v2.0.0 |
3895 | 2025-02-28T23:48:49.748Z | 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` |
3896 | 2025-02-28T23:48:50.003Z | Compiling tap v1.0.1 |
3897 | 2025-02-28T23:48:50.003Z | 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` |
3898 | 2025-02-28T23:48:50.043Z | Compiling thiserror-no-std v2.0.2 |
3899 | 2025-02-28T23:48:50.046Z | 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` |
3900 | 2025-02-28T23:48:50.085Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6/build-script-build` |
3901 | 2025-02-28T23:48:50.126Z | 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` |
3902 | 2025-02-28T23:48:50.187Z | Compiling vsss-rs v3.3.4 |
3903 | 2025-02-28T23:48:50.191Z | 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` |
3904 | 2025-02-28T23:48:50.212Z | Compiling wyz v0.5.1 |
3905 | 2025-02-28T23:48:50.215Z | 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` |
3906 | 2025-02-28T23:48:50.335Z | 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=e56621133d0a745d -C extra-filename=-e56621133d0a745d --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-6df58b942c63faae.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.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` |
3907 | 2025-02-28T23:48:50.586Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd/build-script-build` |
3908 | 2025-02-28T23:48:50.647Z | Compiling packed_struct v0.10.1 |
3909 | 2025-02-28T23:48:50.650Z | 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` |
3910 | 2025-02-28T23:48:50.673Z | Compiling funty v2.0.0 |
3911 | 2025-02-28T23:48:50.676Z | 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` |
3912 | 2025-02-28T23:48:51.053Z | Compiling crc-catalog v2.4.0 |
3913 | 2025-02-28T23:48:51.057Z | 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` |
3914 | 2025-02-28T23:48:51.155Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f/build-script-build` |
3915 | 2025-02-28T23:48:51.197Z | 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` |
3916 | 2025-02-28T23:48:51.233Z | Compiling crc v3.2.1 |
3917 | 2025-02-28T23:48:51.236Z | 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` |
3918 | 2025-02-28T23:48:51.311Z | Compiling packed_struct_codegen v0.10.1 |
3919 | 2025-02-28T23:48:51.315Z | 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` |
3920 | 2025-02-28T23:48:51.519Z | Compiling const_format v0.2.34 |
3921 | 2025-02-28T23:48:51.524Z | 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.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__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", "rust_1_83"))' -C metadata=60bec17f30a6bf0d -C extra-filename=-60bec17f30a6bf0d --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-4af5fc81ee3badf5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3922 | 2025-02-28T23:48:51.912Z | Compiling bitvec v1.0.1 |
3923 | 2025-02-28T23:48:51.916Z | 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` |
3924 | 2025-02-28T23:48:52.122Z | Compiling indexmap v1.9.3 |
3925 | 2025-02-28T23:48:52.126Z | 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` |
3926 | 2025-02-28T23:48:52.233Z | Compiling nodrop v0.1.14 |
3927 | 2025-02-28T23:48:52.237Z | 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` |
3928 | 2025-02-28T23:48:52.350Z | Compiling smallvec v0.6.14 |
3929 | 2025-02-28T23:48:52.353Z | 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` |
3930 | 2025-02-28T23:48:52.387Z | Compiling array-init v0.0.4 |
3931 | 2025-02-28T23:48:52.390Z | 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` |
3932 | 2025-02-28T23:48:52.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d/build-script-build` |
3933 | 2025-02-28T23:48:52.549Z | Compiling vte_generate_state_changes v0.1.2 |
3934 | 2025-02-28T23:48:52.552Z | 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` |
3935 | 2025-02-28T23:48:52.771Z | Compiling hashbrown v0.12.3 |
3936 | 2025-02-28T23:48:52.808Z | 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` |
3937 | 2025-02-28T23:48:53.268Z | Compiling bitfield v0.14.0 |
3938 | 2025-02-28T23:48:53.272Z | 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` |
3939 | 2025-02-28T23:48:53.373Z | Compiling serde-hex v0.1.0 |
3940 | 2025-02-28T23:48:53.376Z | 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` |
3941 | 2025-02-28T23:48:53.606Z | Compiling vte v0.11.1 |
3942 | 2025-02-28T23:48:53.639Z | 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` |
3943 | 2025-02-28T23:48:53.796Z | 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` |
3944 | 2025-02-28T23:48:54.066Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3945 | 2025-02-28T23:48:54.073Z | 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` |
3946 | 2025-02-28T23:48:54.312Z | Compiling env_logger v0.10.2 |
3947 | 2025-02-28T23:48:54.317Z | 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` |
3948 | 2025-02-28T23:48:54.374Z | Compiling ron v0.8.1 |
3949 | 2025-02-28T23:48:54.430Z | 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` |
3950 | 2025-02-28T23:48:54.593Z | Compiling fd-lock v4.0.2 |
3951 | 2025-02-28T23:48:54.601Z | 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` |
3952 | 2025-02-28T23:48:54.836Z | Compiling hashbrown v0.13.2 |
3953 | 2025-02-28T23:48:54.840Z | 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` |
3954 | 2025-02-28T23:48:55.087Z | Compiling kstat-rs v0.2.4 |
3955 | 2025-02-28T23:48:55.090Z | 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` |
3956 | 2025-02-28T23:48:55.296Z | 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` |
3957 | 2025-02-28T23:48:55.369Z | Compiling crc-any v2.5.0 |
3958 | 2025-02-28T23:48:55.372Z | 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` |
3959 | 2025-02-28T23:48:55.690Z | Compiling strip-ansi-escapes v0.2.0 |
3960 | 2025-02-28T23:48:55.694Z | 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` |
3961 | 2025-02-28T23:48:55.801Z | Compiling object v0.30.4 |
3962 | 2025-02-28T23:48:55.805Z | 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` |
3963 | 2025-02-28T23:48:55.870Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3964 | 2025-02-28T23:48:55.873Z | 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` |
3965 | 2025-02-28T23:48:56.047Z | Compiling libefi-sys v0.1.0 |
3966 | 2025-02-28T23:48:56.050Z | 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` |
3967 | 2025-02-28T23:48:56.424Z | Compiling path-slash v0.1.5 |
3968 | 2025-02-28T23:48:56.461Z | 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` |
3969 | 2025-02-28T23:48:56.513Z | Compiling nu-ansi-term v0.50.1 |
3970 | 2025-02-28T23:48:56.517Z | 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` |
3971 | 2025-02-28T23:48:56.600Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3a74286d2eac5be0/build-script-main` |
3972 | 2025-02-28T23:48:56.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481/build-script-build` |
3973 | 2025-02-28T23:48:56.684Z | Compiling phf_generator v0.11.2 |
3974 | 2025-02-28T23:48:56.737Z | 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` |
3975 | 2025-02-28T23:48:56.748Z | Compiling bitfield-struct v0.6.2 |
3976 | 2025-02-28T23:48:56.779Z | 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` |
3977 | 2025-02-28T23:48:56.820Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3978 | 2025-02-28T23:48:56.824Z | 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` |
3979 | 2025-02-28T23:48:56.877Z | Compiling parking_lot_core v0.8.6 |
3980 | 2025-02-28T23:48:56.880Z | 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` |
3981 | 2025-02-28T23:48:57.133Z | Compiling reedline v0.35.0 |
3982 | 2025-02-28T23:48:57.146Z | 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=e7017bcfb4197569 -C extra-filename=-e7017bcfb4197569 --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-721bb5b37e92804c.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` |
3983 | 2025-02-28T23:48:57.323Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e/build-script-build` |
3984 | 2025-02-28T23:48:57.358Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123/build-script-build` |
3985 | 2025-02-28T23:48:57.395Z | Compiling phf_codegen v0.11.2 |
3986 | 2025-02-28T23:48:57.398Z | 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` |
3987 | 2025-02-28T23:48:57.444Z | 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` |
3988 | 2025-02-28T23:48:57.631Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3989 | 2025-02-28T23:48:57.634Z | Compiling parse-zoneinfo v0.3.1 |
3990 | 2025-02-28T23:48:57.634Z | 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=176b78932b1876fd -C extra-filename=-176b78932b1876fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3991 | 2025-02-28T23:48:57.654Z | 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` |
3992 | 2025-02-28T23:48:57.817Z | Dirty bytecount v0.6.8: the rustflags changed |
3993 | 2025-02-28T23:48:57.817Z | Compiling bytecount v0.6.8 |
3994 | 2025-02-28T23:48:57.820Z | 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` |
3995 | 2025-02-28T23:48:58.061Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3996 | 2025-02-28T23:48:58.065Z | 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` |
3997 | 2025-02-28T23:48:58.204Z | Compiling cfg_aliases v0.1.1 |
3998 | 2025-02-28T23:48:58.208Z | 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` |
3999 | 2025-02-28T23:48:58.232Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
4000 | 2025-02-28T23:48:58.236Z | 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` |
4001 | 2025-02-28T23:48:58.259Z | Compiling chrono-tz-build v0.4.0 |
4002 | 2025-02-28T23:48:58.263Z | 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` |
4003 | 2025-02-28T23:48:58.336Z | Compiling nix v0.28.0 |
4004 | 2025-02-28T23:48:58.339Z | 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` |
4005 | 2025-02-28T23:48:58.872Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
4006 | 2025-02-28T23:48:58.875Z | 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=a22cf6386db4081c -C extra-filename=-a22cf6386db4081c --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-e472a653572fba4d.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` |
4007 | 2025-02-28T23:48:58.945Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
4008 | 2025-02-28T23:48:58.949Z | 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` |
4009 | 2025-02-28T23:48:59.176Z | Dirty papergrid v0.11.0: the rustflags changed |
4010 | 2025-02-28T23:48:59.176Z | Compiling papergrid v0.11.0 |
4011 | 2025-02-28T23:48:59.179Z | 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` |
4012 | 2025-02-28T23:48:59.312Z | 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=62ca7f3435cc65a2 -C extra-filename=-62ca7f3435cc65a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.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` |
4013 | 2025-02-28T23:48:59.466Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
4014 | 2025-02-28T23:48:59.472Z | 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=29027c09d7fb4952 -C extra-filename=-29027c09d7fb4952 --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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4015 | 2025-02-28T23:48:59.986Z | 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` |
4016 | 2025-02-28T23:48:59.998Z | Compiling tabled_derive v0.7.0 |
4017 | 2025-02-28T23:48:59.998Z | 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` |
4018 | 2025-02-28T23:48:59.998Z | Compiling chrono-tz v0.10.1 |
4019 | 2025-02-28T23:48:59.998Z | 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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=ba6bef60e668589c -C extra-filename=-ba6bef60e668589c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ba6bef60e668589c -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` |
4020 | 2025-02-28T23:49:00.380Z | Compiling parking_lot v0.11.2 |
4021 | 2025-02-28T23:49:00.390Z | 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` |
4022 | 2025-02-28T23:49:00.781Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3/build-script-build` |
4023 | 2025-02-28T23:49:00.821Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
4024 | 2025-02-28T23:49:00.824Z | 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=51f2245c9074f80b -C extra-filename=-51f2245c9074f80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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` |
4025 | 2025-02-28T23:49:01.284Z | 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` |
4026 | 2025-02-28T23:49:02.304Z | Compiling tabled v0.15.0 |
4027 | 2025-02-28T23:49:02.311Z | 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` |
4028 | 2025-02-28T23:49:02.925Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ba6bef60e668589c/build-script-build` |
4029 | 2025-02-28T23:49:02.982Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98/build-script-build` |
4030 | 2025-02-28T23:49:03.050Z | 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=b1b123f28308ab37 -C extra-filename=-b1b123f28308ab37 --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-28b13d275ecdb670/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated` |
4031 | 2025-02-28T23:49:03.372Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540/build-script-build` |
4032 | 2025-02-28T23:49:03.418Z | Compiling sled v0.34.7 |
4033 | 2025-02-28T23:49:03.450Z | 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` |
4034 | 2025-02-28T23:49:03.517Z | Compiling hickory-client v0.24.2 |
4035 | 2025-02-28T23:49:03.520Z | 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.2/src/lib.rs --error-format=json --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(nightly)' --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=7cb3c4e9cf320b5b -C extra-filename=-7cb3c4e9cf320b5b --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-9d6a93d8aa2ddefe.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` |
4036 | 2025-02-28T23:49:03.789Z | Compiling peg-macros v0.8.4 |
4037 | 2025-02-28T23:49:03.808Z | 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` |
4038 | 2025-02-28T23:49:04.042Z | Compiling hickory-server v0.24.2 |
4039 | 2025-02-28T23:49:04.045Z | 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.2/src/lib.rs --error-format=json --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(nightly)' --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=3eceea28f9fbf722 -C extra-filename=-3eceea28f9fbf722 --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-2874f8c4e7350fed.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-9d6a93d8aa2ddefe.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` |
4040 | 2025-02-28T23:49:04.744Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
4041 | 2025-02-28T23:49:04.748Z | 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=1186df245215087c -C extra-filename=-1186df245215087c --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-1186df245215087c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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` |
4042 | 2025-02-28T23:49:04.872Z | Compiling sqlparser_derive v0.2.2 |
4043 | 2025-02-28T23:49:04.875Z | 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` |
4044 | 2025-02-28T23:49:05.395Z | 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=26595f66b77d3e63 -C extra-filename=-26595f66b77d3e63 --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-b1b123f28308ab37.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-28b13d275ecdb670/out/build/artifacts/` |
4045 | 2025-02-28T23:49:05.986Z | Compiling unicode_categories v0.1.1 |
4046 | 2025-02-28T23:49:05.989Z | 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` |
4047 | 2025-02-28T23:49:06.153Z | Compiling sqlparser v0.45.0 |
4048 | 2025-02-28T23:49:06.156Z | 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` |
4049 | 2025-02-28T23:49:06.346Z | Compiling sqlformat v0.2.6 |
4050 | 2025-02-28T23:49:06.384Z | 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` |
4051 | 2025-02-28T23:49:07.408Z | Dirty rustls-webpki v0.102.8: the rustflags changed |
4052 | 2025-02-28T23:49:07.408Z | Compiling rustls-webpki v0.102.8 |
4053 | 2025-02-28T23:49:07.412Z | 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=1008f9caa06f0bc3 -C extra-filename=-1008f9caa06f0bc3 --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-26595f66b77d3e63.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4054 | 2025-02-28T23:49:08.263Z | Compiling peg v0.8.4 |
4055 | 2025-02-28T23:49:08.353Z | 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` |
4056 | 2025-02-28T23:49:08.414Z | 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=30a3e23abaed8fa4 -C extra-filename=-30a3e23abaed8fa4 --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-26595f66b77d3e63.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-1008f9caa06f0bc3.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
4057 | 2025-02-28T23:49:08.415Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-1186df245215087c/build-script-build` |
4058 | 2025-02-28T23:49:08.415Z | 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=28fb91b463f9c83f -C extra-filename=-28fb91b463f9c83f --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-1008f9caa06f0bc3.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-28b13d275ecdb670/out/build/artifacts/` |
4059 | 2025-02-28T23:49:08.561Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=05aaf271c94ff055 -C extra-filename=-05aaf271c94ff055 --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-721bb5b37e92804c.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` |
4060 | 2025-02-28T23:49:09.333Z | Compiling rustyline v14.0.0 |
4061 | 2025-02-28T23:49:09.337Z | 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` |
4062 | 2025-02-28T23:49:12.460Z | Dirty tokio-rustls v0.25.0: the rustflags changed |
4063 | 2025-02-28T23:49:12.460Z | Compiling tokio-rustls v0.25.0 |
4064 | 2025-02-28T23:49:12.464Z | 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=22d667f1b82f1b2b -C extra-filename=-22d667f1b82f1b2b --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-28fb91b463f9c83f.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-28b13d275ecdb670/out/build/artifacts/` |
4065 | 2025-02-28T23:49:12.907Z | 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=d8c7fc8639698caa -C extra-filename=-d8c7fc8639698caa --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-2874f8c4e7350fed.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-721bb5b37e92804c.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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-22d667f1b82f1b2b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/` |
4066 | 2025-02-28T23:49:13.151Z | 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=90b29e6672e882f1 -C extra-filename=-90b29e6672e882f1 --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-2874f8c4e7350fed.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-721bb5b37e92804c.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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-22d667f1b82f1b2b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/` |
4067 | 2025-02-28T23:49:13.336Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
4068 | 2025-02-28T23:49:13.340Z | 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=49f9b008245b05b2 -C extra-filename=-49f9b008245b05b2 --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-a22cf6386db4081c.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` |
4069 | 2025-02-28T23:49:14.542Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
4070 | 2025-02-28T23:49:14.542Z | Compiling tokio-rustls v0.26.0 |
4071 | 2025-02-28T23:49:14.546Z | 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=cde8bbe56b07bb00 -C extra-filename=-cde8bbe56b07bb00 --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-30a3e23abaed8fa4.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4072 | 2025-02-28T23:49:15.013Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
4073 | 2025-02-28T23:49:15.013Z | Compiling hyper-rustls v0.27.3 |
4074 | 2025-02-28T23:49:15.017Z | 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=e94ebad784a62a7c -C extra-filename=-e94ebad784a62a7c --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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.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-cde8bbe56b07bb00.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4075 | 2025-02-28T23:49:15.614Z | Dirty reqwest v0.12.9: the rustflags changed |
4076 | 2025-02-28T23:49:15.614Z | Compiling reqwest v0.12.9 |
4077 | 2025-02-28T23:49:15.619Z | 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=a30bcb7fe6cd7980 -C extra-filename=-a30bcb7fe6cd7980 --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-8982226b92b6a121.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-86504aebe9fa79d3.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-b8b08b059a94e16d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-04bd0cbfd60ab54b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.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-53266e040992d011.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-30a3e23abaed8fa4.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-1898ff480f4eb3e3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.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-7a8c831b34692f87.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4078 | 2025-02-28T23:49:16.954Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
4079 | 2025-02-28T23:49:16.957Z | 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=aad0cf5bfe79ea8f -C extra-filename=-aad0cf5bfe79ea8f --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-a22cf6386db4081c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-49f9b008245b05b2.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-ad1b39c3f0d71493.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-cbbcb0e066460dbe.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` |
4080 | 2025-02-28T23:49:20.685Z | Dirty qorb v0.2.1: the rustflags changed |
4081 | 2025-02-28T23:49:20.685Z | Compiling qorb v0.2.1 |
4082 | 2025-02-28T23:49:20.691Z | 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=1e7a4906e894fba9 -C extra-filename=-1e7a4906e894fba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-d8c7fc8639698caa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/` |
4083 | 2025-02-28T23:49:20.712Z | Compiling progenitor-client v0.9.1 |
4084 | 2025-02-28T23:49:20.712Z | 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=351a86b4a996c509 -C extra-filename=-351a86b4a996c509 --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-a30bcb7fe6cd7980.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4085 | 2025-02-28T23:49:21.121Z | Compiling progenitor-client v0.8.0 |
4086 | 2025-02-28T23:49:21.125Z | 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=aa92db82821d9582 -C extra-filename=-aa92db82821d9582 --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-a30bcb7fe6cd7980.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4087 | 2025-02-28T23:49:21.258Z | Compiling progenitor v0.9.1 |
4088 | 2025-02-28T23:49:21.263Z | 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=26bc713d22547f5e -C extra-filename=-26bc713d22547f5e --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-351a86b4a996c509.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e0805c1659769c3a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-240e22d01b9d52c9.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4089 | 2025-02-28T23:49:21.486Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
4090 | 2025-02-28T23:49:21.489Z | 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/99251f8/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=289f9db453f0305b -C extra-filename=-289f9db453f0305b --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-2874f8c4e7350fed.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-f0722cf227a5b7dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4091 | 2025-02-28T23:49:21.514Z | Compiling progenitor v0.8.0 |
4092 | 2025-02-28T23:49:21.518Z | 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=569c4dc548c74582 -C extra-filename=-569c4dc548c74582 --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-aa92db82821d9582.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-39f374c3062f1ce9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-836cffb8d52dc56d.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4093 | 2025-02-28T23:49:21.581Z | Compiling omicron-zone-package v0.12.0 |
4094 | 2025-02-28T23:49:21.584Z | 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=2ed49dc8ce4622ae -C extra-filename=-2ed49dc8ce4622ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-a30bcb7fe6cd7980.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-ad1b39c3f0d71493.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4095 | 2025-02-28T23:49:21.736Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4096 | 2025-02-28T23:49:21.739Z | 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=2d2e664fd34fe089 -C extra-filename=-2d2e664fd34fe089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-569c4dc548c74582.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4097 | 2025-02-28T23:49:22.123Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4098 | 2025-02-28T23:49:22.127Z | 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=5358851800287ba7 -C extra-filename=-5358851800287ba7 --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-2874f8c4e7350fed.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-569c4dc548c74582.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4099 | 2025-02-28T23:49:22.522Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4100 | 2025-02-28T23:49:22.525Z | 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=446c3dd1b90182b1 -C extra-filename=-446c3dd1b90182b1 --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-07306f710fe36406.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-569c4dc548c74582.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4101 | 2025-02-28T23:49:23.956Z | Compiling bcs v0.1.6 |
4102 | 2025-02-28T23:49:23.959Z | 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` |
4103 | 2025-02-28T23:49:24.629Z | Compiling termtree v0.5.1 |
4104 | 2025-02-28T23:49:24.651Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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 '--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=c600636670c90600 -C extra-filename=-c600636670c90600 --out-dir /work/oxidecomputer/omicron/target/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-02-28T23:49:24.893Z | Compiling diff v0.1.13 |
4106 | 2025-02-28T23:49:24.897Z | 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` |
4107 | 2025-02-28T23:49:25.496Z | Compiling unicase v2.7.0 |
4108 | 2025-02-28T23:49:25.499Z | 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` |
4109 | 2025-02-28T23:49:25.889Z | Compiling buf-list v1.0.3 |
4110 | 2025-02-28T23:49:25.892Z | 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` |
4111 | 2025-02-28T23:49:26.168Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3/build-script-build` |
4112 | 2025-02-28T23:49:26.377Z | 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` |
4113 | 2025-02-28T23:49:26.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4114 | 2025-02-28T23:49:26.496Z | 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=e489740b554c92cb -C extra-filename=-e489740b554c92cb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e489740b554c92cb -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-b27963488f2618c6.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.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-721bb5b37e92804c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.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-d8c7fc8639698caa.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-6df58b942c63faae.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-7e56c3e06a940178.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-9d6a93d8aa2ddefe.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-65434bb74d6027e2.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-bf0a9f0c7a1f5c2d.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-024cbbf50eabd6a1.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-dad477c818e22db8.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-1e7a4906e894fba9.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-a30bcb7fe6cd7980.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-30a3e23abaed8fa4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a081c424539f0d14.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.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-ad1b39c3f0d71493.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-261c9891c44cffb9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.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-aa09ccf8a97f44d6.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-cbbcb0e066460dbe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:49:26.589Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13/build-script-build` |
4116 | 2025-02-28T23:49:26.630Z | 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` |
4117 | 2025-02-28T23:49:26.757Z | Compiling dsl_auto_type v0.1.2 |
4118 | 2025-02-28T23:49:26.761Z | 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` |
4119 | 2025-02-28T23:49:26.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-e489740b554c92cb/build-script-build` |
4120 | 2025-02-28T23:49:26.889Z | 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=6a35152534ff6c65 -C extra-filename=-6a35152534ff6c65 --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-b27963488f2618c6.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.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-721bb5b37e92804c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.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-d8c7fc8639698caa.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-6df58b942c63faae.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-7e56c3e06a940178.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-9d6a93d8aa2ddefe.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-65434bb74d6027e2.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-bf0a9f0c7a1f5c2d.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-024cbbf50eabd6a1.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-dad477c818e22db8.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-1e7a4906e894fba9.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-a30bcb7fe6cd7980.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-30a3e23abaed8fa4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a081c424539f0d14.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.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-ad1b39c3f0d71493.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-261c9891c44cffb9.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.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-aa09ccf8a97f44d6.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-cbbcb0e066460dbe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:49:26.893Z | Compiling primeorder v0.13.6 |
4122 | 2025-02-28T23:49:26.893Z | 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` |
4123 | 2025-02-28T23:49:27.048Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4124 | 2025-02-28T23:49:27.052Z | 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=27f9fe3155b4b089 -C extra-filename=-27f9fe3155b4b089 --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4125 | 2025-02-28T23:49:27.110Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4126 | 2025-02-28T23:49:27.114Z | 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=c0fcfa4cdcfc2b23 -C extra-filename=-c0fcfa4cdcfc2b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:49:27.412Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4128 | 2025-02-28T23:49:27.416Z | 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=9ac9e4a779a75ff0 -C extra-filename=-9ac9e4a779a75ff0 --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-6a35152534ff6c65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:49:27.495Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4130 | 2025-02-28T23:49:27.518Z | 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=410ead9e5528393e -C extra-filename=-410ead9e5528393e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.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-3d5667ede295bc44.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-6a35152534ff6c65.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4131 | 2025-02-28T23:49:27.687Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4132 | 2025-02-28T23:49:27.712Z | 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=01c7e109d3a74c9b -C extra-filename=-01c7e109d3a74c9b --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-6a35152534ff6c65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4133 | 2025-02-28T23:49:27.945Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4134 | 2025-02-28T23:49:27.949Z | 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=55d31c6c6cd3d717 -C extra-filename=-55d31c6c6cd3d717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-27f9fe3155b4b089.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-91fc1f3a7027e178.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-2d2e664fd34fe089.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-351a86b4a996c509.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-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-90e9e6545b3fdc2d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4135 | 2025-02-28T23:49:28.040Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4136 | 2025-02-28T23:49:28.081Z | 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=011b66acf2c23592 -C extra-filename=-011b66acf2c23592 --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-721bb5b37e92804c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:49:28.098Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
4138 | 2025-02-28T23:49:28.102Z | 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=dd1b713a78140ccf -C extra-filename=-dd1b713a78140ccf --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-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-e373ba1295049567.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-c4fb5c2b4581d422.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5358851800287ba7.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-04621286149e0c47.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-a30bcb7fe6cd7980.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-d55d827c4ab3b08f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4139 | 2025-02-28T23:49:28.190Z | 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=142ac56ccd31a281 -C extra-filename=-142ac56ccd31a281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-27f9fe3155b4b089.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-91fc1f3a7027e178.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-2d2e664fd34fe089.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-351a86b4a996c509.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-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4140 | 2025-02-28T23:49:28.967Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4141 | 2025-02-28T23:49:28.971Z | 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=dd12491de8238087 -C extra-filename=-dd12491de8238087 --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4142 | 2025-02-28T23:49:29.123Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4143 | 2025-02-28T23:49:29.126Z | 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=16453839e176f055 -C extra-filename=-16453839e176f055 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-16453839e176f055 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4144 | 2025-02-28T23:49:29.518Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-16453839e176f055/build-script-build` |
4145 | 2025-02-28T23:49:29.557Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4146 | 2025-02-28T23:49:29.561Z | 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=1a26938c8fbbc46e -C extra-filename=-1a26938c8fbbc46e --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-1a26938c8fbbc46e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2ed49dc8ce4622ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-aefe6c13cbb5287f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4147 | 2025-02-28T23:49:30.155Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4148 | 2025-02-28T23:49:30.159Z | 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=d48144b12d02e30b -C extra-filename=-d48144b12d02e30b --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4149 | 2025-02-28T23:49:30.403Z | Compiling diesel_table_macro_syntax v0.2.0 |
4150 | 2025-02-28T23:49:30.406Z | 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` |
4151 | 2025-02-28T23:49:30.855Z | Compiling scheduled-thread-pool v0.2.7 |
4152 | 2025-02-28T23:49:30.858Z | 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` |
4153 | 2025-02-28T23:49:31.111Z | Compiling crunchy v0.2.2 |
4154 | 2025-02-28T23:49:31.157Z | 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` |
4155 | 2025-02-28T23:49:31.457Z | Compiling r2d2 v0.8.10 |
4156 | 2025-02-28T23:49:31.462Z | 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` |
4157 | 2025-02-28T23:49:31.658Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a/build-script-build` |
4158 | 2025-02-28T23:49:31.700Z | Compiling diesel_derives v2.2.3 |
4159 | 2025-02-28T23:49:31.703Z | 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` |
4160 | 2025-02-28T23:49:31.863Z | Compiling mime_guess v2.0.5 |
4161 | 2025-02-28T23:49:31.866Z | 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` |
4162 | 2025-02-28T23:49:33.140Z | Compiling nanorand v0.7.0 |
4163 | 2025-02-28T23:49:33.144Z | 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` |
4164 | 2025-02-28T23:49:33.699Z | Compiling http-range v0.1.5 |
4165 | 2025-02-28T23:49:33.702Z | 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` |
4166 | 2025-02-28T23:49:33.847Z | Compiling tiny-keccak v2.0.2 |
4167 | 2025-02-28T23:49:33.851Z | 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` |
4168 | 2025-02-28T23:49:34.052Z | Compiling flume v0.11.1 |
4169 | 2025-02-28T23:49:34.056Z | 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` |
4170 | 2025-02-28T23:49:34.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70/build-script-build` |
4171 | 2025-02-28T23:49:34.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c/build-script-build` |
4172 | 2025-02-28T23:49:34.292Z | 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` |
4173 | 2025-02-28T23:49:34.325Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4174 | 2025-02-28T23:49:34.329Z | 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=ea7a57d0d74226d2 -C extra-filename=-ea7a57d0d74226d2 --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-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4175 | 2025-02-28T23:49:34.411Z | Compiling atty v0.2.14 |
4176 | 2025-02-28T23:49:34.416Z | 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` |
4177 | 2025-02-28T23:49:34.591Z | Compiling ref-cast v1.0.23 |
4178 | 2025-02-28T23:49:34.594Z | 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` |
4179 | 2025-02-28T23:49:34.687Z | Compiling salty v0.3.0 |
4180 | 2025-02-28T23:49:34.691Z | 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` |
4181 | 2025-02-28T23:49:35.185Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e/build-script-build` |
4182 | 2025-02-28T23:49:35.188Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34/build-script-build` |
4183 | 2025-02-28T23:49:35.242Z | 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` |
4184 | 2025-02-28T23:49:35.287Z | 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` |
4185 | 2025-02-28T23:49:35.326Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4186 | 2025-02-28T23:49:35.329Z | 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=3128afeb614bde70 -C extra-filename=-3128afeb614bde70 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3128afeb614bde70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4187 | 2025-02-28T23:49:35.698Z | Compiling p384 v0.13.0 |
4188 | 2025-02-28T23:49:35.702Z | 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` |
4189 | 2025-02-28T23:49:35.975Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
4190 | 2025-02-28T23:49:35.978Z | 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/86a2ce1/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=45606cfaa5f6b1a5 -C extra-filename=-45606cfaa5f6b1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.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-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4191 | 2025-02-28T23:49:36.282Z | Compiling ascii-canvas v3.0.0 |
4192 | 2025-02-28T23:49:36.285Z | 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` |
4193 | 2025-02-28T23:49:36.781Z | Compiling ref-cast-impl v1.0.23 |
4194 | 2025-02-28T23:49:36.784Z | 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` |
4195 | 2025-02-28T23:49:36.889Z | Compiling ena v0.14.3 |
4196 | 2025-02-28T23:49:36.893Z | 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` |
4197 | 2025-02-28T23:49:37.232Z | Compiling regex-syntax v0.6.29 |
4198 | 2025-02-28T23:49:37.235Z | 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` |
4199 | 2025-02-28T23:49:37.306Z | Compiling hyper-staticfile v0.10.1 |
4200 | 2025-02-28T23:49:37.310Z | 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=0ddb5968cd266eec -C extra-filename=-0ddb5968cd266eec --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-b8b08b059a94e16d.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-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4201 | 2025-02-28T23:49:37.561Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3128afeb614bde70/build-script-build` |
4202 | 2025-02-28T23:49:37.603Z | 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` |
4203 | 2025-02-28T23:49:38.056Z | 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)'` |
4204 | 2025-02-28T23:49:38.232Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4205 | 2025-02-28T23:49:38.236Z | 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=12c024d645c7008f -C extra-filename=-12c024d645c7008f --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-90b29e6672e882f1.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-b8b08b059a94e16d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4206 | 2025-02-28T23:49:38.305Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4207 | 2025-02-28T23:49:38.308Z | 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=a41acc4998ceb83c -C extra-filename=-a41acc4998ceb83c --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-d48144b12d02e30b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4208 | 2025-02-28T23:49:38.526Z | Compiling env_filter v0.1.2 |
4209 | 2025-02-28T23:49:38.530Z | 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` |
4210 | 2025-02-28T23:49:38.804Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4211 | 2025-02-28T23:49:38.824Z | 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` |
4212 | 2025-02-28T23:49:39.191Z | Compiling env_logger v0.11.5 |
4213 | 2025-02-28T23:49:39.195Z | 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` |
4214 | 2025-02-28T23:49:39.696Z | 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=ffab1f62097bfe8e -C extra-filename=-ffab1f62097bfe8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d0ac4f2685b50c61.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-e5da0062e2f2abd6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-91fc1f3a7027e178.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-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c0fcfa4cdcfc2b23.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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)'` |
4215 | 2025-02-28T23:49:39.877Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4216 | 2025-02-28T23:49:39.880Z | 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=487114cdca4a9610 -C extra-filename=-487114cdca4a9610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4217 | 2025-02-28T23:49:41.590Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4218 | 2025-02-28T23:49:41.594Z | 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=1d1952ba04a5f583 -C extra-filename=-1d1952ba04a5f583 --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-721bb5b37e92804c.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-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:49:42.791Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4220 | 2025-02-28T23:49:42.794Z | 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=17aa16e1cf60f49c -C extra-filename=-17aa16e1cf60f49c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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-02-28T23:49:42.930Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4222 | 2025-02-28T23:49:42.934Z | 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=e6b95c2d96ac3365 -C extra-filename=-e6b95c2d96ac3365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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-02-28T23:49:43.048Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4224 | 2025-02-28T23:49:43.051Z | 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=764cd201065fb223 -C extra-filename=-764cd201065fb223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-90b29e6672e882f1.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-dd1b713a78140ccf.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.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-a081c424539f0d14.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4225 | 2025-02-28T23:49:43.544Z | 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=b0549a1d72d0c558 -C extra-filename=-b0549a1d72d0c558 --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-721bb5b37e92804c.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-142ac56ccd31a281.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:49:45.630Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4227 | 2025-02-28T23:49:45.633Z | 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=6a28f92f8a2f0315 -C extra-filename=-6a28f92f8a2f0315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.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-6a35152534ff6c65.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4228 | 2025-02-28T23:49:46.060Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4229 | 2025-02-28T23:49:46.076Z | 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=639e75d34ae252cc -C extra-filename=-639e75d34ae252cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-6a35152534ff6c65.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.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-8596ef993a50a23e.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-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4230 | 2025-02-28T23:49:47.459Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4231 | 2025-02-28T23:49:47.462Z | 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=792d3862f75578b4 -C extra-filename=-792d3862f75578b4 --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-45589b1a2ff0eab2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4232 | 2025-02-28T23:49:48.052Z | 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=1788f3c712070985 -C extra-filename=-1788f3c712070985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-6a35152534ff6c65.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b0549a1d72d0c558.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-8596ef993a50a23e.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-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4233 | 2025-02-28T23:49:48.131Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-1a26938c8fbbc46e/build-script-build` |
4234 | 2025-02-28T23:49:48.548Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4235 | 2025-02-28T23:49:48.552Z | 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=2f4e5bb90f481f45 -C extra-filename=-2f4e5bb90f481f45 --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4236 | 2025-02-28T23:49:48.898Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4237 | 2025-02-28T23:49:48.902Z | 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=9d3eaf123bcf831e -C extra-filename=-9d3eaf123bcf831e --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-721bb5b37e92804c.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e6b95c2d96ac3365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4238 | 2025-02-28T23:49:49.558Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4239 | 2025-02-28T23:49:49.562Z | 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=a5b9962a312f18a0 -C extra-filename=-a5b9962a312f18a0 --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-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c800b119de301e58.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4240 | 2025-02-28T23:49:49.596Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4241 | 2025-02-28T23:49:49.599Z | 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=14816bc7bb69353f -C extra-filename=-14816bc7bb69353f --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-2874f8c4e7350fed.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4242 | 2025-02-28T23:49:49.706Z | 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=9e7a33ad2c81488a -C extra-filename=-9e7a33ad2c81488a --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-721bb5b37e92804c.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-6a35152534ff6c65.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.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-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4243 | 2025-02-28T23:49:49.887Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4244 | 2025-02-28T23:49:49.891Z | 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=28663bda5ba43174 -C extra-filename=-28663bda5ba43174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:49:49.914Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4246 | 2025-02-28T23:49:49.914Z | 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=27a3eea7d1fd4b2d -C extra-filename=-27a3eea7d1fd4b2d --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-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4247 | 2025-02-28T23:49:50.322Z | Compiling diesel v2.2.6 |
4248 | 2025-02-28T23:49:50.326Z | 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=4fa9166bb659a023 -C extra-filename=-4fa9166bb659a023 --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-721bb5b37e92804c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e8329521f670cb82.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4249 | 2025-02-28T23:49:50.374Z | Compiling lalrpop v0.19.12 |
4250 | 2025-02-28T23:49:50.399Z | 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=59a73d3e586198f1 -C extra-filename=-59a73d3e586198f1 --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-024cbbf50eabd6a1.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` |
4251 | 2025-02-28T23:49:50.528Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4252 | 2025-02-28T23:49:50.531Z | 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=adfbf8a49a9791c3 -C extra-filename=-adfbf8a49a9791c3 --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-91fc1f3a7027e178.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4253 | 2025-02-28T23:49:51.045Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4254 | 2025-02-28T23:49:51.048Z | 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=d89e69855fceeb63 -C extra-filename=-d89e69855fceeb63 --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-7e56c3e06a940178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4255 | 2025-02-28T23:49:51.507Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4256 | 2025-02-28T23:49:51.511Z | 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=12d665d1b32fa782 -C extra-filename=-12d665d1b32fa782 --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-6a35152534ff6c65.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1788f3c712070985.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b0549a1d72d0c558.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-28b13d275ecdb670/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` |
4257 | 2025-02-28T23:49:51.990Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4258 | 2025-02-28T23:49:51.994Z | 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=1f127b4ac039ae3d -C extra-filename=-1f127b4ac039ae3d --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-ffab1f62097bfe8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4259 | 2025-02-28T23:49:53.024Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4260 | 2025-02-28T23:49:53.028Z | 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=538489e9979deaeb -C extra-filename=-538489e9979deaeb --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-e6a771d462f302d2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4261 | 2025-02-28T23:49:54.643Z | 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=e0ad3a8082a6939d -C extra-filename=-e0ad3a8082a6939d --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-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4262 | 2025-02-28T23:49:55.230Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4263 | 2025-02-28T23:49:55.234Z | 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=b867ee0d47a71ef8 -C extra-filename=-b867ee0d47a71ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-27f9fe3155b4b089.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.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-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.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-ffab1f62097bfe8e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.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-538489e9979deaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-3aff88412f50937a.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-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:49:55.286Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4265 | 2025-02-28T23:49:55.319Z | 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=b5d4c60873fa11d8 -C extra-filename=-b5d4c60873fa11d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:49:59.081Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4267 | 2025-02-28T23:49:59.086Z | 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=d3ed1b5f737c0c1b -C extra-filename=-d3ed1b5f737c0c1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-639e75d34ae252cc.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-12d665d1b32fa782.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4268 | 2025-02-28T23:49:59.507Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4269 | 2025-02-28T23:49:59.511Z | 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=4d34b5ef5f8e76a9 -C extra-filename=-4d34b5ef5f8e76a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-410ead9e5528393e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4270 | 2025-02-28T23:50:01.408Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4271 | 2025-02-28T23:50:01.412Z | 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=a34167492988c19e -C extra-filename=-a34167492988c19e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4272 | 2025-02-28T23:50:02.707Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4273 | 2025-02-28T23:50:02.712Z | 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=f1bcc8d1a88c2c4b -C extra-filename=-f1bcc8d1a88c2c4b --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-b8b08b059a94e16d.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-6a35152534ff6c65.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4274 | 2025-02-28T23:50:06.835Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4275 | 2025-02-28T23:50:06.839Z | 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=1b79df28ebe4714a -C extra-filename=-1b79df28ebe4714a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-176b78932b1876fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-29027c09d7fb4952.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-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-62ca7f3435cc65a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4276 | 2025-02-28T23:50:08.302Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4277 | 2025-02-28T23:50:08.326Z | 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=dbf198b0529d7165 -C extra-filename=-dbf198b0529d7165 --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-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4278 | 2025-02-28T23:50:08.480Z | 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=6f8bee5cd0b1bd6f -C extra-filename=-6f8bee5cd0b1bd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.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-90b29e6672e882f1.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-3d5667ede295bc44.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-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-1e7a4906e894fba9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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 termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4279 | 2025-02-28T23:50:10.307Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4280 | 2025-02-28T23:50:10.310Z | 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=bd102e9415346602 -C extra-filename=-bd102e9415346602 --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-446c3dd1b90182b1.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4281 | 2025-02-28T23:50:12.784Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4282 | 2025-02-28T23:50:12.787Z | 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=742586325c8d98a7 -C extra-filename=-742586325c8d98a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-a44787d7f19b2e4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1b79df28ebe4714a.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4283 | 2025-02-28T23:50:13.396Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4284 | 2025-02-28T23:50:13.400Z | 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=b7505256d254c0ce -C extra-filename=-b7505256d254c0ce --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-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.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-28b13d275ecdb670/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` |
4285 | 2025-02-28T23:50:15.262Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4286 | 2025-02-28T23:50:15.265Z | 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=794997d67501c0bd -C extra-filename=-794997d67501c0bd --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-721bb5b37e92804c.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-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4287 | 2025-02-28T23:50:15.709Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4288 | 2025-02-28T23:50:15.713Z | 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=94276f09bade2c51 -C extra-filename=-94276f09bade2c51 --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-90b29e6672e882f1.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-538489e9979deaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4289 | 2025-02-28T23:50:15.747Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4290 | 2025-02-28T23:50:15.750Z | 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=8cf8ddb7d3a3be14 -C extra-filename=-8cf8ddb7d3a3be14 --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-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4291 | 2025-02-28T23:50:16.508Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4292 | 2025-02-28T23:50:16.546Z | 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=68a47a3253c18ee0 -C extra-filename=-68a47a3253c18ee0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-68a47a3253c18ee0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4293 | 2025-02-28T23:50:16.881Z | Compiling derive_builder_core v0.20.2 |
4294 | 2025-02-28T23:50:16.885Z | 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` |
4295 | 2025-02-28T23:50:17.267Z | Compiling libxml v0.3.3 |
4296 | 2025-02-28T23:50:17.271Z | 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` |
4297 | 2025-02-28T23:50:17.725Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4298 | 2025-02-28T23:50:17.728Z | 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` |
4299 | 2025-02-28T23:50:18.111Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0/build-script-build` |
4300 | 2025-02-28T23:50:18.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b/build-script-build` |
4301 | 2025-02-28T23:50:18.203Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-68a47a3253c18ee0/build-script-build` |
4302 | 2025-02-28T23:50:18.243Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4303 | 2025-02-28T23:50:18.247Z | 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=79d3e94a81eed64d -C extra-filename=-79d3e94a81eed64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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` |
4304 | 2025-02-28T23:50:19.140Z | Compiling derive_builder_macro v0.20.2 |
4305 | 2025-02-28T23:50:19.144Z | 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` |
4306 | 2025-02-28T23:50:19.308Z | Compiling samael v0.0.17 |
4307 | 2025-02-28T23:50:19.311Z | 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=26306d0cfb708542 -C extra-filename=-26306d0cfb708542 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-26306d0cfb708542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fc0e9f33201563cb.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` |
4308 | 2025-02-28T23:50:19.877Z | Compiling strum_macros v0.24.3 |
4309 | 2025-02-28T23:50:19.880Z | 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` |
4310 | 2025-02-28T23:50:20.265Z | Compiling pin-project-internal v1.1.6 |
4311 | 2025-02-28T23:50:20.269Z | 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` |
4312 | 2025-02-28T23:50:21.747Z | Compiling indoc v1.0.9 |
4313 | 2025-02-28T23:50:21.751Z | 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` |
4314 | 2025-02-28T23:50:22.720Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-26306d0cfb708542/build-script-bindings` |
4315 | 2025-02-28T23:50:23.102Z | Compiling pin-project v1.1.6 |
4316 | 2025-02-28T23:50:23.105Z | 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` |
4317 | 2025-02-28T23:50:23.261Z | Compiling derive_builder v0.20.2 |
4318 | 2025-02-28T23:50:23.265Z | 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` |
4319 | 2025-02-28T23:50:23.479Z | 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=dbac14cf831c5ff1 -C extra-filename=-dbac14cf831c5ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-79d3e94a81eed64d.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-30a3e23abaed8fa4.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-cde8bbe56b07bb00.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out` |
4320 | 2025-02-28T23:50:23.505Z | 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` |
4321 | 2025-02-28T23:50:24.827Z | 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=124d35da59a31081 -C extra-filename=-124d35da59a31081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a41acc4998ceb83c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-487114cdca4a9610.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a5b9962a312f18a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-8596ef993a50a23e.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-b5d4c60873fa11d8.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-3aff88412f50937a.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4322 | 2025-02-28T23:50:25.543Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
4323 | 2025-02-28T23:50:25.546Z | 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/99251f8/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=2d8b48de379e50b6 -C extra-filename=-2d8b48de379e50b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-361a3d6a539700a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64` |
4324 | 2025-02-28T23:50:25.709Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4325 | 2025-02-28T23:50:25.712Z | 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=7e8025ca4423684c -C extra-filename=-7e8025ca4423684c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-7e8025ca4423684c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4326 | 2025-02-28T23:50:26.066Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4327 | 2025-02-28T23:50:26.088Z | 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=0825c7cbf829e273 -C extra-filename=-0825c7cbf829e273 --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4328 | 2025-02-28T23:50:26.092Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4329 | 2025-02-28T23:50:26.115Z | 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=ade05b2c8dcc373f -C extra-filename=-ade05b2c8dcc373f --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-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4330 | 2025-02-28T23:50:26.897Z | Compiling quick-xml v0.33.0 |
4331 | 2025-02-28T23:50:26.900Z | 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` |
4332 | 2025-02-28T23:50:27.281Z | Compiling impl-trait-for-tuples v0.2.2 |
4333 | 2025-02-28T23:50:27.308Z | 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` |
4334 | 2025-02-28T23:50:30.126Z | Compiling oso-derive v0.27.3 |
4335 | 2025-02-28T23:50:30.129Z | 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` |
4336 | 2025-02-28T23:50:30.194Z | 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=6f9c2d580f5c90c4 -C extra-filename=-6f9c2d580f5c90c4 --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-721bb5b37e92804c.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-6df58b942c63faae.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-53e8c39728b85328.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-c800b119de301e58.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-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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` |
4337 | 2025-02-28T23:50:31.122Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-7e8025ca4423684c/build-script-build` |
4338 | 2025-02-28T23:50:31.165Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4339 | 2025-02-28T23:50:31.168Z | 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=a4fc4e8b934c629c -C extra-filename=-a4fc4e8b934c629c --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-d48144b12d02e30b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4340 | 2025-02-28T23:50:31.316Z | Compiling signal-hook-tokio v0.3.1 |
4341 | 2025-02-28T23:50:31.321Z | 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` |
4342 | 2025-02-28T23:50:31.546Z | Dirty cargo-platform v0.1.8: the rustflags changed |
4343 | 2025-02-28T23:50:31.546Z | Compiling cargo-platform v0.1.8 |
4344 | 2025-02-28T23:50:31.549Z | 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` |
4345 | 2025-02-28T23:50:32.102Z | Compiling snafu-derive v0.8.5 |
4346 | 2025-02-28T23:50:32.106Z | 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` |
4347 | 2025-02-28T23:50:32.880Z | Compiling memoffset v0.9.1 |
4348 | 2025-02-28T23:50:32.884Z | 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` |
4349 | 2025-02-28T23:50:33.297Z | Compiling diesel-dtrace v0.4.2 |
4350 | 2025-02-28T23:50:33.300Z | 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` |
4351 | 2025-02-28T23:50:33.684Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c/build-script-build` |
4352 | 2025-02-28T23:50:33.867Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a/build-script-build` |
4353 | 2025-02-28T23:50:33.871Z | Dirty cargo_metadata v0.18.1: the rustflags changed |
4354 | 2025-02-28T23:50:33.871Z | Compiling cargo_metadata v0.18.1 |
4355 | 2025-02-28T23:50:33.871Z | 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` |
4356 | 2025-02-28T23:50:33.951Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4357 | 2025-02-28T23:50:33.956Z | 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=710b02f32645f484 -C extra-filename=-710b02f32645f484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.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-b8b08b059a94e16d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4358 | 2025-02-28T23:50:34.607Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4359 | 2025-02-28T23:50:34.610Z | 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=786016fd0d15d3fc -C extra-filename=-786016fd0d15d3fc --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-90b29e6672e882f1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4360 | 2025-02-28T23:50:37.094Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4361 | 2025-02-28T23:50:37.097Z | 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=2d943788243d7f20 -C extra-filename=-2d943788243d7f20 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2d943788243d7f20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4362 | 2025-02-28T23:50:37.219Z | Compiling snafu v0.8.5 |
4363 | 2025-02-28T23:50:37.219Z | 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` |
4364 | 2025-02-28T23:50:37.335Z | Compiling olpc-cjson v0.1.4 |
4365 | 2025-02-28T23:50:37.339Z | 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` |
4366 | 2025-02-28T23:50:37.449Z | Compiling globset v0.4.15 |
4367 | 2025-02-28T23:50:37.491Z | 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` |
4368 | 2025-02-28T23:50:37.605Z | Compiling bb8 v0.8.5 |
4369 | 2025-02-28T23:50:37.608Z | 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=7788b6583a23bf62 -C extra-filename=-7788b6583a23bf62 --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-2874f8c4e7350fed.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` |
4370 | 2025-02-28T23:50:37.955Z | Compiling serde_plain v1.0.2 |
4371 | 2025-02-28T23:50:38.033Z | 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` |
4372 | 2025-02-28T23:50:38.165Z | Compiling typed-path v0.9.3 |
4373 | 2025-02-28T23:50:38.169Z | 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` |
4374 | 2025-02-28T23:50:38.362Z | Compiling async-bb8-diesel v0.2.1 |
4375 | 2025-02-28T23:50:38.365Z | 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=4fc27e504ca7c588 -C extra-filename=-4fc27e504ca7c588 --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-2874f8c4e7350fed.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7788b6583a23bf62.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.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` |
4376 | 2025-02-28T23:50:39.011Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2d943788243d7f20/build-script-build` |
4377 | 2025-02-28T23:50:39.050Z | 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` |
4378 | 2025-02-28T23:50:39.131Z | 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=878292ffcfb27a80 -C extra-filename=-878292ffcfb27a80 --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-4fa9166bb659a023.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-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4379 | 2025-02-28T23:50:39.203Z | Compiling tungstenite v0.23.0 |
4380 | 2025-02-28T23:50:39.206Z | 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` |
4381 | 2025-02-28T23:50:39.585Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
4382 | 2025-02-28T23:50:39.588Z | 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` |
4383 | 2025-02-28T23:50:39.981Z | Compiling parse-size v1.1.0 |
4384 | 2025-02-28T23:50:39.985Z | 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` |
4385 | 2025-02-28T23:50:40.265Z | Compiling tough v0.19.0 |
4386 | 2025-02-28T23:50:40.269Z | 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=b351953c64f4c3f0 -C extra-filename=-b351953c64f4c3f0 --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-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.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-a30bcb7fe6cd7980.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.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-7a8c831b34692f87.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4387 | 2025-02-28T23:50:41.215Z | Compiling tokio-tungstenite v0.23.1 |
4388 | 2025-02-28T23:50:41.220Z | 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` |
4389 | 2025-02-28T23:50:41.322Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16/build-script-build` |
4390 | 2025-02-28T23:50:41.411Z | Compiling nix v0.27.1 |
4391 | 2025-02-28T23:50:41.414Z | 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` |
4392 | 2025-02-28T23:50:41.778Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
4393 | 2025-02-28T23:50:41.810Z | 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` |
4394 | 2025-02-28T23:50:42.126Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4395 | 2025-02-28T23:50:42.130Z | 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=fbe6bd883ffc1781 -C extra-filename=-fbe6bd883ffc1781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4396 | 2025-02-28T23:50:43.192Z | 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=2bc24ebc10c8d441 -C extra-filename=-2bc24ebc10c8d441 --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-2874f8c4e7350fed.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-7e56c3e06a940178.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-aad0cf5bfe79ea8f.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-aa09ccf8a97f44d6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.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` |
4397 | 2025-02-28T23:50:43.272Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4398 | 2025-02-28T23:50:43.299Z | 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=b4fdfb0884b34e84 -C extra-filename=-b4fdfb0884b34e84 --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4399 | 2025-02-28T23:50:44.303Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4400 | 2025-02-28T23:50:44.307Z | 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=4e772f594a79e1a1 -C extra-filename=-4e772f594a79e1a1 --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4401 | 2025-02-28T23:50:45.533Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4402 | 2025-02-28T23:50:45.536Z | 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=89ce868433394ad2 -C extra-filename=-89ce868433394ad2 --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4403 | 2025-02-28T23:50:46.230Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4404 | 2025-02-28T23:50:46.233Z | 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=36aa04ce6da406ef -C extra-filename=-36aa04ce6da406ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.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-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-aad0cf5bfe79ea8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-21a92d868c0dc4d5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4405 | 2025-02-28T23:50:46.719Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4406 | 2025-02-28T23:50:46.723Z | 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=a9a22028763de5fc -C extra-filename=-a9a22028763de5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-786016fd0d15d3fc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.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-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4407 | 2025-02-28T23:50:47.658Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4408 | 2025-02-28T23:50:47.663Z | 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=46d4036f6904ba80 -C extra-filename=-46d4036f6904ba80 --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-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4409 | 2025-02-28T23:50:49.329Z | Compiling rand_seeder v0.3.0 |
4410 | 2025-02-28T23:50:49.332Z | 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` |
4411 | 2025-02-28T23:50:49.685Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4412 | 2025-02-28T23:50:49.688Z | 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=2b48193a2983fa7e -C extra-filename=-2b48193a2983fa7e --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4413 | 2025-02-28T23:50:50.188Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4414 | 2025-02-28T23:50:50.192Z | 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=bb9d0d53b52319aa -C extra-filename=-bb9d0d53b52319aa --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-3d5667ede295bc44.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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` |
4415 | 2025-02-28T23:50:51.336Z | Compiling assert_matches v1.5.0 |
4416 | 2025-02-28T23:50:51.340Z | 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` |
4417 | 2025-02-28T23:50:51.468Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4418 | 2025-02-28T23:50:51.496Z | 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=5a37b5800c12402e -C extra-filename=-5a37b5800c12402e --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-65434bb74d6027e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4419 | 2025-02-28T23:50:51.707Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4420 | 2025-02-28T23:50:51.737Z | 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=a75bd9645c7111f2 -C extra-filename=-a75bd9645c7111f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-b5d4c60873fa11d8.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-5a37b5800c12402e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4421 | 2025-02-28T23:50:51.945Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4422 | 2025-02-28T23:50:51.949Z | 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=d5a3686697e96aec -C extra-filename=-d5a3686697e96aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4423 | 2025-02-28T23:50:52.215Z | Compiling libz-sys v1.1.20 |
4424 | 2025-02-28T23:50:52.218Z | 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` |
4425 | 2025-02-28T23:50:53.052Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4426 | 2025-02-28T23:50:53.055Z | 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=6aee3e96ef916d5f -C extra-filename=-6aee3e96ef916d5f --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-90b29e6672e882f1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fbe6bd883ffc1781.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4427 | 2025-02-28T23:50:54.029Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827/build-script-build` |
4428 | 2025-02-28T23:50:54.182Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4429 | 2025-02-28T23:50:54.185Z | 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=74e4552a6c5f24f4 -C extra-filename=-74e4552a6c5f24f4 --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-2874f8c4e7350fed.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4430 | 2025-02-28T23:50:54.751Z | Compiling libgit2-sys v0.17.0+1.8.1 |
4431 | 2025-02-28T23:50:54.777Z | 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` |
4432 | 2025-02-28T23:50:55.544Z | 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` |
4433 | 2025-02-28T23:50:55.691Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274/build-script-build` |
4434 | 2025-02-28T23:50:55.743Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4435 | 2025-02-28T23:50:55.746Z | 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=24718308d9a63842 -C extra-filename=-24718308d9a63842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.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-487114cdca4a9610.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-b5d4c60873fa11d8.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-5a37b5800c12402e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4436 | 2025-02-28T23:50:56.592Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4437 | 2025-02-28T23:50:56.596Z | 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=46711c8a48bfc7f0 -C extra-filename=-46711c8a48bfc7f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-410ead9e5528393e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4438 | 2025-02-28T23:51:01.384Z | Compiling castaway v0.2.3 |
4439 | 2025-02-28T23:51:01.419Z | 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` |
4440 | 2025-02-28T23:51:01.592Z | Compiling compact_str v0.8.0 |
4441 | 2025-02-28T23:51:01.595Z | 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` |
4442 | 2025-02-28T23:51:02.988Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4443 | 2025-02-28T23:51:02.992Z | 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=dbec9f5e67d8708c -C extra-filename=-dbec9f5e67d8708c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.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-90b29e6672e882f1.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-aad0cf5bfe79ea8f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-b351953c64f4c3f0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64` |
4444 | 2025-02-28T23:51:04.274Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4445 | 2025-02-28T23:51:04.277Z | 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=b01cf352dceb5966 -C extra-filename=-b01cf352dceb5966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-6a35152534ff6c65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4446 | 2025-02-28T23:51:04.458Z | Compiling unicode-truncate v1.1.0 |
4447 | 2025-02-28T23:51:04.462Z | 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` |
4448 | 2025-02-28T23:51:04.685Z | Compiling vergen v8.3.2 |
4449 | 2025-02-28T23:51:04.689Z | 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` |
4450 | 2025-02-28T23:51:05.041Z | Compiling instability v0.3.2 |
4451 | 2025-02-28T23:51:05.045Z | 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` |
4452 | 2025-02-28T23:51:05.074Z | Compiling lru v0.12.5 |
4453 | 2025-02-28T23:51:05.078Z | 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` |
4454 | 2025-02-28T23:51:05.395Z | Compiling is_ci v1.2.0 |
4455 | 2025-02-28T23:51:05.399Z | 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` |
4456 | 2025-02-28T23:51:05.647Z | Compiling cassowary v0.3.0 |
4457 | 2025-02-28T23:51:05.650Z | 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` |
4458 | 2025-02-28T23:51:06.208Z | Compiling ratatui v0.28.1 |
4459 | 2025-02-28T23:51:06.232Z | 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` |
4460 | 2025-02-28T23:51:06.749Z | Compiling supports-color v3.0.1 |
4461 | 2025-02-28T23:51:06.753Z | 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` |
4462 | 2025-02-28T23:51:07.093Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8/build-script-build` |
4463 | 2025-02-28T23:51:07.106Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4464 | 2025-02-28T23:51:07.152Z | 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=4c7abd5a21fe3607 -C extra-filename=-4c7abd5a21fe3607 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4c7abd5a21fe3607 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4465 | 2025-02-28T23:51:07.282Z | Compiling libsqlite3-sys v0.30.1 |
4466 | 2025-02-28T23:51:07.286Z | 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` |
4467 | 2025-02-28T23:51:07.482Z | Compiling cfg_aliases v0.2.1 |
4468 | 2025-02-28T23:51:07.486Z | 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` |
4469 | 2025-02-28T23:51:07.587Z | Compiling rustls v0.21.12 |
4470 | 2025-02-28T23:51:07.591Z | 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` |
4471 | 2025-02-28T23:51:07.903Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011/build-script-build` |
4472 | 2025-02-28T23:51:07.927Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54/build-script-build` |
4473 | 2025-02-28T23:51:07.964Z | Compiling nix v0.29.0 |
4474 | 2025-02-28T23:51:07.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/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` |
4475 | 2025-02-28T23:51:07.990Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-4c7abd5a21fe3607/build-script-build` |
4476 | 2025-02-28T23:51:08.031Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4477 | 2025-02-28T23:51:08.063Z | 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=11d81db36deae923 -C extra-filename=-11d81db36deae923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b01cf352dceb5966.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4478 | 2025-02-28T23:51:08.867Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4479 | 2025-02-28T23:51:08.871Z | 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=b9b52d17c3ad1d3a -C extra-filename=-b9b52d17c3ad1d3a --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-90b29e6672e882f1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:51:10.091Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4481 | 2025-02-28T23:51:10.115Z | 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=e79eac4ae3da7d34 -C extra-filename=-e79eac4ae3da7d34 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-e79eac4ae3da7d34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-02-28T23:51:10.473Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4483 | 2025-02-28T23:51:10.476Z | 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=e3bfc9ca4012a1a1 -C extra-filename=-e3bfc9ca4012a1a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e3bfc9ca4012a1a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4484 | 2025-02-28T23:51:10.854Z | Compiling sct v0.7.1 |
4485 | 2025-02-28T23:51:10.876Z | 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` |
4486 | 2025-02-28T23:51:11.195Z | Compiling rustls-webpki v0.101.7 |
4487 | 2025-02-28T23:51:11.198Z | 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` |
4488 | 2025-02-28T23:51:12.456Z | Compiling concurrent-queue v2.5.0 |
4489 | 2025-02-28T23:51:12.460Z | 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` |
4490 | 2025-02-28T23:51:12.802Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
4491 | 2025-02-28T23:51:12.802Z | Compiling unicode-linebreak v0.1.5 |
4492 | 2025-02-28T23:51:12.826Z | 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` |
4493 | 2025-02-28T23:51:12.864Z | Dirty smawk v0.3.2: the rustflags changed |
4494 | 2025-02-28T23:51:12.864Z | Compiling smawk v0.3.2 |
4495 | 2025-02-28T23:51:12.864Z | 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` |
4496 | 2025-02-28T23:51:13.011Z | Compiling parking v2.2.1 |
4497 | 2025-02-28T23:51:13.017Z | 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` |
4498 | 2025-02-28T23:51:13.168Z | 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` |
4499 | 2025-02-28T23:51:13.237Z | Dirty textwrap v0.16.1: the rustflags changed |
4500 | 2025-02-28T23:51:13.238Z | Compiling textwrap v0.16.1 |
4501 | 2025-02-28T23:51:13.254Z | 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` |
4502 | 2025-02-28T23:51:13.363Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e3bfc9ca4012a1a1/build-script-build` |
4503 | 2025-02-28T23:51:13.401Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-e79eac4ae3da7d34/build-script-build` |
4504 | 2025-02-28T23:51:13.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23/build-script-build` |
4505 | 2025-02-28T23:51:13.469Z | 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` |
4506 | 2025-02-28T23:51:13.942Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4507 | 2025-02-28T23:51:13.945Z | 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=c738355087088fce -C extra-filename=-c738355087088fce --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c738355087088fce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4508 | 2025-02-28T23:51:14.315Z | Compiling hashlink v0.9.1 |
4509 | 2025-02-28T23:51:14.318Z | 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` |
4510 | 2025-02-28T23:51:14.334Z | Compiling fallible-iterator v0.3.0 |
4511 | 2025-02-28T23:51:14.337Z | 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` |
4512 | 2025-02-28T23:51:14.951Z | Compiling fallible-streaming-iterator v0.1.9 |
4513 | 2025-02-28T23:51:14.954Z | 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` |
4514 | 2025-02-28T23:51:15.018Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c738355087088fce/build-script-build` |
4515 | 2025-02-28T23:51:15.058Z | 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)'` |
4516 | 2025-02-28T23:51:15.250Z | Compiling rusqlite v0.32.1 |
4517 | 2025-02-28T23:51:15.255Z | 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` |
4518 | 2025-02-28T23:51:15.647Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4519 | 2025-02-28T23:51:15.650Z | 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=11e2106f36ea5a38 -C extra-filename=-11e2106f36ea5a38 --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4520 | 2025-02-28T23:51:16.649Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4521 | 2025-02-28T23:51:16.653Z | 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=aa9895eadecb4187 -C extra-filename=-aa9895eadecb4187 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-aa9895eadecb4187 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4522 | 2025-02-28T23:51:17.015Z | Compiling tokio-rustls v0.24.1 |
4523 | 2025-02-28T23:51:17.019Z | 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` |
4524 | 2025-02-28T23:51:17.421Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4525 | 2025-02-28T23:51:17.424Z | 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=00f096c80882ed33 -C extra-filename=-00f096c80882ed33 --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-721bb5b37e92804c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4526 | 2025-02-28T23:51:17.797Z | Compiling rustls-pemfile v1.0.4 |
4527 | 2025-02-28T23:51:17.800Z | 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` |
4528 | 2025-02-28T23:51:18.204Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4529 | 2025-02-28T23:51:18.207Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/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=47de71003ef5955e -C extra-filename=-47de71003ef5955e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.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` |
4530 | 2025-02-28T23:51:18.785Z | Compiling twox-hash v2.1.0 |
4531 | 2025-02-28T23:51:18.789Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-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 --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=a3732aa9983979ce -C extra-filename=-a3732aa9983979ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4532 | 2025-02-28T23:51:19.487Z | Compiling shell-words v1.1.0 |
4533 | 2025-02-28T23:51:19.491Z | 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` |
4534 | 2025-02-28T23:51:19.542Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4535 | 2025-02-28T23:51:19.545Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/lldpd-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=2a5c3d626d19f4ec -C extra-filename=-2a5c3d626d19f4ec --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-721bb5b37e92804c.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-47de71003ef5955e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-569c4dc548c74582.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4536 | 2025-02-28T23:51:19.791Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-aa9895eadecb4187/build-script-build` |
4537 | 2025-02-28T23:51:19.824Z | Compiling event-listener v5.3.1 |
4538 | 2025-02-28T23:51:19.827Z | 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` |
4539 | 2025-02-28T23:51:20.045Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
4540 | 2025-02-28T23:51:20.049Z | 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/86a2ce1/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=892ad5ae97cc094b -C extra-filename=-892ad5ae97cc094b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.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-26bc713d22547f5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64` |
4541 | 2025-02-28T23:51:20.389Z | Compiling fatfs v0.3.6 |
4542 | 2025-02-28T23:51:20.392Z | 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=f833def048b743a6 -C extra-filename=-f833def048b743a6 --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-721bb5b37e92804c.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` |
4543 | 2025-02-28T23:51:20.549Z | Compiling event-listener-strategy v0.5.2 |
4544 | 2025-02-28T23:51:20.587Z | 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` |
4545 | 2025-02-28T23:51:20.800Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4546 | 2025-02-28T23:51:20.803Z | 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=f0ea597865a22e5c -C extra-filename=-f0ea597865a22e5c --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-721bb5b37e92804c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.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-28b13d275ecdb670/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` |
4547 | 2025-02-28T23:51:21.966Z | Compiling csv-core v0.1.11 |
4548 | 2025-02-28T23:51:21.969Z | 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` |
4549 | 2025-02-28T23:51:22.544Z | Compiling csv v1.3.1 |
4550 | 2025-02-28T23:51:22.548Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9480ba7acbc5f7fc -C extra-filename=-9480ba7acbc5f7fc --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` |
4551 | 2025-02-28T23:51:22.580Z | Compiling futures-lite v2.3.0 |
4552 | 2025-02-28T23:51:22.612Z | 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` |
4553 | 2025-02-28T23:51:23.157Z | Compiling rtoolbox v0.0.2 |
4554 | 2025-02-28T23:51:23.161Z | 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` |
4555 | 2025-02-28T23:51:23.596Z | Compiling hex-literal v0.4.1 |
4556 | 2025-02-28T23:51:23.599Z | 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` |
4557 | 2025-02-28T23:51:23.762Z | Compiling plotters-backend v0.3.7 |
4558 | 2025-02-28T23:51:23.766Z | 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` |
4559 | 2025-02-28T23:51:23.787Z | Compiling rpassword v7.3.1 |
4560 | 2025-02-28T23:51:23.790Z | 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` |
4561 | 2025-02-28T23:51:24.078Z | Compiling tui-tree-widget v0.22.0 |
4562 | 2025-02-28T23:51:24.081Z | 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` |
4563 | 2025-02-28T23:51:24.116Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
4564 | 2025-02-28T23:51:24.119Z | 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=c68a2e7174878c38 -C extra-filename=-c68a2e7174878c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-36aa04ce6da406ef.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4565 | 2025-02-28T23:51:24.260Z | Compiling plotters-svg v0.3.7 |
4566 | 2025-02-28T23:51:24.264Z | 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` |
4567 | 2025-02-28T23:51:24.448Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4568 | 2025-02-28T23:51:24.452Z | 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=4b5137ff59fe1499 -C extra-filename=-4b5137ff59fe1499 --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-17aa16e1cf60f49c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4569 | 2025-02-28T23:51:24.701Z | Compiling cast v0.3.0 |
4570 | 2025-02-28T23:51:24.704Z | 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` |
4571 | 2025-02-28T23:51:25.094Z | Compiling yansi v1.0.1 |
4572 | 2025-02-28T23:51:25.098Z | 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` |
4573 | 2025-02-28T23:51:25.818Z | Compiling pretty_assertions v1.4.1 |
4574 | 2025-02-28T23:51:25.822Z | 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` |
4575 | 2025-02-28T23:51:25.894Z | Compiling criterion-plot v0.5.0 |
4576 | 2025-02-28T23:51:25.900Z | 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` |
4577 | 2025-02-28T23:51:26.164Z | Compiling plotters v0.3.7 |
4578 | 2025-02-28T23:51:26.168Z | 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` |
4579 | 2025-02-28T23:51:26.362Z | Compiling async-lock v3.4.0 |
4580 | 2025-02-28T23:51:26.385Z | 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` |
4581 | 2025-02-28T23:51:26.882Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4582 | 2025-02-28T23:51:26.885Z | 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=bf109f1e489b4f3e -C extra-filename=-bf109f1e489b4f3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.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-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4583 | 2025-02-28T23:51:27.449Z | Compiling polyval v0.6.2 |
4584 | 2025-02-28T23:51:27.453Z | 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` |
4585 | 2025-02-28T23:51:27.904Z | Compiling polling v3.7.3 |
4586 | 2025-02-28T23:51:27.907Z | 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` |
4587 | 2025-02-28T23:51:28.371Z | Compiling tinytemplate v1.2.1 |
4588 | 2025-02-28T23:51:28.374Z | 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` |
4589 | 2025-02-28T23:51:28.637Z | Compiling anes v0.1.6 |
4590 | 2025-02-28T23:51:28.667Z | 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` |
4591 | 2025-02-28T23:51:29.096Z | Compiling oorandom v11.1.4 |
4592 | 2025-02-28T23:51:29.100Z | 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` |
4593 | 2025-02-28T23:51:29.312Z | Compiling criterion v0.5.1 |
4594 | 2025-02-28T23:51:29.316Z | 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=5f1d9a953bba4d5a -C extra-filename=-5f1d9a953bba4d5a --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-e472a653572fba4d.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` |
4595 | 2025-02-28T23:51:29.341Z | Compiling async-io v2.3.4 |
4596 | 2025-02-28T23:51:29.345Z | 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` |
4597 | 2025-02-28T23:51:31.352Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4598 | 2025-02-28T23:51:31.356Z | 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=b65dc9195ccbd8cd -C extra-filename=-b65dc9195ccbd8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-3d5667ede295bc44.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.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-410ead9e5528393e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4599 | 2025-02-28T23:51:31.378Z | Compiling ghash v0.5.1 |
4600 | 2025-02-28T23:51:31.381Z | 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` |
4601 | 2025-02-28T23:51:31.598Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
4602 | 2025-02-28T23:51:31.602Z | 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=4e7c65603699541d -C extra-filename=-4e7c65603699541d --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4603 | 2025-02-28T23:51:33.100Z | Compiling ctr v0.9.2 |
4604 | 2025-02-28T23:51:33.103Z | 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` |
4605 | 2025-02-28T23:51:33.456Z | Compiling async-task v4.7.1 |
4606 | 2025-02-28T23:51:33.460Z | 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` |
4607 | 2025-02-28T23:51:33.895Z | Compiling target-lexicon v0.12.16 |
4608 | 2025-02-28T23:51:33.898Z | 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` |
4609 | 2025-02-28T23:51:34.953Z | Compiling doc-comment v0.3.3 |
4610 | 2025-02-28T23:51:34.957Z | 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` |
4611 | 2025-02-28T23:51:35.552Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac/build-script-build` |
4612 | 2025-02-28T23:51:35.740Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408/build-script-build` |
4613 | 2025-02-28T23:51:35.829Z | Compiling aes-gcm v0.10.3 |
4614 | 2025-02-28T23:51:35.833Z | 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` |
4615 | 2025-02-28T23:51:36.149Z | Compiling async-channel v2.3.1 |
4616 | 2025-02-28T23:51:36.152Z | 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` |
4617 | 2025-02-28T23:51:36.536Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4618 | 2025-02-28T23:51:36.540Z | 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=5034d17fafc1f241 -C extra-filename=-5034d17fafc1f241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4619 | 2025-02-28T23:51:38.364Z | Compiling piper v0.2.4 |
4620 | 2025-02-28T23:51:38.368Z | 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` |
4621 | 2025-02-28T23:51:38.796Z | Compiling ssh-encoding v0.2.0 |
4622 | 2025-02-28T23:51:38.800Z | 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` |
4623 | 2025-02-28T23:51:39.311Z | Compiling blowfish v0.9.1 |
4624 | 2025-02-28T23:51:39.314Z | 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` |
4625 | 2025-02-28T23:51:40.711Z | Compiling guppy-workspace-hack v0.1.0 |
4626 | 2025-02-28T23:51:40.716Z | 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` |
4627 | 2025-02-28T23:51:40.716Z | Compiling assert_cmd v2.0.16 |
4628 | 2025-02-28T23:51:40.716Z | 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` |
4629 | 2025-02-28T23:51:40.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605/build-script-build` |
4630 | 2025-02-28T23:51:40.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd/build-script-build` |
4631 | 2025-02-28T23:51:40.716Z | Compiling bcrypt-pbkdf v0.10.0 |
4632 | 2025-02-28T23:51:40.716Z | 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` |
4633 | 2025-02-28T23:51:40.716Z | Compiling ssh-cipher v0.2.0 |
4634 | 2025-02-28T23:51:40.716Z | 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` |
4635 | 2025-02-28T23:51:41.278Z | 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=7639c3c48a3ebccc -C extra-filename=-7639c3c48a3ebccc --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-124d35da59a31081.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4636 | 2025-02-28T23:51:42.016Z | Compiling blocking v1.6.1 |
4637 | 2025-02-28T23:51:42.019Z | 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` |
4638 | 2025-02-28T23:51:42.612Z | 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"'` |
4639 | 2025-02-28T23:51:42.710Z | 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` |
4640 | 2025-02-28T23:51:42.834Z | Compiling async-executor v1.13.1 |
4641 | 2025-02-28T23:51:42.857Z | 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` |
4642 | 2025-02-28T23:51:43.213Z | Compiling async-signal v0.2.10 |
4643 | 2025-02-28T23:51:43.217Z | 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` |
4644 | 2025-02-28T23:51:43.622Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4645 | 2025-02-28T23:51:43.625Z | 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=af97b61fbc67c78b -C extra-filename=-af97b61fbc67c78b --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-721bb5b37e92804c.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4646 | 2025-02-28T23:51:43.665Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4647 | 2025-02-28T23:51:43.669Z | 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=833418bc76fbbaf4 -C extra-filename=-833418bc76fbbaf4 --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-dbf198b0529d7165.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4648 | 2025-02-28T23:51:44.844Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4649 | 2025-02-28T23:51:44.848Z | 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=70ea3361ee986da5 -C extra-filename=-70ea3361ee986da5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4650 | 2025-02-28T23:51:47.461Z | Compiling password-hash v0.4.2 |
4651 | 2025-02-28T23:51:47.467Z | 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` |
4652 | 2025-02-28T23:51:48.106Z | 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` |
4653 | 2025-02-28T23:51:48.147Z | Compiling event-listener v2.5.3 |
4654 | 2025-02-28T23:51:48.151Z | 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` |
4655 | 2025-02-28T23:51:48.326Z | Compiling futures-timer v3.0.3 |
4656 | 2025-02-28T23:51:48.329Z | 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` |
4657 | 2025-02-28T23:51:48.581Z | Compiling target-spec v3.2.2 |
4658 | 2025-02-28T23:51:48.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/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` |
4659 | 2025-02-28T23:51:48.769Z | Compiling git2 v0.19.0 |
4660 | 2025-02-28T23:51:48.772Z | 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=637945385240e9d0 -C extra-filename=-637945385240e9d0 --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-7a8c831b34692f87.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` |
4661 | 2025-02-28T23:51:49.145Z | Compiling async-channel v1.9.0 |
4662 | 2025-02-28T23:51:49.148Z | 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` |
4663 | 2025-02-28T23:51:49.171Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6/build-script-build` |
4664 | 2025-02-28T23:51:49.210Z | Compiling pbkdf2 v0.11.0 |
4665 | 2025-02-28T23:51:49.214Z | 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` |
4666 | 2025-02-28T23:51:49.480Z | Compiling async-process v2.3.0 |
4667 | 2025-02-28T23:51:49.483Z | 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` |
4668 | 2025-02-28T23:51:49.615Z | Compiling async-global-executor v2.4.1 |
4669 | 2025-02-28T23:51:49.618Z | 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` |
4670 | 2025-02-28T23:51:50.856Z | Compiling cfg-expr v0.17.0 |
4671 | 2025-02-28T23:51:50.860Z | 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` |
4672 | 2025-02-28T23:51:51.199Z | 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` |
4673 | 2025-02-28T23:51:52.164Z | Compiling ssh-key v0.6.6 |
4674 | 2025-02-28T23:51:52.168Z | 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` |
4675 | 2025-02-28T23:51:52.428Z | 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` |
4676 | 2025-02-28T23:51:52.566Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4677 | 2025-02-28T23:51:52.627Z | 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=aa2da79e4665c554 -C extra-filename=-aa2da79e4665c554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4678 | 2025-02-28T23:51:56.446Z | 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=6a0830da2b730bbd -C extra-filename=-6a0830da2b730bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-637945385240e9d0.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)'` |
4679 | 2025-02-28T23:51:57.645Z | Compiling p521 v0.13.3 |
4680 | 2025-02-28T23:51:57.648Z | 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` |
4681 | 2025-02-28T23:51:58.125Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
4682 | 2025-02-28T23:51:58.129Z | 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/86a2ce1/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=188c5058cb292aca -C extra-filename=-188c5058cb292aca --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-188c5058cb292aca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-6a0830da2b730bbd.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` |
4683 | 2025-02-28T23:51:59.609Z | Compiling p256 v0.13.2 |
4684 | 2025-02-28T23:51:59.612Z | 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` |
4685 | 2025-02-28T23:51:59.968Z | Compiling petname v2.0.2 |
4686 | 2025-02-28T23:51:59.971Z | 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=19bde22a1ae852eb -C extra-filename=-19bde22a1ae852eb --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-19bde22a1ae852eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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` |
4687 | 2025-02-28T23:52:00.074Z | Compiling async-attributes v1.1.2 |
4688 | 2025-02-28T23:52:00.078Z | 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` |
4689 | 2025-02-28T23:52:00.100Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-188c5058cb292aca/build-script-build` |
4690 | 2025-02-28T23:52:00.471Z | Compiling num_cpus v1.16.0 |
4691 | 2025-02-28T23:52:00.474Z | 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` |
4692 | 2025-02-28T23:52:00.629Z | Compiling russh-cryptovec v0.7.3 |
4693 | 2025-02-28T23:52:00.714Z | 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` |
4694 | 2025-02-28T23:52:00.958Z | Compiling kv-log-macro v1.0.7 |
4695 | 2025-02-28T23:52:00.983Z | 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` |
4696 | 2025-02-28T23:52:01.115Z | Compiling md5 v0.7.0 |
4697 | 2025-02-28T23:52:01.118Z | 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` |
4698 | 2025-02-28T23:52:01.163Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-19bde22a1ae852eb/build-script-build` |
4699 | 2025-02-28T23:52:01.176Z | Compiling async-std v1.13.0 |
4700 | 2025-02-28T23:52:01.180Z | 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` |
4701 | 2025-02-28T23:52:01.519Z | Compiling russh-keys v0.45.0 |
4702 | 2025-02-28T23:52:01.523Z | 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=9c2b15007476a720 -C extra-filename=-9c2b15007476a720 --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-2874f8c4e7350fed.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` |
4703 | 2025-02-28T23:52:01.634Z | Compiling threadpool v1.8.1 |
4704 | 2025-02-28T23:52:01.634Z | 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` |
4705 | 2025-02-28T23:52:01.758Z | 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/86a2ce1/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=ed92640daa33e11b -C extra-filename=-ed92640daa33e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-d8c7fc8639698caa.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-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-a3732aa9983979ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/lib/amd64` |
4706 | 2025-02-28T23:52:02.413Z | 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` |
4707 | 2025-02-28T23:52:03.108Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4708 | 2025-02-28T23:52:03.112Z | 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=e33715ef01ef3e1d -C extra-filename=-e33715ef01ef3e1d --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-af97b61fbc67c78b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4709 | 2025-02-28T23:52:03.363Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4710 | 2025-02-28T23:52:03.367Z | 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=dbb3f9269b837c1a -C extra-filename=-dbb3f9269b837c1a --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-4d34b5ef5f8e76a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4711 | 2025-02-28T23:52:04.180Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4712 | 2025-02-28T23:52:04.183Z | 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=c2be9d52234a5f7e -C extra-filename=-c2be9d52234a5f7e --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-17aa16e1cf60f49c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4713 | 2025-02-28T23:52:04.590Z | Compiling httptest v0.16.1 |
4714 | 2025-02-28T23:52:04.630Z | 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=b771cceab546d15c -C extra-filename=-b771cceab546d15c --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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.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` |
4715 | 2025-02-28T23:52:04.746Z | Compiling num-bigint v0.4.6 |
4716 | 2025-02-28T23:52:04.772Z | 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` |
4717 | 2025-02-28T23:52:05.320Z | Compiling pathdiff v0.2.2 |
4718 | 2025-02-28T23:52:05.324Z | 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` |
4719 | 2025-02-28T23:52:05.534Z | Compiling rustls-native-certs v0.7.3 |
4720 | 2025-02-28T23:52:05.537Z | 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` |
4721 | 2025-02-28T23:52:06.143Z | Compiling des v0.8.1 |
4722 | 2025-02-28T23:52:06.147Z | 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` |
4723 | 2025-02-28T23:52:06.505Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4724 | 2025-02-28T23:52:06.508Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/120da6f/dhcproto-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=a3596dc93c0bd315 -C extra-filename=-a3596dc93c0bd315 --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 proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4725 | 2025-02-28T23:52:07.489Z | Compiling nested v0.1.1 |
4726 | 2025-02-28T23:52:07.493Z | 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` |
4727 | 2025-02-28T23:52:07.803Z | Compiling escape8259 v0.5.3 |
4728 | 2025-02-28T23:52:07.838Z | 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` |
4729 | 2025-02-28T23:52:07.873Z | Compiling guppy v0.17.8 |
4730 | 2025-02-28T23:52:07.877Z | 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=cf224f57aaa5a597 -C extra-filename=-cf224f57aaa5a597 --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-3d5667ede295bc44.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-024cbbf50eabd6a1.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` |
4731 | 2025-02-28T23:52:08.192Z | Compiling libtest-mimic v0.7.3 |
4732 | 2025-02-28T23:52:08.196Z | 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=7155b28ab4a46397 -C extra-filename=-7155b28ab4a46397 --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-e472a653572fba4d.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` |
4733 | 2025-02-28T23:52:08.493Z | Compiling russh v0.45.0 |
4734 | 2025-02-28T23:52:08.496Z | 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=d83c703aab4b29fd -C extra-filename=-d83c703aab4b29fd --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-2874f8c4e7350fed.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-6df58b942c63faae.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-9c2b15007476a720.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` |
4735 | 2025-02-28T23:52:09.694Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4736 | 2025-02-28T23:52:09.697Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e3e5f397b583c7e4 -C extra-filename=-e3e5f397b583c7e4 --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-a3596dc93c0bd315.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.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 url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4737 | 2025-02-28T23:52:10.066Z | Compiling hyper-rustls v0.26.0 |
4738 | 2025-02-28T23:52:10.070Z | 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=108aadc70831db78 -C extra-filename=-108aadc70831db78 --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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.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-22d667f1b82f1b2b.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-28b13d275ecdb670/out/build/artifacts/` |
4739 | 2025-02-28T23:52:10.642Z | Compiling async-object-pool v0.1.5 |
4740 | 2025-02-28T23:52:10.645Z | 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` |
4741 | 2025-02-28T23:52:10.862Z | 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=8344b839423ce5a4 -C extra-filename=-8344b839423ce5a4 --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` |
4742 | 2025-02-28T23:52:12.835Z | Compiling fancy-regex v0.13.0 |
4743 | 2025-02-28T23:52:12.839Z | 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` |
4744 | 2025-02-28T23:52:12.965Z | Compiling rstest_macros v0.23.0 |
4745 | 2025-02-28T23:52:12.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/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` |
4746 | 2025-02-28T23:52:13.200Z | Compiling polar-core v0.27.3 |
4747 | 2025-02-28T23:52:13.239Z | 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=d2f1cef290aec742 -C extra-filename=-d2f1cef290aec742 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-d2f1cef290aec742 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-59a73d3e586198f1.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` |
4748 | 2025-02-28T23:52:13.552Z | Compiling assert-json-diff v2.0.2 |
4749 | 2025-02-28T23:52:13.556Z | 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` |
4750 | 2025-02-28T23:52:14.425Z | Compiling serde_regex v1.1.0 |
4751 | 2025-02-28T23:52:14.428Z | 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` |
4752 | 2025-02-28T23:52:14.749Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4753 | 2025-02-28T23:52:14.763Z | 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` |
4754 | 2025-02-28T23:52:14.882Z | Compiling path-tree v0.8.1 |
4755 | 2025-02-28T23:52:14.886Z | 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` |
4756 | 2025-02-28T23:52:14.910Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-d2f1cef290aec742/build-script-build` |
4757 | 2025-02-28T23:52:14.935Z | Compiling internet-checksum v0.2.1 |
4758 | 2025-02-28T23:52:14.939Z | 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` |
4759 | 2025-02-28T23:52:15.208Z | Compiling stringmetrics v2.2.2 |
4760 | 2025-02-28T23:52:15.211Z | Compiling target-triple v0.1.3 |
4761 | 2025-02-28T23:52:15.211Z | 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` |
4762 | 2025-02-28T23:52:15.232Z | 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` |
4763 | 2025-02-28T23:52:15.318Z | Compiling sync-ptr v0.1.1 |
4764 | 2025-02-28T23:52:15.321Z | 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` |
4765 | 2025-02-28T23:52:15.491Z | Compiling httpmock v0.8.0-alpha.1 |
4766 | 2025-02-28T23:52:15.494Z | 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=8d16ff04e8eaa85a -C extra-filename=-8d16ff04e8eaa85a --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-2874f8c4e7350fed.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-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.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-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4767 | 2025-02-28T23:52:15.530Z | Compiling datatest-stable v0.2.9 |
4768 | 2025-02-28T23:52:15.533Z | 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=e8d63b2fdd720dd2 -C extra-filename=-e8d63b2fdd720dd2 --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-7155b28ab4a46397.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` |
4769 | 2025-02-28T23:52:15.585Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005/build-script-build` |
4770 | 2025-02-28T23:52:15.692Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4771 | 2025-02-28T23:52:15.695Z | 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=2a645155f1e1a459 -C extra-filename=-2a645155f1e1a459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-e472a653572fba4d.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-ffab1f62097bfe8e.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.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-55d31c6c6cd3d717.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-36aa04ce6da406ef.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4772 | 2025-02-28T23:52:15.815Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd/build-script-build` |
4773 | 2025-02-28T23:52:15.856Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4774 | 2025-02-28T23:52:15.882Z | 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=e4ddaab9d67e117d -C extra-filename=-e4ddaab9d67e117d --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-764cd201065fb223.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4775 | 2025-02-28T23:52:15.886Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4776 | 2025-02-28T23:52:15.886Z | 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=e2caebe94c187d40 -C extra-filename=-e2caebe94c187d40 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e2caebe94c187d40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4777 | 2025-02-28T23:52:16.149Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4778 | 2025-02-28T23:52:16.152Z | 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=03e18dd39f15f80f -C extra-filename=-03e18dd39f15f80f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-03e18dd39f15f80f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4779 | 2025-02-28T23:52:16.246Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4780 | 2025-02-28T23:52:16.251Z | 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=e21e54ad07183286 -C extra-filename=-e21e54ad07183286 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e21e54ad07183286 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4781 | 2025-02-28T23:52:16.462Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4782 | 2025-02-28T23:52:16.487Z | 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=5785b1180040e7ae -C extra-filename=-5785b1180040e7ae --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5785b1180040e7ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4783 | 2025-02-28T23:52:16.513Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4784 | 2025-02-28T23:52:16.517Z | 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=f94f315408bb7f8e -C extra-filename=-f94f315408bb7f8e --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-f94f315408bb7f8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4785 | 2025-02-28T23:52:16.588Z | Compiling similar-asserts v1.6.0 |
4786 | 2025-02-28T23:52:16.623Z | 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=5218ce9d3e3d1428 -C extra-filename=-5218ce9d3e3d1428 --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-83a5f9d77687b7eb.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` |
4787 | 2025-02-28T23:52:16.691Z | 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=3cc1907bf08d6195 -C extra-filename=-3cc1907bf08d6195 --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` |
4788 | 2025-02-28T23:52:16.819Z | Compiling proc-macro-crate v3.2.0 |
4789 | 2025-02-28T23:52:16.823Z | 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=a982b4e045bb325b -C extra-filename=-a982b4e045bb325b --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-235f88c7cd4c2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4790 | 2025-02-28T23:52:16.880Z | Compiling relative-path v1.9.3 |
4791 | 2025-02-28T23:52:16.884Z | 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` |
4792 | 2025-02-28T23:52:17.534Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-f94f315408bb7f8e/build-script-build` |
4793 | 2025-02-28T23:52:17.576Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5785b1180040e7ae/build-script-build` |
4794 | 2025-02-28T23:52:17.621Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e21e54ad07183286/build-script-build` |
4795 | 2025-02-28T23:52:17.659Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-03e18dd39f15f80f/build-script-build` |
4796 | 2025-02-28T23:52:17.695Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e2caebe94c187d40/build-script-build` |
4797 | 2025-02-28T23:52:17.722Z | 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"))'` |
4798 | 2025-02-28T23:52:17.746Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4799 | 2025-02-28T23:52:17.749Z | 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=88b70e5a65a10e72 -C extra-filename=-88b70e5a65a10e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8344b839423ce5a4.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-5a37b5800c12402e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4800 | 2025-02-28T23:52:17.883Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4801 | 2025-02-28T23:52:17.886Z | 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=ccfd731c6ffb272e -C extra-filename=-ccfd731c6ffb272e --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-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-794997d67501c0bd.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.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-a34167492988c19e.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-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4802 | 2025-02-28T23:52:18.146Z | 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=7b240f3db42915b0 -C extra-filename=-7b240f3db42915b0 --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-a44787d7f19b2e4a.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a982b4e045bb325b.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` |
4803 | 2025-02-28T23:52:20.158Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4804 | 2025-02-28T23:52:20.162Z | 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=1768ddb89f282da8 -C extra-filename=-1768ddb89f282da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-dbf198b0529d7165.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-e472a653572fba4d.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-9e7a33ad2c81488a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-011b66acf2c23592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-aad0cf5bfe79ea8f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-70ea3361ee986da5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a5b9962a312f18a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-833418bc76fbbaf4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4805 | 2025-02-28T23:52:20.873Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4806 | 2025-02-28T23:52:20.876Z | 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=1c49b7b354cb662c -C extra-filename=-1c49b7b354cb662c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-6a35152534ff6c65.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4807 | 2025-02-28T23:52:22.163Z | Compiling multimap v0.10.0 |
4808 | 2025-02-28T23:52:22.167Z | 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` |
4809 | 2025-02-28T23:52:22.511Z | Compiling uzers v0.12.1 |
4810 | 2025-02-28T23:52:22.546Z | 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` |
4811 | 2025-02-28T23:52:23.724Z | Compiling trybuild v1.0.101 |
4812 | 2025-02-28T23:52:23.728Z | 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=6254d15103c48511 -C extra-filename=-6254d15103c48511 --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-a44787d7f19b2e4a.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-21a92d868c0dc4d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4813 | 2025-02-28T23:52:27.856Z | Compiling oso v0.27.3 |
4814 | 2025-02-28T23:52:27.860Z | 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=bf871d8fa11d7f83 -C extra-filename=-bf871d8fa11d7f83 --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-3cc1907bf08d6195.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` |
4815 | 2025-02-28T23:52:28.091Z | Compiling rstest v0.23.0 |
4816 | 2025-02-28T23:52:28.117Z | 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=427a59a3900b1c5a -C extra-filename=-427a59a3900b1c5a --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-7b240f3db42915b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4817 | 2025-02-28T23:52:28.364Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4818 | 2025-02-28T23:52:28.368Z | 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=7e2c68458c1283a7 -C extra-filename=-7e2c68458c1283a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-6a35152534ff6c65.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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-b65dc9195ccbd8cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4819 | 2025-02-28T23:52:28.745Z | Compiling partial-io v0.5.4 |
4820 | 2025-02-28T23:52:28.791Z | 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` |
4821 | 2025-02-28T23:52:29.229Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4822 | 2025-02-28T23:52:29.232Z | 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=3047a19483bec5be -C extra-filename=-3047a19483bec5be --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3047a19483bec5be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4823 | 2025-02-28T23:52:29.611Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4824 | 2025-02-28T23:52:29.614Z | 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=555f00d81877af1a -C extra-filename=-555f00d81877af1a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-555f00d81877af1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9ac9e4a779a75ff0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4825 | 2025-02-28T23:52:29.990Z | Compiling blake2b_simd v1.0.2 |
4826 | 2025-02-28T23:52:29.994Z | 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` |
4827 | 2025-02-28T23:52:30.231Z | Compiling rand_distr v0.4.3 |
4828 | 2025-02-28T23:52:30.235Z | 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` |
4829 | 2025-02-28T23:52:31.006Z | 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=a39cdaea2aa34c36 -C extra-filename=-a39cdaea2aa34c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a4fc4e8b934c629c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-b8b08b059a94e16d.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-7639c3c48a3ebccc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4830 | 2025-02-28T23:52:31.201Z | Compiling approx v0.5.1 |
4831 | 2025-02-28T23:52:31.205Z | 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` |
4832 | 2025-02-28T23:52:31.457Z | Compiling rust-argon2 v2.1.0 |
4833 | 2025-02-28T23:52:31.461Z | 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` |
4834 | 2025-02-28T23:52:32.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-555f00d81877af1a/build-script-build` |
4835 | 2025-02-28T23:52:32.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3047a19483bec5be/build-script-build` |
4836 | 2025-02-28T23:52:32.551Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4837 | 2025-02-28T23:52:32.554Z | 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=6e22ec9f1e68184e -C extra-filename=-6e22ec9f1e68184e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-1f127b4ac039ae3d.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-28b13d275ecdb670/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/` |
4838 | 2025-02-28T23:52:33.135Z | 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=304bf447ea5c1a3c -C extra-filename=-304bf447ea5c1a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-af97b61fbc67c78b.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4839 | 2025-02-28T23:52:33.334Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4840 | 2025-02-28T23:52:33.338Z | 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=863038ed386c3e61 -C extra-filename=-863038ed386c3e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-b7505256d254c0ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-786016fd0d15d3fc.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-70ea3361ee986da5.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b01cf352dceb5966.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-89ce868433394ad2.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.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-94276f09bade2c51.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-833418bc76fbbaf4.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-28b13d275ecdb670/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/` |
4841 | 2025-02-28T23:52:33.625Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4842 | 2025-02-28T23:52:33.629Z | 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=e606114f26510cf1 -C extra-filename=-e606114f26510cf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-ffab1f62097bfe8e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2ed49dc8ce4622ae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-1b79df28ebe4714a.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4843 | 2025-02-28T23:52:35.695Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
4844 | 2025-02-28T23:52:35.699Z | 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=1ee295a5ab6a00f9 -C extra-filename=-1ee295a5ab6a00f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4845 | 2025-02-28T23:52:37.269Z | 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=3f406a396c8d30be -C extra-filename=-3f406a396c8d30be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a41acc4998ceb83c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-878292ffcfb27a80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7639c3c48a3ebccc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-1e7a4906e894fba9.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-8596ef993a50a23e.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-b5d4c60873fa11d8.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-3aff88412f50937a.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-7a8c831b34692f87.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4846 | 2025-02-28T23:52:38.446Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4847 | 2025-02-28T23:52:38.449Z | 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=f68f19fa8273bc4a -C extra-filename=-f68f19fa8273bc4a --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4848 | 2025-02-28T23:52:38.763Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4849 | 2025-02-28T23:52:38.766Z | 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=f984a415f5687acf -C extra-filename=-f984a415f5687acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-6a35152534ff6c65.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-28b13d275ecdb670/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` |
4850 | 2025-02-28T23:52:39.382Z | Compiling cargo_toml v0.20.5 |
4851 | 2025-02-28T23:52:39.386Z | 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=fb484d69fa7c1f86 -C extra-filename=-fb484d69fa7c1f86 --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-21a92d868c0dc4d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4852 | 2025-02-28T23:52:39.526Z | Compiling termios v0.3.3 |
4853 | 2025-02-28T23:52:39.530Z | 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` |
4854 | 2025-02-28T23:52:39.826Z | Compiling indoc v2.0.5 |
4855 | 2025-02-28T23:52:39.830Z | 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` |
4856 | 2025-02-28T23:52:40.372Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4857 | 2025-02-28T23:52:40.400Z | 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=bd7c47caf615c193 -C extra-filename=-bd7c47caf615c193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4858 | 2025-02-28T23:52:40.473Z | 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=047dabfb13190671 -C extra-filename=-047dabfb13190671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-6a35152534ff6c65.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-f984a415f5687acf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4859 | 2025-02-28T23:52:40.864Z | 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=d6a20d6bd97036db -C extra-filename=-d6a20d6bd97036db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4860 | 2025-02-28T23:52:41.263Z | 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=f4c5b64977278de4 -C extra-filename=-f4c5b64977278de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-ffab1f62097bfe8e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e606114f26510cf1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2ed49dc8ce4622ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-1b79df28ebe4714a.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4861 | 2025-02-28T23:52:42.397Z | 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=350ec761829800f4 -C extra-filename=-350ec761829800f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-b7505256d254c0ce.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-786016fd0d15d3fc.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-70ea3361ee986da5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-863038ed386c3e61.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b01cf352dceb5966.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-89ce868433394ad2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.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-94276f09bade2c51.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-833418bc76fbbaf4.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-28b13d275ecdb670/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/` |
4862 | 2025-02-28T23:52:44.653Z | 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=0203e609737d210d -C extra-filename=-0203e609737d210d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-6a35152534ff6c65.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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-b65dc9195ccbd8cd.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7e2c68458c1283a7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4863 | 2025-02-28T23:52:46.423Z | 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=4751f0fc072f18f4 -C extra-filename=-4751f0fc072f18f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-6a35152534ff6c65.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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-b65dc9195ccbd8cd.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7e2c68458c1283a7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4864 | 2025-02-28T23:52:47.095Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4865 | 2025-02-28T23:52:47.098Z | 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=e36cc97518cf55ab -C extra-filename=-e36cc97518cf55ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-fb484d69fa7c1f86.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4866 | 2025-02-28T23:52:47.228Z | 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=23c4be1259b0daca -C extra-filename=-23c4be1259b0daca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-1ee295a5ab6a00f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4867 | 2025-02-28T23:52:48.840Z | 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=995ab62ba6832707 -C extra-filename=-995ab62ba6832707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-8596ef993a50a23e.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-28b13d275ecdb670/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` |
4868 | 2025-02-28T23:52:49.262Z | 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=daba6893520ad02b -C extra-filename=-daba6893520ad02b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-1f127b4ac039ae3d.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-6e22ec9f1e68184e.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-28b13d275ecdb670/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/` |
4869 | 2025-02-28T23:52:49.583Z | 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=30dd27e28e5210df -C extra-filename=-30dd27e28e5210df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4870 | 2025-02-28T23:52:49.809Z | 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=e89148c07b222a5b -C extra-filename=-e89148c07b222a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4871 | 2025-02-28T23:52:50.182Z | 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=4704c18c44d50806 -C extra-filename=-4704c18c44d50806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4872 | 2025-02-28T23:52:51.915Z | 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=08d02a1aefd7bc3b -C extra-filename=-08d02a1aefd7bc3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4873 | 2025-02-28T23:52:52.645Z | 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=79943ed688476fa1 -C extra-filename=-79943ed688476fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4874 | 2025-02-28T23:52:54.379Z | 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=2a5d2504c6b68e04 -C extra-filename=-2a5d2504c6b68e04 --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-721bb5b37e92804c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.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-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.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-427a59a3900b1c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-6254d15103c48511.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4875 | 2025-02-28T23:52:55.477Z | 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=86ae59f9b3a7848f -C extra-filename=-86ae59f9b3a7848f --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-721bb5b37e92804c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.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-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.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-427a59a3900b1c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-6254d15103c48511.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4876 | 2025-02-28T23:52:56.585Z | 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=717645c59a12ff56 -C extra-filename=-717645c59a12ff56 --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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ccfd731c6ffb272e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-794997d67501c0bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.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-a34167492988c19e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4877 | 2025-02-28T23:52:58.553Z | 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=ffd5e63802d1b3e9 -C extra-filename=-ffd5e63802d1b3e9 --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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-794997d67501c0bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.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-a34167492988c19e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4878 | 2025-02-28T23:52:59.068Z | 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=8571eee88dbabef4 -C extra-filename=-8571eee88dbabef4 --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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ccfd731c6ffb272e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-794997d67501c0bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.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-a34167492988c19e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4879 | 2025-02-28T23:53:00.443Z | 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=04baa36c750ed6e0 -C extra-filename=-04baa36c750ed6e0 --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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ccfd731c6ffb272e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-794997d67501c0bd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.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-a34167492988c19e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4880 | 2025-02-28T23:53:01.202Z | 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=81853251c055feb4 -C extra-filename=-81853251c055feb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-dbf198b0529d7165.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-e472a653572fba4d.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-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2a645155f1e1a459.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-70ea3361ee986da5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-a5b9962a312f18a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1768ddb89f282da8.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-833418bc76fbbaf4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4881 | 2025-02-28T23:53:01.716Z | 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=05509ac069d4ec20 -C extra-filename=-05509ac069d4ec20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-dbf198b0529d7165.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-e472a653572fba4d.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-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2a645155f1e1a459.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-70ea3361ee986da5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-a5b9962a312f18a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1768ddb89f282da8.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-833418bc76fbbaf4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4882 | 2025-02-28T23:53:03.320Z | 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=0c1d5b21ce624fd2 -C extra-filename=-0c1d5b21ce624fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-dbf198b0529d7165.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-e472a653572fba4d.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-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-70ea3361ee986da5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a5b9962a312f18a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1768ddb89f282da8.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-833418bc76fbbaf4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4883 | 2025-02-28T23:53:03.999Z | 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=c052dad106247025 -C extra-filename=-c052dad106247025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-e472a653572fba4d.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-ffab1f62097bfe8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2a645155f1e1a459.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.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-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-90e9e6545b3fdc2d.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-36aa04ce6da406ef.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4884 | 2025-02-28T23:53:06.350Z | 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=42782296f7488452 -C extra-filename=-42782296f7488452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-e472a653572fba4d.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-ffab1f62097bfe8e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.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-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-90e9e6545b3fdc2d.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-36aa04ce6da406ef.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4885 | 2025-02-28T23:53:08.307Z | 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=f3a08c9fb609f84c -C extra-filename=-f3a08c9fb609f84c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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` |
4886 | 2025-02-28T23:53:11.155Z | 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=67c5b060b05301ed -C extra-filename=-67c5b060b05301ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-1f127b4ac039ae3d.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-28b13d275ecdb670/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/` |
4887 | 2025-02-28T23:53:13.245Z | 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=38c3b04fa1e1355d -C extra-filename=-38c3b04fa1e1355d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4888 | 2025-02-28T23:53:23.479Z | 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=a82d712fc0b9558e -C extra-filename=-a82d712fc0b9558e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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` |
4889 | 2025-02-28T23:53:23.691Z | 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=d62fb9114d3f4718 -C extra-filename=-d62fb9114d3f4718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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` |
4890 | 2025-02-28T23:53:26.925Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4891 | 2025-02-28T23:53:26.930Z | 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=d1127efdf02d79cc -C extra-filename=-d1127efdf02d79cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-b5d4c60873fa11d8.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-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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/` |
4892 | 2025-02-28T23:53:28.029Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4893 | 2025-02-28T23:53:28.032Z | 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=aae71f3da7516ee3 -C extra-filename=-aae71f3da7516ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-124d35da59a31081.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4894 | 2025-02-28T23:53:30.270Z | 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=ddf8c982d3ed641c -C extra-filename=-ddf8c982d3ed641c --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-721bb5b37e92804c.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-124d35da59a31081.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-3aff88412f50937a.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-28b13d275ecdb670/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` |
4895 | 2025-02-28T23:53:32.874Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4896 | 2025-02-28T23:53:32.877Z | 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=362a7c3d79291f0b -C extra-filename=-362a7c3d79291f0b --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-91fc1f3a7027e178.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4897 | 2025-02-28T23:53:33.628Z | 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=622585a041e2bfab -C extra-filename=-622585a041e2bfab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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 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-28b13d275ecdb670/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` |
4898 | 2025-02-28T23:53:34.644Z | 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=4746f35e255fe263 -C extra-filename=-4746f35e255fe263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.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-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.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-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4899 | 2025-02-28T23:53:34.689Z | 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=c17f76ba14be9654 -C extra-filename=-c17f76ba14be9654 --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-721bb5b37e92804c.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-3f406a396c8d30be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4900 | 2025-02-28T23:53:34.715Z | 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=fe796fb0c9bb0af7 -C extra-filename=-fe796fb0c9bb0af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4901 | 2025-02-28T23:53:34.918Z | 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=ac1bead3df277ffe -C extra-filename=-ac1bead3df277ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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` |
4902 | 2025-02-28T23:53:35.185Z | 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=a0d0df0e2db4e6d1 -C extra-filename=-a0d0df0e2db4e6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-b5d4c60873fa11d8.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-5a37b5800c12402e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/` |
4903 | 2025-02-28T23:53:36.184Z | 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=8032233f3a9e692f -C extra-filename=-8032233f3a9e692f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4904 | 2025-02-28T23:53:37.328Z | 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=671a61369405030f -C extra-filename=-671a61369405030f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-1c49b7b354cb662c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.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-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4905 | 2025-02-28T23:53:38.298Z | 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=9c05d1e08ee599de -C extra-filename=-9c05d1e08ee599de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-1c49b7b354cb662c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4906 | 2025-02-28T23:53:38.490Z | 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=95cda1fdbc27e32c -C extra-filename=-95cda1fdbc27e32c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-1c49b7b354cb662c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.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-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4907 | 2025-02-28T23:53:41.244Z | 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=87ef04a73aaedc09 -C extra-filename=-87ef04a73aaedc09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.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-9d3eaf123bcf831e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.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-45589b1a2ff0eab2.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-b8b08b059a94e16d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-351a86b4a996c509.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-b5d4c60873fa11d8.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-5fc526287fa0b8bc.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-3aff88412f50937a.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-a081c424539f0d14.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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` |
4908 | 2025-02-28T23:53:47.556Z | 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=8c4ea28073a0a041 -C extra-filename=-8c4ea28073a0a041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-dbf198b0529d7165.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-e472a653572fba4d.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-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2a645155f1e1a459.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-70ea3361ee986da5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-dbb3f9269b837c1a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.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-a5b9962a312f18a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-833418bc76fbbaf4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4909 | 2025-02-28T23:53:52.011Z | 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=dbbb121e29cd043e -C extra-filename=-dbbb121e29cd043e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-e6b95c2d96ac3365.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-88b70e5a65a10e72.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:53:59.600Z | 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=af3afaf708c59745 -C extra-filename=-af3afaf708c59745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-45606cfaa5f6b1a5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.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-e7017bcfb4197569.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-b5d4c60873fa11d8.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-410ead9e5528393e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4911 | 2025-02-28T23:54:02.626Z | 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=916cff970cd7c4c5 -C extra-filename=-916cff970cd7c4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-45589b1a2ff0eab2.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-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-024cbbf50eabd6a1.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-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4912 | 2025-02-28T23:54:05.999Z | 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=dd18ef5c208bd158 -C extra-filename=-dd18ef5c208bd158 --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-4fc27e504ca7c588.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/` |
4913 | 2025-02-28T23:54:10.855Z | 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=b8cd1e911dbfdd76 -C extra-filename=-b8cd1e911dbfdd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-f68f19fa8273bc4a.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4914 | 2025-02-28T23:54:17.326Z | 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=7deb90e5a1bd8562 -C extra-filename=-7deb90e5a1bd8562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a41acc4998ceb83c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-878292ffcfb27a80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-a39cdaea2aa34c36.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7639c3c48a3ebccc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-024cbbf50eabd6a1.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-1e7a4906e894fba9.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-28fb91b463f9c83f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-b5d4c60873fa11d8.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-3aff88412f50937a.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-7a8c831b34692f87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/` |
4915 | 2025-02-28T23:54:19.404Z | 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=a429bcadd5ebb6f5 -C extra-filename=-a429bcadd5ebb6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.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-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-b5d4c60873fa11d8.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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/` |
4916 | 2025-02-28T23:54:22.377Z | 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=7364f9fa7f6eb941 -C extra-filename=-7364f9fa7f6eb941 --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-91fc1f3a7027e178.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4917 | 2025-02-28T23:54:25.459Z | 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=384d05b54773cb45 -C extra-filename=-384d05b54773cb45 --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-3aff88412f50937a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/` |
4918 | 2025-02-28T23:54:25.683Z | 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=5fcaa3bd71de5aa3 -C extra-filename=-5fcaa3bd71de5aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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 serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4919 | 2025-02-28T23:54:42.927Z | 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=28ccd4a7fcb84e31 -C extra-filename=-28ccd4a7fcb84e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-af97b61fbc67c78b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-304bf447ea5c1a3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-8596ef993a50a23e.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-5fc526287fa0b8bc.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-90e9e6545b3fdc2d.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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/` |
4920 | 2025-02-28T23:54:45.214Z | 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=47af61e89fd03d40 -C extra-filename=-47af61e89fd03d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-af97b61fbc67c78b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-8596ef993a50a23e.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-5fc526287fa0b8bc.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-90e9e6545b3fdc2d.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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/` |
4921 | 2025-02-28T23:54:51.583Z | 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=0c534ce06a804c18 -C extra-filename=-0c534ce06a804c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4922 | 2025-02-28T23:54:54.552Z | 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=19afedc01594f3c2 -C extra-filename=-19afedc01594f3c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a4fc4e8b934c629c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-b8b08b059a94e16d.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-7639c3c48a3ebccc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4923 | 2025-02-28T23:54:54.764Z | 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=e6102f69846e5924 -C extra-filename=-e6102f69846e5924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a081c424539f0d14.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-28b13d275ecdb670/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` |
4924 | 2025-02-28T23:55:06.264Z | 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=034d2fe3482f2ee8 -C extra-filename=-034d2fe3482f2ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e4ddaab9d67e117d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a081c424539f0d14.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-28b13d275ecdb670/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` |
4925 | 2025-02-28T23:55:16.628Z | 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=dbeaa55aad8bfe33 -C extra-filename=-dbeaa55aad8bfe33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e4ddaab9d67e117d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a081c424539f0d14.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-28b13d275ecdb670/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` |
4926 | 2025-02-28T23:55:17.597Z | 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=141d822a1bb08d45 -C extra-filename=-141d822a1bb08d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4927 | 2025-02-28T23:55:18.939Z | 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=09a7a3ff957f2e01 -C extra-filename=-09a7a3ff957f2e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4928 | 2025-02-28T23:55:20.718Z | 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=b720f8e1886d3d9f -C extra-filename=-b720f8e1886d3d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4929 | 2025-02-28T23:55:20.938Z | 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=6c7ce440e61952ab -C extra-filename=-6c7ce440e61952ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4930 | 2025-02-28T23:55:23.601Z | 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=fef9e711208229e6 -C extra-filename=-fef9e711208229e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8344b839423ce5a4.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-5a37b5800c12402e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4931 | 2025-02-28T23:55:26.295Z | 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=ac6e7dc77329b75d -C extra-filename=-ac6e7dc77329b75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7505256d254c0ce.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dbf198b0529d7165.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-011b66acf2c23592.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.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-2d2e664fd34fe089.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bd102e9415346602.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-289f9db453f0305b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2d8b48de379e50b6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-8cf8ddb7d3a3be14.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ade05b2c8dcc373f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-94276f09bade2c51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1b79df28ebe4714a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-742586325c8d98a7.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-5fc526287fa0b8bc.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-dbac14cf831c5ff1.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-62ca7f3435cc65a2.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-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-e56621133d0a745d.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-28b13d275ecdb670/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/` |
4932 | 2025-02-28T23:55:28.582Z | 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=c798b9635f2fcd0f -C extra-filename=-c798b9635f2fcd0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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` |
4933 | 2025-02-28T23:55:34.307Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4934 | 2025-02-28T23:55:34.311Z | 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=56113162a18245a2 -C extra-filename=-56113162a18245a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.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-28b13d275ecdb670/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-02-28T23:55:36.573Z | 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=96826baf6df22ae1 -C extra-filename=-96826baf6df22ae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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` |
4936 | 2025-02-28T23:55:39.214Z | 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=bee4af4bc80892e9 -C extra-filename=-bee4af4bc80892e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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` |
4937 | 2025-02-28T23:55:43.071Z | 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=faa27540e7284a6f -C extra-filename=-faa27540e7284a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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-02-28T23:55:45.269Z | 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=fb8b1014314acc72 -C extra-filename=-fb8b1014314acc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c2be9d52234a5f7e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-28b13d275ecdb670/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-02-28T23:55:46.243Z | 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=49c0e2f9df2ed1d6 -C extra-filename=-49c0e2f9df2ed1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-b7505256d254c0ce.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-e33715ef01ef3e1d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-786016fd0d15d3fc.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-70ea3361ee986da5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b01cf352dceb5966.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.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-89ce868433394ad2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8cf8ddb7d3a3be14.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-94276f09bade2c51.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-833418bc76fbbaf4.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-28b13d275ecdb670/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/` |
4940 | 2025-02-28T23:55:48.166Z | 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=c40b53d0946778a3 -C extra-filename=-c40b53d0946778a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.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-410ead9e5528393e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4941 | 2025-02-28T23:55:49.566Z | 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=c06ac996e7c4c9ac -C extra-filename=-c06ac996e7c4c9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.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-410ead9e5528393e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4942 | 2025-02-28T23:55:50.045Z | 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=74c26df99f803949 -C extra-filename=-74c26df99f803949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.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-410ead9e5528393e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b65dc9195ccbd8cd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4943 | 2025-02-28T23:55:51.907Z | 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=8d1db574a14ab215 -C extra-filename=-8d1db574a14ab215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-6a35152534ff6c65.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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-b65dc9195ccbd8cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4944 | 2025-02-28T23:55:54.900Z | 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=0d57f3116fc0bd5a -C extra-filename=-0d57f3116fc0bd5a --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-124d35da59a31081.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4945 | 2025-02-28T23:56:04.425Z | 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=eb1f6a4a377f1c7a -C extra-filename=-eb1f6a4a377f1c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4946 | 2025-02-28T23:56:07.295Z | 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=b187441f25e65944 -C extra-filename=-b187441f25e65944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4947 | 2025-02-28T23:56:11.042Z | 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=e7862a87c0fe0395 -C extra-filename=-e7862a87c0fe0395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-4b5137ff59fe1499.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-aa2da79e4665c554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4948 | 2025-02-28T23:56:11.234Z | 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=dd1d3e4c2066c9f6 -C extra-filename=-dd1d3e4c2066c9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.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-410ead9e5528393e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f0ea597865a22e5c.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-28b13d275ecdb670/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` |
4949 | 2025-02-28T23:56:23.349Z | 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=15db88a5a80d4450 -C extra-filename=-15db88a5a80d4450 --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-af97b61fbc67c78b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4950 | 2025-02-28T23:56:25.980Z | 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=6e5fe75ae7763b49 -C extra-filename=-6e5fe75ae7763b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.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-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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 termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4951 | 2025-02-28T23:56:26.855Z | 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=e1b17a614d28e301 -C extra-filename=-e1b17a614d28e301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.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-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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 termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4952 | 2025-02-28T23:56:28.903Z | 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=b09dcbf8ba364ac3 -C extra-filename=-b09dcbf8ba364ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.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-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-3d5667ede295bc44.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-5034d17fafc1f241.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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 termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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-02-28T23:56:29.924Z | 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=08e7fce8ea5fd689 -C extra-filename=-08e7fce8ea5fd689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4954 | 2025-02-28T23:56:30.159Z | 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=4d0602f4f5718c37 -C extra-filename=-4d0602f4f5718c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-90b29e6672e882f1.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-aad0cf5bfe79ea8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4955 | 2025-02-28T23:56:43.468Z | 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=f3fcd6121078a06b -C extra-filename=-f3fcd6121078a06b --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-721bb5b37e92804c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.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-28b13d275ecdb670/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-02-28T23:56:44.781Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4957 | 2025-02-28T23:56:44.785Z | 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=8316ee62e946e10c -C extra-filename=-8316ee62e946e10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2ed49dc8ce4622ae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-21a92d868c0dc4d5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.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-28b13d275ecdb670/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` |
4958 | 2025-02-28T23:56:46.408Z | 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=451d6dc538ae90bc -C extra-filename=-451d6dc538ae90bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-ffab1f62097bfe8e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2ed49dc8ce4622ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-1b79df28ebe4714a.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4959 | 2025-02-28T23:56:51.037Z | 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=4a85362bddf387a5 -C extra-filename=-4a85362bddf387a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-a081c424539f0d14.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4960 | 2025-02-28T23:56:53.894Z | 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=91b967b29ca1a36b -C extra-filename=-91b967b29ca1a36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4961 | 2025-02-28T23:56:54.342Z | 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=837a8d405ac4df2e -C extra-filename=-837a8d405ac4df2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89ce868433394ad2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4962 | 2025-02-28T23:56:59.837Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4963 | 2025-02-28T23:56:59.841Z | 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=72159e1997f23e67 -C extra-filename=-72159e1997f23e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4964 | 2025-02-28T23:57:02.774Z | 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=e752d1821ef218d0 -C extra-filename=-e752d1821ef218d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-786016fd0d15d3fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.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-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4965 | 2025-02-28T23:57:05.743Z | 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=824ac097bcfae399 -C extra-filename=-824ac097bcfae399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-786016fd0d15d3fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.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-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4966 | 2025-02-28T23:57:08.308Z | 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=2ffbed74ef3e4cfd -C extra-filename=-2ffbed74ef3e4cfd --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-90b29e6672e882f1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fbe6bd883ffc1781.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4967 | 2025-02-28T23:57:11.989Z | 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=4878a48d6a4cc3ad -C extra-filename=-4878a48d6a4cc3ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-786016fd0d15d3fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.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-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a9a22028763de5fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4968 | 2025-02-28T23:57:16.255Z | 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=78df4055883fc46c -C extra-filename=-78df4055883fc46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-786016fd0d15d3fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.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-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4969 | 2025-02-28T23:57:19.357Z | 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=8ef23d18d1c161be -C extra-filename=-8ef23d18d1c161be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-b01cf352dceb5966.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4970 | 2025-02-28T23:57:25.832Z | 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=78e14f4f6f45736d -C extra-filename=-78e14f4f6f45736d --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-24718308d9a63842.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
4971 | 2025-02-28T23:57:27.389Z | 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=b8e943f810a7af14 -C extra-filename=-b8e943f810a7af14 --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-dbf198b0529d7165.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4972 | 2025-02-28T23:57:31.592Z | 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=18f546a9278999ee -C extra-filename=-18f546a9278999ee --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-721bb5b37e92804c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-46711c8a48bfc7f0.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-28b13d275ecdb670/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` |
4973 | 2025-02-28T23:57:40.511Z | 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=1cccdb885ed31182 -C extra-filename=-1cccdb885ed31182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.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-487114cdca4a9610.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-b5d4c60873fa11d8.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-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37b5800c12402e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4974 | 2025-02-28T23:57:40.803Z | 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=65ebea5b7f17e7fd -C extra-filename=-65ebea5b7f17e7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4975 | 2025-02-28T23:57:41.836Z | 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=240c3d487ad666b5 -C extra-filename=-240c3d487ad666b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4976 | 2025-02-28T23:57:42.000Z | 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=91c920b2e7d4ef18 -C extra-filename=-91c920b2e7d4ef18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4977 | 2025-02-28T23:57:45.151Z | 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=19ba22515c8a2a0c -C extra-filename=-19ba22515c8a2a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4978 | 2025-02-28T23:57:48.080Z | 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=46c0a637d2c8535e -C extra-filename=-46c0a637d2c8535e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4979 | 2025-02-28T23:57:48.695Z | 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=39e476fee67f16a2 -C extra-filename=-39e476fee67f16a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4980 | 2025-02-28T23:57:50.844Z | 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=dfd2a5991d56ccae -C extra-filename=-dfd2a5991d56ccae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-28b13d275ecdb670/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` |
4981 | 2025-02-28T23:58:01.116Z | 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=222714d53e865277 -C extra-filename=-222714d53e865277 --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-e0ad3a8082a6939d.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4982 | 2025-02-28T23:58:02.293Z | 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=5520141ebccef964 -C extra-filename=-5520141ebccef964 --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-e0ad3a8082a6939d.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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4983 | 2025-02-28T23:58:06.569Z | 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=4da987e0cfae4a9b -C extra-filename=-4da987e0cfae4a9b --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-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4984 | 2025-02-28T23:58:14.877Z | 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=07041a2335e4a004 -C extra-filename=-07041a2335e4a004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.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-721bb5b37e92804c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-aad0cf5bfe79ea8f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4985 | 2025-02-28T23:58:17.308Z | 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=365b9e6b93118b03 -C extra-filename=-365b9e6b93118b03 --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-65434bb74d6027e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
4986 | 2025-02-28T23:58:17.947Z | 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=b37756c31152d946 -C extra-filename=-b37756c31152d946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-5fc526287fa0b8bc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fbe6bd883ffc1781.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4987 | 2025-02-28T23:58:20.145Z | 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=ce005a09ef1cd7ea -C extra-filename=-ce005a09ef1cd7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
4988 | 2025-02-28T23:58:21.719Z | 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=cee1d380148e1676 -C extra-filename=-cee1d380148e1676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4989 | 2025-02-28T23:58:26.146Z | 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=6914e24b9d499665 -C extra-filename=-6914e24b9d499665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.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-90b29e6672e882f1.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-3d5667ede295bc44.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-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5fc526287fa0b8bc.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 termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4990 | 2025-02-28T23:58:28.041Z | 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=8d69f8a53e4b6b5b -C extra-filename=-8d69f8a53e4b6b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4991 | 2025-02-28T23:58:34.971Z | 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=3c8cccae833ea631 -C extra-filename=-3c8cccae833ea631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a41acc4998ceb83c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-487114cdca4a9610.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a5b9962a312f18a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.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-8596ef993a50a23e.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-b5d4c60873fa11d8.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-3aff88412f50937a.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4992 | 2025-02-28T23:58:43.261Z | 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=17e723f434e5ed48 -C extra-filename=-17e723f434e5ed48 --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-2874f8c4e7350fed.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4993 | 2025-02-28T23:58:43.372Z | 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=86d6189341c36c5f -C extra-filename=-86d6189341c36c5f --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-90b29e6672e882f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4994 | 2025-02-28T23:58:46.885Z | 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=c55673bc8ab9bfa6 -C extra-filename=-c55673bc8ab9bfa6 --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-721bb5b37e92804c.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-538489e9979deaeb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
4995 | 2025-02-28T23:58:47.104Z | 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=32d159414f8cc8fc -C extra-filename=-32d159414f8cc8fc --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-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.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-28b13d275ecdb670/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` |
4996 | 2025-02-28T23:58:49.577Z | 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=b46cfbfa69727843 -C extra-filename=-b46cfbfa69727843 --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-90b29e6672e882f1.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-538489e9979deaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-a34167492988c19e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-ea7a57d0d74226d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4997 | 2025-02-28T23:58:51.967Z | 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=01fae3f6648565d5 -C extra-filename=-01fae3f6648565d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e0ad3a8082a6939d.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-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4998 | 2025-02-28T23:58:53.047Z | 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=9d3887a23c1691f7 -C extra-filename=-9d3887a23c1691f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-14816bc7bb69353f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1b79df28ebe4714a.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
4999 | 2025-02-28T23:58:59.035Z | 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=97990f7e2a30b8f1 -C extra-filename=-97990f7e2a30b8f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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-21a92d868c0dc4d5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5000 | 2025-02-28T23:59:13.128Z | 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=097836eed3a11642 -C extra-filename=-097836eed3a11642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4d34b5ef5f8e76a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5001 | 2025-02-28T23:59:16.325Z | 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=3be687a2f737e027 -C extra-filename=-3be687a2f737e027 --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-4d34b5ef5f8e76a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5002 | 2025-02-28T23:59:16.454Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3818c6e18f84cc79 -C extra-filename=-3818c6e18f84cc79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-29027c09d7fb4952.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-1f127b4ac039ae3d.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 tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
5003 | 2025-02-28T23:59:20.233Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebdf74359dd34e08 -C extra-filename=-ebdf74359dd34e08 --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-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5004 | 2025-02-28T23:59:22.409Z | 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=c8c6b9fffcf99199 -C extra-filename=-c8c6b9fffcf99199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5005 | 2025-02-28T23:59:24.849Z | 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=65b68e0a577d3720 -C extra-filename=-65b68e0a577d3720 --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-ffab1f62097bfe8e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5006 | 2025-02-28T23:59:29.474Z | 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=62d5679f8a930b62 -C extra-filename=-62d5679f8a930b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-27f9fe3155b4b089.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.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-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.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-ffab1f62097bfe8e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.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-538489e9979deaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-8596ef993a50a23e.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-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5007 | 2025-02-28T23:59:32.774Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8883b85c9bb3bd4c -C extra-filename=-8883b85c9bb3bd4c --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-e6a771d462f302d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f127b4ac039ae3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5008 | 2025-02-28T23:59:32.872Z | 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=38ef992a1d0ec320 -C extra-filename=-38ef992a1d0ec320 --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-446c3dd1b90182b1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-1f127b4ac039ae3d.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5009 | 2025-02-28T23:59:35.262Z | 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=6481ce4ed1c1b7f1 -C extra-filename=-6481ce4ed1c1b7f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-90e9e6545b3fdc2d.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-410ead9e5528393e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5010 | 2025-02-28T23:59:40.141Z | 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=9fd140f2dbe39537 -C extra-filename=-9fd140f2dbe39537 --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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.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-b8b08b059a94e16d.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-6a35152534ff6c65.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5011 | 2025-02-28T23:59:42.364Z | 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=67ef2d8672bdf11b -C extra-filename=-67ef2d8672bdf11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-dd12491de8238087.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-639e75d34ae252cc.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-12d665d1b32fa782.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5012 | 2025-02-28T23:59:45.460Z | 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=a066992c8f1579ac -C extra-filename=-a066992c8f1579ac --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-90b29e6672e882f1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
5013 | 2025-02-28T23:59:48.141Z | 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=c0d6f62b01e2c763 -C extra-filename=-c0d6f62b01e2c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d89e69855fceeb63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-5fc526287fa0b8bc.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-21a92d868c0dc4d5.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-28b13d275ecdb670/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` |
5014 | 2025-02-28T23:59:50.501Z | 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 --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=3247e2cc20545af5 -C extra-filename=-3247e2cc20545af5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5015 | 2025-02-28T23:59:52.015Z | 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 --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=822d5c9cb50c8977 -C extra-filename=-822d5c9cb50c8977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5016 | 2025-02-28T23:59:53.754Z | 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 --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=8b8784b14b79656f -C extra-filename=-8b8784b14b79656f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-28663bda5ba43174.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2f4e5bb90f481f45.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.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-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5017 | 2025-02-28T23:59:54.628Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c1ede1e4a686c92 -C extra-filename=-8c1ede1e4a686c92 --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-6a35152534ff6c65.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1788f3c712070985.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b0549a1d72d0c558.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-28b13d275ecdb670/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` |
5018 | 2025-02-28T23:59:56.445Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=820d6894f27e545e -C extra-filename=-820d6894f27e545e --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-7e56c3e06a940178.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27a3eea7d1fd4b2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5019 | 2025-03-01T00:00:08.397Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8836540aa64772b1 -C extra-filename=-8836540aa64772b1 --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5020 | 2025-03-01T00:00:17.778Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5481ff9aa5fe376 -C extra-filename=-b5481ff9aa5fe376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-639e75d34ae252cc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5021 | 2025-03-01T00:00:21.046Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
5022 | 2025-03-01T00:00:21.046Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e6a540a6e7ac6b -C extra-filename=-d7e6a540a6e7ac6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5023 | 2025-03-01T00:00:21.481Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd862aa1886381ab -C extra-filename=-bd862aa1886381ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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/aws-lc-sys-28b13d275ecdb670/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` |
5024 | 2025-03-01T00:00:23.839Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a0daf4cb3d4d8fd -C extra-filename=-8a0daf4cb3d4d8fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1d1952ba04a5f583.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5025 | 2025-03-01T00:00:24.062Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c14a5b611bfced7 -C extra-filename=-6c14a5b611bfced7 --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.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5026 | 2025-03-01T00:00:25.756Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a80faff1e1222595 -C extra-filename=-a80faff1e1222595 --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-91fc1f3a7027e178.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5027 | 2025-03-01T00:00:29.151Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb82c8ac98d15707 -C extra-filename=-cb82c8ac98d15707 --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.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c800b119de301e58.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.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/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5028 | 2025-03-01T00:00:35.584Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
5029 | 2025-03-01T00:00:35.588Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8be42375323b4274 -C extra-filename=-8be42375323b4274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.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-28b13d275ecdb670/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` |
5030 | 2025-03-01T00:00:35.974Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9edb94ca598209f7 -C extra-filename=-9edb94ca598209f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 -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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5031 | 2025-03-01T00:00:36.106Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a418a2d57d8199 -C extra-filename=-e8a418a2d57d8199 --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-17aa16e1cf60f49c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5032 | 2025-03-01T00:00:36.342Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f50c98b9cad18f63 -C extra-filename=-f50c98b9cad18f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5033 | 2025-03-01T00:00:36.711Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b34a5a6c545a555 -C extra-filename=-0b34a5a6c545a555 --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 clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5034 | 2025-03-01T00:00:38.187Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=665628fa6861219e -C extra-filename=-665628fa6861219e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-e472a653572fba4d.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-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.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-28b13d275ecdb670/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` |
5035 | 2025-03-01T00:00:38.641Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ae4c29608144ab7 -C extra-filename=-3ae4c29608144ab7 --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5036 | 2025-03-01T00:00:38.817Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c2cbdabb8ea8d03a -C extra-filename=-c2cbdabb8ea8d03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-dd1b713a78140ccf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
5037 | 2025-03-01T00:00:41.198Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7234dfbe08a46391 -C extra-filename=-7234dfbe08a46391 --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-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5038 | 2025-03-01T00:00:41.844Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89b191380308f695 -C extra-filename=-89b191380308f695 --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5039 | 2025-03-01T00:00:43.338Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=721a3bca6869a599 -C extra-filename=-721a3bca6869a599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-dd1b713a78140ccf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
5040 | 2025-03-01T00:00:45.301Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b83edbaa2068e23c -C extra-filename=-b83edbaa2068e23c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-dd1b713a78140ccf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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` |
5041 | 2025-03-01T00:00:46.321Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd1ad07fe450400 -C extra-filename=-abd1ad07fe450400 --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-2874f8c4e7350fed.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.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 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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5042 | 2025-03-01T00:00:47.122Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9ca664531b7c33e -C extra-filename=-f9ca664531b7c33e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.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-721bb5b37e92804c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 -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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5043 | 2025-03-01T00:00:47.600Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=1449acead7bb62a9 -C extra-filename=-1449acead7bb62a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d0ac4f2685b50c61.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.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 cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e5da0062e2f2abd6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c0fcfa4cdcfc2b23.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.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-28b13d275ecdb670/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)'` |
5044 | 2025-03-01T00:00:52.965Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e090dd9197739977 -C extra-filename=-e090dd9197739977 --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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5045 | 2025-03-01T00:00:54.656Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c00bb9cd3c303153 -C extra-filename=-c00bb9cd3c303153 --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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5046 | 2025-03-01T00:00:55.343Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61815075e237efcd -C extra-filename=-61815075e237efcd --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.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.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-28b13d275ecdb670/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` |
5047 | 2025-03-01T00:00:56.473Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5048 | 2025-03-01T00:00:56.483Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8d2ddebbc9e0231 -C extra-filename=-a8d2ddebbc9e0231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-28b13d275ecdb670/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` |
5049 | 2025-03-01T00:00:57.286Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0eb421731f93a3c -C extra-filename=-a0eb421731f93a3c --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5050 | 2025-03-01T00:00:58.553Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=014987baf2a42d08 -C extra-filename=-014987baf2a42d08 --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5051 | 2025-03-01T00:00:59.336Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78c4ab90ae658667 -C extra-filename=-78c4ab90ae658667 --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-721bb5b37e92804c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e6b95c2d96ac3365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5052 | 2025-03-01T00:00:59.782Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=924ee95e8687ba4c -C extra-filename=-924ee95e8687ba4c --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.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.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-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.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 -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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5053 | 2025-03-01T00:00:59.897Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40253234eb33345d -C extra-filename=-40253234eb33345d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d48144b12d02e30b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.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-28b13d275ecdb670/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` |
5054 | 2025-03-01T00:01:00.034Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9465cc095ae50b27 -C extra-filename=-9465cc095ae50b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d48144b12d02e30b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.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-28b13d275ecdb670/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` |
5055 | 2025-03-01T00:01:01.630Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=bdf386d30a6d2730 -C extra-filename=-bdf386d30a6d2730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-27f9fe3155b4b089.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.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-721bb5b37e92804c.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-2d2e664fd34fe089.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 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 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 test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --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-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib` |
5056 | 2025-03-01T00:01:02.614Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e0dd55234bd0bf5 -C extra-filename=-4e0dd55234bd0bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-c0fcfa4cdcfc2b23.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5057 | 2025-03-01T00:01:03.411Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ed0b91099d268d8 -C extra-filename=-9ed0b91099d268d8 --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
5058 | 2025-03-01T00:01:04.209Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2672ef8000f8f80b -C extra-filename=-2672ef8000f8f80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-6a35152534ff6c65.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5059 | 2025-03-01T00:01:04.240Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4211aa9d6fcd4e4 -C extra-filename=-b4211aa9d6fcd4e4 --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-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5060 | 2025-03-01T00:01:05.322Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5489f8f75f56ae46 -C extra-filename=-5489f8f75f56ae46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-6a35152534ff6c65.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.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/aws-lc-sys-28b13d275ecdb670/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` |
5061 | 2025-03-01T00:01:05.496Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73bdd2fbfdd86830 -C extra-filename=-73bdd2fbfdd86830 --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
5062 | 2025-03-01T00:01:06.684Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85457285178b643e -C extra-filename=-85457285178b643e --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-721bb5b37e92804c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5063 | 2025-03-01T00:01:07.738Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f300f46c96d7ccb3 -C extra-filename=-f300f46c96d7ccb3 --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-6a35152534ff6c65.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5064 | 2025-03-01T00:01:08.291Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14604b2f3bd1e112 -C extra-filename=-14604b2f3bd1e112 --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 fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.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_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5065 | 2025-03-01T00:01:08.312Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcd0abaf15db239a -C extra-filename=-bcd0abaf15db239a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5066 | 2025-03-01T00:01:08.318Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e836004b4abc9180 -C extra-filename=-e836004b4abc9180 --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-721bb5b37e92804c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5067 | 2025-03-01T00:01:08.836Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bf2c1d4969e6d5e -C extra-filename=-8bf2c1d4969e6d5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5068 | 2025-03-01T00:01:10.011Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6883ed383dfcf8d -C extra-filename=-d6883ed383dfcf8d --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-6a35152534ff6c65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5069 | 2025-03-01T00:01:10.342Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32a877388f5a25a4 -C extra-filename=-32a877388f5a25a4 --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
5070 | 2025-03-01T00:01:10.735Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d03d2a3f2cd03bdc -C extra-filename=-d03d2a3f2cd03bdc --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-6a35152534ff6c65.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-28b13d275ecdb670/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` |
5071 | 2025-03-01T00:01:10.872Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=798656f9334428e2 -C extra-filename=-798656f9334428e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-26bc713d22547f5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.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 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-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5072 | 2025-03-01T00:01:11.193Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27ec094d0644230a -C extra-filename=-27ec094d0644230a --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.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.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-d8c7fc8639698caa.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-6df58b942c63faae.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-7e56c3e06a940178.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-9d6a93d8aa2ddefe.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.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-65434bb74d6027e2.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-bf0a9f0c7a1f5c2d.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-024cbbf50eabd6a1.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-dad477c818e22db8.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-1e7a4906e894fba9.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-a30bcb7fe6cd7980.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-30a3e23abaed8fa4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.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-ad1b39c3f0d71493.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-261c9891c44cffb9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.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-aa09ccf8a97f44d6.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-cbbcb0e066460dbe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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` |
5073 | 2025-03-01T00:01:11.614Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=3d76df66d6bda765 -C extra-filename=-3d76df66d6bda765 --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-e6a771d462f302d2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
5074 | 2025-03-01T00:02:21.059Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4550ccee9af91035 -C extra-filename=-4550ccee9af91035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-45589b1a2ff0eab2.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-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-024cbbf50eabd6a1.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-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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/` |
5075 | 2025-03-01T00:02:21.062Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8099cb5ad183a142 -C extra-filename=-8099cb5ad183a142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4ddaab9d67e117d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5076 | 2025-03-01T00:02:21.063Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c90cc0c2c94f09b1 -C extra-filename=-c90cc0c2c94f09b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4ddaab9d67e117d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.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-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5077 | 2025-03-01T00:02:21.070Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0f5d7f1eb42d3dd -C extra-filename=-b0f5d7f1eb42d3dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.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-45589b1a2ff0eab2.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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 pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.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-5fc526287fa0b8bc.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 steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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` |
5078 | 2025-03-01T00:02:21.071Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b46311c530524c0c -C extra-filename=-b46311c530524c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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 camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e6b95c2d96ac3365.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-88b70e5a65a10e72.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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 slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5079 | 2025-03-01T00:02:21.815Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=027ddfe93a75904a -C extra-filename=-027ddfe93a75904a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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 camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.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-e6b95c2d96ac3365.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-46d4036f6904ba80.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-88b70e5a65a10e72.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.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 slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5080 | 2025-03-01T00:02:23.255Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a608db32f2782de -C extra-filename=-2a608db32f2782de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-45589b1a2ff0eab2.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-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-024cbbf50eabd6a1.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-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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/` |
5081 | 2025-03-01T00:02:25.554Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3416aea5dcddab35 -C extra-filename=-3416aea5dcddab35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-17aa16e1cf60f49c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5082 | 2025-03-01T00:02:26.198Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40092fbf6e6cf8bb -C extra-filename=-40092fbf6e6cf8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-28b13d275ecdb670/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/ -L native=/usr/lib/amd64` |
5083 | 2025-03-01T00:02:26.841Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=547292cb5d5cf99f -C extra-filename=-547292cb5d5cf99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.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-28663bda5ba43174.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-45589b1a2ff0eab2.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-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-710b02f32645f484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.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-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-bf109f1e489b4f3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d5a3686697e96aec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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-024cbbf50eabd6a1.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-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.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-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a34167492988c19e.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-5fc526287fa0b8bc.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-fbe6bd883ffc1781.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c68a2e7174878c38.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-36aa04ce6da406ef.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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/` |
5084 | 2025-03-01T00:02:31.415Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c05dd76c2d77526 -C extra-filename=-6c05dd76c2d77526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-45606cfaa5f6b1a5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.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-e7017bcfb4197569.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-b5d4c60873fa11d8.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 subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.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-410ead9e5528393e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5085 | 2025-03-01T00:02:35.843Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eebc9b868384a37e -C extra-filename=-eebc9b868384a37e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.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-45606cfaa5f6b1a5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6aee3e96ef916d5f.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-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.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-794997d67501c0bd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-d1127efdf02d79cc.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4e7c65603699541d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-764cd201065fb223.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.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-e7017bcfb4197569.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-b5d4c60873fa11d8.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 subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.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-410ead9e5528393e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5086 | 2025-03-01T00:02:55.898Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b4ce9c3f1dd9f62 -C extra-filename=-1b4ce9c3f1dd9f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.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-2874f8c4e7350fed.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-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2b48193a2983fa7e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-4e772f594a79e1a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-11e2106f36ea5a38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-00f096c80882ed33.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-45606cfaa5f6b1a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-892ad5ae97cc094b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-9d3eaf123bcf831e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9e7a33ad2c81488a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-011b66acf2c23592.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-45589b1a2ff0eab2.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-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ffab1f62097bfe8e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-792d3862f75578b4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6b95c2d96ac3365.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a5c3d626d19f4ec.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-2d2e664fd34fe089.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a39cdaea2aa34c36.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-487114cdca4a9610.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-124d35da59a31081.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3f406a396c8d30be.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-adfbf8a49a9791c3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-11d81db36deae923.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b9b52d17c3ad1d3a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a75bd9645c7111f2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-c17f76ba14be9654.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-362a7c3d79291f0b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4746f35e255fe263.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-24718308d9a63842.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-aae71f3da7516ee3.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-622585a041e2bfab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ddf8c982d3ed641c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-538489e9979deaeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-74e4552a6c5f24f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b867ee0d47a71ef8.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-55d31c6c6cd3d717.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-87ef04a73aaedc09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-01c7e109d3a74c9b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-6a35152534ff6c65.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-53e8c39728b85328.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d3ed1b5f737c0c1b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b4fdfb0884b34e84.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6f8bee5cd0b1bd6f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f1bcc8d1a88c2c4b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0825c7cbf829e273.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-6a28f92f8a2f0315.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 pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-351a86b4a996c509.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-289f9db453f0305b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-12c024d645c7008f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a30bcb7fe6cd7980.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6f9c2d580f5c90c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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 sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5d4c60873fa11d8.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-5fc526287fa0b8bc.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 steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.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_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b351953c64f4c3f0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-dbec9f5e67d8708c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-410ead9e5528393e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-28b13d275ecdb670/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` |
5087 | 2025-03-01T00:41:05.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54m 29s |
5088 | 2025-03-01T00:41:29.334Z | |
5089 | 2025-03-01T00:41:29.341Z | real 54:53.776271493 |
5090 | 2025-03-01T00:41:29.342Z | user 1:56:50.857564527 |
5091 | 2025-03-01T00:41:29.342Z | sys 21:23.228026844 |
5092 | 2025-03-01T00:41:29.342Z | trap 10.891373684 |
5093 | 2025-03-01T00:41:29.342Z | tflt 13.282306575 |
5094 | 2025-03-01T00:41:29.342Z | dflt 3:47:33.984250101 |
5095 | 2025-03-01T00:41:29.342Z | kflt 4.859557484 |
5096 | 2025-03-01T00:41:29.342Z | lock 10:05:11.012050034 |
5097 | 2025-03-01T00:41:29.342Z | slp 33:15:52.382062439 |
5098 | 2025-03-01T00:41:29.342Z | lat 11:45.261615067 |
5099 | 2025-03-01T00:41:29.342Z | stop 9:51.965782112 |
5100 | 2025-03-01T00:41:30.352Z | + banner test |
5101 | 2025-03-01T00:41:30.413Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
5102 | 2025-03-01T00:41:31.317Z | |
5103 | 2025-03-01T00:41:31.317Z | ##### ###### #### ##### |
5104 | 2025-03-01T00:41:31.317Z | # # # # |
5105 | 2025-03-01T00:41:31.317Z | # ##### #### # |
5106 | 2025-03-01T00:41:31.317Z | # # # # |
5107 | 2025-03-01T00:41:31.317Z | # # # # # |
5108 | 2025-03-01T00:41:31.317Z | # ###### #### # |
5109 | 2025-03-01T00:41:31.317Z | |
5110 | 2025-03-01T00:41:34.798Z | info: experimental features enabled: setup-scripts |
5111 | 2025-03-01T00:41:36.490Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5112 | 2025-03-01T00:41:36.493Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5113 | 2025-03-01T00:41:36.681Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5114 | 2025-03-01T00:41:36.701Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5115 | 2025-03-01T00:41:50.335Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 15.50s |
5116 | 2025-03-01T00:41:57.622Z | ──────────── |
5117 | 2025-03-01T00:41:57.623Z | Nextest run ID f07c7d71-8c48-4a68-8127-019d51431850 with nextest profile: ci |
5118 | 2025-03-01T00:41:57.628Z | Starting 1835 tests across 182 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
5119 | 2025-03-01T00:41:57.628Z | SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test |
5120 | 2025-03-01T00:41:58.450Z | Compiling newtype-uuid v1.2.1 |
5121 | 2025-03-01T00:41:59.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5122 | 2025-03-01T00:41:59.375Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5123 | 2025-03-01T00:41:59.971Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5124 | 2025-03-01T00:42:07.568Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5125 | 2025-03-01T00:42:09.644Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5126 | 2025-03-01T00:42:11.280Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5127 | 2025-03-01T00:42:16.791Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.09s |
5128 | 2025-03-01T00:42:16.910Z | Running `target/debug/crdb-seed` |
5129 | 2025-03-01T00:42:16.952Z | Mar 01 00:42:14.633 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpWMBiuL |
5130 | 2025-03-01T00:42:16.957Z | Mar 01 00:42:14.633 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpQ6Ia9F,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpWMBiuL/listen-url |
5131 | 2025-03-01T00:42:16.959Z | Mar 01 00:42:14.633 INFO cockroach environment: BUILDOMAT_JOB_ID=01JN7ET7SW4EQQGNBSYXKVKWB3 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a565ec3e069e5ec516fdec16863caf4d2daabe18 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envdmfY8r NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f07c7d71-8c48-4a68-8127-019d51431850 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.84.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
5132 | 2025-03-01T00:42:18.025Z | Mar 01 00:42:15.706 INFO cockroach pid: 9191 |
5133 | 2025-03-01T00:42:18.025Z | Mar 01 00:42:15.706 INFO cockroach listen URL: postgresql://root@[::1]:34202/omicron?sslmode=disable |
5134 | 2025-03-01T00:42:18.025Z | Mar 01 00:42:15.706 INFO cockroach: populating |
5135 | 2025-03-01T00:42:19.885Z | Mar 01 00:42:17.565 INFO cockroach: populated |
5136 | 2025-03-01T00:42:20.810Z | Mar 01 00:42:18.491 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e4d56e3c7515cdd0473c40c83d86cf638c3f9200aae213c4e08263bd7fbbdfa6.tar` |
5137 | 2025-03-01T00:42:20.815Z | SETUP PASS [ 23.189s] crdb-seed: cargo run -p crdb-seed --profile test |
5138 | 2025-03-01T00:42:20.818Z | SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5139 | 2025-03-01T00:42:21.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5140 | 2025-03-01T00:42:21.627Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
5141 | 2025-03-01T00:42:21.627Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5142 | 2025-03-01T00:42:21.627Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5143 | 2025-03-01T00:42:21.746Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
5144 | 2025-03-01T00:42:23.747Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5145 | 2025-03-01T00:42:23.764Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
5146 | 2025-03-01T00:42:26.513Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
5147 | 2025-03-01T00:42:28.195Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
5148 | 2025-03-01T00:42:34.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
5149 | 2025-03-01T00:42:34.925Z | Running `target/debug/clickhouse-cluster-dev` |
5150 | 2025-03-01T00:42:34.967Z | Mar 01 00:42:32.647 INFO Setting up a ClickHouse cluster |
5151 | 2025-03-01T00:42:34.971Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1 |
5152 | 2025-03-01T00:42:34.978Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2 |
5153 | 2025-03-01T00:42:34.981Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3 |
5154 | 2025-03-01T00:42:34.984Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2 |
5155 | 2025-03-01T00:42:34.984Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1 |
5156 | 2025-03-01T00:42:37.572Z | Mar 01 00:42:35.252 INFO ClickHouse server ready |
5157 | 2025-03-01T00:42:37.788Z | Mar 01 00:42:35.468 INFO ClickHouse server ready |
5158 | 2025-03-01T00:42:38.222Z | Mar 01 00:42:35.901 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)] |
5159 | 2025-03-01T00:42:38.228Z | SETUP PASS [ 17.410s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5160 | 2025-03-01T00:42:38.263Z | PASS [ 0.034s] api_identity test::test_identity |
5161 | 2025-03-01T00:42:38.270Z | PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip |
5162 | 2025-03-01T00:42:38.273Z | PASS [ 0.042s] api_identity test::test_identity_no_field |
5163 | 2025-03-01T00:42:38.279Z | PASS [ 0.046s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
5164 | 2025-03-01T00:42:38.282Z | PASS [ 0.052s] bootstore schemes::v0::share_pkg::tests::create_packages |
5165 | 2025-03-01T00:42:38.289Z | PASS [ 0.020s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
5166 | 2025-03-01T00:42:38.295Z | PASS [ 0.066s] authz-macros tests::test_authz_snapshots |
5167 | 2025-03-01T00:42:38.328Z | PASS [ 0.032s] clickana chart::tests::gather_chart_data_for_memory_tracking_success |
5168 | 2025-03-01T00:42:38.331Z | PASS [ 0.038s] clickana chart::tests::gather_chart_data_for_disk_usage_success |
5169 | 2025-03-01T00:42:38.340Z | PASS [ 0.110s] bootstore schemes::v0::peer::tests::network_config |
5170 | 2025-03-01T00:42:38.350Z | PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_running_queries_success |
5171 | 2025-03-01T00:42:38.355Z | PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_query_count_success |
5172 | 2025-03-01T00:42:38.403Z | PASS [ 0.047s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success |
5173 | 2025-03-01T00:42:38.415Z | PASS [ 0.074s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
5174 | 2025-03-01T00:42:38.421Z | PASS [ 0.070s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success |
5175 | 2025-03-01T00:42:38.426Z | PASS [ 0.023s] clickhouse-admin-types tests::test_empty_output_parse_fail |
5176 | 2025-03-01T00:42:38.435Z | PASS [ 0.020s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
5177 | 2025-03-01T00:42:38.449Z | PASS [ 0.027s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
5178 | 2025-03-01T00:42:38.453Z | PASS [ 0.026s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
5179 | 2025-03-01T00:42:38.458Z | PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success |
5180 | 2025-03-01T00:42:38.471Z | PASS [ 0.022s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
5181 | 2025-03-01T00:42:38.487Z | PASS [ 0.028s] clickhouse-admin-types tests::test_generate_replica_config |
5182 | 2025-03-01T00:42:38.487Z | PASS [ 0.033s] clickhouse-admin-types tests::test_generate_keeper_config |
5183 | 2025-03-01T00:42:38.497Z | PASS [ 0.025s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
5184 | 2025-03-01T00:42:38.511Z | PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail |
5185 | 2025-03-01T00:42:38.516Z | PASS [ 0.029s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
5186 | 2025-03-01T00:42:38.520Z | PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
5187 | 2025-03-01T00:42:38.529Z | PASS [ 0.249s] cert-dev::test-cert-dev test_cert_create |
5188 | 2025-03-01T00:42:38.534Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
5189 | 2025-03-01T00:42:38.539Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
5190 | 2025-03-01T00:42:38.545Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
5191 | 2025-03-01T00:42:38.551Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
5192 | 2025-03-01T00:42:38.556Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail |
5193 | 2025-03-01T00:42:38.560Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
5194 | 2025-03-01T00:42:38.566Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
5195 | 2025-03-01T00:42:38.571Z | PASS [ 0.019s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
5196 | 2025-03-01T00:42:38.576Z | PASS [ 0.019s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
5197 | 2025-03-01T00:42:38.581Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
5198 | 2025-03-01T00:42:38.586Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
5199 | 2025-03-01T00:42:38.591Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
5200 | 2025-03-01T00:42:38.596Z | PASS [ 0.019s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
5201 | 2025-03-01T00:42:38.601Z | PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
5202 | 2025-03-01T00:42:38.607Z | PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
5203 | 2025-03-01T00:42:38.611Z | PASS [ 0.019s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
5204 | 2025-03-01T00:42:38.617Z | PASS [ 0.021s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail |
5205 | 2025-03-01T00:42:38.621Z | PASS [ 0.020s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success |
5206 | 2025-03-01T00:42:38.627Z | PASS [ 0.020s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success |
5207 | 2025-03-01T00:42:38.640Z | PASS [ 0.013s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
5208 | 2025-03-01T00:42:38.644Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
5209 | 2025-03-01T00:42:38.658Z | PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
5210 | 2025-03-01T00:42:38.664Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
5211 | 2025-03-01T00:42:38.673Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
5212 | 2025-03-01T00:42:38.694Z | PASS [ 0.076s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
5213 | 2025-03-01T00:42:38.699Z | PASS [ 0.088s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
5214 | 2025-03-01T00:42:38.784Z | PASS [ 0.503s] clickana chart::tests::gather_chart_data_failure |
5215 | 2025-03-01T00:42:38.866Z | PASS [ 0.081s] db-macros lookup::test::test_lookup_snapshots |
5216 | 2025-03-01T00:42:38.885Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
5217 | 2025-03-01T00:42:38.905Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
5218 | 2025-03-01T00:42:38.922Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
5219 | 2025-03-01T00:42:38.939Z | PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
5220 | 2025-03-01T00:42:38.945Z | PASS [ 0.271s] db-dev::test-db-dev test_db_dev_wipe_no_args |
5221 | 2025-03-01T00:42:38.948Z | PASS [ 0.286s] db-dev::test-db-dev test_db_dev_populate_no_args |
5222 | 2025-03-01T00:42:38.959Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
5223 | 2025-03-01T00:42:38.968Z | PASS [ 0.022s] db-macros tests::test_derive_with_unknown_field |
5224 | 2025-03-01T00:42:38.973Z | PASS [ 0.027s] db-macros tests::test_derive_snapshots |
5225 | 2025-03-01T00:42:39.217Z | PASS [ 0.244s] dns-server storage::test::test_update_interrupted |
5226 | 2025-03-01T00:42:39.221Z | PASS [ 0.249s] dns-server storage::test::test_update_in_progress |
5227 | 2025-03-01T00:42:39.226Z | PASS [ 0.264s] dns-server storage::test::test_update_basic |
5228 | 2025-03-01T00:42:39.340Z | PASS [ 1.111s] bootstore schemes::v0::peer::tests::basic_3_nodes |
5229 | 2025-03-01T00:42:39.728Z | PASS [ 0.510s] dns-server::basic_test a_crud |
5230 | 2025-03-01T00:42:39.728Z | PASS [ 0.388s] dns-server::basic_test empty_record |
5231 | 2025-03-01T00:42:39.728Z | PASS [ 0.510s] dns-server::basic_test aaaa_crud |
5232 | 2025-03-01T00:42:39.731Z | PASS [ 0.501s] dns-server::basic_test answers_match_question |
5233 | 2025-03-01T00:42:39.968Z | PASS [ 0.239s] dns-server::basic_test nxdomain |
5234 | 2025-03-01T00:42:39.971Z | PASS [ 0.239s] dns-server::basic_test multi_record_crud |
5235 | 2025-03-01T00:42:39.985Z | PASS [ 0.256s] dns-server::basic_test name_contains_zone |
5236 | 2025-03-01T00:42:39.998Z | PASS [ 0.270s] dns-server::basic_test servfail |
5237 | 2025-03-01T00:42:40.032Z | PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
5238 | 2025-03-01T00:42:40.039Z | PASS [ 0.054s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
5239 | 2025-03-01T00:42:40.113Z | PASS [ 0.081s] illumos-utils destructor::test::test_delayed_delete |
5240 | 2025-03-01T00:42:40.144Z | PASS [ 0.030s] illumos-utils destructor::test::test_destructor_bad_close |
5241 | 2025-03-01T00:42:40.180Z | PASS [ 0.035s] illumos-utils link::test::test_allocate |
5242 | 2025-03-01T00:42:40.189Z | PASS [ 0.221s] dns-server::basic_test srv_crud |
5243 | 2025-03-01T00:42:40.210Z | PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes |
5244 | 2025-03-01T00:42:40.217Z | PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
5245 | 2025-03-01T00:42:40.245Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_quota |
5246 | 2025-03-01T00:42:40.245Z | PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_avail |
5247 | 2025-03-01T00:42:40.272Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_usage |
5248 | 2025-03-01T00:42:40.280Z | PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_bad_reservation |
5249 | 2025-03-01T00:42:40.304Z | PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_uuid |
5250 | 2025-03-01T00:42:40.310Z | PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_missing_fields |
5251 | 2025-03-01T00:42:40.331Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props |
5252 | 2025-03-01T00:42:40.338Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
5253 | 2025-03-01T00:42:40.357Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_too_many_columns |
5254 | 2025-03-01T00:42:40.365Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash |
5255 | 2025-03-01T00:42:40.385Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited |
5256 | 2025-03-01T00:42:40.392Z | PASS [ 0.028s] illumos-utils zfs::test::parse_quota_ignored_if_default |
5257 | 2025-03-01T00:42:40.413Z | PASS [ 0.028s] illumos-utils zfs::test::parse_reservation_ignored_if_default |
5258 | 2025-03-01T00:42:40.420Z | PASS [ 0.027s] illumos-utils zfs::test::parse_sorts_and_dedups |
5259 | 2025-03-01T00:42:40.446Z | PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool |
5260 | 2025-03-01T00:42:40.453Z | PASS [ 0.039s] illumos-utils zone::tests::test_parse_ip_network |
5261 | 2025-03-01T00:42:40.473Z | PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column |
5262 | 2025-03-01T00:42:40.655Z | PASS [ 0.616s] illumos-utils destructor::test::test_delayed_delete_with_error |
5263 | 2025-03-01T00:42:40.858Z | PASS [ 0.203s] installinator-common block_size_writer::tests::proptest_block_writer |
5264 | 2025-03-01T00:42:41.266Z | PASS [ 2.994s] bootstore::v0-fsm-proptest-learner run |
5265 | 2025-03-01T00:42:41.670Z | PASS [ 0.403s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
5266 | 2025-03-01T00:42:41.681Z | PASS [ 0.822s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
5267 | 2025-03-01T00:42:42.067Z | PASS [ 0.395s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
5268 | 2025-03-01T00:42:42.215Z | PASS [ 0.534s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
5269 | 2025-03-01T00:42:42.437Z | PASS [ 0.371s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
5270 | 2025-03-01T00:42:42.682Z | PASS [ 0.466s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
5271 | 2025-03-01T00:42:42.719Z | PASS [ 0.037s] internal-dns-types config::test::display_hosts |
5272 | 2025-03-01T00:42:42.745Z | PASS [ 0.025s] internal-dns-types config::test::display_srv_service |
5273 | 2025-03-01T00:42:42.790Z | PASS [ 0.045s] internal-dns-types config::test::test_builder_errors |
5274 | 2025-03-01T00:42:42.800Z | PASS [ 0.363s] internal-dns-resolver resolver::test::update_record |
5275 | 2025-03-01T00:42:42.824Z | PASS [ 2.349s] installinator write::tests::proptest_write_artifact |
5276 | 2025-03-01T00:42:42.850Z | PASS [ 0.049s] internal-dns-types diff::test::diff_different |
5277 | 2025-03-01T00:42:42.850Z | PASS [ 0.059s] internal-dns-types config::test::test_builder_output |
5278 | 2025-03-01T00:42:42.862Z | PASS [ 0.032s] internal-dns-types diff::test::diff_equivalent |
5279 | 2025-03-01T00:42:42.879Z | PASS [ 0.028s] internal-dns-types diff::test::diff_invalid |
5280 | 2025-03-01T00:42:42.893Z | PASS [ 0.042s] ipcc tests::deserialize_fixed_value |
5281 | 2025-03-01T00:42:42.910Z | PASS [ 0.046s] ipcc tests::installinator_image_id_round_trip |
5282 | 2025-03-01T00:42:42.915Z | PASS [ 0.036s] ipcc tests::serialized_size |
5283 | 2025-03-01T00:42:42.959Z | PASS [ 0.043s] key-manager tests::disk_encryption_key_epoch_0 |
5284 | 2025-03-01T00:42:42.960Z | PASS [ 0.067s] key-manager tests::different_disks_produce_different_keys |
5285 | 2025-03-01T00:42:42.963Z | PASS [ 0.051s] key-manager tests::different_ikm_produces_different_keys |
5286 | 2025-03-01T00:42:43.004Z | PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
5287 | 2025-03-01T00:42:43.067Z | PASS [ 4.795s] bootstore::v0-fsm-proptest-rack-coordinator run |
5288 | 2025-03-01T00:42:43.081Z | PASS [ 0.077s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
5289 | 2025-03-01T00:42:43.101Z | PASS [ 0.141s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
5290 | 2025-03-01T00:42:43.101Z | PASS [ 0.130s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
5291 | 2025-03-01T00:42:43.124Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
5292 | 2025-03-01T00:42:43.129Z | PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_get_token |
5293 | 2025-03-01T00:42:43.140Z | PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
5294 | 2025-03-01T00:42:43.149Z | PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
5295 | 2025-03-01T00:42:43.163Z | PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
5296 | 2025-03-01T00:42:43.174Z | PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
5297 | 2025-03-01T00:42:43.198Z | PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
5298 | 2025-03-01T00:42:43.208Z | PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_make_header_value |
5299 | 2025-03-01T00:42:43.229Z | PASS [ 0.079s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
5300 | 2025-03-01T00:42:43.238Z | PASS [ 0.063s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
5301 | 2025-03-01T00:42:43.249Z | PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
5302 | 2025-03-01T00:42:43.253Z | PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
5303 | 2025-03-01T00:42:43.270Z | PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
5304 | 2025-03-01T00:42:43.282Z | PASS [ 0.032s] nexus-auth authn::external::token::test::test_make_header_value |
5305 | 2025-03-01T00:42:43.290Z | PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
5306 | 2025-03-01T00:42:43.303Z | PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
5307 | 2025-03-01T00:42:43.310Z | PASS [ 0.060s] nexus-auth authn::external::test::test_authn_sequence |
5308 | 2025-03-01T00:42:43.316Z | PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_missing |
5309 | 2025-03-01T00:42:43.322Z | PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_valid |
5310 | 2025-03-01T00:42:43.350Z | PASS [ 4.656s] db-dev::test-db-dev test_db_killed |
5311 | 2025-03-01T00:42:43.366Z | PASS [ 0.063s] nexus-auth authn::test::test_internal_users |
5312 | 2025-03-01T00:42:43.387Z | PASS [ 0.070s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
5313 | 2025-03-01T00:42:43.424Z | PASS [ 0.074s] nexus-auth context::test::test_child_context |
5314 | 2025-03-01T00:42:43.431Z | PASS [ 0.109s] nexus-auth context::test::test_background_context |
5315 | 2025-03-01T00:42:43.437Z | PASS [ 0.070s] nexus-auth context::test::test_test_context |
5316 | 2025-03-01T00:42:43.449Z | PASS [ 0.139s] nexus-auth authz::context::test::test_unregistered_resource |
5317 | 2025-03-01T00:42:43.467Z | PASS [ 0.041s] nexus-config nexus_config::test::test_config_bad_toml |
5318 | 2025-03-01T00:42:43.470Z | PASS [ 0.034s] nexus-config nexus_config::test::test_config_empty |
5319 | 2025-03-01T00:42:43.470Z | PASS [ 0.029s] nexus-config nexus_config::test::test_config_nonexistent |
5320 | 2025-03-01T00:42:43.494Z | PASS [ 0.107s] nexus-config nexus_config::test::test_bad_authn_schemes |
5321 | 2025-03-01T00:42:43.501Z | PASS [ 0.034s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
5322 | 2025-03-01T00:42:43.509Z | PASS [ 0.059s] nexus-config nexus_config::test::test_deployment_config_schema |
5323 | 2025-03-01T00:42:43.517Z | PASS [ 3.549s] dns-server::commands_test test_dnsadm |
5324 | 2025-03-01T00:42:43.524Z | PASS [ 0.029s] nexus-config postgres_config::test::test_bad_url |
5325 | 2025-03-01T00:42:43.530Z | PASS [ 0.063s] nexus-config nexus_config::test::test_repo_configs_are_valid |
5326 | 2025-03-01T00:42:43.530Z | PASS [ 0.063s] nexus-config nexus_config::test::test_valid |
5327 | 2025-03-01T00:42:43.534Z | PASS [ 0.028s] nexus-config postgres_config::test::test_example_url |
5328 | 2025-03-01T00:42:43.551Z | PASS [ 0.042s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
5329 | 2025-03-01T00:42:43.551Z | PASS [ 0.027s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
5330 | 2025-03-01T00:42:43.557Z | PASS [ 0.026s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
5331 | 2025-03-01T00:42:43.564Z | PASS [ 0.040s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
5332 | 2025-03-01T00:42:43.573Z | PASS [ 0.042s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
5333 | 2025-03-01T00:42:43.579Z | PASS [ 0.048s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
5334 | 2025-03-01T00:42:43.597Z | PASS [ 0.032s] nexus-db-model instance_state::tests::test_from_str_roundtrips |
5335 | 2025-03-01T00:42:43.604Z | PASS [ 0.052s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
5336 | 2025-03-01T00:42:43.617Z | PASS [ 0.043s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
5337 | 2025-03-01T00:42:43.621Z | PASS [ 0.053s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
5338 | 2025-03-01T00:42:43.629Z | PASS [ 0.077s] nexus-db-model device_auth::test::test_generate_user_code |
5339 | 2025-03-01T00:42:43.635Z | PASS [ 0.037s] nexus-db-model schema_versions::test::test_known_versions |
5340 | 2025-03-01T00:42:43.641Z | PASS [ 0.061s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
5341 | 2025-03-01T00:42:43.644Z | PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
5342 | 2025-03-01T00:42:43.652Z | PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
5343 | 2025-03-01T00:42:43.656Z | PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
5344 | 2025-03-01T00:42:43.662Z | PASS [ 0.028s] nexus-db-model schema_versions::test::test_verify |
5345 | 2025-03-01T00:42:43.663Z | PASS [ 0.027s] nexus-db-model semver_version::test::test_to_from_sortable_string |
5346 | 2025-03-01T00:42:43.673Z | PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
5347 | 2025-03-01T00:42:43.676Z | PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet |
5348 | 2025-03-01T00:42:43.680Z | PASS [ 0.025s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
5349 | 2025-03-01T00:42:43.690Z | PASS [ 0.026s] nexus-db-model vmm_state::tests::test_from_str_roundtrips |
5350 | 2025-03-01T00:42:43.693Z | PASS [ 0.036s] nexus-db-model tests::test_roles_database_strings |
5351 | 2025-03-01T00:42:43.693Z | PASS [ 0.027s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
5352 | 2025-03-01T00:42:43.950Z | PASS [ 3.496s] installinator mock_peers::tests::proptest_fetch_artifact |
5353 | 2025-03-01T00:42:47.199Z | PASS [ 3.248s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
5354 | 2025-03-01T00:42:47.203Z | PASS [ 3.508s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
5355 | 2025-03-01T00:42:47.224Z | PASS [ 3.544s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
5356 | 2025-03-01T00:42:47.230Z | PASS [ 3.557s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
5357 | 2025-03-01T00:42:47.248Z | PASS [ 3.557s] nexus-db-queries db::collection_attach::test::test_attach_once |
5358 | 2025-03-01T00:42:47.277Z | PASS [ 0.046s] nexus-db-queries db::collection_attach::test::test_verify_query |
5359 | 2025-03-01T00:42:47.343Z | PASS [ 3.669s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
5360 | 2025-03-01T00:42:47.391Z | PASS [ 3.700s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
5361 | 2025-03-01T00:42:50.008Z | PASS [ 2.808s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
5362 | 2025-03-01T00:42:50.094Z | PASS [ 2.702s] nexus-db-queries db::collection_detach::test::test_detach_once |
5363 | 2025-03-01T00:42:50.094Z | PASS [ 2.750s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
5364 | 2025-03-01T00:42:50.098Z | PASS [ 2.845s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
5365 | 2025-03-01T00:42:50.144Z | PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query |
5366 | 2025-03-01T00:42:50.179Z | PASS [ 2.953s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
5367 | 2025-03-01T00:42:50.268Z | PASS [ 2.991s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
5368 | 2025-03-01T00:42:50.319Z | PASS [ 3.119s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
5369 | 2025-03-01T00:42:52.895Z | PASS [ 2.749s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
5370 | 2025-03-01T00:42:52.933Z | PASS [ 2.826s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
5371 | 2025-03-01T00:42:53.039Z | PASS [ 2.770s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
5372 | 2025-03-01T00:42:53.208Z | PASS [ 3.199s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
5373 | 2025-03-01T00:42:53.252Z | PASS [ 0.043s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
5374 | 2025-03-01T00:42:53.256Z | PASS [ 3.075s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
5375 | 2025-03-01T00:42:53.345Z | PASS [ 3.237s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
5376 | 2025-03-01T00:42:53.392Z | PASS [ 0.046s] nexus-db-queries db::collection_insert::test::test_verify_query |
5377 | 2025-03-01T00:42:53.436Z | PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
5378 | 2025-03-01T00:42:53.498Z | PASS [ 0.062s] nexus-db-queries db::column_walker::test::test_walk_columns |
5379 | 2025-03-01T00:42:53.506Z | PASS [ 3.185s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
5380 | 2025-03-01T00:42:53.542Z | PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_table |
5381 | 2025-03-01T00:42:54.261Z | PASS [ 15.559s] db-dev::test-db-dev test_db_run |
5382 | 2025-03-01T00:42:55.247Z | PASS [ 1.995s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
5383 | 2025-03-01T00:42:55.428Z | PASS [ 2.176s] nexus-db-queries db::collection_insert::test::test_collection_present |
5384 | 2025-03-01T00:42:55.485Z | PASS [ 2.551s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
5385 | 2025-03-01T00:42:55.598Z | PASS [ 2.558s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
5386 | 2025-03-01T00:42:55.704Z | PASS [ 2.809s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
5387 | 2025-03-01T00:42:57.244Z | PASS [ 3.739s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
5388 | 2025-03-01T00:42:57.396Z | PASS [ 3.853s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
5389 | 2025-03-01T00:42:57.417Z | PASS [ 1.713s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
5390 | 2025-03-01T00:42:58.480Z | PASS [ 2.881s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
5391 | 2025-03-01T00:42:58.849Z | PASS [ 4.586s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
5392 | 2025-03-01T00:42:59.203Z | PASS [ 3.955s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
5393 | 2025-03-01T00:42:59.599Z | PASS [ 4.170s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
5394 | 2025-03-01T00:42:59.735Z | PASS [ 2.490s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
5395 | 2025-03-01T00:42:59.794Z | PASS [ 4.309s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists |
5396 | 2025-03-01T00:43:02.239Z | PASS [ 4.821s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
5397 | 2025-03-01T00:43:02.664Z | PASS [ 4.183s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
5398 | 2025-03-01T00:43:02.732Z | PASS [ 0.068s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
5399 | 2025-03-01T00:43:02.845Z | PASS [ 5.448s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
5400 | 2025-03-01T00:43:03.648Z | PASS [ 4.444s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
5401 | 2025-03-01T00:43:03.747Z | PASS [ 4.898s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
5402 | 2025-03-01T00:43:04.011Z | PASS [ 4.274s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
5403 | 2025-03-01T00:43:04.334Z | PASS [ 4.734s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
5404 | 2025-03-01T00:43:04.600Z | PASS [ 4.804s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
5405 | 2025-03-01T00:43:06.686Z | PASS [ 4.446s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
5406 | 2025-03-01T00:43:06.902Z | PASS [ 4.169s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
5407 | 2025-03-01T00:43:07.586Z | PASS [ 4.740s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
5408 | 2025-03-01T00:43:08.182Z | PASS [ 4.434s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
5409 | 2025-03-01T00:43:08.275Z | PASS [ 3.940s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
5410 | 2025-03-01T00:43:08.616Z | PASS [ 4.605s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
5411 | 2025-03-01T00:43:09.200Z | PASS [ 5.550s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
5412 | 2025-03-01T00:43:09.382Z | PASS [ 4.781s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
5413 | 2025-03-01T00:43:11.539Z | PASS [ 4.636s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
5414 | 2025-03-01T00:43:11.908Z | PASS [ 4.321s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
5415 | 2025-03-01T00:43:12.681Z | PASS [ 4.405s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
5416 | 2025-03-01T00:43:12.863Z | PASS [ 4.246s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
5417 | 2025-03-01T00:43:12.871Z | PASS [ 4.688s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
5418 | 2025-03-01T00:43:12.994Z | PASS [ 6.307s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
5419 | 2025-03-01T00:43:13.383Z | PASS [ 4.182s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
5420 | 2025-03-01T00:43:13.583Z | PASS [ 4.201s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
5421 | 2025-03-01T00:43:16.080Z | PASS [ 4.541s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
5422 | 2025-03-01T00:43:16.149Z | PASS [ 4.240s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
5423 | 2025-03-01T00:43:17.260Z | PASS [ 3.876s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
5424 | 2025-03-01T00:43:17.324Z | PASS [ 4.642s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
5425 | 2025-03-01T00:43:17.421Z | PASS [ 4.548s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
5426 | 2025-03-01T00:43:17.888Z | PASS [ 4.891s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
5427 | 2025-03-01T00:43:18.061Z | PASS [ 4.441s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
5428 | 2025-03-01T00:43:19.652Z | PASS [ 6.788s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
5429 | 2025-03-01T00:43:20.370Z | PASS [ 4.221s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
5430 | 2025-03-01T00:43:21.149Z | PASS [ 3.889s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
5431 | 2025-03-01T00:43:21.240Z | PASS [ 3.916s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
5432 | 2025-03-01T00:43:21.694Z | PASS [ 5.612s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
5433 | 2025-03-01T00:43:21.708Z | PASS [ 3.682s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
5434 | 2025-03-01T00:43:21.817Z | PASS [ 4.396s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
5435 | 2025-03-01T00:43:22.759Z | PASS [ 4.871s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
5436 | 2025-03-01T00:43:25.232Z | PASS [ 5.579s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
5437 | 2025-03-01T00:43:25.326Z | PASS [ 4.175s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
5438 | 2025-03-01T00:43:26.014Z | PASS [ 4.319s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
5439 | 2025-03-01T00:43:26.239Z | PASS [ 4.530s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
5440 | 2025-03-01T00:43:26.316Z | PASS [ 4.498s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
5441 | 2025-03-01T00:43:27.468Z | PASS [ 4.709s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
5442 | 2025-03-01T00:43:29.865Z | PASS [ 4.632s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
5443 | 2025-03-01T00:43:30.067Z | PASS [ 4.740s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
5444 | 2025-03-01T00:43:30.331Z | PASS [ 4.316s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
5445 | 2025-03-01T00:43:31.189Z | PASS [ 4.950s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
5446 | 2025-03-01T00:43:32.515Z | PASS [ 6.198s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
5447 | 2025-03-01T00:43:32.625Z | PASS [ 5.157s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
5448 | 2025-03-01T00:43:32.672Z | PASS [ 0.046s] nexus-db-queries db::datastore::region::test::test_extent_count |
5449 | 2025-03-01T00:43:33.068Z | PASS [ 12.696s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
5450 | 2025-03-01T00:43:34.173Z | PASS [ 4.307s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
5451 | 2025-03-01T00:43:34.482Z | PASS [ 4.415s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
5452 | 2025-03-01T00:43:35.150Z | PASS [ 4.819s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
5453 | 2025-03-01T00:43:35.852Z | PASS [ 4.662s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
5454 | 2025-03-01T00:43:36.843Z | PASS [ 4.327s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
5455 | 2025-03-01T00:43:37.030Z | PASS [ 4.357s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
5456 | 2025-03-01T00:43:37.109Z | PASS [ 4.040s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
5457 | 2025-03-01T00:43:38.471Z | PASS [ 4.298s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
5458 | 2025-03-01T00:43:38.969Z | PASS [ 4.486s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
5459 | 2025-03-01T00:43:39.064Z | PASS [ 3.913s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
5460 | 2025-03-01T00:43:40.010Z | PASS [ 4.156s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
5461 | 2025-03-01T00:43:41.041Z | PASS [ 3.931s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
5462 | 2025-03-01T00:43:41.056Z | PASS [ 4.212s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
5463 | 2025-03-01T00:43:41.087Z | PASS [ 4.056s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
5464 | 2025-03-01T00:43:42.595Z | PASS [ 4.122s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
5465 | 2025-03-01T00:43:42.615Z | PASS [ 21.372s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
5466 | 2025-03-01T00:43:43.105Z | PASS [ 4.134s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists |
5467 | 2025-03-01T00:43:43.108Z | PASS [ 4.039s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone |
5468 | 2025-03-01T00:43:44.026Z | PASS [ 4.016s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
5469 | 2025-03-01T00:43:45.034Z | PASS [ 3.977s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
5470 | 2025-03-01T00:43:45.490Z | PASS [ 4.403s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
5471 | 2025-03-01T00:43:45.560Z | PASS [ 4.518s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
5472 | 2025-03-01T00:43:46.871Z | PASS [ 4.256s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
5473 | 2025-03-01T00:43:46.973Z | PASS [ 4.378s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
5474 | 2025-03-01T00:43:48.054Z | PASS [ 4.948s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
5475 | 2025-03-01T00:43:48.116Z | PASS [ 5.009s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
5476 | 2025-03-01T00:43:48.936Z | PASS [ 4.909s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
5477 | 2025-03-01T00:43:49.624Z | PASS [ 4.064s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
5478 | 2025-03-01T00:43:50.138Z | PASS [ 4.647s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
5479 | 2025-03-01T00:43:51.247Z | PASS [ 4.375s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
5480 | 2025-03-01T00:43:51.485Z | PASS [ 4.510s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits |
5481 | 2025-03-01T00:43:53.899Z | PASS [ 5.844s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset |
5482 | 2025-03-01T00:43:53.906Z | PASS [ 5.790s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset |
5483 | 2025-03-01T00:43:54.108Z | PASS [ 9.073s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
5484 | 2025-03-01T00:43:54.632Z | PASS [ 4.493s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering |
5485 | 2025-03-01T00:43:54.907Z | PASS [ 5.971s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign |
5486 | 2025-03-01T00:43:55.217Z | PASS [ 3.969s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations |
5487 | 2025-03-01T00:43:55.455Z | PASS [ 3.970s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
5488 | 2025-03-01T00:43:55.557Z | PASS [ 5.932s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign |
5489 | 2025-03-01T00:43:58.154Z | PASS [ 4.246s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
5490 | 2025-03-01T00:43:58.365Z | PASS [ 4.466s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
5491 | 2025-03-01T00:43:58.671Z | PASS [ 4.035s] nexus-db-queries db::datastore::test::test_project_creation |
5492 | 2025-03-01T00:43:58.675Z | PASS [ 4.565s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
5493 | 2025-03-01T00:43:58.998Z | PASS [ 4.089s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
5494 | 2025-03-01T00:43:59.435Z | PASS [ 4.217s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
5495 | 2025-03-01T00:43:59.872Z | PASS [ 4.313s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
5496 | 2025-03-01T00:44:03.180Z | PASS [ 4.814s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
5497 | 2025-03-01T00:44:03.435Z | PASS [ 5.281s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
5498 | 2025-03-01T00:44:04.287Z | PASS [ 4.414s] nexus-db-queries db::datastore::test::test_session_methods |
5499 | 2025-03-01T00:44:05.657Z | PASS [ 10.200s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
5500 | 2025-03-01T00:44:07.423Z | PASS [ 4.241s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
5501 | 2025-03-01T00:44:07.475Z | PASS [ 4.039s] nexus-db-queries db::datastore::test::test_ssh_keys |
5502 | 2025-03-01T00:44:07.915Z | PASS [ 9.239s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
5503 | 2025-03-01T00:44:08.322Z | PASS [ 4.034s] nexus-db-queries db::datastore::test::test_table_scan |
5504 | 2025-03-01T00:44:08.344Z | PASS [ 9.675s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
5505 | 2025-03-01T00:44:08.908Z | PASS [ 9.909s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
5506 | 2025-03-01T00:44:09.239Z | PASS [ 9.803s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
5507 | 2025-03-01T00:44:09.537Z | PASS [ 3.879s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
5508 | 2025-03-01T00:44:09.591Z | PASS [ 0.053s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
5509 | 2025-03-01T00:44:09.642Z | PASS [ 0.051s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
5510 | 2025-03-01T00:44:11.951Z | PASS [ 4.528s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
5511 | 2025-03-01T00:44:12.127Z | PASS [ 4.649s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
5512 | 2025-03-01T00:44:12.311Z | PASS [ 3.966s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
5513 | 2025-03-01T00:44:12.337Z | PASS [ 4.420s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
5514 | 2025-03-01T00:44:12.670Z | PASS [ 4.347s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
5515 | 2025-03-01T00:44:12.898Z | PASS [ 3.987s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
5516 | 2025-03-01T00:44:16.312Z | PASS [ 4.184s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
5517 | 2025-03-01T00:44:16.330Z | PASS [ 4.019s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed |
5518 | 2025-03-01T00:44:16.342Z | PASS [ 4.005s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume |
5519 | 2025-03-01T00:44:17.028Z | PASS [ 4.356s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
5520 | 2025-03-01T00:44:17.173Z | PASS [ 4.276s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
5521 | 2025-03-01T00:44:18.558Z | PASS [ 1.531s] nexus-db-queries db::explain::test::test_explain_async |
5522 | 2025-03-01T00:44:18.922Z | PASS [ 1.749s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
5523 | 2025-03-01T00:44:19.252Z | PASS [ 10.011s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume |
5524 | 2025-03-01T00:44:19.642Z | PASS [ 9.999s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
5525 | 2025-03-01T00:44:21.281Z | PASS [ 4.950s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
5526 | 2025-03-01T00:44:21.801Z | PASS [ 2.877s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
5527 | 2025-03-01T00:44:21.901Z | PASS [ 2.648s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
5528 | 2025-03-01T00:44:21.949Z | PASS [ 0.048s] nexus-db-queries db::pagination::test::test_paginator |
5529 | 2025-03-01T00:44:22.019Z | PASS [ 10.067s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
5530 | 2025-03-01T00:44:22.155Z | PASS [ 2.512s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
5531 | 2025-03-01T00:44:22.159Z | PASS [ 5.812s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
5532 | 2025-03-01T00:44:22.471Z | PASS [ 6.158s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
5533 | 2025-03-01T00:44:22.927Z | PASS [ 4.369s] nexus-db-queries db::lookup::test::test_lookup |
5534 | 2025-03-01T00:44:24.070Z | PASS [ 2.788s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
5535 | 2025-03-01T00:44:24.914Z | PASS [ 3.113s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
5536 | 2025-03-01T00:44:26.381Z | PASS [ 4.225s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
5537 | 2025-03-01T00:44:26.718Z | PASS [ 4.246s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
5538 | 2025-03-01T00:44:26.944Z | PASS [ 4.923s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
5539 | 2025-03-01T00:44:27.078Z | PASS [ 5.128s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
5540 | 2025-03-01T00:44:27.110Z | PASS [ 4.954s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
5541 | 2025-03-01T00:44:27.119Z | PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
5542 | 2025-03-01T00:44:27.537Z | PASS [ 4.609s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
5543 | 2025-03-01T00:44:28.755Z | PASS [ 4.684s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
5544 | 2025-03-01T00:44:29.397Z | PASS [ 4.483s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
5545 | 2025-03-01T00:44:30.977Z | PASS [ 4.595s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
5546 | 2025-03-01T00:44:31.042Z | PASS [ 4.323s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
5547 | 2025-03-01T00:44:31.454Z | PASS [ 3.916s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
5548 | 2025-03-01T00:44:31.675Z | PASS [ 4.563s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
5549 | 2025-03-01T00:44:31.827Z | PASS [ 4.707s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
5550 | 2025-03-01T00:44:32.537Z | PASS [ 5.592s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
5551 | 2025-03-01T00:44:33.203Z | PASS [ 3.805s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
5552 | 2025-03-01T00:44:33.358Z | PASS [ 4.602s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
5553 | 2025-03-01T00:44:35.176Z | PASS [ 4.133s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
5554 | 2025-03-01T00:44:35.594Z | PASS [ 4.615s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
5555 | 2025-03-01T00:44:35.639Z | PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
5556 | 2025-03-01T00:44:35.645Z | PASS [ 4.185s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
5557 | 2025-03-01T00:44:36.001Z | PASS [ 4.326s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
5558 | 2025-03-01T00:44:36.211Z | PASS [ 4.383s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
5559 | 2025-03-01T00:44:36.869Z | PASS [ 4.331s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
5560 | 2025-03-01T00:44:37.176Z | PASS [ 3.972s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
5561 | 2025-03-01T00:44:37.224Z | PASS [ 0.046s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
5562 | 2025-03-01T00:44:37.722Z | PASS [ 4.363s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
5563 | 2025-03-01T00:44:37.924Z | PASS [ 2.278s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
5564 | 2025-03-01T00:44:38.154Z | PASS [ 0.432s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
5565 | 2025-03-01T00:44:38.273Z | PASS [ 0.348s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
5566 | 2025-03-01T00:44:38.464Z | PASS [ 2.463s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
5567 | 2025-03-01T00:44:38.542Z | PASS [ 2.330s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
5568 | 2025-03-01T00:44:39.425Z | PASS [ 2.556s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
5569 | 2025-03-01T00:44:39.563Z | PASS [ 4.386s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
5570 | 2025-03-01T00:44:39.629Z | PASS [ 2.404s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
5571 | 2025-03-01T00:44:39.710Z | PASS [ 0.285s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
5572 | 2025-03-01T00:44:39.860Z | PASS [ 0.294s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
5573 | 2025-03-01T00:44:39.906Z | PASS [ 1.441s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
5574 | 2025-03-01T00:44:39.996Z | PASS [ 0.366s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
5575 | 2025-03-01T00:44:40.006Z | PASS [ 1.852s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
5576 | 2025-03-01T00:44:40.140Z | PASS [ 0.428s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
5577 | 2025-03-01T00:44:40.212Z | PASS [ 4.572s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
5578 | 2025-03-01T00:44:40.253Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
5579 | 2025-03-01T00:44:40.261Z | PASS [ 0.121s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
5580 | 2025-03-01T00:44:40.294Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
5581 | 2025-03-01T00:44:40.305Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
5582 | 2025-03-01T00:44:40.339Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
5583 | 2025-03-01T00:44:40.579Z | PASS [ 2.304s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
5584 | 2025-03-01T00:44:40.847Z | PASS [ 2.304s] nexus-db-queries db::queries::region_allocation::test::explainable |
5585 | 2025-03-01T00:44:41.544Z | PASS [ 1.686s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
5586 | 2025-03-01T00:44:41.711Z | PASS [ 1.804s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
5587 | 2025-03-01T00:44:41.763Z | PASS [ 1.755s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
5588 | 2025-03-01T00:44:41.896Z | PASS [ 1.900s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
5589 | 2025-03-01T00:44:41.937Z | PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
5590 | 2025-03-01T00:44:42.022Z | PASS [ 1.717s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
5591 | 2025-03-01T00:44:42.079Z | PASS [ 0.056s] nexus-inventory builder::test::test_empty |
5592 | 2025-03-01T00:44:42.082Z | PASS [ 1.501s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
5593 | 2025-03-01T00:44:42.132Z | PASS [ 1.793s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
5594 | 2025-03-01T00:44:42.150Z | PASS [ 0.070s] nexus-inventory builder::test::test_problems |
5595 | 2025-03-01T00:44:42.280Z | PASS [ 0.342s] nexus-inventory builder::test::test_basic |
5596 | 2025-03-01T00:44:42.922Z | PASS [ 0.772s] nexus-inventory collector::test::test_multi_mgs_failure |
5597 | 2025-03-01T00:44:43.410Z | PASS [ 1.129s] nexus-inventory collector::test::test_sled_agent_failure |
5598 | 2025-03-01T00:44:43.569Z | PASS [ 1.489s] nexus-inventory collector::test::test_basic |
5599 | 2025-03-01T00:44:43.811Z | PASS [ 1.679s] nexus-inventory collector::test::test_multi_mgs |
5600 | 2025-03-01T00:44:43.878Z | PASS [ 0.067s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool |
5601 | 2025-03-01T00:44:43.879Z | PASS [ 0.308s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet |
5602 | 2025-03-01T00:44:43.922Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip |
5603 | 2025-03-01T00:44:43.929Z | PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address |
5604 | 2025-03-01T00:44:43.963Z | PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip |
5605 | 2025-03-01T00:44:43.973Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac |
5606 | 2025-03-01T00:44:44.007Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips |
5607 | 2025-03-01T00:44:44.018Z | PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision |
5608 | 2025-03-01T00:44:44.046Z | PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean |
5609 | 2025-03-01T00:44:44.058Z | PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets |
5610 | 2025-03-01T00:44:44.085Z | PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets |
5611 | 2025-03-01T00:44:44.098Z | PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks |
5612 | 2025-03-01T00:44:44.126Z | PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision |
5613 | 2025-03-01T00:44:44.138Z | PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets |
5614 | 2025-03-01T00:44:44.167Z | PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets |
5615 | 2025-03-01T00:44:44.188Z | PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds |
5616 | 2025-03-01T00:44:44.338Z | PASS [ 0.170s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
5617 | 2025-03-01T00:44:44.439Z | PASS [ 0.101s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
5618 | 2025-03-01T00:44:44.516Z | PASS [ 0.077s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
5619 | 2025-03-01T00:44:44.575Z | PASS [ 0.058s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
5620 | 2025-03-01T00:44:44.635Z | PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
5621 | 2025-03-01T00:44:45.457Z | PASS [ 3.694s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
5622 | 2025-03-01T00:44:45.604Z | PASS [ 3.892s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
5623 | 2025-03-01T00:44:48.094Z | PASS [ 5.171s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
5624 | 2025-03-01T00:44:48.101Z | PASS [ 4.690s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
5625 | 2025-03-01T00:44:49.386Z | PASS [ 8.538s] nexus-db-queries policy_test::test_conferred_roles |
5626 | 2025-03-01T00:45:05.728Z | PASS [ 20.268s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
5627 | 2025-03-01T00:45:06.007Z | PASS [ 0.279s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
5628 | 2025-03-01T00:45:06.045Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
5629 | 2025-03-01T00:45:06.084Z | PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
5630 | 2025-03-01T00:45:06.163Z | PASS [ 0.080s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
5631 | 2025-03-01T00:45:06.212Z | PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones |
5632 | 2025-03-01T00:45:06.254Z | PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
5633 | 2025-03-01T00:45:06.301Z | PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
5634 | 2025-03-01T00:45:06.343Z | PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
5635 | 2025-03-01T00:45:06.379Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
5636 | 2025-03-01T00:45:06.415Z | PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
5637 | 2025-03-01T00:45:06.450Z | PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
5638 | 2025-03-01T00:45:06.518Z | PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
5639 | 2025-03-01T00:45:06.555Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
5640 | 2025-03-01T00:45:06.588Z | PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
5641 | 2025-03-01T00:45:06.623Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
5642 | 2025-03-01T00:45:06.659Z | PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately |
5643 | 2025-03-01T00:45:06.743Z | PASS [ 0.080s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
5644 | 2025-03-01T00:45:07.239Z | PASS [ 19.142s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
5645 | 2025-03-01T00:45:07.294Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator |
5646 | 2025-03-01T00:45:07.997Z | PASS [ 18.608s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
5647 | 2025-03-01T00:45:08.410Z | PASS [ 1.115s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging |
5648 | 2025-03-01T00:45:08.720Z | PASS [ 23.114s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
5649 | 2025-03-01T00:45:08.723Z | PASS [ 20.616s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
5650 | 2025-03-01T00:45:08.775Z | PASS [ 0.054s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
5651 | 2025-03-01T00:45:08.806Z | PASS [ 0.030s] nexus-reconfigurator-planning example::tests::instances_on_examples |
5652 | 2025-03-01T00:45:08.837Z | PASS [ 0.030s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
5653 | 2025-03-01T00:45:08.913Z | PASS [ 0.076s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
5654 | 2025-03-01T00:45:08.981Z | PASS [ 0.260s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets |
5655 | 2025-03-01T00:45:08.988Z | PASS [ 0.074s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
5656 | 2025-03-01T00:45:09.030Z | PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
5657 | 2025-03-01T00:45:09.070Z | PASS [ 1.072s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool |
5658 | 2025-03-01T00:45:09.082Z | PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
5659 | 2025-03-01T00:45:09.111Z | PASS [ 0.122s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
5660 | 2025-03-01T00:45:09.128Z | PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_crucible_pantry |
5661 | 2025-03-01T00:45:09.136Z | PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place |
5662 | 2025-03-01T00:45:09.170Z | PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
5663 | 2025-03-01T00:45:09.186Z | PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
5664 | 2025-03-01T00:45:09.189Z | PASS [ 0.775s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets |
5665 | 2025-03-01T00:45:09.199Z | PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
5666 | 2025-03-01T00:45:09.244Z | PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed |
5667 | 2025-03-01T00:45:09.256Z | PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
5668 | 2025-03-01T00:45:09.301Z | PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
5669 | 2025-03-01T00:45:09.314Z | PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
5670 | 2025-03-01T00:45:09.346Z | PASS [ 0.158s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
5671 | 2025-03-01T00:45:09.360Z | PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
5672 | 2025-03-01T00:45:09.398Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
5673 | 2025-03-01T00:45:09.422Z | PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
5674 | 2025-03-01T00:45:09.432Z | PASS [ 0.131s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse |
5675 | 2025-03-01T00:45:09.554Z | PASS [ 0.121s] nexus-saga-recovery recovery::test::test_plan_basic |
5676 | 2025-03-01T00:45:09.565Z | PASS [ 0.142s] nexus-saga-recovery recovery::test::test_execution_basic |
5677 | 2025-03-01T00:45:09.596Z | PASS [ 0.040s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
5678 | 2025-03-01T00:45:09.624Z | PASS [ 0.058s] nexus-saga-recovery test::test_basic |
5679 | 2025-03-01T00:45:09.634Z | PASS [ 0.039s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
5680 | 2025-03-01T00:45:09.670Z | PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
5681 | 2025-03-01T00:45:09.692Z | PASS [ 0.057s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
5682 | 2025-03-01T00:45:09.704Z | PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
5683 | 2025-03-01T00:45:09.739Z | PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
5684 | 2025-03-01T00:45:09.760Z | PASS [ 0.067s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
5685 | 2025-03-01T00:45:09.799Z | PASS [ 0.060s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
5686 | 2025-03-01T00:45:09.831Z | PASS [ 0.071s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_field_changes |
5687 | 2025-03-01T00:45:09.851Z | PASS [ 0.042s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_insert_delete_datasets |
5688 | 2025-03-01T00:45:09.876Z | PASS [ 0.045s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_same_config |
5689 | 2025-03-01T00:45:09.910Z | PASS [ 0.033s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_insert_delete_disks |
5690 | 2025-03-01T00:45:09.927Z | PASS [ 0.076s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_field_changes |
5691 | 2025-03-01T00:45:09.950Z | PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_same_config |
5692 | 2025-03-01T00:45:09.963Z | PASS [ 0.035s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_field_changes |
5693 | 2025-03-01T00:45:09.984Z | PASS [ 0.034s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_same_blueprint |
5694 | 2025-03-01T00:45:10.008Z | PASS [ 0.044s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::test_insert_delete_zones |
5695 | 2025-03-01T00:45:10.044Z | PASS [ 0.059s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates |
5696 | 2025-03-01T00:45:10.084Z | PASS [ 0.076s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys |
5697 | 2025-03-01T00:45:11.391Z | PASS [ 1.305s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes |
5698 | 2025-03-01T00:45:11.391Z | PASS [ 1.345s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes |
5699 | 2025-03-01T00:45:11.622Z | PASS [ 0.231s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes |
5700 | 2025-03-01T00:45:11.630Z | PASS [ 0.239s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut |
5701 | 2025-03-01T00:45:11.787Z | PASS [ 0.164s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut |
5702 | 2025-03-01T00:45:11.821Z | PASS [ 0.190s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert |
5703 | 2025-03-01T00:45:11.965Z | PASS [ 0.143s] nexus-types deployment::id_map::tests::serialization_is_transparent |
5704 | 2025-03-01T00:45:12.024Z | PASS [ 0.236s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes |
5705 | 2025-03-01T00:45:12.109Z | PASS [ 5.369s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
5706 | 2025-03-01T00:45:12.133Z | PASS [ 0.168s] nexus-types deployment::id_map::tests::serialization_roundtrip |
5707 | 2025-03-01T00:45:12.173Z | PASS [ 0.039s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
5708 | 2025-03-01T00:45:12.242Z | PASS [ 0.216s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert |
5709 | 2025-03-01T00:45:12.316Z | PASS [ 0.207s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert |
5710 | 2025-03-01T00:45:16.317Z | PASS [ 4.071s] nexus-types deployment::tri_map::tests::proptest_permutation_eq |
5711 | 2025-03-01T00:45:16.348Z | PASS [ 0.033s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
5712 | 2025-03-01T00:45:16.380Z | PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples |
5713 | 2025-03-01T00:45:16.429Z | PASS [ 0.048s] nexus-types external_api::shared::test::test_policy_parsing |
5714 | 2025-03-01T00:45:16.633Z | PASS [ 0.202s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
5715 | 2025-03-01T00:45:16.711Z | PASS [ 0.079s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
5716 | 2025-03-01T00:45:16.775Z | PASS [ 0.064s] omicron-certificates tests::test_cert_extended_key_usage |
5717 | 2025-03-01T00:45:16.842Z | PASS [ 0.066s] omicron-certificates tests::test_common_name_is_validated |
5718 | 2025-03-01T00:45:16.906Z | PASS [ 0.064s] omicron-certificates tests::test_subject_alternate_names_are_validated |
5719 | 2025-03-01T00:45:17.936Z | PASS [ 1.029s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
5720 | 2025-03-01T00:45:18.140Z | PASS [ 0.203s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
5721 | 2025-03-01T00:45:18.322Z | PASS [ 0.182s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
5722 | 2025-03-01T00:45:18.495Z | PASS [ 0.172s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
5723 | 2025-03-01T00:45:18.888Z | PASS [ 0.392s] omicron-clickhouse-admin::integration_test test_teardown |
5724 | 2025-03-01T00:45:19.126Z | PASS [ 6.809s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
5725 | 2025-03-01T00:45:21.117Z | PASS [ 2.226s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
5726 | 2025-03-01T00:45:21.151Z | PASS [ 2.024s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
5727 | 2025-03-01T00:45:21.208Z | PASS [ 0.056s] omicron-common address::test::test_dns_subnets |
5728 | 2025-03-01T00:45:21.241Z | PASS [ 0.033s] omicron-common address::test::test_ip_range_checks_non_decreasing |
5729 | 2025-03-01T00:45:21.291Z | PASS [ 0.049s] omicron-common address::test::test_ip_range_enum_deserialization |
5730 | 2025-03-01T00:45:21.323Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_iter |
5731 | 2025-03-01T00:45:21.354Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_length |
5732 | 2025-03-01T00:45:21.384Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from |
5733 | 2025-03-01T00:45:21.420Z | PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize |
5734 | 2025-03-01T00:45:21.449Z | PASS [ 0.029s] omicron-common address::test::test_sled_address |
5735 | 2025-03-01T00:45:21.485Z | PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless |
5736 | 2025-03-01T00:45:21.531Z | PASS [ 0.045s] omicron-common api::external::error::test::test_context |
5737 | 2025-03-01T00:45:21.596Z | PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_pagination_examples |
5738 | 2025-03-01T00:45:21.658Z | PASS [ 0.062s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
5739 | 2025-03-01T00:45:21.701Z | PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_id |
5740 | 2025-03-01T00:45:21.733Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_name |
5741 | 2025-03-01T00:45:21.765Z | PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
5742 | 2025-03-01T00:45:21.798Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
5743 | 2025-03-01T00:45:21.829Z | PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
5744 | 2025-03-01T00:45:21.863Z | PASS [ 0.033s] omicron-common api::external::test::test_bytecount |
5745 | 2025-03-01T00:45:21.893Z | PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display |
5746 | 2025-03-01T00:45:21.947Z | PASS [ 0.054s] omicron-common api::external::test::test_digest |
5747 | 2025-03-01T00:45:21.985Z | PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization |
5748 | 2025-03-01T00:45:22.090Z | PASS [ 0.105s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
5749 | 2025-03-01T00:45:22.146Z | PASS [ 0.055s] omicron-common api::external::test::test_firewall_rule_target_parse |
5750 | 2025-03-01T00:45:22.198Z | PASS [ 0.052s] omicron-common api::external::test::test_hostname_from_str |
5751 | 2025-03-01T00:45:22.234Z | PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_from_str |
5752 | 2025-03-01T00:45:22.292Z | PASS [ 0.057s] omicron-common api::external::test::test_ip_port_range_into_str |
5753 | 2025-03-01T00:45:22.325Z | PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations |
5754 | 2025-03-01T00:45:22.391Z | PASS [ 0.066s] omicron-common api::external::test::test_mac_system_iterator |
5755 | 2025-03-01T00:45:22.447Z | PASS [ 0.055s] omicron-common api::external::test::test_mac_to_int_conversions |
5756 | 2025-03-01T00:45:22.518Z | PASS [ 0.068s] omicron-common api::external::test::test_macaddr |
5757 | 2025-03-01T00:45:22.552Z | PASS [ 0.036s] omicron-common api::external::test::test_name_parse |
5758 | 2025-03-01T00:45:22.589Z | PASS [ 0.036s] omicron-common api::external::test::test_name_parse_from_param |
5759 | 2025-03-01T00:45:22.621Z | PASS [ 0.031s] omicron-common api::external::test::test_resource_name_parse |
5760 | 2025-03-01T00:45:22.659Z | PASS [ 0.038s] omicron-common api::external::test::test_role_name_parse |
5761 | 2025-03-01T00:45:22.733Z | PASS [ 0.074s] omicron-common api::external::test::test_route_destination_parse |
5762 | 2025-03-01T00:45:22.806Z | PASS [ 0.068s] omicron-common api::external::test::test_route_target_parse |
5763 | 2025-03-01T00:45:22.840Z | PASS [ 0.038s] omicron-common api::external::test::test_semver_serialize |
5764 | 2025-03-01T00:45:22.851Z | PASS [ 1.736s] omicron-cockroach-admin context::tests::test_node_id |
5765 | 2025-03-01T00:45:22.871Z | PASS [ 0.030s] omicron-common api::external::test::test_semver_validation |
5766 | 2025-03-01T00:45:22.890Z | PASS [ 0.038s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
5767 | 2025-03-01T00:45:22.901Z | PASS [ 0.030s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
5768 | 2025-03-01T00:45:22.920Z | PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
5769 | 2025-03-01T00:45:22.937Z | PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
5770 | 2025-03-01T00:45:22.959Z | PASS [ 0.038s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
5771 | 2025-03-01T00:45:22.988Z | PASS [ 0.051s] omicron-common ledger::test::test_commit_handles_write_failures |
5772 | 2025-03-01T00:45:23.024Z | PASS [ 0.065s] omicron-common ledger::test::test_create_default_ledger |
5773 | 2025-03-01T00:45:23.040Z | PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
5774 | 2025-03-01T00:45:23.088Z | PASS [ 0.063s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
5775 | 2025-03-01T00:45:23.098Z | PASS [ 0.058s] omicron-common update::tests::serde_artifact_kind |
5776 | 2025-03-01T00:45:23.129Z | PASS [ 0.040s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
5777 | 2025-03-01T00:45:23.140Z | PASS [ 0.041s] omicron-common zpool_name::test::test_parse_external_zpool_name |
5778 | 2025-03-01T00:45:23.194Z | PASS [ 0.045s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
5779 | 2025-03-01T00:45:23.211Z | PASS [ 0.069s] omicron-common zpool_name::test::test_parse_zpool_name_json |
5780 | 2025-03-01T00:45:23.239Z | PASS [ 0.044s] omicron-common zpool_name::test::test_zpool_name_regex |
5781 | 2025-03-01T00:45:23.406Z | PASS [ 0.167s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
5782 | 2025-03-01T00:45:23.422Z | PASS [ 0.209s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
5783 | 2025-03-01T00:45:23.578Z | PASS [ 0.154s] omicron-gateway management_switch::location_map::tests::test_config_validation |
5784 | 2025-03-01T00:45:23.683Z | PASS [ 0.105s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
5785 | 2025-03-01T00:45:24.266Z | PASS [ 12.092s] nexus-types deployment::tri_map::tests::proptest_ops |
5786 | 2025-03-01T00:45:24.321Z | PASS [ 0.054s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
5787 | 2025-03-01T00:45:24.660Z | PASS [ 0.976s] omicron-gateway::test_all integration_tests::component_list::component_list |
5788 | 2025-03-01T00:45:24.769Z | PASS [ 0.448s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
5789 | 2025-03-01T00:45:24.865Z | PASS [ 0.205s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
5790 | 2025-03-01T00:45:24.957Z | PASS [ 0.186s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
5791 | 2025-03-01T00:45:30.891Z | PASS [ 21.528s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation |
5792 | 2025-03-01T00:45:35.890Z | PASS [ 12.482s] omicron-dev::test-omicron-dev test_run_all |
5793 | 2025-03-01T00:45:37.342Z | PASS [ 27.929s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation |
5794 | 2025-03-01T00:45:37.709Z | PASS [ 53.515s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5795 | 2025-03-01T00:45:41.563Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
5796 | 2025-03-01T00:45:44.653Z | SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
5797 | 2025-03-01T00:45:47.186Z | PASS [ 22.318s] omicron-ls-apis::test_dependencies test_api_dependencies |
5798 | 2025-03-01T00:45:47.562Z | PASS [ 16.668s] omicron-nexus app::background::driver::test::test_driver_basic |
5799 | 2025-03-01T00:45:47.739Z | PASS [ 22.779s] omicron-nexus app::background::driver::test::test_activation_in_progress |
5800 | 2025-03-01T00:45:56.204Z | PASS [ 74.652s] nexus-db-queries policy_test::test_iam_roles_behavior |
5801 | 2025-03-01T00:45:56.845Z | PASS [ 20.952s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
5802 | 2025-03-01T00:46:00.365Z | PASS [ 4.159s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
5803 | 2025-03-01T00:46:01.217Z | PASS [ 4.371s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
5804 | 2025-03-01T00:46:01.278Z | PASS [ 0.061s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
5805 | 2025-03-01T00:46:01.679Z | PASS [ 77.035s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
5806 | 2025-03-01T00:46:02.949Z | PASS [ 25.237s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
5807 | 2025-03-01T00:46:03.282Z | PASS [ 25.948s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
5808 | 2025-03-01T00:46:04.579Z | PASS [ 16.838s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
5809 | 2025-03-01T00:46:04.934Z | PASS [ 4.568s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
5810 | 2025-03-01T00:46:07.847Z | PASS [ 20.283s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
5811 | 2025-03-01T00:46:12.829Z | PASS [ 25.640s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
5812 | 2025-03-01T00:46:17.926Z | PASS [ 16.646s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
5813 | 2025-03-01T00:46:18.000Z | PASS [ 16.319s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
5814 | 2025-03-01T00:46:19.659Z | PASS [ 16.708s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
5815 | 2025-03-01T00:46:20.693Z | PASS [ 17.408s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
5816 | 2025-03-01T00:46:21.670Z | PASS [ 16.734s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
5817 | 2025-03-01T00:46:21.885Z | PASS [ 17.305s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
5818 | 2025-03-01T00:46:35.901Z | PASS [ 23.069s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
5819 | 2025-03-01T00:46:37.624Z | PASS [ 15.952s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
5820 | 2025-03-01T00:46:38.285Z | PASS [ 16.397s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
5821 | 2025-03-01T00:46:39.085Z | PASS [ 18.389s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
5822 | 2025-03-01T00:46:39.323Z | PASS [ 21.320s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
5823 | 2025-03-01T00:46:48.614Z | PASS [ 28.952s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
5824 | 2025-03-01T00:46:50.996Z | PASS [ 43.144s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
5825 | 2025-03-01T00:46:51.290Z | PASS [ 15.387s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
5826 | 2025-03-01T00:46:52.692Z | PASS [ 14.405s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
5827 | 2025-03-01T00:46:52.738Z | PASS [ 15.112s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
5828 | 2025-03-01T00:46:53.524Z | PASS [ 14.437s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
5829 | 2025-03-01T00:46:54.690Z | PASS [ 15.365s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
5830 | 2025-03-01T00:46:58.147Z | PASS [ 3.456s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
5831 | 2025-03-01T00:47:05.599Z | PASS [ 16.983s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
5832 | 2025-03-01T00:47:07.097Z | PASS [ 16.099s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
5833 | 2025-03-01T00:47:08.229Z | PASS [ 2.628s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
5834 | 2025-03-01T00:47:09.516Z | PASS [ 16.776s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
5835 | 2025-03-01T00:47:10.508Z | PASS [ 19.208s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete |
5836 | 2025-03-01T00:47:10.673Z | PASS [ 17.147s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
5837 | 2025-03-01T00:47:13.680Z | PASS [ 20.985s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
5838 | 2025-03-01T00:47:16.720Z | PASS [ 18.570s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
5839 | 2025-03-01T00:47:17.944Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
5840 | 2025-03-01T00:47:25.549Z | PASS [ 18.450s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion |
5841 | 2025-03-01T00:47:26.688Z | PASS [ 18.457s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect |
5842 | 2025-03-01T00:47:26.902Z | PASS [ 17.383s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect |
5843 | 2025-03-01T00:47:26.967Z | PASS [ 0.064s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation |
5844 | 2025-03-01T00:47:27.095Z | PASS [ 69.162s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
5845 | 2025-03-01T00:47:27.592Z | PASS [ 0.625s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete |
5846 | 2025-03-01T00:47:27.807Z | PASS [ 0.711s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled |
5847 | 2025-03-01T00:47:28.079Z | PASS [ 0.486s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing |
5848 | 2025-03-01T00:47:28.128Z | PASS [ 17.452s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection |
5849 | 2025-03-01T00:47:28.207Z | PASS [ 0.400s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy |
5850 | 2025-03-01T00:47:28.330Z | PASS [ 0.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
5851 | 2025-03-01T00:47:28.370Z | PASS [ 17.868s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection |
5852 | 2025-03-01T00:47:28.472Z | PASS [ 0.102s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
5853 | 2025-03-01T00:47:28.540Z | PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
5854 | 2025-03-01T00:47:28.595Z | PASS [ 0.054s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
5855 | 2025-03-01T00:47:28.660Z | PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
5856 | 2025-03-01T00:47:28.722Z | PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
5857 | 2025-03-01T00:47:28.781Z | PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
5858 | 2025-03-01T00:47:28.846Z | PASS [ 0.065s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
5859 | 2025-03-01T00:47:28.904Z | PASS [ 0.058s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
5860 | 2025-03-01T00:47:28.946Z | PASS [ 0.818s] omicron-nexus app::external_endpoints::test::test_authority |
5861 | 2025-03-01T00:47:29.518Z | PASS [ 1.438s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate |
5862 | 2025-03-01T00:47:29.631Z | PASS [ 15.949s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop |
5863 | 2025-03-01T00:47:33.601Z | PASS [ 5.269s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
5864 | 2025-03-01T00:47:33.704Z | PASS [ 16.981s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many |
5865 | 2025-03-01T00:47:42.319Z | PASS [ 16.767s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop |
5866 | 2025-03-01T00:47:43.868Z | PASS [ 17.178s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one |
5867 | 2025-03-01T00:47:52.104Z | PASS [ 22.583s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
5868 | 2025-03-01T00:47:52.343Z | PASS [ 22.709s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
5869 | 2025-03-01T00:47:53.110Z | PASS [ 24.160s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
5870 | 2025-03-01T00:47:53.130Z | PASS [ 24.222s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
5871 | 2025-03-01T00:47:56.480Z | PASS [ 22.876s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
5872 | 2025-03-01T00:47:56.712Z | PASS [ 23.006s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
5873 | 2025-03-01T00:48:16.511Z | PASS [ 24.165s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
5874 | 2025-03-01T00:48:18.734Z | PASS [ 26.627s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
5875 | 2025-03-01T00:48:18.766Z | PASS [ 25.633s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
5876 | 2025-03-01T00:48:19.064Z | PASS [ 25.951s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
5877 | 2025-03-01T00:48:27.216Z | PASS [ 30.500s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
5878 | 2025-03-01T00:48:27.275Z | PASS [ 30.791s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
5879 | 2025-03-01T00:48:41.725Z | PASS [ 25.211s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
5880 | 2025-03-01T00:48:42.145Z | PASS [ 23.408s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
5881 | 2025-03-01T00:48:42.338Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5882 | 2025-03-01T00:48:43.885Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5883 | 2025-03-01T00:48:47.061Z | PASS [ 28.291s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
5884 | 2025-03-01T00:48:48.263Z | PASS [ 29.196s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
5885 | 2025-03-01T00:48:55.127Z | PASS [ 27.849s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
5886 | 2025-03-01T00:48:56.593Z | PASS [ 29.373s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
5887 | 2025-03-01T00:49:08.711Z | PASS [ 26.563s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
5888 | 2025-03-01T00:49:11.748Z | PASS [ 23.481s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
5889 | 2025-03-01T00:49:15.704Z | PASS [ 28.640s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
5890 | 2025-03-01T00:49:16.097Z | PASS [ 20.967s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
5891 | 2025-03-01T00:49:17.648Z | PASS [ 21.052s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
5892 | 2025-03-01T00:49:34.808Z | PASS [ 23.057s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
5893 | 2025-03-01T00:49:37.730Z | PASS [ 22.024s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
5894 | 2025-03-01T00:49:41.754Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5895 | 2025-03-01T00:49:42.308Z | PASS [ 26.208s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
5896 | 2025-03-01T00:49:42.346Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5897 | 2025-03-01T00:49:43.893Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5898 | 2025-03-01T00:49:46.736Z | PASS [ 65.003s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5899 | 2025-03-01T00:50:01.170Z | PASS [ 26.358s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
5900 | 2025-03-01T00:50:04.966Z | PASS [ 27.233s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
5901 | 2025-03-01T00:50:08.729Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5902 | 2025-03-01T00:50:13.295Z | PASS [ 26.556s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
5903 | 2025-03-01T00:50:17.666Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5904 | 2025-03-01T00:50:29.289Z | PASS [ 28.116s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
5905 | 2025-03-01T00:50:40.479Z | PASS [ 27.181s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
5906 | 2025-03-01T00:50:40.840Z | PASS [ 92.119s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5907 | 2025-03-01T00:50:42.326Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5908 | 2025-03-01T00:50:42.354Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5909 | 2025-03-01T00:50:43.901Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5910 | 2025-03-01T00:50:56.845Z | PASS [ 27.552s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
5911 | 2025-03-01T00:51:04.985Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5912 | 2025-03-01T00:51:07.251Z | PASS [ 26.408s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
5913 | 2025-03-01T00:51:15.147Z | PASS [ 117.486s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5914 | 2025-03-01T00:51:24.094Z | PASS [ 27.246s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
5915 | 2025-03-01T00:51:24.825Z | PASS [ 102.506s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5916 | 2025-03-01T00:51:40.499Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5917 | 2025-03-01T00:51:40.851Z | PASS [ 25.701s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
5918 | 2025-03-01T00:51:42.362Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5919 | 2025-03-01T00:51:43.908Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5920 | 2025-03-01T00:51:45.629Z | PASS [ 65.143s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5921 | 2025-03-01T00:51:50.478Z | PASS [ 26.381s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
5922 | 2025-03-01T00:52:04.993Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5923 | 2025-03-01T00:52:06.374Z | PASS [ 25.520s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
5924 | 2025-03-01T00:52:07.269Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5925 | 2025-03-01T00:52:11.191Z | PASS [ 25.559s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
5926 | 2025-03-01T00:52:24.844Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5927 | 2025-03-01T00:52:28.360Z | PASS [ 63.528s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5928 | 2025-03-01T00:52:33.280Z | PASS [ 26.903s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
5929 | 2025-03-01T00:52:34.453Z | PASS [ 149.471s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5930 | 2025-03-01T00:52:42.370Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5931 | 2025-03-01T00:52:44.078Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5932 | 2025-03-01T00:52:50.497Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5933 | 2025-03-01T00:52:54.537Z | PASS [ 26.173s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
5934 | 2025-03-01T00:52:59.362Z | PASS [ 26.079s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
5935 | 2025-03-01T00:53:01.756Z | PASS [ 114.492s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5936 | 2025-03-01T00:53:09.352Z | PASS [ 34.894s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
5937 | 2025-03-01T00:53:11.209Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5938 | 2025-03-01T00:53:17.674Z | PASS [ 23.135s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
5939 | 2025-03-01T00:53:18.053Z | PASS [ 16.295s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
5940 | 2025-03-01T00:53:25.000Z | PASS [ 15.646s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
5941 | 2025-03-01T00:53:26.713Z | PASS [ 27.347s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
5942 | 2025-03-01T00:53:33.015Z | PASS [ 102.526s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5943 | 2025-03-01T00:53:39.738Z | PASS [ 14.736s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
5944 | 2025-03-01T00:53:39.826Z | PASS [ 21.770s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
5945 | 2025-03-01T00:53:42.377Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5946 | 2025-03-01T00:53:43.525Z | PASS [ 25.848s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
5947 | 2025-03-01T00:53:43.923Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5948 | 2025-03-01T00:53:48.434Z | PASS [ 15.416s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
5949 | 2025-03-01T00:53:48.801Z | PASS [ 22.086s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
5950 | 2025-03-01T00:53:55.114Z | PASS [ 103.912s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5951 | 2025-03-01T00:54:08.166Z | PASS [ 24.638s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
5952 | 2025-03-01T00:54:09.120Z | PASS [ 29.378s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind |
5953 | 2025-03-01T00:54:09.232Z | PASS [ 29.403s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
5954 | 2025-03-01T00:54:11.818Z | PASS [ 23.381s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region |
5955 | 2025-03-01T00:54:13.502Z | PASS [ 24.697s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary |
5956 | 2025-03-01T00:54:13.565Z | PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
5957 | 2025-03-01T00:54:20.997Z | PASS [ 25.880s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self |
5958 | 2025-03-01T00:54:25.092Z | PASS [ 15.970s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
5959 | 2025-03-01T00:54:32.967Z | PASS [ 24.798s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
5960 | 2025-03-01T00:54:36.384Z | PASS [ 22.816s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
5961 | 2025-03-01T00:54:42.385Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5962 | 2025-03-01T00:54:43.930Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5963 | 2025-03-01T00:54:48.463Z | PASS [ 15.494s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
5964 | 2025-03-01T00:54:50.082Z | PASS [ 29.081s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
5965 | 2025-03-01T00:54:53.169Z | PASS [ 28.074s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
5966 | 2025-03-01T00:54:53.235Z | PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_accept_gz |
5967 | 2025-03-01T00:54:53.297Z | PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
5968 | 2025-03-01T00:54:53.355Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
5969 | 2025-03-01T00:54:53.419Z | PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
5970 | 2025-03-01T00:54:53.479Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
5971 | 2025-03-01T00:54:53.554Z | PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
5972 | 2025-03-01T00:54:53.613Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
5973 | 2025-03-01T00:54:53.684Z | PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_relative_uri |
5974 | 2025-03-01T00:54:56.344Z | PASS [ 6.261s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
5975 | 2025-03-01T00:54:59.840Z | PASS [ 23.453s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
5976 | 2025-03-01T00:55:06.217Z | PASS [ 17.751s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
5977 | 2025-03-01T00:55:09.250Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5978 | 2025-03-01T00:55:11.836Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5979 | 2025-03-01T00:55:15.809Z | PASS [ 19.462s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
5980 | 2025-03-01T00:55:16.031Z | PASS [ 16.189s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
5981 | 2025-03-01T00:55:20.292Z | PASS [ 4.260s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
5982 | 2025-03-01T00:55:20.406Z | PASS [ 4.597s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
5983 | 2025-03-01T00:55:20.933Z | PASS [ 0.640s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
5984 | 2025-03-01T00:55:23.608Z | PASS [ 71.782s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5985 | 2025-03-01T00:55:24.985Z | PASS [ 18.766s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
5986 | 2025-03-01T00:55:31.623Z | PASS [ 37.935s] omicron-nexus populate::test::test_populators |
5987 | 2025-03-01T00:55:37.297Z | PASS [ 16.362s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
5988 | 2025-03-01T00:55:38.114Z | PASS [ 17.705s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
5989 | 2025-03-01T00:55:39.773Z | PASS [ 475.855s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5990 | 2025-03-01T00:55:40.033Z | PASS [ 16.422s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
5991 | 2025-03-01T00:55:40.086Z | PASS [ 477.717s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5992 | 2025-03-01T00:55:40.598Z | PASS [ 15.611s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
5993 | 2025-03-01T00:55:49.430Z | PASS [ 17.804s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
5994 | 2025-03-01T00:55:53.972Z | PASS [ 16.673s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
5995 | 2025-03-01T00:55:54.742Z | PASS [ 16.626s] omicron-nexus::test_all integration_tests::basic::test_ping |
5996 | 2025-03-01T00:55:56.398Z | PASS [ 16.310s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
5997 | 2025-03-01T00:55:57.949Z | PASS [ 17.348s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
5998 | 2025-03-01T00:56:03.920Z | PASS [ 24.143s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
5999 | 2025-03-01T00:56:05.594Z | PASS [ 16.162s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
6000 | 2025-03-01T00:56:09.258Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6001 | 2025-03-01T00:56:09.372Z | PASS [ 15.398s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
6002 | 2025-03-01T00:56:09.796Z | PASS [ 29.759s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
6003 | 2025-03-01T00:56:09.936Z | PASS [ 0.140s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
6004 | 2025-03-01T00:56:10.026Z | PASS [ 15.282s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
6005 | 2025-03-01T00:56:10.615Z | PASS [ 5.020s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
6006 | 2025-03-01T00:56:10.675Z | PASS [ 1.302s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
6007 | 2025-03-01T00:56:13.061Z | PASS [ 16.661s] omicron-nexus::test_all integration_tests::certificates::test_crud |
6008 | 2025-03-01T00:56:13.230Z | PASS [ 15.279s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
6009 | 2025-03-01T00:56:25.752Z | PASS [ 15.723s] omicron-nexus::test_all integration_tests::console_api::test_assets |
6010 | 2025-03-01T00:56:26.087Z | PASS [ 16.149s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
6011 | 2025-03-01T00:56:26.216Z | PASS [ 22.293s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
6012 | 2025-03-01T00:56:27.520Z | PASS [ 16.903s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
6013 | 2025-03-01T00:56:29.445Z | PASS [ 16.212s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
6014 | 2025-03-01T00:56:30.592Z | PASS [ 19.914s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
6015 | 2025-03-01T00:56:34.899Z | PASS [ 21.835s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
6016 | 2025-03-01T00:56:41.800Z | PASS [ 16.046s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
6017 | 2025-03-01T00:56:42.963Z | PASS [ 16.873s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
6018 | 2025-03-01T00:56:44.757Z | PASS [ 17.234s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
6019 | 2025-03-01T00:56:47.116Z | PASS [ 20.897s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
6020 | 2025-03-01T00:57:07.703Z | PASS [ 37.107s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
6021 | 2025-03-01T00:57:09.265Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6022 | 2025-03-01T00:57:09.904Z | PASS [ 40.456s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
6023 | 2025-03-01T00:57:14.885Z | PASS [ 39.981s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
6024 | 2025-03-01T00:57:21.470Z | PASS [ 39.666s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
6025 | 2025-03-01T00:57:26.225Z | PASS [ 41.463s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
6026 | 2025-03-01T00:57:29.683Z | PASS [ 46.715s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
6027 | 2025-03-01T00:57:30.715Z | PASS [ 43.594s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
6028 | 2025-03-01T00:57:40.593Z | PASS [ 32.886s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
6029 | 2025-03-01T00:57:48.317Z | PASS [ 22.090s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
6030 | 2025-03-01T00:57:52.767Z | PASS [ 42.857s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
6031 | 2025-03-01T00:57:55.849Z | PASS [ 40.959s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
6032 | 2025-03-01T00:58:03.336Z | PASS [ 15.016s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
6033 | 2025-03-01T00:58:05.547Z | PASS [ 44.072s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6034 | 2025-03-01T00:58:08.427Z | PASS [ 15.658s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
6035 | 2025-03-01T00:58:09.273Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6036 | 2025-03-01T00:58:18.566Z | PASS [ 22.714s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
6037 | 2025-03-01T00:58:24.927Z | PASS [ 19.377s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
6038 | 2025-03-01T00:58:26.675Z | PASS [ 18.246s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
6039 | 2025-03-01T00:58:29.701Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
6040 | 2025-03-01T00:58:30.733Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
6041 | 2025-03-01T00:58:30.814Z | PASS [ 27.475s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
6042 | 2025-03-01T00:58:32.020Z | PASS [ 51.421s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity |
6043 | 2025-03-01T00:58:37.779Z | PASS [ 19.210s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
6044 | 2025-03-01T00:58:47.030Z | PASS [ 22.101s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
6045 | 2025-03-01T00:58:47.657Z | PASS [ 20.980s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
6046 | 2025-03-01T00:58:59.356Z | PASS [ 28.539s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
6047 | 2025-03-01T00:59:01.412Z | PASS [ 29.389s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
6048 | 2025-03-01T00:59:02.924Z | PASS [ 93.231s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
6049 | 2025-03-01T00:59:04.965Z | PASS [ 17.932s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
6050 | 2025-03-01T00:59:06.490Z | PASS [ 18.830s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
6051 | 2025-03-01T00:59:09.279Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6052 | 2025-03-01T00:59:16.579Z | PASS [ 17.221s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
6053 | 2025-03-01T00:59:16.953Z | PASS [ 106.226s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
6054 | 2025-03-01T00:59:18.435Z | PASS [ 17.020s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
6055 | 2025-03-01T00:59:18.452Z | PASS [ 40.667s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
6056 | 2025-03-01T00:59:22.124Z | PASS [ 17.157s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
6057 | 2025-03-01T00:59:24.477Z | PASS [ 21.551s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
6058 | 2025-03-01T00:59:32.037Z | PASS [ 25.544s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
6059 | 2025-03-01T00:59:39.520Z | PASS [ 22.564s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
6060 | 2025-03-01T00:59:43.760Z | PASS [ 25.306s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
6061 | 2025-03-01T00:59:43.839Z | PASS [ 25.402s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
6062 | 2025-03-01T00:59:48.112Z | PASS [ 23.631s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
6063 | 2025-03-01T00:59:48.184Z | PASS [ 26.056s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
6064 | 2025-03-01T00:59:55.049Z | PASS [ 38.465s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
6065 | 2025-03-01T00:59:57.701Z | PASS [ 25.661s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
6066 | 2025-03-01T01:00:01.919Z | PASS [ 22.396s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
6067 | 2025-03-01T01:00:06.261Z | PASS [ 22.418s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
6068 | 2025-03-01T01:00:07.638Z | PASS [ 23.875s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
6069 | 2025-03-01T01:00:08.059Z | PASS [ 19.945s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
6070 | 2025-03-01T01:00:09.286Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6071 | 2025-03-01T01:00:12.155Z | PASS [ 23.968s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
6072 | 2025-03-01T01:00:19.935Z | PASS [ 24.882s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
6073 | 2025-03-01T01:00:25.777Z | PASS [ 28.072s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
6074 | 2025-03-01T01:00:27.502Z | PASS [ 19.440s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
6075 | 2025-03-01T01:00:33.916Z | PASS [ 31.994s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
6076 | 2025-03-01T01:00:40.014Z | PASS [ 20.077s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
6077 | 2025-03-01T01:00:40.847Z | PASS [ 28.689s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
6078 | 2025-03-01T01:00:46.169Z | PASS [ 18.664s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
6079 | 2025-03-01T01:00:49.733Z | PASS [ 43.468s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
6080 | 2025-03-01T01:00:51.186Z | PASS [ 43.544s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
6081 | 2025-03-01T01:00:51.699Z | PASS [ 0.512s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
6082 | 2025-03-01T01:00:52.079Z | PASS [ 18.161s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
6083 | 2025-03-01T01:00:52.668Z | PASS [ 0.588s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
6084 | 2025-03-01T01:00:53.178Z | PASS [ 0.509s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
6085 | 2025-03-01T01:00:54.121Z | PASS [ 28.341s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
6086 | 2025-03-01T01:00:55.503Z | PASS [ 3.803s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
6087 | 2025-03-01T01:00:59.383Z | PASS [ 19.366s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
6088 | 2025-03-01T01:01:00.518Z | PASS [ 19.669s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
6089 | 2025-03-01T01:01:05.411Z | PASS [ 19.239s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
6090 | 2025-03-01T01:01:09.294Z | SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6091 | 2025-03-01T01:01:09.780Z | PASS [ 20.044s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
6092 | 2025-03-01T01:01:14.765Z | PASS [ 21.584s] omicron-nexus::test_all integration_tests::images::test_image_create |
6093 | 2025-03-01T01:01:15.073Z | PASS [ 425.797s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6094 | 2025-03-01T01:01:17.051Z | PASS [ 22.927s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
6095 | 2025-03-01T01:01:21.639Z | PASS [ 26.132s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
6096 | 2025-03-01T01:01:21.661Z | PASS [ 21.139s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
6097 | 2025-03-01T01:01:21.791Z | PASS [ 22.405s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
6098 | 2025-03-01T01:01:22.906Z | PASS [ 5.854s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
6099 | 2025-03-01T01:01:24.492Z | PASS [ 19.079s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
6100 | 2025-03-01T01:01:25.805Z | PASS [ 4.165s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
6101 | 2025-03-01T01:01:28.227Z | PASS [ 18.443s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
6102 | 2025-03-01T01:01:28.773Z | PASS [ 7.111s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
6103 | 2025-03-01T01:01:29.013Z | PASS [ 13.937s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
6104 | 2025-03-01T01:01:30.220Z | PASS [ 15.452s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
6105 | 2025-03-01T01:01:47.157Z | PASS [ 21.349s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
6106 | 2025-03-01T01:01:49.118Z | PASS [ 24.622s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
6107 | 2025-03-01T01:01:51.521Z | PASS [ 23.291s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
6108 | 2025-03-01T01:01:51.577Z | PASS [ 22.801s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
6109 | 2025-03-01T01:01:51.964Z | PASS [ 30.169s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
6110 | 2025-03-01T01:01:53.829Z | PASS [ 23.606s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6111 | 2025-03-01T01:01:55.317Z | PASS [ 32.407s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
6112 | 2025-03-01T01:02:04.721Z | PASS [ 35.705s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
6113 | 2025-03-01T01:02:04.736Z | PASS [ 17.577s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
6114 | 2025-03-01T01:02:06.778Z | PASS [ 17.659s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
6115 | 2025-03-01T01:02:09.176Z | PASS [ 17.209s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
6116 | 2025-03-01T01:02:18.553Z | PASS [ 27.029s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
6117 | 2025-03-01T01:02:23.639Z | PASS [ 16.858s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
6118 | 2025-03-01T01:02:26.280Z | PASS [ 34.699s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
6119 | 2025-03-01T01:02:27.012Z | PASS [ 22.273s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
6120 | 2025-03-01T01:02:28.594Z | PASS [ 34.761s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
6121 | 2025-03-01T01:02:36.862Z | PASS [ 27.683s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
6122 | 2025-03-01T01:02:40.690Z | PASS [ 35.964s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
6123 | 2025-03-01T01:02:48.331Z | PASS [ 29.773s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
6124 | 2025-03-01T01:02:53.282Z | PASS [ 29.639s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
6125 | 2025-03-01T01:02:53.643Z | PASS [ 26.628s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
6126 | 2025-03-01T01:02:55.336Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6127 | 2025-03-01T01:02:56.117Z | PASS [ 29.830s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
6128 | 2025-03-01T01:02:57.539Z | PASS [ 28.941s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
6129 | 2025-03-01T01:03:08.136Z | PASS [ 71.799s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6130 | 2025-03-01T01:03:09.163Z | PASS [ 32.297s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
6131 | 2025-03-01T01:03:11.535Z | PASS [ 23.201s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
6132 | 2025-03-01T01:03:15.749Z | PASS [ 22.465s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
6133 | 2025-03-01T01:03:19.936Z | PASS [ 26.291s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
6134 | 2025-03-01T01:03:24.257Z | PASS [ 28.140s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
6135 | 2025-03-01T01:03:24.406Z | PASS [ 26.864s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
6136 | 2025-03-01T01:03:25.019Z | PASS [ 44.324s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
6137 | 2025-03-01T01:03:33.991Z | PASS [ 24.825s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
6138 | 2025-03-01T01:03:34.839Z | PASS [ 27.712s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
6139 | 2025-03-01T01:03:37.949Z | PASS [ 26.410s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
6140 | 2025-03-01T01:03:50.461Z | PASS [ 30.521s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
6141 | 2025-03-01T01:03:54.457Z | PASS [ 30.048s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
6142 | 2025-03-01T01:03:57.422Z | PASS [ 32.399s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
6143 | 2025-03-01T01:03:59.327Z | PASS [ 35.066s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
6144 | 2025-03-01T01:04:01.201Z | PASS [ 45.447s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
6145 | 2025-03-01T01:04:06.363Z | PASS [ 15.899s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
6146 | 2025-03-01T01:04:07.228Z | FAIL [ 33.232s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6147 | 2025-03-01T01:04:07.228Z | ──── STDOUT: omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6148 | 2025-03-01T01:04:07.228Z | |
6149 | 2025-03-01T01:04:07.228Z | running 1 test |
6150 | 2025-03-01T01:04:07.228Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(674880), kind: System }, version: Some(RouterVersion { router_id: c4c24091-25e0-4428-a1b1-e1b6101a1221, version: 3 }), routes: {ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fd00:8e56:94cb::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fd00:8e56:94cb::, width: 64 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Some(eda5d98c-1b52-4df9-b5b2-0a50f90f1051)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Some(eda5d98c-1b52-4df9-b5b2-0a50f90f1051)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }} } |
6151 | 2025-03-01T01:04:07.228Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(674880), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} } |
6152 | 2025-03-01T01:04:07.228Z | test integration_tests::instances::test_instance_serial ... FAILED |
6153 | 2025-03-01T01:04:07.228Z | |
6154 | 2025-03-01T01:04:07.228Z | failures: |
6155 | 2025-03-01T01:04:07.228Z | |
6156 | 2025-03-01T01:04:07.229Z | failures: |
6157 | 2025-03-01T01:04:07.229Z | integration_tests::instances::test_instance_serial |
6158 | 2025-03-01T01:04:07.229Z | |
6159 | 2025-03-01T01:04:07.229Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 412 filtered out; finished in 32.98s |
6160 | 2025-03-01T01:04:07.229Z | |
6161 | 2025-03-01T01:04:07.237Z | ──── STDERR: omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6162 | 2025-03-01T01:04:07.237Z | log file: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.0.log |
6163 | 2025-03-01T01:04:07.237Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.0.log" |
6164 | 2025-03-01T01:04:07.237Z | DB URL: postgresql://root@[::1]:63756/omicron?sslmode=disable |
6165 | 2025-03-01T01:04:07.238Z | DB address: [::1]:63756 |
6166 | 2025-03-01T01:04:07.238Z | log file: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.2.log |
6167 | 2025-03-01T01:04:07.238Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.2.log" |
6168 | 2025-03-01T01:04:07.238Z | thread 'integration_tests::instances::test_instance_serial' panicked at nexus/tests/integration_tests/instances.rs:5516:5: |
6169 | 2025-03-01T01:04:07.238Z | assertion `left == right` failed |
6170 | 2025-03-01T01:04:07.238Z | left: "expected connection upgrade" |
6171 | 2025-03-01T01:04:07.238Z | right: "cannot administer instance in state \"stopping\"" |
6172 | 2025-03-01T01:04:07.238Z | stack backtrace: |
6173 | 2025-03-01T01:04:07.238Z | 0: rust_begin_unwind |
6174 | 2025-03-01T01:04:07.238Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:665:5 |
6175 | 2025-03-01T01:04:07.238Z | 1: core::panicking::panic_fmt |
6176 | 2025-03-01T01:04:07.238Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/panicking.rs:76:14 |
6177 | 2025-03-01T01:04:07.238Z | 2: core::panicking::assert_failed_inner |
6178 | 2025-03-01T01:04:07.238Z | 3: core::panicking::assert_failed |
6179 | 2025-03-01T01:04:07.239Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/panicking.rs:373:5 |
6180 | 2025-03-01T01:04:07.239Z | 4: {async_fn#0} |
6181 | 2025-03-01T01:04:07.239Z | at ./tests/integration_tests/instances.rs:5516:5 |
6182 | 2025-03-01T01:04:07.239Z | 5: {async_block#0} |
6183 | 2025-03-01T01:04:07.239Z | at ./tests/integration_tests/instances.rs:5378:1 |
6184 | 2025-03-01T01:04:07.239Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
6185 | 2025-03-01T01:04:07.239Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/future/future.rs:124:9 |
6186 | 2025-03-01T01:04:07.239Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6187 | 2025-03-01T01:04:07.239Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/future/future.rs:124:9 |
6188 | 2025-03-01T01:04:07.239Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6189 | 2025-03-01T01:04:07.239Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:57 |
6190 | 2025-03-01T01:04:07.240Z | 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6191 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/coop.rs:107:5 |
6192 | 2025-03-01T01:04:07.240Z | 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6193 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/coop.rs:73:5 |
6194 | 2025-03-01T01:04:07.240Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6195 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25 |
6196 | 2025-03-01T01:04:07.240Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
6197 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19 |
6198 | 2025-03-01T01:04:07.240Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6199 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:36 |
6200 | 2025-03-01T01:04:07.240Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6201 | 2025-03-01T01:04:07.240Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68 |
6202 | 2025-03-01T01:04:07.240Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
6203 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9 |
6204 | 2025-03-01T01:04:07.241Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
6205 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/context.rs:180:26 |
6206 | 2025-03-01T01:04:07.241Z | 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
6207 | 2025-03-01T01:04:07.241Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/thread/local.rs:283:12 |
6208 | 2025-03-01T01:04:07.241Z | 18: std::thread::local::LocalKey<T>::with |
6209 | 2025-03-01T01:04:07.241Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/thread/local.rs:260:9 |
6210 | 2025-03-01T01:04:07.241Z | 19: tokio::runtime::context::set_scheduler |
6211 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/context.rs:180:9 |
6212 | 2025-03-01T01:04:07.241Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6213 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27 |
6214 | 2025-03-01T01:04:07.241Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6215 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:19 |
6216 | 2025-03-01T01:04:07.241Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6217 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:28 |
6218 | 2025-03-01T01:04:07.241Z | 23: tokio::runtime::context::runtime::enter_runtime |
6219 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16 |
6220 | 2025-03-01T01:04:07.241Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6221 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9 |
6222 | 2025-03-01T01:04:07.241Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
6223 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/runtime.rs:368:47 |
6224 | 2025-03-01T01:04:07.241Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6225 | 2025-03-01T01:04:07.241Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/runtime/runtime.rs:342:13 |
6226 | 2025-03-01T01:04:07.241Z | 27: test_instance_serial |
6227 | 2025-03-01T01:04:07.241Z | at ./tests/integration_tests/instances.rs:5378:1 |
6228 | 2025-03-01T01:04:07.241Z | 28: test_all::integration_tests::instances::test_instance_serial::{{closure}} |
6229 | 2025-03-01T01:04:07.241Z | at ./tests/integration_tests/instances.rs:5379:67 |
6230 | 2025-03-01T01:04:07.241Z | 29: core::ops::function::FnOnce::call_once |
6231 | 2025-03-01T01:04:07.241Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/ops/function.rs:250:5 |
6232 | 2025-03-01T01:04:07.241Z | 30: core::ops::function::FnOnce::call_once |
6233 | 2025-03-01T01:04:07.241Z | at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/ops/function.rs:250:5 |
6234 | 2025-03-01T01:04:07.242Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
6235 | 2025-03-01T01:04:07.242Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6236 | 2025-03-01T01:04:07.242Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmp4X9Skb" |
6237 | 2025-03-01T01:04:07.242Z | If you would like to access the database for debugging, run the following: |
6238 | 2025-03-01T01:04:07.242Z | |
6239 | 2025-03-01T01:04:07.242Z | # Run the database |
6240 | 2025-03-01T01:04:07.242Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmp4X9Skb/data" |
6241 | 2025-03-01T01:04:07.242Z | # Access the database. Note the port may change if you run multiple databases. |
6242 | 2025-03-01T01:04:07.242Z | cockroach sql --host=localhost:32221 --insecure |
6243 | 2025-03-01T01:04:07.242Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 19343) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf) |
6244 | 2025-03-01T01:04:07.242Z | failed to clean up ClickHouse data dir: |
6245 | 2025-03-01T01:04:07.242Z | - /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf: File exists (os error 17) |
6246 | 2025-03-01T01:04:07.242Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6247 | 2025-03-01T01:04:07.242Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpSPMfsk |
6248 | 2025-03-01T01:04:07.242Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6249 | 2025-03-01T01:04:07.242Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpW9LRW5 |
6250 | 2025-03-01T01:04:07.242Z | |
6251 | 2025-03-01T01:04:10.366Z | PASS [ 32.414s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
6252 | 2025-03-01T01:04:13.968Z | PASS [ 16.544s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
6253 | 2025-03-01T01:04:14.532Z | PASS [ 39.687s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
6254 | 2025-03-01T01:04:21.752Z | PASS [ 22.422s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
6255 | 2025-03-01T01:04:22.575Z | PASS [ 21.371s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
6256 | 2025-03-01T01:04:23.015Z | PASS [ 16.650s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
6257 | 2025-03-01T01:04:24.245Z | PASS [ 29.784s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
6258 | 2025-03-01T01:04:31.090Z | PASS [ 23.859s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
6259 | 2025-03-01T01:04:35.036Z | PASS [ 24.666s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
6260 | 2025-03-01T01:04:37.683Z | PASS [ 23.149s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
6261 | 2025-03-01T01:04:38.038Z | PASS [ 15.461s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
6262 | 2025-03-01T01:04:39.971Z | PASS [ 16.954s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
6263 | 2025-03-01T01:04:41.491Z | PASS [ 17.244s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
6264 | 2025-03-01T01:04:48.944Z | PASS [ 34.972s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
6265 | 2025-03-01T01:04:48.949Z | PASS [ 27.189s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
6266 | 2025-03-01T01:04:49.348Z | PASS [ 18.255s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
6267 | 2025-03-01T01:04:53.121Z | PASS [ 15.435s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
6268 | 2025-03-01T01:05:03.071Z | PASS [ 28.031s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed |
6269 | 2025-03-01T01:05:06.048Z | PASS [ 16.699s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
6270 | 2025-03-01T01:05:06.368Z | PASS [ 26.393s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
6271 | 2025-03-01T01:05:07.342Z | PASS [ 25.847s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
6272 | 2025-03-01T01:05:07.376Z | PASS [ 29.334s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
6273 | 2025-03-01T01:05:13.608Z | PASS [ 20.485s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
6274 | 2025-03-01T01:05:15.414Z | PASS [ 26.467s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
6275 | 2025-03-01T01:05:19.153Z | PASS [ 30.205s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
6276 | 2025-03-01T01:05:20.716Z | PASS [ 17.644s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
6277 | 2025-03-01T01:05:23.006Z | PASS [ 16.629s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
6278 | 2025-03-01T01:05:23.017Z | PASS [ 16.956s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
6279 | 2025-03-01T01:05:23.412Z | PASS [ 16.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
6280 | 2025-03-01T01:05:23.422Z | PASS [ 16.042s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
6281 | 2025-03-01T01:05:32.347Z | PASS [ 18.737s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
6282 | 2025-03-01T01:05:33.758Z | PASS [ 18.342s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
6283 | 2025-03-01T01:05:39.272Z | PASS [ 20.116s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
6284 | 2025-03-01T01:05:39.598Z | PASS [ 18.880s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
6285 | 2025-03-01T01:05:39.733Z | PASS [ 16.320s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
6286 | 2025-03-01T01:05:42.972Z | PASS [ 19.963s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
6287 | 2025-03-01T01:05:45.426Z | PASS [ 22.424s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
6288 | 2025-03-01T01:05:49.855Z | PASS [ 26.430s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
6289 | 2025-03-01T01:05:58.341Z | PASS [ 15.366s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
6290 | 2025-03-01T01:05:58.426Z | PASS [ 18.690s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list |
6291 | 2025-03-01T01:06:02.705Z | PASS [ 23.430s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
6292 | 2025-03-01T01:06:06.595Z | PASS [ 21.167s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
6293 | 2025-03-01T01:06:10.794Z | PASS [ 38.442s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
6294 | 2025-03-01T01:06:18.458Z | PASS [ 38.856s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
6295 | 2025-03-01T01:06:19.317Z | PASS [ 20.888s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
6296 | 2025-03-01T01:06:19.528Z | PASS [ 45.764s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
6297 | 2025-03-01T01:06:19.601Z | PASS [ 29.744s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
6298 | 2025-03-01T01:06:23.580Z | PASS [ 20.872s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
6299 | 2025-03-01T01:06:28.755Z | PASS [ 22.154s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
6300 | 2025-03-01T01:06:36.868Z | PASS [ 38.523s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
6301 | 2025-03-01T01:06:41.189Z | PASS [ 21.869s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
6302 | 2025-03-01T01:06:48.647Z | PASS [ 29.041s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
6303 | 2025-03-01T01:06:49.552Z | PASS [ 38.753s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
6304 | 2025-03-01T01:06:51.812Z | PASS [ 28.230s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
6305 | 2025-03-01T01:06:55.862Z | PASS [ 37.399s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
6306 | 2025-03-01T01:06:56.788Z | PASS [ 19.917s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
6307 | 2025-03-01T01:06:57.231Z | PASS [ 28.455s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
6308 | 2025-03-01T01:06:58.158Z | PASS [ 38.625s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
6309 | 2025-03-01T01:07:13.682Z | PASS [ 19.736s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
6310 | 2025-03-01T01:07:13.700Z | PASS [ 17.394s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
6311 | 2025-03-01T01:07:15.749Z | PASS [ 17.589s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
6312 | 2025-03-01T01:07:17.715Z | PASS [ 20.924s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
6313 | 2025-03-01T01:07:18.187Z | PASS [ 36.994s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
6314 | 2025-03-01T01:07:18.866Z | PASS [ 21.652s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
6315 | 2025-03-01T01:07:31.305Z | PASS [ 42.653s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
6316 | 2025-03-01T01:07:33.565Z | PASS [ 22.010s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
6317 | 2025-03-01T01:07:34.970Z | PASS [ 19.218s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
6318 | 2025-03-01T01:07:35.056Z | PASS [ 17.336s] omicron-nexus::test_all integration_tests::projects::test_projects |
6319 | 2025-03-01T01:07:36.238Z | PASS [ 18.048s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
6320 | 2025-03-01T01:07:38.798Z | PASS [ 25.536s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
6321 | 2025-03-01T01:07:43.325Z | PASS [ 53.766s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
6322 | 2025-03-01T01:07:47.526Z | PASS [ 16.220s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
6323 | 2025-03-01T01:07:49.455Z | PASS [ 15.888s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
6324 | 2025-03-01T01:07:51.884Z | PASS [ 16.829s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
6325 | 2025-03-01T01:07:52.221Z | PASS [ 17.248s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
6326 | 2025-03-01T01:07:52.814Z | PASS [ 16.575s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
6327 | 2025-03-01T01:07:55.225Z | PASS [ 16.425s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
6328 | 2025-03-01T01:07:55.631Z | PASS [ 3.410s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
6329 | 2025-03-01T01:07:55.653Z | PASS [ 0.427s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
6330 | 2025-03-01T01:07:56.558Z | PASS [ 3.742s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
6331 | 2025-03-01T01:07:59.091Z | PASS [ 3.437s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
6332 | 2025-03-01T01:07:59.102Z | PASS [ 3.470s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
6333 | 2025-03-01T01:08:00.174Z | PASS [ 16.848s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
6334 | 2025-03-01T01:08:00.320Z | PASS [ 12.793s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
6335 | 2025-03-01T01:08:00.913Z | PASS [ 42.042s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
6336 | 2025-03-01T01:08:01.117Z | PASS [ 0.204s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
6337 | 2025-03-01T01:08:01.242Z | PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
6338 | 2025-03-01T01:08:01.376Z | PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
6339 | 2025-03-01T01:08:01.498Z | PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
6340 | 2025-03-01T01:08:01.624Z | PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
6341 | 2025-03-01T01:08:04.358Z | PASS [ 14.901s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
6342 | 2025-03-01T01:08:09.747Z | PASS [ 17.860s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
6343 | 2025-03-01T01:08:18.154Z | PASS [ 21.594s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
6344 | 2025-03-01T01:08:19.118Z | PASS [ 18.942s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
6345 | 2025-03-01T01:08:19.230Z | PASS [ 20.137s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
6346 | 2025-03-01T01:08:19.446Z | PASS [ 17.820s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
6347 | 2025-03-01T01:08:19.571Z | PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
6348 | 2025-03-01T01:08:20.390Z | PASS [ 20.067s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
6349 | 2025-03-01T01:08:21.960Z | PASS [ 17.599s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
6350 | 2025-03-01T01:08:22.196Z | PASS [ 0.236s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
6351 | 2025-03-01T01:08:22.319Z | PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
6352 | 2025-03-01T01:08:23.832Z | PASS [ 24.726s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
6353 | 2025-03-01T01:08:24.997Z | PASS [ 15.248s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
6354 | 2025-03-01T01:08:35.626Z | PASS [ 17.469s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
6355 | 2025-03-01T01:08:36.110Z | PASS [ 16.877s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
6356 | 2025-03-01T01:08:36.517Z | PASS [ 17.397s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
6357 | 2025-03-01T01:08:37.321Z | PASS [ 17.748s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
6358 | 2025-03-01T01:08:37.825Z | PASS [ 17.434s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
6359 | 2025-03-01T01:08:38.817Z | PASS [ 16.496s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
6360 | 2025-03-01T01:08:38.976Z | PASS [ 15.142s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
6361 | 2025-03-01T01:08:39.427Z | PASS [ 14.428s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
6362 | 2025-03-01T01:08:40.437Z | PASS [ 2.611s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
6363 | 2025-03-01T01:08:42.554Z | PASS [ 2.115s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
6364 | 2025-03-01T01:08:43.113Z | PASS [ 7.486s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
6365 | 2025-03-01T01:08:44.425Z | PASS [ 1.871s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
6366 | 2025-03-01T01:08:44.883Z | PASS [ 1.769s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
6367 | 2025-03-01T01:08:46.217Z | PASS [ 1.792s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
6368 | 2025-03-01T01:08:46.728Z | PASS [ 1.845s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
6369 | 2025-03-01T01:08:47.905Z | PASS [ 1.177s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
6370 | 2025-03-01T01:09:14.868Z | PASS [ 26.960s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
6371 | 2025-03-01T01:09:25.054Z | PASS [ 38.832s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
6372 | 2025-03-01T01:09:32.256Z | PASS [ 17.385s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
6373 | 2025-03-01T01:09:48.871Z | PASS [ 23.814s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
6374 | 2025-03-01T01:09:59.171Z | PASS [ 10.299s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
6375 | 2025-03-01T01:09:59.200Z | PASS [ 10.327s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
6376 | 2025-03-01T01:09:59.636Z | PASS [ 10.763s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
6377 | 2025-03-01T01:09:59.973Z | PASS [ 11.100s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
6378 | 2025-03-01T01:10:05.183Z | PASS [ 32.923s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
6379 | 2025-03-01T01:10:14.304Z | PASS [ 15.131s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
6380 | 2025-03-01T01:10:14.840Z | PASS [ 15.202s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
6381 | 2025-03-01T01:10:15.287Z | PASS [ 16.084s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
6382 | 2025-03-01T01:10:16.035Z | PASS [ 16.060s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
6383 | 2025-03-01T01:10:21.852Z | PASS [ 16.667s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
6384 | 2025-03-01T01:10:21.964Z | PASS [ 16.778s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
6385 | 2025-03-01T01:10:22.429Z | PASS [ 17.244s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
6386 | 2025-03-01T01:10:25.936Z | PASS [ 20.750s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
6387 | 2025-03-01T01:10:32.110Z | PASS [ 17.803s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
6388 | 2025-03-01T01:10:33.385Z | PASS [ 18.543s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
6389 | 2025-03-01T01:10:34.905Z | PASS [ 18.867s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
6390 | 2025-03-01T01:10:38.403Z | PASS [ 16.437s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
6391 | 2025-03-01T01:10:39.718Z | PASS [ 24.429s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
6392 | 2025-03-01T01:10:40.137Z | PASS [ 17.704s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
6393 | 2025-03-01T01:10:41.901Z | PASS [ 20.045s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
6394 | 2025-03-01T01:10:43.266Z | PASS [ 17.328s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
6395 | 2025-03-01T01:10:49.746Z | PASS [ 16.359s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
6396 | 2025-03-01T01:10:50.538Z | PASS [ 18.426s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
6397 | 2025-03-01T01:10:56.035Z | PASS [ 21.127s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
6398 | 2025-03-01T01:10:58.285Z | PASS [ 18.564s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
6399 | 2025-03-01T01:11:00.147Z | PASS [ 18.244s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
6400 | 2025-03-01T01:11:01.853Z | PASS [ 23.448s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
6401 | 2025-03-01T01:11:02.308Z | PASS [ 22.169s] omicron-nexus::test_all integration_tests::silos::test_silos |
6402 | 2025-03-01T01:11:07.704Z | PASS [ 17.956s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
6403 | 2025-03-01T01:11:12.728Z | PASS [ 22.187s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
6404 | 2025-03-01T01:11:12.737Z | PASS [ 29.467s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
6405 | 2025-03-01T01:11:14.673Z | PASS [ 18.635s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
6406 | 2025-03-01T01:11:18.631Z | PASS [ 16.321s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
6407 | 2025-03-01T01:11:25.828Z | PASS [ 27.539s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
6408 | 2025-03-01T01:11:26.203Z | PASS [ 18.497s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
6409 | 2025-03-01T01:11:27.655Z | PASS [ 25.798s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
6410 | 2025-03-01T01:11:29.563Z | PASS [ 29.412s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
6411 | 2025-03-01T01:11:30.355Z | PASS [ 17.615s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
6412 | 2025-03-01T01:11:30.598Z | PASS [ 17.867s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
6413 | 2025-03-01T01:11:32.091Z | PASS [ 1.492s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
6414 | 2025-03-01T01:11:34.002Z | PASS [ 4.437s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
6415 | 2025-03-01T01:11:34.851Z | PASS [ 4.495s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
6416 | 2025-03-01T01:11:36.451Z | PASS [ 4.359s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
6417 | 2025-03-01T01:11:38.450Z | PASS [ 4.447s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
6418 | 2025-03-01T01:11:38.984Z | PASS [ 20.351s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
6419 | 2025-03-01T01:11:42.478Z | PASS [ 27.802s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
6420 | 2025-03-01T01:11:49.274Z | PASS [ 23.068s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
6421 | 2025-03-01T01:11:49.989Z | PASS [ 22.332s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
6422 | 2025-03-01T01:11:51.113Z | PASS [ 25.282s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
6423 | 2025-03-01T01:11:51.222Z | PASS [ 16.369s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
6424 | 2025-03-01T01:11:51.342Z | PASS [ 2.067s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
6425 | 2025-03-01T01:11:54.839Z | PASS [ 15.852s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found |
6426 | 2025-03-01T01:12:01.855Z | PASS [ 23.403s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle |
6427 | 2025-03-01T01:12:06.133Z | PASS [ 16.141s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
6428 | 2025-03-01T01:12:06.646Z | PASS [ 15.421s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured |
6429 | 2025-03-01T01:12:07.357Z | PASS [ 16.012s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
6430 | 2025-03-01T01:12:07.958Z | PASS [ 31.504s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
6431 | 2025-03-01T01:12:13.824Z | PASS [ 22.709s] omicron-nexus::test_all integration_tests::updates::test_repo_upload |
6432 | 2025-03-01T01:12:24.496Z | PASS [ 29.653s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
6433 | 2025-03-01T01:12:25.880Z | PASS [ 24.022s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
6434 | 2025-03-01T01:12:26.996Z | PASS [ 20.348s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
6435 | 2025-03-01T01:12:31.482Z | PASS [ 25.346s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
6436 | 2025-03-01T01:12:32.942Z | PASS [ 24.981s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
6437 | 2025-03-01T01:12:32.955Z | PASS [ 25.595s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
6438 | 2025-03-01T01:12:41.635Z | PASS [ 27.807s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
6439 | 2025-03-01T01:12:42.496Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
6440 | 2025-03-01T01:12:50.505Z | PASS [ 26.006s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
6441 | 2025-03-01T01:12:51.022Z | PASS [ 25.139s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
6442 | 2025-03-01T01:12:52.480Z | PASS [ 25.481s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
6443 | 2025-03-01T01:12:55.477Z | PASS [ 22.532s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
6444 | 2025-03-01T01:12:56.681Z | PASS [ 25.196s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
6445 | 2025-03-01T01:13:09.862Z | PASS [ 19.354s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
6446 | 2025-03-01T01:13:11.865Z | PASS [ 19.382s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting |
6447 | 2025-03-01T01:13:15.272Z | PASS [ 24.247s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records |
6448 | 2025-03-01T01:13:17.650Z | PASS [ 95.161s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
6449 | 2025-03-01T01:13:18.534Z | PASS [ 23.054s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume |
6450 | 2025-03-01T01:13:23.172Z | PASS [ 26.488s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
6451 | 2025-03-01T01:13:31.202Z | PASS [ 49.561s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete |
6452 | 2025-03-01T01:13:32.973Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
6453 | 2025-03-01T01:13:35.400Z | PASS [ 25.535s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
6454 | 2025-03-01T01:13:42.052Z | PASS [ 30.183s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
6455 | 2025-03-01T01:13:42.202Z | PASS [ 69.239s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
6456 | 2025-03-01T01:13:47.294Z | PASS [ 32.018s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
6457 | 2025-03-01T01:13:48.086Z | PASS [ 24.912s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions |
6458 | 2025-03-01T01:13:50.095Z | PASS [ 32.441s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
6459 | 2025-03-01T01:13:52.043Z | PASS [ 33.504s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
6460 | 2025-03-01T01:13:57.489Z | PASS [ 26.284s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions |
6461 | 2025-03-01T01:14:07.564Z | PASS [ 32.160s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots |
6462 | 2025-03-01T01:14:10.107Z | PASS [ 22.018s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi |
6463 | 2025-03-01T01:14:11.242Z | PASS [ 21.144s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop |
6464 | 2025-03-01T01:14:12.991Z | PASS [ 20.946s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi |
6465 | 2025-03-01T01:14:19.688Z | PASS [ 22.196s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity |
6466 | 2025-03-01T01:14:27.708Z | PASS [ 14.714s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
6467 | 2025-03-01T01:14:28.148Z | PASS [ 45.941s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting |
6468 | 2025-03-01T01:14:29.246Z | PASS [ 21.680s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
6469 | 2025-03-01T01:14:32.017Z | PASS [ 12.327s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
6470 | 2025-03-01T01:14:33.364Z | PASS [ 23.254s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
6471 | 2025-03-01T01:14:34.246Z | PASS [ 23.001s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
6472 | 2025-03-01T01:14:42.071Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
6473 | 2025-03-01T01:14:43.022Z | PASS [ 14.871s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
6474 | 2025-03-01T01:14:43.165Z | PASS [ 15.455s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
6475 | 2025-03-01T01:14:44.605Z | PASS [ 15.357s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
6476 | 2025-03-01T01:14:44.613Z | PASS [ 57.313s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers |
6477 | 2025-03-01T01:14:48.048Z | PASS [ 16.029s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
6478 | 2025-03-01T01:14:50.761Z | PASS [ 17.394s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
6479 | 2025-03-01T01:14:51.281Z | PASS [ 17.032s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
6480 | 2025-03-01T01:15:00.751Z | PASS [ 17.727s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
6481 | 2025-03-01T01:15:01.138Z | PASS [ 16.522s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
6482 | 2025-03-01T01:15:01.211Z | PASS [ 16.604s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
6483 | 2025-03-01T01:15:02.795Z | PASS [ 19.627s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
6484 | 2025-03-01T01:15:04.697Z | PASS [ 16.646s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
6485 | 2025-03-01T01:15:06.527Z | PASS [ 84.465s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
6486 | 2025-03-01T01:15:06.692Z | PASS [ 15.929s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
6487 | 2025-03-01T01:15:07.476Z | PASS [ 16.193s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
6488 | 2025-03-01T01:15:17.425Z | PASS [ 16.212s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
6489 | 2025-03-01T01:15:17.734Z | PASS [ 16.981s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
6490 | 2025-03-01T01:15:17.853Z | PASS [ 16.713s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
6491 | 2025-03-01T01:15:19.460Z | PASS [ 16.663s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
6492 | 2025-03-01T01:15:21.379Z | PASS [ 16.680s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
6493 | 2025-03-01T01:15:23.034Z | PASS [ 16.504s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
6494 | 2025-03-01T01:15:23.336Z | PASS [ 16.638s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
6495 | 2025-03-01T01:15:34.840Z | PASS [ 16.985s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
6496 | 2025-03-01T01:15:34.978Z | PASS [ 17.241s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
6497 | 2025-03-01T01:15:36.477Z | PASS [ 17.015s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
6498 | 2025-03-01T01:15:36.570Z | PASS [ 29.090s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting |
6499 | 2025-03-01T01:15:38.279Z | PASS [ 16.899s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
6500 | 2025-03-01T01:15:39.118Z | PASS [ 16.083s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
6501 | 2025-03-01T01:15:48.499Z | PASS [ 31.070s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others |
6502 | 2025-03-01T01:15:51.494Z | PASS [ 28.154s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting |
6503 | 2025-03-01T01:15:52.707Z | PASS [ 17.727s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
6504 | 2025-03-01T01:15:54.320Z | PASS [ 19.477s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
6505 | 2025-03-01T01:15:56.798Z | PASS [ 20.319s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
6506 | 2025-03-01T01:16:00.309Z | PASS [ 22.027s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
6507 | 2025-03-01T01:16:01.401Z | PASS [ 24.827s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
6508 | 2025-03-01T01:16:01.476Z | PASS [ 0.075s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only |
6509 | 2025-03-01T01:16:01.517Z | PASS [ 0.041s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure |
6510 | 2025-03-01T01:16:01.589Z | PASS [ 0.071s] omicron-package config::tests::multi_preset_arg |
6511 | 2025-03-01T01:16:01.676Z | PASS [ 0.086s] omicron-package dot::test::test_bad_dependency |
6512 | 2025-03-01T01:16:01.717Z | PASS [ 0.040s] omicron-package dot::test::test_dot_output |
6513 | 2025-03-01T01:16:07.771Z | PASS [ 7.461s] omicron-omdb::test_all_output test_omdb_usage_errors |
6514 | 2025-03-01T01:16:07.799Z | PASS [ 0.027s] omicron-passwords test::test_password_constraints |
6515 | 2025-03-01T01:16:09.277Z | PASS [ 7.559s] omicron-passwords test::test_compatible |
6516 | 2025-03-01T01:16:10.619Z | PASS [ 2.819s] omicron-passwords test::test_reproducible |
6517 | 2025-03-01T01:16:10.665Z | PASS [ 0.046s] omicron-passwords test::test_stable |
6518 | 2025-03-01T01:16:10.690Z | PASS [ 0.025s] omicron-passwords test::test_weak_hashes |
6519 | 2025-03-01T01:16:10.718Z | PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path |
6520 | 2025-03-01T01:16:10.777Z | PASS [ 0.058s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
6521 | 2025-03-01T01:16:10.811Z | PASS [ 0.034s] omicron-rpaths internal::tests::test_emit_rpath |
6522 | 2025-03-01T01:16:11.364Z | PASS [ 0.552s] omicron-sled-agent artifact_store::test::list_get_put_delete |
6523 | 2025-03-01T01:16:11.502Z | PASS [ 0.138s] omicron-sled-agent artifact_store::test::no_dataset |
6524 | 2025-03-01T01:16:11.638Z | PASS [ 0.135s] omicron-sled-agent artifact_store::test::wrong_hash |
6525 | 2025-03-01T01:16:11.654Z | PASS [ 20.158s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
6526 | 2025-03-01T01:16:11.687Z | PASS [ 18.978s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
6527 | 2025-03-01T01:16:11.767Z | PASS [ 0.129s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
6528 | 2025-03-01T01:16:11.783Z | PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
6529 | 2025-03-01T01:16:11.877Z | PASS [ 0.093s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
6530 | 2025-03-01T01:16:11.918Z | PASS [ 0.150s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
6531 | 2025-03-01T01:16:11.986Z | PASS [ 0.068s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
6532 | 2025-03-01T01:16:12.039Z | PASS [ 0.052s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
6533 | 2025-03-01T01:16:12.113Z | PASS [ 0.074s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
6534 | 2025-03-01T01:16:12.152Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
6535 | 2025-03-01T01:16:12.207Z | PASS [ 0.055s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
6536 | 2025-03-01T01:16:12.255Z | PASS [ 0.047s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
6537 | 2025-03-01T01:16:12.266Z | PASS [ 0.611s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
6538 | 2025-03-01T01:16:12.293Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
6539 | 2025-03-01T01:16:12.302Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
6540 | 2025-03-01T01:16:12.336Z | PASS [ 0.042s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
6541 | 2025-03-01T01:16:12.365Z | PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs |
6542 | 2025-03-01T01:16:12.405Z | PASS [ 0.069s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
6543 | 2025-03-01T01:16:12.413Z | PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
6544 | 2025-03-01T01:16:12.434Z | PASS [ 0.557s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
6545 | 2025-03-01T01:16:12.443Z | PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
6546 | 2025-03-01T01:16:12.451Z | PASS [ 23.948s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
6547 | 2025-03-01T01:16:12.457Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
6548 | 2025-03-01T01:16:12.482Z | PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
6549 | 2025-03-01T01:16:12.490Z | PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
6550 | 2025-03-01T01:16:15.018Z | PASS [ 35.896s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
6551 | 2025-03-01T01:16:15.143Z | PASS [ 2.653s] omicron-sled-agent instance::tests::test_instance_manager_creation |
6552 | 2025-03-01T01:16:15.184Z | PASS [ 0.040s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
6553 | 2025-03-01T01:16:15.223Z | PASS [ 0.039s] omicron-sled-agent profile::tests::empty_profile |
6554 | 2025-03-01T01:16:15.253Z | PASS [ 0.030s] omicron-sled-agent profile::tests::test_disabled_instance |
6555 | 2025-03-01T01:16:15.287Z | PASS [ 0.033s] omicron-sled-agent profile::tests::test_instance |
6556 | 2025-03-01T01:16:15.321Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple |
6557 | 2025-03-01T01:16:15.356Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_property |
6558 | 2025-03-01T01:16:15.398Z | PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group |
6559 | 2025-03-01T01:16:15.440Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_service |
6560 | 2025-03-01T01:16:15.475Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_service_property_group |
6561 | 2025-03-01T01:16:15.515Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
6562 | 2025-03-01T01:16:15.553Z | PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
6563 | 2025-03-01T01:16:15.611Z | PASS [ 0.058s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
6564 | 2025-03-01T01:16:15.656Z | PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count |
6565 | 2025-03-01T01:16:15.714Z | PASS [ 0.058s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean |
6566 | 2025-03-01T01:16:15.745Z | PASS [ 3.294s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
6567 | 2025-03-01T01:16:15.758Z | PASS [ 0.044s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
6568 | 2025-03-01T01:16:17.173Z | PASS [ 4.691s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
6569 | 2025-03-01T01:16:17.286Z | PASS [ 22.964s] omicron-omdb::test_all_output test_omdb_env_settings |
6570 | 2025-03-01T01:16:17.816Z | PASS [ 5.357s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
6571 | 2025-03-01T01:16:18.427Z | PASS [ 2.681s] omicron-sled-agent services::illumos_tests::test_bad_generations |
6572 | 2025-03-01T01:16:18.481Z | PASS [ 2.722s] omicron-sled-agent services::illumos_tests::test_ensure_service |
6573 | 2025-03-01T01:16:18.529Z | PASS [ 0.046s] omicron-sled-agent services::test::test_all_zones_requests_schema |
6574 | 2025-03-01T01:16:18.571Z | PASS [ 0.041s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
6575 | 2025-03-01T01:16:18.612Z | PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
6576 | 2025-03-01T01:16:18.648Z | PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
6577 | 2025-03-01T01:16:18.693Z | PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
6578 | 2025-03-01T01:16:18.731Z | PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
6579 | 2025-03-01T01:16:18.768Z | PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
6580 | 2025-03-01T01:16:18.810Z | PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
6581 | 2025-03-01T01:16:18.851Z | PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
6582 | 2025-03-01T01:16:20.228Z | PASS [ 3.053s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync |
6583 | 2025-03-01T01:16:20.264Z | PASS [ 0.035s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
6584 | 2025-03-01T01:16:20.299Z | PASS [ 0.035s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
6585 | 2025-03-01T01:16:20.336Z | PASS [ 0.037s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
6586 | 2025-03-01T01:16:20.352Z | PASS [ 3.065s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists |
6587 | 2025-03-01T01:16:20.373Z | PASS [ 0.036s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
6588 | 2025-03-01T01:16:20.386Z | PASS [ 0.032s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
6589 | 2025-03-01T01:16:20.414Z | PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset |
6590 | 2025-03-01T01:16:20.425Z | PASS [ 0.039s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship |
6591 | 2025-03-01T01:16:20.453Z | PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset |
6592 | 2025-03-01T01:16:20.460Z | PASS [ 0.034s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
6593 | 2025-03-01T01:16:20.491Z | PASS [ 0.038s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
6594 | 2025-03-01T01:16:20.755Z | PASS [ 2.938s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot |
6595 | 2025-03-01T01:16:20.773Z | PASS [ 11.494s] omicron-passwords test::test_smoke |
6596 | 2025-03-01T01:16:21.341Z | PASS [ 2.913s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config |
6597 | 2025-03-01T01:16:22.314Z | PASS [ 3.462s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
6598 | 2025-03-01T01:16:24.113Z | PASS [ 27.312s] omicron-omdb::test_all_output test_omdb_success_cases |
6599 | 2025-03-01T01:16:24.142Z | PASS [ 0.029s] omicron-sled-agent updates::test::test_query_no_components |
6600 | 2025-03-01T01:16:24.164Z | PASS [ 0.022s] omicron-sled-agent updates::test::test_query_sled_agent_version |
6601 | 2025-03-01T01:16:24.188Z | PASS [ 0.023s] omicron-sled-agent updates::test::test_query_zone_version |
6602 | 2025-03-01T01:16:24.206Z | PASS [ 0.018s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
6603 | 2025-03-01T01:16:25.001Z | PASS [ 4.509s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash |
6604 | 2025-03-01T01:16:25.033Z | PASS [ 4.572s] omicron-sled-agent support_bundle::storage::tests::basic_crud |
6605 | 2025-03-01T01:16:25.059Z | PASS [ 0.026s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
6606 | 2025-03-01T01:16:25.164Z | PASS [ 4.407s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable |
6607 | 2025-03-01T01:16:25.239Z | PASS [ 4.466s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency |
6608 | 2025-03-01T01:16:25.632Z | PASS [ 4.287s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset |
6609 | 2025-03-01T01:16:25.681Z | PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
6610 | 2025-03-01T01:16:25.720Z | PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_dir_size |
6611 | 2025-03-01T01:16:25.773Z | PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
6612 | 2025-03-01T01:16:26.386Z | PASS [ 0.612s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
6613 | 2025-03-01T01:16:26.780Z | PASS [ 4.465s] omicron-sled-agent support_bundle::storage::tests::ranges |
6614 | 2025-03-01T01:16:26.930Z | PASS [ 0.149s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
6615 | 2025-03-01T01:16:26.958Z | PASS [ 0.572s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
6616 | 2025-03-01T01:16:27.004Z | PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
6617 | 2025-03-01T01:16:27.034Z | PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
6618 | 2025-03-01T01:16:27.695Z | PASS [ 0.661s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
6619 | 2025-03-01T01:16:27.754Z | PASS [ 0.824s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled |
6620 | 2025-03-01T01:16:27.784Z | PASS [ 2.619s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
6621 | 2025-03-01T01:16:27.805Z | PASS [ 0.110s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
6622 | 2025-03-01T01:16:27.810Z | PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
6623 | 2025-03-01T01:16:27.825Z | PASS [ 0.020s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
6624 | 2025-03-01T01:16:27.929Z | PASS [ 0.118s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
6625 | 2025-03-01T01:16:27.963Z | PASS [ 2.961s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
6626 | 2025-03-01T01:16:28.084Z | PASS [ 3.877s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
6627 | 2025-03-01T01:16:28.163Z | PASS [ 0.234s] omicron-test-utils dev::db::test::test_bad_cmd |
6628 | 2025-03-01T01:16:28.256Z | PASS [ 0.430s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
6629 | 2025-03-01T01:16:28.313Z | PASS [ 0.057s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
6630 | 2025-03-01T01:16:28.343Z | PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
6631 | 2025-03-01T01:16:28.363Z | PASS [ 0.399s] omicron-test-utils dev::db::test::test_cmd_fails |
6632 | 2025-03-01T01:16:28.377Z | PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
6633 | 2025-03-01T01:16:28.396Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_normal |
6634 | 2025-03-01T01:16:28.407Z | PASS [ 0.243s] omicron-test-utils dev::db::test::test_database_start_hang |
6635 | 2025-03-01T01:16:28.447Z | PASS [ 3.206s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
6636 | 2025-03-01T01:16:28.479Z | PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir |
6637 | 2025-03-01T01:16:28.562Z | PASS [ 0.082s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
6638 | 2025-03-01T01:16:28.599Z | PASS [ 0.037s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
6639 | 2025-03-01T01:16:28.632Z | PASS [ 0.033s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
6640 | 2025-03-01T01:16:28.670Z | PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
6641 | 2025-03-01T01:16:28.734Z | PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
6642 | 2025-03-01T01:16:28.782Z | PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
6643 | 2025-03-01T01:16:28.800Z | PASS [ 0.066s] omicron-test-utils dev::test_cmds::tests::test_redact_section |
6644 | 2025-03-01T01:16:28.807Z | PASS [ 3.747s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
6645 | 2025-03-01T01:16:28.872Z | LEAK [ 0.494s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
6646 | 2025-03-01T01:16:29.018Z | PASS [ 0.146s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
6647 | 2025-03-01T01:16:29.282Z | PASS [ 0.474s] oximeter test::timeseries_schema_consistency |
6648 | 2025-03-01T01:16:29.308Z | PASS [ 0.526s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
6649 | 2025-03-01T01:16:29.467Z | PASS [ 0.448s] oximeter-collector agent::tests::test_self_stat_collection_count |
6650 | 2025-03-01T01:16:29.471Z | PASS [ 0.185s] oximeter-collector agent::tests::test_self_stat_error_counter |
6651 | 2025-03-01T01:16:29.539Z | PASS [ 0.231s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
6652 | 2025-03-01T01:16:29.581Z | PASS [ 0.041s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different |
6653 | 2025-03-01T01:16:29.613Z | PASS [ 0.032s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
6654 | 2025-03-01T01:16:29.632Z | PASS [ 0.164s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from |
6655 | 2025-03-01T01:16:29.662Z | PASS [ 1.578s] omicron-test-utils dev::db::test::test_database_concurrent |
6656 | 2025-03-01T01:16:29.686Z | PASS [ 1.278s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
6657 | 2025-03-01T01:16:29.747Z | PASS [ 0.061s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
6658 | 2025-03-01T01:16:29.777Z | PASS [ 0.030s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
6659 | 2025-03-01T01:16:29.791Z | PASS [ 0.128s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
6660 | 2025-03-01T01:16:29.791Z | PASS [ 0.159s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
6661 | 2025-03-01T01:16:29.803Z | PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
6662 | 2025-03-01T01:16:29.809Z | PASS [ 1.009s] openapi-manager check::tests::check_apis_up_to_date |
6663 | 2025-03-01T01:16:30.109Z | PASS [ 0.495s] oximeter-collector::test_commands test_oximeter_no_args |
6664 | 2025-03-01T01:16:30.535Z | PASS [ 1.068s] oximeter-collector agent::tests::verify_producer_details |
6665 | 2025-03-01T01:16:30.694Z | PASS [ 0.585s] oximeter-db client::tests::can_ping_clickhouse |
6666 | 2025-03-01T01:16:30.790Z | PASS [ 0.096s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
6667 | 2025-03-01T01:16:30.859Z | PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
6668 | 2025-03-01T01:16:30.882Z | PASS [ 1.090s] oximeter-db client::oxql::tests::test_get_entire_table |
6669 | 2025-03-01T01:16:30.901Z | PASS [ 1.091s] oximeter-db client::oxql::tests::test_limit_operations |
6670 | 2025-03-01T01:16:30.908Z | PASS [ 1.104s] oximeter-db client::oxql::tests::test_get_one_timeseries |
6671 | 2025-03-01T01:16:30.924Z | PASS [ 1.130s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
6672 | 2025-03-01T01:16:31.528Z | PASS [ 0.606s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero |
6673 | 2025-03-01T01:16:31.645Z | PASS [ 0.737s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero |
6674 | 2025-03-01T01:16:31.649Z | PASS [ 0.744s] oximeter-db client::tests::read_latest_version_reports_max |
6675 | 2025-03-01T01:16:32.253Z | PASS [ 0.724s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero |
6676 | 2025-03-01T01:16:32.262Z | PASS [ 0.616s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
6677 | 2025-03-01T01:16:32.560Z | PASS [ 0.914s] oximeter-db client::tests::select_timeseries_with_select_one |
6678 | 2025-03-01T01:16:33.155Z | PASS [ 0.893s] oximeter-db client::tests::test_database_version_update_is_idempotent |
6679 | 2025-03-01T01:16:33.178Z | PASS [ 0.925s] oximeter-db client::tests::test_client_select_timeseries_one |
6680 | 2025-03-01T01:16:33.216Z | PASS [ 2.333s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
6681 | 2025-03-01T01:16:33.335Z | PASS [ 0.774s] oximeter-db client::tests::test_database_version_will_not_downgrade |
6682 | 2025-03-01T01:16:33.972Z | PASS [ 0.793s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
6683 | 2025-03-01T01:16:34.021Z | PASS [ 0.804s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
6684 | 2025-03-01T01:16:34.096Z | PASS [ 0.761s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
6685 | 2025-03-01T01:16:34.130Z | PASS [ 0.974s] oximeter-db client::tests::test_database_version_wipes_old_version |
6686 | 2025-03-01T01:16:34.746Z | PASS [ 0.773s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
6687 | 2025-03-01T01:16:34.888Z | PASS [ 0.791s] oximeter-db client::tests::test_field_record_count |
6688 | 2025-03-01T01:16:34.918Z | PASS [ 0.787s] oximeter-db client::tests::test_get_schema_no_new_values |
6689 | 2025-03-01T01:16:35.493Z | PASS [ 1.471s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
6690 | 2025-03-01T01:16:35.628Z | PASS [ 0.881s] oximeter-db client::tests::test_insert_samples |
6691 | 2025-03-01T01:16:35.663Z | PASS [ 0.775s] oximeter-db client::tests::test_is_oximeter_cluster |
6692 | 2025-03-01T01:16:35.671Z | PASS [ 0.043s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
6693 | 2025-03-01T01:16:35.705Z | PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
6694 | 2025-03-01T01:16:35.708Z | PASS [ 0.041s] oximeter-db client::tests::test_read_timeseries_to_delete |
6695 | 2025-03-01T01:16:35.741Z | PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
6696 | 2025-03-01T01:16:35.829Z | PASS [ 0.911s] oximeter-db client::tests::test_list_timeseries |
6697 | 2025-03-01T01:16:35.976Z | PASS [ 7.579s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
6698 | 2025-03-01T01:16:36.246Z | PASS [ 0.752s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
6699 | 2025-03-01T01:16:36.485Z | PASS [ 0.744s] oximeter-db client::tests::test_schema_mismatch |
6700 | 2025-03-01T01:16:36.591Z | PASS [ 0.761s] oximeter-db client::tests::test_schema_update |
6701 | 2025-03-01T01:16:36.792Z | PASS [ 0.816s] oximeter-db client::tests::test_select_all_datum_types |
6702 | 2025-03-01T01:16:36.881Z | PASS [ 1.175s] oximeter-db client::tests::test_recall_of_all_fields |
6703 | 2025-03-01T01:16:37.015Z | PASS [ 0.769s] oximeter-db client::tests::test_select_all_field_types |
6704 | 2025-03-01T01:16:37.300Z | PASS [ 0.814s] oximeter-db client::tests::test_select_timeseries_with_all |
6705 | 2025-03-01T01:16:37.661Z | PASS [ 1.069s] oximeter-db client::tests::test_select_timeseries_with_limit |
6706 | 2025-03-01T01:16:37.720Z | PASS [ 0.836s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
6707 | 2025-03-01T01:16:37.835Z | PASS [ 0.820s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
6708 | 2025-03-01T01:16:37.842Z | PASS [ 1.049s] oximeter-db client::tests::test_select_timeseries_with_order |
6709 | 2025-03-01T01:16:37.862Z | PASS [ 0.027s] oximeter-db client::tests::test_unravel_index |
6710 | 2025-03-01T01:16:37.891Z | PASS [ 0.029s] oximeter-db client::tests::test_verify_schema_upgrades |
6711 | 2025-03-01T01:16:37.921Z | PASS [ 0.029s] oximeter-db model::fields::tests::test_extract_fields_as_block |
6712 | 2025-03-01T01:16:37.949Z | PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns |
6713 | 2025-03-01T01:16:37.978Z | PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative |
6714 | 2025-03-01T01:16:38.006Z | PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge |
6715 | 2025-03-01T01:16:38.032Z | PASS [ 0.026s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram |
6716 | 2025-03-01T01:16:38.060Z | PASS [ 0.027s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar |
6717 | 2025-03-01T01:16:38.083Z | PASS [ 0.022s] oximeter-db native::block::tests::concat_blocks |
6718 | 2025-03-01T01:16:38.102Z | PASS [ 0.018s] oximeter-db native::block::tests::datetime64_scale_checks_range |
6719 | 2025-03-01T01:16:38.117Z | PASS [ 0.817s] oximeter-db client::tests::test_select_timeseries_with_start_time |
6720 | 2025-03-01T01:16:38.125Z | PASS [ 0.023s] oximeter-db native::block::tests::parse_date_time |
6721 | 2025-03-01T01:16:38.140Z | PASS [ 0.023s] oximeter-db native::block::tests::parse_date_time64 |
6722 | 2025-03-01T01:16:38.146Z | PASS [ 0.021s] oximeter-db native::block::tests::parse_escaped_date_time64 |
6723 | 2025-03-01T01:16:38.161Z | PASS [ 0.021s] oximeter-db native::block::tests::test_data_type_to_string |
6724 | 2025-03-01T01:16:38.166Z | PASS [ 0.019s] oximeter-db native::block::tests::test_datetime64_conversions |
6725 | 2025-03-01T01:16:38.183Z | PASS [ 0.021s] oximeter-db native::block::tests::test_parse_all_known_timezones |
6726 | 2025-03-01T01:16:38.187Z | PASS [ 0.020s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes |
6727 | 2025-03-01T01:16:38.202Z | PASS [ 0.019s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes |
6728 | 2025-03-01T01:16:38.207Z | PASS [ 0.020s] oximeter-db native::block::tests::test_parse_enum8 |
6729 | 2025-03-01T01:16:38.224Z | PASS [ 0.022s] oximeter-db native::block::tests::test_parse_enum_variant |
6730 | 2025-03-01T01:16:38.228Z | PASS [ 0.021s] oximeter-db native::block::tests::test_parse_invalid_data_type |
6731 | 2025-03-01T01:16:38.481Z | PASS [ 0.761s] oximeter-db client::tests::test_timeseries_schema_list |
6732 | 2025-03-01T01:16:38.603Z | PASS [ 0.761s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
6733 | 2025-03-01T01:16:38.806Z | PASS [ 0.581s] oximeter-db native::connection::tests::test_basic_select_query |
6734 | 2025-03-01T01:16:38.916Z | PASS [ 0.687s] oximeter-db native::connection::tests::test_can_cancel_query |
6735 | 2025-03-01T01:16:38.952Z | PASS [ 1.291s] oximeter-db client::tests::test_sql_query_output |
6736 | 2025-03-01T01:16:39.063Z | PASS [ 0.581s] oximeter-db native::connection::tests::test_exchange_hello |
6737 | 2025-03-01T01:16:39.193Z | PASS [ 0.589s] oximeter-db native::connection::tests::test_insert_and_select_data |
6738 | 2025-03-01T01:16:39.388Z | PASS [ 0.581s] oximeter-db native::connection::tests::test_insert_and_select_uuid |
6739 | 2025-03-01T01:16:39.408Z | PASS [ 0.019s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
6740 | 2025-03-01T01:16:39.429Z | PASS [ 0.020s] oximeter-db native::io::block::tests::test_decode_full_block |
6741 | 2025-03-01T01:16:39.453Z | PASS [ 0.024s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode |
6742 | 2025-03-01T01:16:39.473Z | PASS [ 0.021s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column |
6743 | 2025-03-01T01:16:39.494Z | PASS [ 0.578s] oximeter-db native::connection::tests::test_select_array_column |
6744 | 2025-03-01T01:16:39.500Z | PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
6745 | 2025-03-01T01:16:39.514Z | PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
6746 | 2025-03-01T01:16:39.519Z | PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_string_column |
6747 | 2025-03-01T01:16:39.525Z | PASS [ 0.572s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
6748 | 2025-03-01T01:16:39.534Z | PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint64_column |
6749 | 2025-03-01T01:16:39.538Z | PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint8_column |
6750 | 2025-03-01T01:16:39.545Z | PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uuid_column |
6751 | 2025-03-01T01:16:39.558Z | PASS [ 0.023s] oximeter-db native::io::column::tests::test_encode_decode_column |
6752 | 2025-03-01T01:16:39.563Z | PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
6753 | 2025-03-01T01:16:39.569Z | PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
6754 | 2025-03-01T01:16:39.582Z | PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
6755 | 2025-03-01T01:16:39.587Z | PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
6756 | 2025-03-01T01:16:39.592Z | PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
6757 | 2025-03-01T01:16:39.604Z | PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_pong |
6758 | 2025-03-01T01:16:39.608Z | PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
6759 | 2025-03-01T01:16:39.614Z | PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
6760 | 2025-03-01T01:16:39.621Z | PASS [ 0.017s] oximeter-db native::io::string::test::test_encode_decode |
6761 | 2025-03-01T01:16:39.626Z | PASS [ 0.018s] oximeter-db native::io::string::test::test_encode_hello_world |
6762 | 2025-03-01T01:16:39.632Z | PASS [ 0.017s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name |
6763 | 2025-03-01T01:16:39.642Z | PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count |
6764 | 2025-03-01T01:16:39.645Z | PASS [ 0.018s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts |
6765 | 2025-03-01T01:16:39.648Z | PASS [ 0.582s] oximeter-db native::connection::tests::test_select_nullable_column |
6766 | 2025-03-01T01:16:39.655Z | PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_description_with_default |
6767 | 2025-03-01T01:16:39.663Z | PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_descriptions |
6768 | 2025-03-01T01:16:39.670Z | PASS [ 0.022s] oximeter-db native::io::varuint::test_encode_decode_varuint |
6769 | 2025-03-01T01:16:39.674Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
6770 | 2025-03-01T01:16:39.678Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
6771 | 2025-03-01T01:16:39.682Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_comparison |
6772 | 2025-03-01T01:16:39.687Z | PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
6773 | 2025-03-01T01:16:39.692Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
6774 | 2025-03-01T01:16:39.698Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
6775 | 2025-03-01T01:16:39.703Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
6776 | 2025-03-01T01:16:39.709Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
6777 | 2025-03-01T01:16:39.713Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
6778 | 2025-03-01T01:16:39.718Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
6779 | 2025-03-01T01:16:39.723Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
6780 | 2025-03-01T01:16:39.729Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
6781 | 2025-03-01T01:16:39.734Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
6782 | 2025-03-01T01:16:39.740Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
6783 | 2025-03-01T01:16:39.745Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_group_by |
6784 | 2025-03-01T01:16:39.750Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
6785 | 2025-03-01T01:16:39.755Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_ident |
6786 | 2025-03-01T01:16:39.761Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
6787 | 2025-03-01T01:16:39.772Z | PASS [ 0.579s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
6788 | 2025-03-01T01:16:39.776Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
6789 | 2025-03-01T01:16:39.780Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
6790 | 2025-03-01T01:16:39.784Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
6791 | 2025-03-01T01:16:39.787Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
6792 | 2025-03-01T01:16:39.798Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
6793 | 2025-03-01T01:16:39.805Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
6794 | 2025-03-01T01:16:39.816Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
6795 | 2025-03-01T01:16:39.821Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query |
6796 | 2025-03-01T01:16:39.824Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
6797 | 2025-03-01T01:16:39.830Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
6798 | 2025-03-01T01:16:39.835Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
6799 | 2025-03-01T01:16:39.842Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer |
6800 | 2025-03-01T01:16:39.846Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
6801 | 2025-03-01T01:16:39.851Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
6802 | 2025-03-01T01:16:39.856Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
6803 | 2025-03-01T01:16:39.861Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
6804 | 2025-03-01T01:16:39.866Z | PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
6805 | 2025-03-01T01:16:39.872Z | PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
6806 | 2025-03-01T01:16:39.881Z | PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
6807 | 2025-03-01T01:16:39.885Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
6808 | 2025-03-01T01:16:39.890Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
6809 | 2025-03-01T01:16:39.895Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
6810 | 2025-03-01T01:16:39.900Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
6811 | 2025-03-01T01:16:39.906Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
6812 | 2025-03-01T01:16:39.910Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
6813 | 2025-03-01T01:16:39.915Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
6814 | 2025-03-01T01:16:39.920Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
6815 | 2025-03-01T01:16:39.926Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
6816 | 2025-03-01T01:16:39.936Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
6817 | 2025-03-01T01:16:39.941Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
6818 | 2025-03-01T01:16:39.944Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
6819 | 2025-03-01T01:16:39.950Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
6820 | 2025-03-01T01:16:39.956Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
6821 | 2025-03-01T01:16:39.962Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types |
6822 | 2025-03-01T01:16:39.966Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
6823 | 2025-03-01T01:16:39.971Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display |
6824 | 2025-03-01T01:16:39.979Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
6825 | 2025-03-01T01:16:39.985Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
6826 | 2025-03-01T01:16:39.991Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
6827 | 2025-03-01T01:16:39.998Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display |
6828 | 2025-03-01T01:16:40.004Z | PASS [ 0.024s] oximeter-db oxql::plan::align::test::test_align_input_schema |
6829 | 2025-03-01T01:16:40.093Z | PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types |
6830 | 2025-03-01T01:16:40.099Z | PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables |
6831 | 2025-03-01T01:16:40.104Z | PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables |
6832 | 2025-03-01T01:16:40.109Z | PASS [ 0.124s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables |
6833 | 2025-03-01T01:16:40.187Z | PASS [ 0.093s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table |
6834 | 2025-03-01T01:16:40.192Z | PASS [ 0.092s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables |
6835 | 2025-03-01T01:16:40.201Z | PASS [ 0.093s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema |
6836 | 2025-03-01T01:16:40.228Z | PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes |
6837 | 2025-03-01T01:16:40.305Z | PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node |
6838 | 2025-03-01T01:16:40.316Z | PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema |
6839 | 2025-03-01T01:16:40.325Z | PASS [ 0.131s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields |
6840 | 2025-03-01T01:16:40.345Z | PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align |
6841 | 2025-03-01T01:16:40.422Z | PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries |
6842 | 2025-03-01T01:16:40.429Z | PASS [ 0.124s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes |
6843 | 2025-03-01T01:16:40.454Z | PASS [ 0.128s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by |
6844 | 2025-03-01T01:16:40.483Z | PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join |
6845 | 2025-03-01T01:16:40.541Z | PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan |
6846 | 2025-03-01T01:16:40.553Z | PASS [ 0.123s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables |
6847 | 2025-03-01T01:16:40.570Z | PASS [ 0.116s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment |
6848 | 2025-03-01T01:16:40.594Z | PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment |
6849 | 2025-03-01T01:16:40.613Z | PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits |
6850 | 2025-03-01T01:16:40.638Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
6851 | 2025-03-01T01:16:40.646Z | PASS [ 0.093s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment |
6852 | 2025-03-01T01:16:40.652Z | PASS [ 0.110s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently |
6853 | 2025-03-01T01:16:40.664Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
6854 | 2025-03-01T01:16:40.673Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
6855 | 2025-03-01T01:16:40.681Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
6856 | 2025-03-01T01:16:40.691Z | PASS [ 0.120s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment |
6857 | 2025-03-01T01:16:40.696Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
6858 | 2025-03-01T01:16:40.701Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
6859 | 2025-03-01T01:16:40.705Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
6860 | 2025-03-01T01:16:40.716Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates |
6861 | 2025-03-01T01:16:40.721Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
6862 | 2025-03-01T01:16:40.726Z | PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
6863 | 2025-03-01T01:16:40.730Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
6864 | 2025-03-01T01:16:40.744Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time |
6865 | 2025-03-01T01:16:40.750Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
6866 | 2025-03-01T01:16:40.753Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
6867 | 2025-03-01T01:16:40.753Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
6868 | 2025-03-01T01:16:40.772Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
6869 | 2025-03-01T01:16:40.780Z | PASS [ 0.022s] oximeter-db query::tests::test_field_selector_as_query |
6870 | 2025-03-01T01:16:40.785Z | PASS [ 0.033s] oximeter-db query::tests::test_field_cmp |
6871 | 2025-03-01T01:16:40.788Z | PASS [ 0.035s] oximeter-db oxql::query::tests::test_split_query |
6872 | 2025-03-01T01:16:40.796Z | PASS [ 0.023s] oximeter-db query::tests::test_field_value_as_db_str |
6873 | 2025-03-01T01:16:40.808Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_field_selectors |
6874 | 2025-03-01T01:16:40.814Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts |
6875 | 2025-03-01T01:16:40.819Z | PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_filter_raw |
6876 | 2025-03-01T01:16:40.826Z | PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_full |
6877 | 2025-03-01T01:16:40.831Z | PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_limit_offset |
6878 | 2025-03-01T01:16:40.838Z | PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_fields |
6879 | 2025-03-01T01:16:40.843Z | PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_selectors |
6880 | 2025-03-01T01:16:40.851Z | PASS [ 0.019s] oximeter-db query::tests::test_time_range |
6881 | 2025-03-01T01:16:40.856Z | PASS [ 0.030s] oximeter-db query::tests::test_string_field_selector |
6882 | 2025-03-01T01:16:40.865Z | PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset |
6883 | 2025-03-01T01:16:40.871Z | PASS [ 0.027s] oximeter-db sql::tests::test_allow_subqueries |
6884 | 2025-03-01T01:16:40.882Z | PASS [ 0.030s] oximeter-db sql::tests::test_cannot_name_database |
6885 | 2025-03-01T01:16:40.888Z | PASS [ 0.031s] oximeter-db sql::tests::test_ctes_are_not_supported |
6886 | 2025-03-01T01:16:40.897Z | PASS [ 0.032s] oximeter-db sql::tests::test_function_allow_list |
6887 | 2025-03-01T01:16:40.911Z | PASS [ 0.029s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
6888 | 2025-03-01T01:16:40.927Z | PASS [ 0.055s] oximeter-db sql::tests::test_join_must_be_inner |
6889 | 2025-03-01T01:16:40.931Z | PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
6890 | 2025-03-01T01:16:40.934Z | PASS [ 0.042s] oximeter-db sql::tests::test_query_must_be_select_statement |
6891 | 2025-03-01T01:16:40.940Z | PASS [ 0.028s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
6892 | 2025-03-01T01:16:40.952Z | PASS [ 0.025s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
6893 | 2025-03-01T01:16:40.956Z | PASS [ 0.024s] oximeter-db tests::test_timeseries_key_field_stability |
6894 | 2025-03-01T01:16:40.959Z | PASS [ 0.025s] oximeter-db sql::tests::test_with_comma_join_fails |
6895 | 2025-03-01T01:16:40.965Z | PASS [ 0.022s] oximeter-db tests::test_timeseries_key_sample_stability |
6896 | 2025-03-01T01:16:41.006Z | PASS [ 0.048s] oximeter-instruments http::tests::test_latency_tracker |
6897 | 2025-03-01T01:16:41.049Z | PASS [ 0.083s] oximeter-instruments kstat::link::tests::test_kstat_interested |
6898 | 2025-03-01T01:16:41.143Z | PASS [ 1.344s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
6899 | 2025-03-01T01:16:41.269Z | PASS [ 0.219s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
6900 | 2025-03-01T01:16:41.288Z | PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
6901 | 2025-03-01T01:16:41.291Z | PASS [ 0.282s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
6902 | 2025-03-01T01:16:41.378Z | PASS [ 0.108s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
6903 | 2025-03-01T01:16:41.407Z | PASS [ 0.118s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
6904 | 2025-03-01T01:16:41.421Z | PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
6905 | 2025-03-01T01:16:41.436Z | PASS [ 0.057s] oximeter-instruments kstat::link::tests::test_sled_datalink |
6906 | 2025-03-01T01:16:41.448Z | PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
6907 | 2025-03-01T01:16:41.451Z | PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
6908 | 2025-03-01T01:16:41.458Z | PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
6909 | 2025-03-01T01:16:41.468Z | PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
6910 | 2025-03-01T01:16:41.473Z | PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
6911 | 2025-03-01T01:16:41.477Z | PASS [ 0.018s] oximeter-macro-impl tests::test_metric_annotated_field |
6912 | 2025-03-01T01:16:41.486Z | PASS [ 0.018s] oximeter-macro-impl tests::test_metric_datum_field |
6913 | 2025-03-01T01:16:41.490Z | PASS [ 0.016s] oximeter-macro-impl tests::test_metric_enum |
6914 | 2025-03-01T01:16:41.494Z | PASS [ 0.016s] oximeter-macro-impl tests::test_metric_without_datum_field |
6915 | 2025-03-01T01:16:41.500Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target |
6916 | 2025-03-01T01:16:41.504Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_empty_struct |
6917 | 2025-03-01T01:16:41.509Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_enum |
6918 | 2025-03-01T01:16:41.514Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_unit_struct |
6919 | 2025-03-01T01:16:41.520Z | PASS [ 0.015s] oximeter-macro-impl tests::test_target_with_datum_field |
6920 | 2025-03-01T01:16:41.589Z | PASS [ 0.074s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
6921 | 2025-03-01T01:16:41.595Z | PASS [ 0.073s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
6922 | 2025-03-01T01:16:41.610Z | PASS [ 0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
6923 | 2025-03-01T01:16:41.615Z | PASS [ 0.020s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
6924 | 2025-03-01T01:16:41.637Z | PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
6925 | 2025-03-01T01:16:41.657Z | PASS [ 0.041s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
6926 | 2025-03-01T01:16:41.663Z | PASS [ 0.025s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
6927 | 2025-03-01T01:16:41.693Z | PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
6928 | 2025-03-01T01:16:41.696Z | PASS [ 0.036s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
6929 | 2025-03-01T01:16:41.728Z | PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
6930 | 2025-03-01T01:16:41.734Z | PASS [ 0.040s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
6931 | 2025-03-01T01:16:41.756Z | PASS [ 0.027s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
6932 | 2025-03-01T01:16:41.770Z | PASS [ 0.035s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
6933 | 2025-03-01T01:16:41.788Z | PASS [ 0.031s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
6934 | 2025-03-01T01:16:41.798Z | PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
6935 | 2025-03-01T01:16:41.809Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
6936 | 2025-03-01T01:16:41.820Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
6937 | 2025-03-01T01:16:41.831Z | PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions |
6938 | 2025-03-01T01:16:41.846Z | PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name |
6939 | 2025-03-01T01:16:41.854Z | PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name |
6940 | 2025-03-01T01:16:41.872Z | PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_field_names |
6941 | 2025-03-01T01:16:41.877Z | PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
6942 | 2025-03-01T01:16:41.896Z | PASS [ 0.024s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
6943 | 2025-03-01T01:16:41.905Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
6944 | 2025-03-01T01:16:41.927Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
6945 | 2025-03-01T01:16:41.932Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
6946 | 2025-03-01T01:16:41.953Z | PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
6947 | 2025-03-01T01:16:41.960Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
6948 | 2025-03-01T01:16:41.984Z | PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
6949 | 2025-03-01T01:16:41.990Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
6950 | 2025-03-01T01:16:42.011Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
6951 | 2025-03-01T01:16:42.016Z | PASS [ 0.025s] oximeter-schema ir::tests::only_support_format_version_1 |
6952 | 2025-03-01T01:16:42.029Z | PASS [ 0.018s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
6953 | 2025-03-01T01:16:42.033Z | PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
6954 | 2025-03-01T01:16:42.126Z | PASS [ 0.092s] oximeter-test-utils tests::test_sample_struct |
6955 | 2025-03-01T01:16:42.131Z | PASS [ 0.101s] oximeter-test-utils tests::test_gen_test_samples |
6956 | 2025-03-01T01:16:42.153Z | PASS [ 0.027s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
6957 | 2025-03-01T01:16:42.157Z | PASS [ 0.025s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
6958 | 2025-03-01T01:16:42.172Z | PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
6959 | 2025-03-01T01:16:42.177Z | PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range |
6960 | 2025-03-01T01:16:42.195Z | PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range_from |
6961 | 2025-03-01T01:16:42.201Z | PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_to |
6962 | 2025-03-01T01:16:42.223Z | PASS [ 0.022s] oximeter-types histogram::tests::test_ensure_finite |
6963 | 2025-03-01T01:16:42.228Z | PASS [ 0.033s] oximeter-types histogram::tests::test_empty_bins_not_supported |
6964 | 2025-03-01T01:16:42.251Z | PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_construct_with |
6965 | 2025-03-01T01:16:42.255Z | PASS [ 0.032s] oximeter-types histogram::tests::test_histogram |
6966 | 2025-03-01T01:16:42.271Z | PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_extreme_samples |
6967 | 2025-03-01T01:16:42.274Z | PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_extreme_bins |
6968 | 2025-03-01T01:16:42.291Z | PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
6969 | 2025-03-01T01:16:42.296Z | PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_float_bins |
6970 | 2025-03-01T01:16:42.307Z | PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
6971 | 2025-03-01T01:16:42.311Z | PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_bins |
6972 | 2025-03-01T01:16:42.323Z | PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
6973 | 2025-03-01T01:16:42.328Z | PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
6974 | 2025-03-01T01:16:42.339Z | PASS [ 0.016s] oximeter-types histogram::tests::test_log_bins_u64 |
6975 | 2025-03-01T01:16:42.347Z | PASS [ 0.019s] oximeter-types histogram::tests::test_log_bins_u8 |
6976 | 2025-03-01T01:16:42.365Z | PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
6977 | 2025-03-01T01:16:42.376Z | PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
6978 | 2025-03-01T01:16:42.380Z | PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
6979 | 2025-03-01T01:16:42.401Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
6980 | 2025-03-01T01:16:42.408Z | PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
6981 | 2025-03-01T01:16:42.427Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
6982 | 2025-03-01T01:16:42.433Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
6983 | 2025-03-01T01:16:42.449Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
6984 | 2025-03-01T01:16:42.453Z | PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
6985 | 2025-03-01T01:16:42.466Z | PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades |
6986 | 2025-03-01T01:16:42.471Z | PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
6987 | 2025-03-01T01:16:42.484Z | PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
6988 | 2025-03-01T01:16:42.488Z | PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
6989 | 2025-03-01T01:16:42.499Z | PASS [ 0.016s] oximeter-types quantile::tests::test_default_percentiles |
6990 | 2025-03-01T01:16:42.508Z | PASS [ 0.020s] oximeter-types quantile::tests::test_empty_observations |
6991 | 2025-03-01T01:16:42.522Z | PASS [ 0.022s] oximeter-types quantile::tests::test_find_cells |
6992 | 2025-03-01T01:16:42.526Z | PASS [ 0.018s] oximeter-types quantile::tests::test_float_observations |
6993 | 2025-03-01T01:16:42.543Z | PASS [ 0.021s] oximeter-types quantile::tests::test_integer_observations |
6994 | 2025-03-01T01:16:42.548Z | PASS [ 0.021s] oximeter-types quantile::tests::test_invalid_p_value |
6995 | 2025-03-01T01:16:42.563Z | PASS [ 0.020s] oximeter-types quantile::tests::test_max_p |
6996 | 2025-03-01T01:16:42.568Z | PASS [ 0.019s] oximeter-types quantile::tests::test_min_p |
6997 | 2025-03-01T01:16:42.580Z | PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations |
6998 | 2025-03-01T01:16:42.585Z | PASS [ 0.017s] oximeter-types quantile::tests::test_rounding |
6999 | 2025-03-01T01:16:42.596Z | PASS [ 0.017s] oximeter-types schema::tests::test_field_schema_ordering |
7000 | 2025-03-01T01:16:42.624Z | PASS [ 0.038s] oximeter-types schema::tests::test_timeseries_name |
7001 | 2025-03-01T01:16:42.630Z | PASS [ 0.033s] oximeter-types schema::tests::test_timeseries_name_from_str |
7002 | 2025-03-01T01:16:42.651Z | PASS [ 0.027s] oximeter-types traits::tests::test_metric_trait |
7003 | 2025-03-01T01:16:42.663Z | PASS [ 0.032s] oximeter-types traits::tests::test_producer_trait |
7004 | 2025-03-01T01:16:42.674Z | PASS [ 0.022s] oximeter-types traits::tests::test_target_trait |
7005 | 2025-03-01T01:16:42.686Z | PASS [ 0.023s] oximeter-types types::tests::test_cumulative_f64 |
7006 | 2025-03-01T01:16:42.694Z | PASS [ 0.019s] oximeter-types types::tests::test_cumulative_i64 |
7007 | 2025-03-01T01:16:42.707Z | PASS [ 0.020s] oximeter-types types::tests::test_datum |
7008 | 2025-03-01T01:16:42.714Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
7009 | 2025-03-01T01:16:42.729Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
7010 | 2025-03-01T01:16:42.735Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
7011 | 2025-03-01T01:16:42.749Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
7012 | 2025-03-01T01:16:42.755Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
7013 | 2025-03-01T01:16:42.771Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
7014 | 2025-03-01T01:16:42.777Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
7015 | 2025-03-01T01:16:42.794Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
7016 | 2025-03-01T01:16:42.800Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
7017 | 2025-03-01T01:16:42.817Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
7018 | 2025-03-01T01:16:42.823Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
7019 | 2025-03-01T01:16:42.839Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
7020 | 2025-03-01T01:16:42.846Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
7021 | 2025-03-01T01:16:42.861Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
7022 | 2025-03-01T01:16:42.867Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
7023 | 2025-03-01T01:16:42.881Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
7024 | 2025-03-01T01:16:42.889Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
7025 | 2025-03-01T01:16:42.903Z | PASS [ 0.021s] oximeter-types types::tests::test_measurement |
7026 | 2025-03-01T01:16:42.910Z | PASS [ 0.021s] oximeter-types types::tests::test_verify_field_names |
7027 | 2025-03-01T01:16:42.921Z | PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file |
7028 | 2025-03-01T01:16:42.927Z | PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
7029 | 2025-03-01T01:16:42.937Z | PASS [ 0.016s] oxlog tests::test_sort_logs |
7030 | 2025-03-01T01:16:42.990Z | PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double |
7031 | 2025-03-01T01:16:42.993Z | PASS [ 0.062s] oxql-types point::tests::test_cast_points_from_bool |
7032 | 2025-03-01T01:16:43.011Z | PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_double_distribution |
7033 | 2025-03-01T01:16:43.014Z | PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_int_distribution |
7034 | 2025-03-01T01:16:43.039Z | PASS [ 0.027s] oxql-types point::tests::test_cast_points_from_string |
7035 | 2025-03-01T01:16:43.043Z | PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_integer |
7036 | 2025-03-01T01:16:43.056Z | PASS [ 0.018s] oxql-types point::tests::test_join_point_arrays |
7037 | 2025-03-01T01:16:43.060Z | PASS [ 0.017s] oxql-types point::tests::test_point_delta_between |
7038 | 2025-03-01T01:16:43.072Z | PASS [ 0.015s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
7039 | 2025-03-01T01:16:43.076Z | PASS [ 0.015s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
7040 | 2025-03-01T01:16:43.089Z | PASS [ 0.016s] oxql-types point::tests::test_push_concrete_values |
7041 | 2025-03-01T01:16:43.095Z | PASS [ 0.019s] oxql-types point::tests::test_sub_between_histogram_distributions |
7042 | 2025-03-01T01:16:43.141Z | PASS [ 0.051s] range-requests test::get_response_no_range |
7043 | 2025-03-01T01:16:43.145Z | PASS [ 0.045s] range-requests test::get_response_with_range |
7044 | 2025-03-01T01:16:43.162Z | PASS [ 0.021s] range-requests test::invalid_ranges |
7045 | 2025-03-01T01:16:43.169Z | PASS [ 0.028s] range-requests test::parse_range_invalid |
7046 | 2025-03-01T01:16:43.181Z | PASS [ 0.018s] range-requests test::parse_range_valid |
7047 | 2025-03-01T01:16:43.194Z | PASS [ 0.024s] range-requests test::potential_range_parsing_does_not_crash |
7048 | 2025-03-01T01:16:43.200Z | PASS [ 0.018s] range-requests test::single_range_parsing_does_not_crash |
7049 | 2025-03-01T01:16:44.018Z | PASS [ 0.823s] reconfigurator-cli::test_basic test_basic |
7050 | 2025-03-01T01:16:44.162Z | PASS [ 0.144s] reconfigurator-cli::test_basic test_example |
7051 | 2025-03-01T01:16:44.279Z | PASS [ 0.117s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns |
7052 | 2025-03-01T01:16:44.424Z | PASS [ 0.145s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
7053 | 2025-03-01T01:16:44.458Z | PASS [ 0.033s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
7054 | 2025-03-01T01:16:44.507Z | PASS [ 0.049s] sled-agent-types rack_init::tests::parse_rack_initialization |
7055 | 2025-03-01T01:16:44.533Z | PASS [ 0.026s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
7056 | 2025-03-01T01:16:44.581Z | PASS [ 0.047s] sled-agent-types rack_init::tests::test_extra_certs |
7057 | 2025-03-01T01:16:44.592Z | PASS [ 3.082s] oximeter-producer tests::test_producer_registration_task |
7058 | 2025-03-01T01:16:44.609Z | PASS [ 0.027s] sled-agent-types rack_init::tests::test_subnets |
7059 | 2025-03-01T01:16:44.637Z | PASS [ 0.044s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
7060 | 2025-03-01T01:16:44.642Z | PASS [ 0.033s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
7061 | 2025-03-01T01:16:44.663Z | PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_compare_bundles |
7062 | 2025-03-01T01:16:44.673Z | PASS [ 0.030s] sled-agent-types zone_bundle::tests::test_priority_dimension |
7063 | 2025-03-01T01:16:44.681Z | PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
7064 | 2025-03-01T01:16:44.691Z | PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
7065 | 2025-03-01T01:16:44.718Z | PASS [ 0.027s] sled-diagnostics queries::test::test_command_stdout_is_correct |
7066 | 2025-03-01T01:16:44.723Z | PASS [ 0.041s] sled-diagnostics queries::test::test_command_stderr_is_correct |
7067 | 2025-03-01T01:16:44.744Z | PASS [ 0.025s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved |
7068 | 2025-03-01T01:16:44.778Z | PASS [ 0.033s] sled-hardware disk::test::test_disk_paths |
7069 | 2025-03-01T01:16:44.799Z | PASS [ 0.021s] sled-hardware disk::test::test_partition_device_paths |
7070 | 2025-03-01T01:16:44.866Z | PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
7071 | 2025-03-01T01:16:44.888Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
7072 | 2025-03-01T01:16:44.911Z | PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
7073 | 2025-03-01T01:16:44.933Z | PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
7074 | 2025-03-01T01:16:44.988Z | PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
7075 | 2025-03-01T01:16:45.009Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
7076 | 2025-03-01T01:16:45.035Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
7077 | 2025-03-01T01:16:45.068Z | PASS [ 0.033s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
7078 | 2025-03-01T01:16:45.134Z | PASS [ 0.065s] sled-storage dataset::test::serialize_dataset_name |
7079 | 2025-03-01T01:16:45.224Z | PASS [ 0.089s] sled-storage manager::test::test_datasets_schema |
7080 | 2025-03-01T01:16:45.242Z | PASS [ 0.518s] sled-diagnostics queries::test::test_long_running_command_is_aborted |
7081 | 2025-03-01T01:16:45.251Z | PASS [ 0.026s] sled-storage manager::test::test_omicron_physical_disks_schema |
7082 | 2025-03-01T01:16:46.217Z | PASS [ 0.965s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
7083 | 2025-03-01T01:16:46.256Z | PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
7084 | 2025-03-01T01:16:47.164Z | PASS [ 32.142s] omicron-sled-agent nexus::test::nexus_self_notification_test |
7085 | 2025-03-01T01:16:47.209Z | PASS [ 1.965s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
7086 | 2025-03-01T01:16:49.456Z | PASS [ 2.291s] sled-storage manager::tests::ensure_datasets |
7087 | 2025-03-01T01:16:49.527Z | PASS [ 0.070s] sled-storage manager::tests::ensure_using_exactly_these_disks |
7088 | 2025-03-01T01:16:49.574Z | PASS [ 3.317s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
7089 | 2025-03-01T01:16:51.513Z | PASS [ 1.985s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
7090 | 2025-03-01T01:16:52.042Z | PASS [ 2.467s] sled-storage manager::tests::nested_dataset |
7091 | 2025-03-01T01:16:53.170Z | PASS [ 1.127s] sled-storage manager::tests::update_rawdisk_firmware |
7092 | 2025-03-01T01:16:54.148Z | PASS [ 2.634s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
7093 | 2025-03-01T01:16:55.443Z | PASS [ 14.484s] oximeter-db::integration_test test_schemas_disjoint |
7094 | 2025-03-01T01:16:55.468Z | PASS [ 2.297s] sled-storage manager::tests::upsert_filesystem |
7095 | 2025-03-01T01:16:56.383Z | PASS [ 2.235s] sled-storage manager::tests::upsert_filesystem_no_uuid |
7096 | 2025-03-01T01:16:56.650Z | PASS [ 1.182s] tufaceous::integration-tests command_tests::test_assemble_fake |
7097 | 2025-03-01T01:16:56.712Z | PASS [ 1.268s] sled-storage manager::tests::wait_for_boot_disk |
7098 | 2025-03-01T01:16:56.802Z | PASS [ 0.089s] tufaceous-lib archive::tests::test_validate_path |
7099 | 2025-03-01T01:16:56.886Z | PASS [ 0.084s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
7100 | 2025-03-01T01:16:56.954Z | PASS [ 0.570s] tufaceous::integration-tests command_tests::test_init_and_add |
7101 | 2025-03-01T01:16:57.187Z | PASS [ 0.301s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
7102 | 2025-03-01T01:16:57.191Z | PASS [ 0.537s] tufaceous::manifest-tests check_manifest::fake.toml |
7103 | 2025-03-01T01:16:57.318Z | PASS [ 0.130s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
7104 | 2025-03-01T01:16:57.418Z | PASS [ 0.100s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
7105 | 2025-03-01T01:16:57.520Z | PASS [ 0.101s] update-common artifacts::update_plan::tests::test_multi_rot_bord |
7106 | 2025-03-01T01:16:57.630Z | PASS [ 0.109s] update-common artifacts::update_plan::tests::test_multi_rot_version |
7107 | 2025-03-01T01:16:57.686Z | PASS [ 0.056s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders |
7108 | 2025-03-01T01:16:57.750Z | PASS [ 0.064s] update-common artifacts::update_plan::tests::test_too_many_rot_bord |
7109 | 2025-03-01T01:16:57.840Z | PASS [ 0.090s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
7110 | 2025-03-01T01:16:57.905Z | PASS [ 0.950s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
7111 | 2025-03-01T01:16:58.028Z | PASS [ 0.123s] update-engine display::group_display::tests::test_stats |
7112 | 2025-03-01T01:16:58.066Z | PASS [ 0.037s] update-engine display::line_display_shared::tests::test_format_progress_counter |
7113 | 2025-03-01T01:16:58.096Z | PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line |
7114 | 2025-03-01T01:16:58.131Z | PASS [ 0.034s] update-engine engine::tests::error_exits_early |
7115 | 2025-03-01T01:16:58.171Z | PASS [ 0.329s] update-engine buffer::tests::test_buffer |
7116 | 2025-03-01T01:16:58.177Z | PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown |
7117 | 2025-03-01T01:16:58.198Z | PASS [ 0.027s] update-engine events::tests::step_event_parse_unknown |
7118 | 2025-03-01T01:16:58.205Z | PASS [ 0.027s] update-engine spec::tests::test_merge_anyhow_list |
7119 | 2025-03-01T01:16:58.258Z | PASS [ 0.052s] wicket state::inventory::tests::component_id_display |
7120 | 2025-03-01T01:16:58.313Z | PASS [ 0.054s] wicket state::rack::tests::prev_next_are_opposites |
7121 | 2025-03-01T01:16:58.349Z | PASS [ 0.035s] wicket state::rack::tests::up_down_are_opposites |
7122 | 2025-03-01T01:16:58.441Z | PASS [ 0.242s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
7123 | 2025-03-01T01:16:58.612Z | PASS [ 0.170s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
7124 | 2025-03-01T01:16:58.761Z | PASS [ 0.149s] wicketd installinator_progress::tests::test_states |
7125 | 2025-03-01T01:16:58.862Z | PASS [ 0.101s] wicketd rss_config::tests::test_bgp_auth_key_states |
7126 | 2025-03-01T01:16:58.910Z | PASS [ 0.561s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
7127 | 2025-03-01T01:16:59.298Z | PASS [ 12.088s] sled-storage manager::tests::ensure_many_datasets |
7128 | 2025-03-01T01:16:59.996Z | PASS [ 16.793s] reconfigurator-cli::test_basic test_blueprint_edit |
7129 | 2025-03-01T01:17:00.196Z | PASS [ 1.334s] wicketd::mod integration_tests::inventory::test_inventory |
7130 | 2025-03-01T01:17:00.322Z | PASS [ 3.134s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
7131 | 2025-03-01T01:17:00.504Z | PASS [ 1.206s] wicketd::mod integration_tests::updates::test_update_races |
7132 | 2025-03-01T01:17:00.580Z | PASS [ 30.041s] oximeter-db client::tests::cannot_ping_nonexistent_server |
7133 | 2025-03-01T01:17:01.970Z | PASS [ 1.974s] wicketd::mod integration_tests::updates::test_updates |
7134 | 2025-03-01T01:17:02.437Z | PASS [ 3.527s] wicketd::mod integration_tests::updates::test_installinator_fetch |
7135 | 2025-03-01T01:17:08.183Z | PASS [ 27.228s] oximeter-db::integration_test test_cluster |
7136 | 2025-03-01T01:17:27.784Z | PASS [ 56.920s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
7137 | 2025-03-01T01:17:30.475Z | PASS [ 2.690s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
7138 | 2025-03-01T01:17:46.780Z | PASS [ 16.303s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
7139 | 2025-03-01T01:18:02.365Z | PASS [ 15.583s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
7140 | 2025-03-01T01:19:02.379Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
7141 | 2025-03-01T01:20:02.386Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
7142 | 2025-03-01T01:21:02.393Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
7143 | 2025-03-01T01:22:02.400Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
7144 | 2025-03-01T01:23:02.407Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
7145 | 2025-03-01T01:23:07.564Z | PASS [ 305.167s] oximeter-db client::tests::test_replicated |
7146 | 2025-03-01T01:23:07.568Z | ──────────── |
7147 | 2025-03-01T01:23:07.568Z | Summary [2469.692s] 1835 tests run: 1834 passed (24 slow, 1 leaky), 1 failed, 4 skipped |
7148 | 2025-03-01T01:23:07.568Z | FAIL [ 33.232s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
7149 | 2025-03-01T01:23:07.646Z | error: test run failed |
7150 | 2025-03-01T01:23:07.658Z | |
7151 | 2025-03-01T01:23:07.662Z | real 41:36.980639276 |
7152 | 2025-03-01T01:23:07.662Z | user 3:45:08.219171260 |
7153 | 2025-03-01T01:23:07.662Z | sys 39:47.836484326 |
7154 | 2025-03-01T01:23:07.662Z | trap 3:03.910087710 |
7155 | 2025-03-01T01:23:07.662Z | tflt 36.872194832 |
7156 | 2025-03-01T01:23:07.662Z | dflt 2:24.423501572 |
7157 | 2025-03-01T01:23:07.662Z | kflt 0.554999401 |
7158 | 2025-03-01T01:23:07.662Z | lock 1195:28:38.786946389 |
7159 | 2025-03-01T01:23:07.662Z | slp 97:53:23.108211634 |
7160 | 2025-03-01T01:23:07.662Z | lat 4:56:43.473344982 |
7161 | 2025-03-01T01:23:07.662Z | stop 1:05:39.043424890 |
7162 | 2025-03-01T01:23:08.574Z | process exited: duration 6170993 ms, exit code 100 |
|
7163 | 2025-03-01T01:23:08.589Z | found 60 output files |
7164 | 2025-03-01T01:23:08.589Z | uploading: /work/crate-build-timings.json (602182 bytes) |
7165 | 2025-03-01T01:23:09.630Z | uploaded: /work/crate-build-timings.json |
7166 | 2025-03-01T01:23:09.630Z | uploading: /work/environment.json (108 bytes) |
7167 | 2025-03-01T01:23:10.641Z | uploaded: /work/environment.json |
7168 | 2025-03-01T01:23:10.641Z | uploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (379746 bytes) |
7169 | 2025-03-01T01:23:11.661Z | uploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml |
7170 | 2025-03-01T01:23:11.661Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/cockroachdb_stderr (704 bytes) |
7171 | 2025-03-01T01:23:12.672Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/cockroachdb_stderr |
7172 | 2025-03-01T01:23:12.675Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/cockroachdb_stdout (874 bytes) |
7173 | 2025-03-01T01:23:13.683Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/cockroachdb_stdout |
7174 | 2025-03-01T01:23:13.683Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000015.log (156111 bytes) |
7175 | 2025-03-01T01:23:14.700Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000015.log |
7176 | 2025-03-01T01:23:14.700Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000018.sst (566224 bytes) |
7177 | 2025-03-01T01:23:15.722Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000018.sst |
7178 | 2025-03-01T01:23:15.722Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000019.log (3397529 bytes) |
7179 | 2025-03-01T01:23:16.770Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/000019.log |
7180 | 2025-03-01T01:23:16.770Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/CURRENT (16 bytes) |
7181 | 2025-03-01T01:23:17.783Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/CURRENT |
7182 | 2025-03-01T01:23:17.783Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/LOCK (0 bytes) |
7183 | 2025-03-01T01:23:18.790Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/LOCK |
7184 | 2025-03-01T01:23:18.794Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/MANIFEST-000001 (44 bytes) |
7185 | 2025-03-01T01:23:19.801Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/MANIFEST-000001 |
7186 | 2025-03-01T01:23:19.801Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/MANIFEST-000016 (640 bytes) |
7187 | 2025-03-01T01:23:20.811Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/MANIFEST-000016 |
7188 | 2025-03-01T01:23:20.811Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/OPTIONS-000017 (2366 bytes) |
7189 | 2025-03-01T01:23:21.821Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/OPTIONS-000017 |
7190 | 2025-03-01T01:23:21.821Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/STORAGE_MIN_VERSION (8 bytes) |
7191 | 2025-03-01T01:23:22.832Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/STORAGE_MIN_VERSION |
7192 | 2025-03-01T01:23:22.832Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/000002.log (0 bytes) |
7193 | 2025-03-01T01:23:23.840Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/000002.log |
7194 | 2025-03-01T01:23:23.840Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/CURRENT (16 bytes) |
7195 | 2025-03-01T01:23:24.851Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/CURRENT |
7196 | 2025-03-01T01:23:24.851Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/LOCK (0 bytes) |
7197 | 2025-03-01T01:23:25.859Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/LOCK |
7198 | 2025-03-01T01:23:25.859Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/MANIFEST-000001 (50 bytes) |
7199 | 2025-03-01T01:23:26.871Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/MANIFEST-000001 |
7200 | 2025-03-01T01:23:26.871Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/OPTIONS-000003 (2303 bytes) |
7201 | 2025-03-01T01:23:27.881Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/OPTIONS-000003 |
7202 | 2025-03-01T01:23:27.881Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/TEMP_DIR.LOCK (0 bytes) |
7203 | 2025-03-01T01:23:28.889Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach-temp3262553674/TEMP_DIR.LOCK |
7204 | 2025-03-01T01:23:28.892Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.advertise-addr (11 bytes) |
7205 | 2025-03-01T01:23:29.900Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.advertise-addr |
7206 | 2025-03-01T01:23:29.900Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.advertise-sql-addr (11 bytes) |
7207 | 2025-03-01T01:23:30.912Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.advertise-sql-addr |
7208 | 2025-03-01T01:23:30.912Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.http-addr (11 bytes) |
7209 | 2025-03-01T01:23:31.923Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.http-addr |
7210 | 2025-03-01T01:23:31.926Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.listen-addr (11 bytes) |
7211 | 2025-03-01T01:23:32.935Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.listen-addr |
7212 | 2025-03-01T01:23:32.935Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.sql-addr (11 bytes) |
7213 | 2025-03-01T01:23:33.946Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/cockroach.sql-addr |
7214 | 2025-03-01T01:23:33.946Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.log (3386 bytes) |
7215 | 2025-03-01T01:23:34.957Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.log |
7216 | 2025-03-01T01:23:34.957Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_16Z.009191.log (1440 bytes) |
7217 | 2025-03-01T01:23:35.967Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_16Z.009191.log |
7218 | 2025-03-01T01:23:35.967Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_33Z.019335.log (3386 bytes) |
7219 | 2025-03-01T01:23:36.979Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-health.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_33Z.019335.log |
7220 | 2025-03-01T01:23:36.979Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.log (5026 bytes) |
7221 | 2025-03-01T01:23:37.991Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.log |
7222 | 2025-03-01T01:23:37.994Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log (3220 bytes) |
7223 | 2025-03-01T01:23:39.004Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log |
7224 | 2025-03-01T01:23:39.004Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log (5026 bytes) |
7225 | 2025-03-01T01:23:40.015Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-pebble.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log |
7226 | 2025-03-01T01:23:40.015Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-security.log (1783 bytes) |
7227 | 2025-03-01T01:23:41.025Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-security.log |
7228 | 2025-03-01T01:23:41.025Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-security.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_16Z.009191.log (1783 bytes) |
7229 | 2025-03-01T01:23:42.036Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-security.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_16Z.009191.log |
7230 | 2025-03-01T01:23:42.039Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-sql-schema.log (201414 bytes) |
7231 | 2025-03-01T01:23:43.055Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-sql-schema.log |
7232 | 2025-03-01T01:23:43.058Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-sql-schema.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log (201414 bytes) |
7233 | 2025-03-01T01:23:44.076Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-sql-schema.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log |
7234 | 2025-03-01T01:23:44.076Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.log (1129 bytes) |
7235 | 2025-03-01T01:23:45.086Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.log |
7236 | 2025-03-01T01:23:45.086Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log (1140 bytes) |
7237 | 2025-03-01T01:23:46.097Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log |
7238 | 2025-03-01T01:23:46.097Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log (1129 bytes) |
7239 | 2025-03-01T01:23:47.106Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-stderr.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log |
7240 | 2025-03-01T01:23:47.107Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-telemetry.log (26644 bytes) |
7241 | 2025-03-01T01:23:48.119Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-telemetry.log |
7242 | 2025-03-01T01:23:48.123Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-telemetry.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_33Z.019335.log (26644 bytes) |
7243 | 2025-03-01T01:23:49.134Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach-telemetry.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_33Z.019335.log |
7244 | 2025-03-01T01:23:49.134Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.log (24454 bytes) |
7245 | 2025-03-01T01:23:50.145Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.log |
7246 | 2025-03-01T01:23:50.145Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log (352512 bytes) |
7247 | 2025-03-01T01:23:51.165Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T00_42_15Z.009191.log |
7248 | 2025-03-01T01:23:51.165Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log (24454 bytes) |
7249 | 2025-03-01T01:23:52.177Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/cockroach.w-01JN7ETFR63CRN85SH4QGZTF3B.build.2025-03-01T01_03_32Z.019335.log |
7250 | 2025-03-01T01:23:52.177Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_03_42.993.35883744.pprof (102659 bytes) |
7251 | 2025-03-01T01:23:53.195Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_03_42.993.35883744.pprof |
7252 | 2025-03-01T01:23:53.195Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_03_52.992.45638000.pprof (128340 bytes) |
7253 | 2025-03-01T01:23:54.212Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_03_52.992.45638000.pprof |
7254 | 2025-03-01T01:23:54.212Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_04_02.993.64257760.pprof (130030 bytes) |
7255 | 2025-03-01T01:23:55.229Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/logs/heap_profiler/memprof.2025-03-01T01_04_02.993.64257760.pprof |
7256 | 2025-03-01T01:23:55.229Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/marker.format-version.000005.006 (0 bytes) |
7257 | 2025-03-01T01:23:56.237Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/marker.format-version.000005.006 |
7258 | 2025-03-01T01:23:56.237Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
7259 | 2025-03-01T01:23:57.243Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/marker.manifest.000002.MANIFEST-000016 |
7260 | 2025-03-01T01:23:57.244Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/data/temp-dirs-record.txt (62 bytes) |
7261 | 2025-03-01T01:23:58.252Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/data/temp-dirs-record.txt |
7262 | 2025-03-01T01:23:58.253Z | uploading: /var/tmp/omicron_tmp/.tmp4X9Skb/listen-url (56 bytes) |
7263 | 2025-03-01T01:23:59.264Z | uploaded: /var/tmp/omicron_tmp/.tmp4X9Skb/listen-url |
7264 | 2025-03-01T01:23:59.264Z | uploading: /var/tmp/omicron_tmp/.tmpSPMfsk/dendrite_stderr (0 bytes) |
7265 | 2025-03-01T01:24:00.272Z | uploaded: /var/tmp/omicron_tmp/.tmpSPMfsk/dendrite_stderr |
7266 | 2025-03-01T01:24:00.272Z | uploading: /var/tmp/omicron_tmp/.tmpSPMfsk/dendrite_stdout (53486 bytes) |
7267 | 2025-03-01T01:24:01.286Z | uploaded: /var/tmp/omicron_tmp/.tmpSPMfsk/dendrite_stdout |
7268 | 2025-03-01T01:24:01.286Z | uploading: /var/tmp/omicron_tmp/.tmpW9LRW5/mgd_stderr (0 bytes) |
7269 | 2025-03-01T01:24:02.295Z | uploaded: /var/tmp/omicron_tmp/.tmpW9LRW5/mgd_stderr |
7270 | 2025-03-01T01:24:02.295Z | uploading: /var/tmp/omicron_tmp/.tmpW9LRW5/mgd_stdout (17264 bytes) |
7271 | 2025-03-01T01:24:03.307Z | uploaded: /var/tmp/omicron_tmp/.tmpW9LRW5/mgd_stdout |
7272 | 2025-03-01T01:24:03.307Z | uploading: /var/tmp/omicron_tmp/.tmpW9LRW5/rdb/conf (62 bytes) |
7273 | 2025-03-01T01:24:04.318Z | uploaded: /var/tmp/omicron_tmp/.tmpW9LRW5/rdb/conf |
7274 | 2025-03-01T01:24:04.318Z | uploading: /var/tmp/omicron_tmp/.tmpW9LRW5/rdb/db (629 bytes) |
7275 | 2025-03-01T01:24:05.327Z | uploaded: /var/tmp/omicron_tmp/.tmpW9LRW5/rdb/db |
7276 | 2025-03-01T01:24:05.328Z | uploading: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.0.log (3579990 bytes) |
7277 | 2025-03-01T01:24:06.384Z | uploaded: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.0.log |
7278 | 2025-03-01T01:24:06.384Z | uploading: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf/clickhouse-server.errlog (20460 bytes) |
7279 | 2025-03-01T01:24:07.396Z | uploaded: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf/clickhouse-server.errlog |
7280 | 2025-03-01T01:24:07.396Z | uploading: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf/clickhouse-server.log (214674 bytes) |
7281 | 2025-03-01T01:24:08.414Z | uploaded: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.1-clickhouse-DzO8Tf/clickhouse-server.log |
7282 | 2025-03-01T01:24:08.414Z | uploading: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.2.log (2009591 bytes) |
7283 | 2025-03-01T01:24:09.447Z | uploaded: /var/tmp/omicron_tmp/test_all-4550ccee9af91035-test_instance_serial.19331.2.log |