|
|
|
1 | 2025-06-30T22:04:21.434Z | job assigned to worker 01JZ1DVQFDEBXMAQQ9ERH6SKDT [factory aws, i-0220824e4558c1ba6] (queued for 55 s) |
|
2 | 2025-06-30T22:04:29.938Z | starting task 0: "setup" |
3 | 2025-06-30T22:04:29.943Z | ++ uname -s |
4 | 2025-06-30T22:04:29.946Z | + kern=SunOS |
5 | 2025-06-30T22:04:29.946Z | + build_user=build |
6 | 2025-06-30T22:04:29.946Z | + build_uid=12345 |
7 | 2025-06-30T22:04:29.946Z | + work_dir=/work |
8 | 2025-06-30T22:04:29.946Z | + input_dir=/input |
9 | 2025-06-30T22:04:29.946Z | + [[ 0 == 12345 ]] |
10 | 2025-06-30T22:04:29.946Z | + case "$kern" in |
11 | 2025-06-30T22:04:29.946Z | + groupadd -g 12345 build |
12 | 2025-06-30T22:04:29.949Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-30T22:04:31.956Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-30T22:04:32.070Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-30T22:04:32.073Z | + home_fs=zfs |
16 | 2025-06-30T22:04:32.073Z | + [[ zfs == autofs ]] |
17 | 2025-06-30T22:04:32.073Z | + mkdir -p /home/build |
18 | 2025-06-30T22:04:32.076Z | + chown build:build /home/build /work |
19 | 2025-06-30T22:04:34.077Z | + chmod 0700 /home/build /work |
20 | 2025-06-30T22:04:34.081Z | process exited: duration 4143 ms, exit code 0 |
|
21 | 2025-06-30T22:04:34.088Z | starting task 1: "rust-toolchain" |
22 | 2025-06-30T22:04:34.094Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-30T22:04:34.094Z | * rust toolchain channel = "1.87.0" |
24 | 2025-06-30T22:04:34.094Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-06-30T22:04:34.094Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-06-30T22:04:34.094Z | * rust toolchain profile = "default" |
27 | 2025-06-30T22:04:34.094Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-30T22:04:34.097Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-30T22:04:34.097Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-30T22:04:34.191Z | info: downloading installer |
31 | 2025-06-30T22:04:35.382Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-30T22:04:35.382Z | warn: /opt/ooce/bin |
33 | 2025-06-30T22:04:35.382Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-30T22:04:35.382Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-30T22:04:35.382Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-30T22:04:35.382Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-30T22:04:35.382Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-30T22:04:35.382Z | error: cannot install while Rust is installed |
39 | 2025-06-30T22:04:35.382Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-30T22:04:35.395Z | info: profile set to 'default' |
41 | 2025-06-30T22:04:35.395Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-30T22:04:35.399Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-30T22:04:35.567Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-30T22:04:35.567Z | info: downloading component 'cargo' |
45 | 2025-06-30T22:04:36.348Z | info: downloading component 'clippy' |
46 | 2025-06-30T22:04:36.734Z | info: downloading component 'rust-docs' |
47 | 2025-06-30T22:04:37.921Z | info: downloading component 'rust-std' |
48 | 2025-06-30T22:04:39.561Z | info: downloading component 'rustc' |
49 | 2025-06-30T22:04:45.545Z | info: downloading component 'rustfmt' |
50 | 2025-06-30T22:04:45.778Z | info: installing component 'cargo' |
51 | 2025-06-30T22:04:46.648Z | info: installing component 'clippy' |
52 | 2025-06-30T22:04:47.051Z | info: installing component 'rust-docs' |
53 | 2025-06-30T22:04:48.892Z | info: installing component 'rust-std' |
54 | 2025-06-30T22:04:50.779Z | info: installing component 'rustc' |
55 | 2025-06-30T22:04:57.318Z | info: installing component 'rustfmt' |
56 | 2025-06-30T22:04:57.647Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-30T22:04:57.647Z | |
58 | 2025-06-30T22:04:58.059Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-30T22:04:58.059Z | |
60 | 2025-06-30T22:04:58.063Z | |
61 | 2025-06-30T22:04:58.063Z | Rust is installed now. Great! |
62 | 2025-06-30T22:04:58.063Z | |
63 | 2025-06-30T22:04:58.063Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-30T22:04:58.063Z | environment variable. This has not been done automatically. |
65 | 2025-06-30T22:04:58.063Z | |
66 | 2025-06-30T22:04:58.063Z | To configure your current shell, you need to source |
67 | 2025-06-30T22:04:58.063Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-30T22:04:58.063Z | |
69 | 2025-06-30T22:04:58.063Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-30T22:04:58.063Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-30T22:04:58.063Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-30T22:04:58.063Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-30T22:04:58.152Z | + rustup --version |
74 | 2025-06-30T22:04:58.164Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-30T22:04:58.167Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-30T22:04:58.242Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-30T22:04:58.245Z | + cargo --version |
78 | 2025-06-30T22:04:58.309Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-30T22:04:58.312Z | + rustc --version |
80 | 2025-06-30T22:04:58.379Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-30T22:04:58.383Z | process exited: duration 24292 ms, exit code 0 |
|
82 | 2025-06-30T22:04:58.391Z | starting task 2: "authentication" |
83 | 2025-06-30T22:04:58.413Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-06-30T22:04:58.422Z | starting task 3: "clone repository" |
85 | 2025-06-30T22:04:58.426Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-30T22:04:58.429Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-30T22:04:58.482Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-30T22:05:06.800Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-30T22:05:06.807Z | + git fetch origin d64b132bf067cb012ab527523917442e73126aa8 |
90 | 2025-06-30T22:05:07.127Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-30T22:05:07.127Z | * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD |
92 | 2025-06-30T22:05:07.142Z | + [[ -n dap/mgs-qorb-fix ]] |
93 | 2025-06-30T22:05:07.143Z | ++ git branch --show-current |
94 | 2025-06-30T22:05:07.154Z | + current=main |
95 | 2025-06-30T22:05:07.154Z | + [[ main != dap/mgs-qorb-fix ]] |
96 | 2025-06-30T22:05:07.155Z | + git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8 |
97 | 2025-06-30T22:05:07.155Z | + git checkout -f dap/mgs-qorb-fix |
98 | 2025-06-30T22:05:07.388Z | Switched to branch 'dap/mgs-qorb-fix' |
99 | 2025-06-30T22:05:07.455Z | + git reset --hard d64b132bf067cb012ab527523917442e73126aa8 |
100 | 2025-06-30T22:05:07.456Z | HEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix |
101 | 2025-06-30T22:05:07.456Z | process exited: duration 8959 ms, exit code 0 |
|
102 | 2025-06-30T22:05:07.501Z | starting task 4: "build" |
103 | 2025-06-30T22:05:07.561Z | + source ./env.sh |
104 | 2025-06-30T22:05:07.561Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-06-30T22:05:07.561Z | ++ set -o xtrace |
106 | 2025-06-30T22:05:07.561Z | ++++ dirname ./env.sh |
107 | 2025-06-30T22:05:07.561Z | +++ readlink -f . |
108 | 2025-06-30T22:05:07.561Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-06-30T22:05:07.561Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-06-30T22:05:07.562Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-06-30T22:05:07.562Z | ++ 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 |
112 | 2025-06-30T22:05:07.562Z | ++ 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 |
113 | 2025-06-30T22:05:07.562Z | ++ 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 |
114 | 2025-06-30T22:05:07.562Z | ++ 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 |
115 | 2025-06-30T22:05:07.562Z | ++ 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 |
116 | 2025-06-30T22:05:07.562Z | ++ 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 |
117 | 2025-06-30T22:05:07.562Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-06-30T22:05:07.562Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-06-30T22:05:07.562Z | + source .github/buildomat/ci-env.sh |
120 | 2025-06-30T22:05:07.562Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-06-30T22:05:07.563Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-06-30T22:05:07.563Z | + target_os=illumos |
123 | 2025-06-30T22:05:07.563Z | + NEXTEST_VERSION=0.9.98 |
124 | 2025-06-30T22:05:07.563Z | + cargo --version |
125 | 2025-06-30T22:05:07.594Z | cargo 1.87.0 (99624be96 2025-05-06) |
126 | 2025-06-30T22:05:07.595Z | + rustc --version |
127 | 2025-06-30T22:05:07.635Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
128 | 2025-06-30T22:05:07.646Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos |
129 | 2025-06-30T22:05:07.646Z | + gunzip |
130 | 2025-06-30T22:05:07.646Z | + tar -xvf - -C /home/build/.cargo/bin |
131 | 2025-06-30T22:05:08.644Z | x cargo-nextest, 18644352 bytes, 36415 tape blocks |
132 | 2025-06-30T22:05:08.647Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
133 | 2025-06-30T22:05:08.647Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
134 | 2025-06-30T22:05:08.647Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
135 | 2025-06-30T22:05:08.647Z | + mkdir /var/tmp/omicron_tmp |
136 | 2025-06-30T22:05:08.647Z | + OUTPUT_DIR=/work |
137 | 2025-06-30T22:05:08.647Z | + echo 'tests will store non-ephemeral output in /work' |
138 | 2025-06-30T22:05:08.647Z | tests will store non-ephemeral output in /work |
139 | 2025-06-30T22:05:08.647Z | + mkdir -p /work |
140 | 2025-06-30T22:05:08.647Z | + banner prerequisites |
141 | 2025-06-30T22:05:08.650Z | |
142 | 2025-06-30T22:05:08.650Z | ##### ##### ###### ##### ###### #### # # # #### # |
143 | 2025-06-30T22:05:08.650Z | # # # # # # # # # # # # # # # |
144 | 2025-06-30T22:05:08.650Z | # # # # ##### # # ##### # # # # # #### # |
145 | 2025-06-30T22:05:08.650Z | ##### ##### # ##### # # # # # # # # # |
146 | 2025-06-30T22:05:08.650Z | # # # # # # # # # # # # # # # |
147 | 2025-06-30T22:05:08.650Z | # # # ###### # # ###### ### # #### # #### # |
148 | 2025-06-30T22:05:08.650Z | |
149 | 2025-06-30T22:05:08.651Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
150 | 2025-06-30T22:05:18.842Z | Startup: Refreshing catalog 'helios-dev' ... Done |
151 | 2025-06-30T22:05:25.821Z | Startup: Caching catalogs ... Done |
152 | 2025-06-30T22:05:29.733Z | Planning: Solver setup ... Done (2.613s) |
153 | 2025-06-30T22:05:29.756Z | Planning: Running solver ... Done (0.023s) |
154 | 2025-06-30T22:05:29.841Z | Planning: Finding local manifests ... Done (0.004s) |
155 | 2025-06-30T22:05:29.854Z | Planning: Fetching manifests: 0/4 0% complete |
156 | 2025-06-30T22:05:29.995Z | Planning: Fetching manifests: 4/4 100% complete |
157 | 2025-06-30T22:05:30.044Z | Planning: Package planning ... Done (0.048s) |
158 | 2025-06-30T22:05:30.095Z | Planning: Merging actions ... Done (0.052s) |
159 | 2025-06-30T22:05:30.401Z | Planning: Checking for conflicting actions ... Done (0.305s) |
160 | 2025-06-30T22:05:30.412Z | Planning: Consolidating action changes ... Done (0.011s) |
161 | 2025-06-30T22:05:31.479Z | Planning: Evaluating mediators ... Done (1.068s) |
162 | 2025-06-30T22:05:31.489Z | Planning: Planning completed in 5.54 seconds |
163 | 2025-06-30T22:05:31.621Z | Packages to install: 4 |
164 | 2025-06-30T22:05:31.624Z | Mediators to change: 2 |
165 | 2025-06-30T22:05:31.624Z | Services to change: 1 |
166 | 2025-06-30T22:05:31.624Z | Estimated space available: 155.49 GB |
167 | 2025-06-30T22:05:31.624Z | Estimated space to be consumed: 1.69 GB |
168 | 2025-06-30T22:05:31.624Z | Create boot environment: No |
169 | 2025-06-30T22:05:31.624Z | Create backup boot environment: No |
170 | 2025-06-30T22:05:31.624Z | Rebuild boot archive: No |
171 | 2025-06-30T22:05:31.624Z | |
172 | 2025-06-30T22:05:31.624Z | Changed mediators: |
173 | 2025-06-30T22:05:31.624Z | mediator clang: |
174 | 2025-06-30T22:05:31.624Z | version: None -> 15 (system default) |
175 | 2025-06-30T22:05:31.624Z | |
176 | 2025-06-30T22:05:31.624Z | mediator llvm: |
177 | 2025-06-30T22:05:31.625Z | version: 14 (system default) -> 15 (system default) |
178 | 2025-06-30T22:05:31.625Z | |
179 | 2025-06-30T22:05:31.625Z | Changed packages: |
180 | 2025-06-30T22:05:31.625Z | helios-dev |
181 | 2025-06-30T22:05:31.625Z | developer/build-essential |
182 | 2025-06-30T22:05:31.625Z | None -> 11-2.0 |
183 | 2025-06-30T22:05:31.625Z | library/libxmlsec1 |
184 | 2025-06-30T22:05:31.625Z | None -> 1.2.35-2.0 |
185 | 2025-06-30T22:05:31.625Z | ooce/developer/clang-15 |
186 | 2025-06-30T22:05:31.625Z | None -> 15.0.7-2.0 |
187 | 2025-06-30T22:05:31.625Z | ooce/developer/llvm-15 |
188 | 2025-06-30T22:05:31.625Z | None -> 15.0.7-2.0 |
189 | 2025-06-30T22:05:31.625Z | |
190 | 2025-06-30T22:05:31.625Z | Services: |
191 | 2025-06-30T22:05:31.625Z | restart_fmri: |
192 | 2025-06-30T22:05:31.625Z | svc:/system/update-man-index:default |
193 | 2025-06-30T22:05:31.678Z | |
194 | 2025-06-30T22:05:31.678Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
195 | 2025-06-30T22:05:36.679Z | Download: 2808/3290 items 120.8/212.6MB 56% complete (24.3M/s) |
196 | 2025-06-30T22:05:39.274Z | Download: Completed 212.60 MB in 7.60 seconds (28.0M/s) |
197 | 2025-06-30T22:05:40.551Z | Actions: 1/3689 actions (Installing new actions) |
198 | 2025-06-30T22:05:45.116Z | Actions: Completed 3689 actions in 4.57 seconds. |
199 | 2025-06-30T22:05:45.451Z | Done (0.332s) |
200 | 2025-06-30T22:05:45.451Z | Done (0.000s) |
201 | 2025-06-30T22:05:46.269Z | Done (0.817s) |
202 | 2025-06-30T22:05:50.754Z | Done (4.184s) |
203 | 2025-06-30T22:05:50.841Z | Done (0.021s) |
204 | 2025-06-30T22:05:50.844Z | Done (0.000s) |
205 | 2025-06-30T22:05:50.995Z | Done (0.000s) |
206 | 2025-06-30T22:05:51.831Z | Planning: Evaluating mediator changes ... Done |
207 | 2025-06-30T22:05:51.980Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-06-30T22:05:51.985Z | Planning: Consolidating action changes ... Done |
209 | 2025-06-30T22:05:52.258Z | Planning: Evaluating mediators ... Done |
210 | 2025-06-30T22:05:52.261Z | Planning: Planning completed in 0.44 seconds |
211 | 2025-06-30T22:05:52.296Z | Mediators to change: 2 |
212 | 2025-06-30T22:05:52.296Z | Create boot environment: No |
213 | 2025-06-30T22:05:52.304Z | Create backup boot environment: No |
214 | 2025-06-30T22:05:52.441Z | Done |
215 | 2025-06-30T22:05:52.441Z | Done |
216 | 2025-06-30T22:05:53.024Z | Done |
217 | 2025-06-30T22:05:56.638Z | Done |
218 | 2025-06-30T22:05:56.725Z | Done |
219 | 2025-06-30T22:05:56.735Z | Done |
220 | 2025-06-30T22:05:56.884Z | Done |
221 | 2025-06-30T22:05:57.503Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-06-30T22:05:57.507Z | Planning: Merging actions ... Done |
223 | 2025-06-30T22:05:57.690Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-06-30T22:05:57.694Z | Planning: Consolidating action changes ... Done |
225 | 2025-06-30T22:05:57.954Z | Planning: Evaluating mediators ... Done |
226 | 2025-06-30T22:05:58.008Z | Planning: Planning completed in 0.75 seconds |
227 | 2025-06-30T22:05:58.043Z | Packages to change: 1 |
228 | 2025-06-30T22:05:58.044Z | Mediators to change: 1 |
229 | 2025-06-30T22:05:58.046Z | Services to change: 1 |
230 | 2025-06-30T22:05:58.047Z | Create boot environment: No |
231 | 2025-06-30T22:05:58.047Z | Create backup boot environment: Yes |
232 | 2025-06-30T22:06:00.350Z | Actions: 1/6 actions (Updating modified actions) |
233 | 2025-06-30T22:06:00.353Z | Actions: Completed 6 actions in 0.00 seconds. |
234 | 2025-06-30T22:06:00.353Z | Done |
235 | 2025-06-30T22:06:00.353Z | Done |
236 | 2025-06-30T22:06:00.524Z | Done |
237 | 2025-06-30T22:06:04.089Z | Done |
238 | 2025-06-30T22:06:04.177Z | Done |
239 | 2025-06-30T22:06:04.182Z | Done |
240 | 2025-06-30T22:06:04.839Z | Done |
241 | 2025-06-30T22:06:04.879Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
242 | 2025-06-30T22:06:04.879Z | clang system 15 system |
243 | 2025-06-30T22:06:04.879Z | csh system system illumos |
244 | 2025-06-30T22:06:04.879Z | ctags system system illumos |
245 | 2025-06-30T22:06:04.879Z | file system system illumos |
246 | 2025-06-30T22:06:04.879Z | gcc vendor 12 vendor |
247 | 2025-06-30T22:06:04.879Z | gcc system 10 system |
248 | 2025-06-30T22:06:04.879Z | gcc system 7 system |
249 | 2025-06-30T22:06:04.879Z | go system 1.20 system |
250 | 2025-06-30T22:06:04.879Z | go system 1.19 system |
251 | 2025-06-30T22:06:04.879Z | llvm system 15 system |
252 | 2025-06-30T22:06:04.879Z | llvm system 14 system |
253 | 2025-06-30T22:06:04.879Z | mariadb system 10.6 system |
254 | 2025-06-30T22:06:04.879Z | mta vendor vendor dma |
255 | 2025-06-30T22:06:04.879Z | openjdk system 17 system |
256 | 2025-06-30T22:06:04.879Z | openjdk system 11 system |
257 | 2025-06-30T22:06:04.879Z | openjdk system 1.8 system |
258 | 2025-06-30T22:06:04.879Z | openssl vendor 3 vendor |
259 | 2025-06-30T22:06:04.879Z | perl system 5.36 system |
260 | 2025-06-30T22:06:04.879Z | postgresql system 15 system |
261 | 2025-06-30T22:06:04.879Z | postgresql system 13 system |
262 | 2025-06-30T22:06:04.879Z | python vendor 3 vendor |
263 | 2025-06-30T22:06:04.879Z | python system 2 system |
264 | 2025-06-30T22:06:04.879Z | python3 system 3.11 system |
265 | 2025-06-30T22:06:04.879Z | ruby system 3.0 system |
266 | 2025-06-30T22:06:04.879Z | words vendor vendor american-english |
267 | 2025-06-30T22:06:04.879Z | words system system australian-english |
268 | 2025-06-30T22:06:04.879Z | words system system british-english |
269 | 2025-06-30T22:06:04.879Z | words system system canadian-english |
270 | 2025-06-30T22:06:04.879Z | words system system french |
271 | 2025-06-30T22:06:04.879Z | words system system italian |
272 | 2025-06-30T22:06:04.880Z | words system system ngerman |
273 | 2025-06-30T22:06:04.880Z | words system system ogerman |
274 | 2025-06-30T22:06:04.880Z | words system system spanish |
275 | 2025-06-30T22:06:05.097Z | PUBLISHER TYPE STATUS P LOCATION |
276 | 2025-06-30T22:06:05.097Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
277 | 2025-06-30T22:06:09.618Z | FMRI IFO |
278 | 2025-06-30T22:06:09.618Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
279 | 2025-06-30T22:06:09.618Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
280 | 2025-06-30T22:06:09.618Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
281 | 2025-06-30T22:06:09.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
282 | 2025-06-30T22:06:09.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
283 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
284 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
285 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
286 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
287 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
288 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
289 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
290 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
291 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
292 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
293 | 2025-06-30T22:06:09.619Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
294 | 2025-06-30T22:06:10.618Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
295 | 2025-06-30T22:06:10.917Z | Updating crates.io index |
296 | 2025-06-30T22:06:10.982Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
297 | 2025-06-30T22:06:11.378Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
298 | 2025-06-30T22:06:11.977Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
299 | 2025-06-30T22:06:12.274Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
300 | 2025-06-30T22:06:12.528Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
301 | 2025-06-30T22:06:12.845Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
302 | 2025-06-30T22:06:13.998Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
303 | 2025-06-30T22:06:16.153Z | Updating git repository `https://github.com/oxidecomputer/opte` |
304 | 2025-06-30T22:06:16.856Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
305 | 2025-06-30T22:06:17.634Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
306 | 2025-06-30T22:06:17.893Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
307 | 2025-06-30T22:06:21.906Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
308 | 2025-06-30T22:06:21.974Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
309 | 2025-06-30T22:06:21.974Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
310 | 2025-06-30T22:06:21.974Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
313 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
314 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
315 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
316 | 2025-06-30T22:06:22.088Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
317 | 2025-06-30T22:06:22.182Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
318 | 2025-06-30T22:06:22.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
319 | 2025-06-30T22:06:22.955Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
320 | 2025-06-30T22:06:23.439Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
321 | 2025-06-30T22:06:23.826Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
322 | 2025-06-30T22:06:24.158Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
323 | 2025-06-30T22:06:24.567Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
324 | 2025-06-30T22:06:25.049Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
325 | 2025-06-30T22:06:25.380Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
326 | 2025-06-30T22:06:25.655Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
327 | 2025-06-30T22:06:25.983Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
328 | 2025-06-30T22:06:34.439Z | Updating git repository `https://github.com/illumos/smf-rs` |
329 | 2025-06-30T22:06:35.659Z | Downloading crates ... |
330 | 2025-06-30T22:06:35.714Z | Downloaded anstyle v1.0.11 |
331 | 2025-06-30T22:06:35.733Z | Downloaded anstream v0.6.18 |
332 | 2025-06-30T22:06:35.787Z | Downloaded cargo-platform v0.2.0 |
333 | 2025-06-30T22:06:35.787Z | Downloaded tabled_derive v0.7.0 |
334 | 2025-06-30T22:06:35.787Z | Downloaded anstyle-query v1.1.1 |
335 | 2025-06-30T22:06:35.787Z | Downloaded anstyle-parse v0.2.5 |
336 | 2025-06-30T22:06:35.787Z | Downloaded thread-id v4.2.2 |
337 | 2025-06-30T22:06:35.787Z | Downloaded bytecount v0.6.8 |
338 | 2025-06-30T22:06:35.787Z | Downloaded camino-tempfile v1.4.1 |
339 | 2025-06-30T22:06:35.787Z | Downloaded cargo-util-schemas v0.2.0 |
340 | 2025-06-30T22:06:35.787Z | Downloaded toml_write v0.1.2 |
341 | 2025-06-30T22:06:35.787Z | Downloaded version_check v0.9.5 |
342 | 2025-06-30T22:06:35.787Z | Downloaded icu_properties v1.5.1 |
343 | 2025-06-30T22:06:35.787Z | Downloaded toml v0.8.23 |
344 | 2025-06-30T22:06:35.787Z | Downloaded write16 v1.0.0 |
345 | 2025-06-30T22:06:35.787Z | Downloaded clap_builder v4.5.40 |
346 | 2025-06-30T22:06:35.787Z | Downloaded toml_datetime v0.6.11 |
347 | 2025-06-30T22:06:35.791Z | Downloaded tinystr v0.7.6 |
348 | 2025-06-30T22:06:35.791Z | Downloaded autocfg v1.4.0 |
349 | 2025-06-30T22:06:35.791Z | Downloaded is_terminal_polyfill v1.70.1 |
350 | 2025-06-30T22:06:35.791Z | Downloaded cargo_metadata v0.20.0 |
351 | 2025-06-30T22:06:35.791Z | Downloaded ucd-trie v0.1.7 |
352 | 2025-06-30T22:06:35.791Z | Downloaded zerofrom v0.1.4 |
353 | 2025-06-30T22:06:35.791Z | Downloaded typeid v1.0.3 |
354 | 2025-06-30T22:06:35.791Z | Downloaded icu_locid v1.5.0 |
355 | 2025-06-30T22:06:35.791Z | Downloaded form_urlencoded v1.2.1 |
356 | 2025-06-30T22:06:35.791Z | Downloaded displaydoc v0.2.5 |
357 | 2025-06-30T22:06:35.791Z | Downloaded utf16_iter v1.0.5 |
358 | 2025-06-30T22:06:35.792Z | Downloaded bitflags v2.9.0 |
359 | 2025-06-30T22:06:35.798Z | Downloaded zerovec-derive v0.10.3 |
360 | 2025-06-30T22:06:35.802Z | Downloaded yoke v0.7.4 |
361 | 2025-06-30T22:06:35.802Z | Downloaded cfg-if v1.0.1 |
362 | 2025-06-30T22:06:35.802Z | Downloaded clap v4.5.40 |
363 | 2025-06-30T22:06:35.812Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2025-06-30T22:06:35.816Z | Downloaded typenum v1.17.0 |
365 | 2025-06-30T22:06:35.819Z | Downloaded thiserror v2.0.12 |
366 | 2025-06-30T22:06:35.825Z | Downloaded pretty-hex v0.4.1 |
367 | 2025-06-30T22:06:35.829Z | Downloaded zerovec v0.10.4 |
368 | 2025-06-30T22:06:35.833Z | Downloaded textwrap v0.16.2 |
369 | 2025-06-30T22:06:35.837Z | Downloaded memmap v0.7.0 |
370 | 2025-06-30T22:06:35.841Z | Downloaded fastrand v2.1.1 |
371 | 2025-06-30T22:06:35.841Z | Downloaded macaddr v1.0.1 |
372 | 2025-06-30T22:06:35.845Z | Downloaded zerocopy v0.7.35 |
373 | 2025-06-30T22:06:35.858Z | Downloaded winnow v0.7.10 |
374 | 2025-06-30T22:06:35.869Z | Downloaded serde_spanned v0.6.9 |
375 | 2025-06-30T22:06:35.886Z | Downloaded unicode-width v0.2.0 |
376 | 2025-06-30T22:06:35.923Z | Downloaded synstructure v0.13.1 |
377 | 2025-06-30T22:06:35.924Z | Downloaded strsim v0.11.1 |
378 | 2025-06-30T22:06:35.924Z | Downloaded smawk v0.3.2 |
379 | 2025-06-30T22:06:35.924Z | Downloaded serde-untagged v0.1.7 |
380 | 2025-06-30T22:06:35.924Z | Downloaded serde_tokenstream v0.2.2 |
381 | 2025-06-30T22:06:35.925Z | Downloaded cargo_toml v0.21.0 |
382 | 2025-06-30T22:06:35.925Z | Downloaded litemap v0.7.3 |
383 | 2025-06-30T22:06:35.925Z | Downloaded unicode-width v0.1.14 |
384 | 2025-06-30T22:06:35.936Z | Downloaded icu_normalizer v1.5.0 |
385 | 2025-06-30T22:06:35.936Z | Downloaded serde-value v0.7.0 |
386 | 2025-06-30T22:06:35.937Z | Downloaded semver v1.0.26 |
387 | 2025-06-30T22:06:35.937Z | Downloaded quote v1.0.40 |
388 | 2025-06-30T22:06:35.937Z | Downloaded pest_derive v2.7.14 |
389 | 2025-06-30T22:06:35.937Z | Downloaded smallvec v1.15.0 |
390 | 2025-06-30T22:06:35.937Z | Downloaded sha2 v0.10.9 |
391 | 2025-06-30T22:06:35.937Z | Downloaded proc-macro-error v1.0.4 |
392 | 2025-06-30T22:06:35.937Z | Downloaded log v0.4.27 |
393 | 2025-06-30T22:06:35.937Z | Downloaded dof v0.3.0 |
394 | 2025-06-30T22:06:35.937Z | Downloaded idna v1.0.3 |
395 | 2025-06-30T22:06:35.937Z | Downloaded ryu v1.0.18 |
396 | 2025-06-30T22:06:35.937Z | Downloaded pest_meta v2.7.14 |
397 | 2025-06-30T22:06:35.937Z | Downloaded proc-macro2 v1.0.95 |
398 | 2025-06-30T22:06:35.937Z | Downloaded getrandom v0.3.1 |
399 | 2025-06-30T22:06:35.958Z | Downloaded tempfile v3.20.0 |
400 | 2025-06-30T22:06:35.959Z | Downloaded num-traits v0.2.19 |
401 | 2025-06-30T22:06:35.959Z | Downloaded papergrid v0.11.0 |
402 | 2025-06-30T22:06:35.959Z | Downloaded once_cell v1.21.3 |
403 | 2025-06-30T22:06:35.960Z | Downloaded erased-serde v0.4.6 |
404 | 2025-06-30T22:06:35.960Z | Downloaded itoa v1.0.11 |
405 | 2025-06-30T22:06:35.976Z | Downloaded icu_collections v1.5.0 |
406 | 2025-06-30T22:06:35.976Z | Downloaded serde_derive v1.0.219 |
407 | 2025-06-30T22:06:35.976Z | Downloaded indexmap v2.9.0 |
408 | 2025-06-30T22:06:35.976Z | Downloaded serde v1.0.219 |
409 | 2025-06-30T22:06:35.976Z | Downloaded memchr v2.7.4 |
410 | 2025-06-30T22:06:35.989Z | Downloaded proc-macro-error-attr v1.0.4 |
411 | 2025-06-30T22:06:35.989Z | Downloaded pest_generator v2.7.14 |
412 | 2025-06-30T22:06:35.989Z | Downloaded equivalent v1.0.2 |
413 | 2025-06-30T22:06:35.989Z | Downloaded pest v2.7.14 |
414 | 2025-06-30T22:06:35.989Z | Downloaded scroll v0.12.0 |
415 | 2025-06-30T22:06:35.989Z | Downloaded plain v0.2.3 |
416 | 2025-06-30T22:06:35.990Z | Downloaded percent-encoding v2.3.1 |
417 | 2025-06-30T22:06:35.990Z | Downloaded hashbrown v0.15.4 |
418 | 2025-06-30T22:06:36.006Z | Downloaded ordered-float v2.10.1 |
419 | 2025-06-30T22:06:36.007Z | Downloaded idna_adapter v1.2.0 |
420 | 2025-06-30T22:06:36.007Z | Downloaded serde_json v1.0.140 |
421 | 2025-06-30T22:06:36.034Z | Downloaded heck v0.4.1 |
422 | 2025-06-30T22:06:36.034Z | Downloaded icu_properties_data v1.5.0 |
423 | 2025-06-30T22:06:36.034Z | Downloaded digest v0.10.7 |
424 | 2025-06-30T22:06:36.034Z | Downloaded goblin v0.8.2 |
425 | 2025-06-30T22:06:36.046Z | Downloaded tabled v0.15.0 |
426 | 2025-06-30T22:06:36.046Z | Downloaded crypto-common v0.1.6 |
427 | 2025-06-30T22:06:36.046Z | Downloaded block-buffer v0.10.4 |
428 | 2025-06-30T22:06:36.046Z | Downloaded syn v1.0.109 |
429 | 2025-06-30T22:06:36.060Z | Downloaded swrite v0.1.0 |
430 | 2025-06-30T22:06:36.061Z | Downloaded stable_deref_trait v1.2.0 |
431 | 2025-06-30T22:06:36.061Z | Downloaded scroll_derive v0.12.0 |
432 | 2025-06-30T22:06:36.061Z | Downloaded generic-array v0.14.7 |
433 | 2025-06-30T22:06:36.061Z | Downloaded url v2.5.4 |
434 | 2025-06-30T22:06:36.061Z | Downloaded syn v2.0.104 |
435 | 2025-06-30T22:06:36.071Z | Downloaded icu_provider_macros v1.5.0 |
436 | 2025-06-30T22:06:36.071Z | Downloaded rustix v0.38.37 |
437 | 2025-06-30T22:06:36.085Z | Downloaded dtrace-parser v0.2.0 |
438 | 2025-06-30T22:06:36.091Z | Downloaded colorchoice v1.0.2 |
439 | 2025-06-30T22:06:36.091Z | Downloaded rustix v1.0.7 |
440 | 2025-06-30T22:06:36.118Z | Downloaded clap_lex v0.7.4 |
441 | 2025-06-30T22:06:36.127Z | Downloaded utf8parse v0.2.2 |
442 | 2025-06-30T22:06:36.127Z | Downloaded usdt-impl v0.5.0 |
443 | 2025-06-30T22:06:36.127Z | Downloaded unicode-ident v1.0.18 |
444 | 2025-06-30T22:06:36.127Z | Downloaded toml_edit v0.22.27 |
445 | 2025-06-30T22:06:36.127Z | Downloaded thiserror v1.0.69 |
446 | 2025-06-30T22:06:36.127Z | Downloaded heck v0.5.0 |
447 | 2025-06-30T22:06:36.132Z | Downloaded camino v1.1.10 |
448 | 2025-06-30T22:06:36.132Z | Downloaded utf8_iter v1.0.4 |
449 | 2025-06-30T22:06:36.132Z | Downloaded usdt v0.5.0 |
450 | 2025-06-30T22:06:36.132Z | Downloaded thiserror-impl v1.0.69 |
451 | 2025-06-30T22:06:36.132Z | Downloaded zerofrom-derive v0.1.4 |
452 | 2025-06-30T22:06:36.132Z | Downloaded yoke-derive v0.7.4 |
453 | 2025-06-30T22:06:36.132Z | Downloaded writeable v0.5.5 |
454 | 2025-06-30T22:06:36.132Z | Downloaded usdt-attr-macro v0.5.0 |
455 | 2025-06-30T22:06:36.132Z | Downloaded unicode-xid v0.2.6 |
456 | 2025-06-30T22:06:36.142Z | Downloaded icu_locid_transform_data v1.5.0 |
457 | 2025-06-30T22:06:36.143Z | Downloaded usdt-macro v0.5.0 |
458 | 2025-06-30T22:06:36.143Z | Downloaded unicode-linebreak v0.1.5 |
459 | 2025-06-30T22:06:36.143Z | Downloaded thiserror-impl v2.0.12 |
460 | 2025-06-30T22:06:36.143Z | Downloaded terminal_size v0.4.0 |
461 | 2025-06-30T22:06:36.143Z | Downloaded icu_provider v1.5.0 |
462 | 2025-06-30T22:06:36.152Z | Downloaded byteorder v1.5.0 |
463 | 2025-06-30T22:06:36.153Z | Downloaded fnv v1.0.7 |
464 | 2025-06-30T22:06:36.153Z | Downloaded errno v0.3.12 |
465 | 2025-06-30T22:06:36.153Z | Downloaded clap_derive v4.5.40 |
466 | 2025-06-30T22:06:36.153Z | Downloaded fs-err v3.1.1 |
467 | 2025-06-30T22:06:36.169Z | Downloaded icu_normalizer_data v1.5.0 |
468 | 2025-06-30T22:06:36.169Z | Downloaded libc v0.2.174 |
469 | 2025-06-30T22:06:36.190Z | Downloaded icu_locid_transform v1.5.0 |
470 | 2025-06-30T22:06:36.199Z | Downloaded anyhow v1.0.98 |
471 | 2025-06-30T22:06:36.199Z | Downloaded cpufeatures v0.2.14 |
472 | 2025-06-30T22:06:36.247Z | Compiling proc-macro2 v1.0.95 |
473 | 2025-06-30T22:06:36.248Z | Compiling unicode-ident v1.0.18 |
474 | 2025-06-30T22:06:36.248Z | Compiling serde v1.0.219 |
475 | 2025-06-30T22:06:36.261Z | Compiling version_check v0.9.5 |
476 | 2025-06-30T22:06:36.262Z | Compiling thiserror v1.0.69 |
477 | 2025-06-30T22:06:36.262Z | Compiling libc v0.2.174 |
478 | 2025-06-30T22:06:36.458Z | Compiling memchr v2.7.4 |
479 | 2025-06-30T22:06:36.472Z | Compiling stable_deref_trait v1.2.0 |
480 | 2025-06-30T22:06:36.618Z | Compiling litemap v0.7.3 |
481 | 2025-06-30T22:06:36.678Z | Compiling ryu v1.0.18 |
482 | 2025-06-30T22:06:36.990Z | Compiling ucd-trie v0.1.7 |
483 | 2025-06-30T22:06:37.016Z | Compiling writeable v0.5.5 |
484 | 2025-06-30T22:06:37.200Z | Compiling autocfg v1.4.0 |
485 | 2025-06-30T22:06:37.248Z | Compiling itoa v1.0.11 |
486 | 2025-06-30T22:06:37.487Z | Compiling once_cell v1.21.3 |
487 | 2025-06-30T22:06:37.510Z | Compiling bitflags v2.9.0 |
488 | 2025-06-30T22:06:37.531Z | Compiling icu_locid_transform_data v1.5.0 |
489 | 2025-06-30T22:06:37.649Z | Compiling byteorder v1.5.0 |
490 | 2025-06-30T22:06:37.862Z | Compiling icu_properties_data v1.5.0 |
491 | 2025-06-30T22:06:37.919Z | Compiling serde_json v1.0.140 |
492 | 2025-06-30T22:06:38.034Z | Compiling icu_normalizer_data v1.5.0 |
493 | 2025-06-30T22:06:38.076Z | Compiling num-traits v0.2.19 |
494 | 2025-06-30T22:06:38.121Z | Compiling utf8_iter v1.0.4 |
495 | 2025-06-30T22:06:38.146Z | Compiling utf16_iter v1.0.5 |
496 | 2025-06-30T22:06:38.171Z | Compiling smallvec v1.15.0 |
497 | 2025-06-30T22:06:38.360Z | Compiling quote v1.0.40 |
498 | 2025-06-30T22:06:38.363Z | Compiling write16 v1.0.0 |
499 | 2025-06-30T22:06:38.408Z | Compiling equivalent v1.0.2 |
500 | 2025-06-30T22:06:38.462Z | Compiling errno v0.3.12 |
501 | 2025-06-30T22:06:38.561Z | Compiling typeid v1.0.3 |
502 | 2025-06-30T22:06:38.565Z | Compiling hashbrown v0.15.4 |
503 | 2025-06-30T22:06:38.585Z | Compiling rustix v0.38.37 |
504 | 2025-06-30T22:06:38.704Z | Compiling syn v2.0.104 |
505 | 2025-06-30T22:06:38.899Z | Compiling proc-macro-error-attr v1.0.4 |
506 | 2025-06-30T22:06:38.938Z | Compiling usdt-impl v0.5.0 |
507 | 2025-06-30T22:06:38.961Z | Compiling toml_write v0.1.2 |
508 | 2025-06-30T22:06:39.079Z | Compiling syn v1.0.109 |
509 | 2025-06-30T22:06:39.194Z | Compiling winnow v0.7.10 |
510 | 2025-06-30T22:06:39.376Z | Compiling thread-id v4.2.2 |
511 | 2025-06-30T22:06:39.556Z | Compiling proc-macro-error v1.0.4 |
512 | 2025-06-30T22:06:39.717Z | Compiling indexmap v2.9.0 |
513 | 2025-06-30T22:06:39.760Z | Compiling percent-encoding v2.3.1 |
514 | 2025-06-30T22:06:39.867Z | Compiling plain v0.2.3 |
515 | 2025-06-30T22:06:39.888Z | Compiling rustix v1.0.7 |
516 | 2025-06-30T22:06:40.032Z | Compiling log v0.4.27 |
517 | 2025-06-30T22:06:40.106Z | Compiling camino v1.1.10 |
518 | 2025-06-30T22:06:40.501Z | Compiling utf8parse v0.2.2 |
519 | 2025-06-30T22:06:40.621Z | Compiling semver v1.0.26 |
520 | 2025-06-30T22:06:40.669Z | Compiling getrandom v0.3.1 |
521 | 2025-06-30T22:06:40.856Z | Compiling anstyle-parse v0.2.5 |
522 | 2025-06-30T22:06:41.093Z | Compiling terminal_size v0.4.0 |
523 | 2025-06-30T22:06:41.119Z | Compiling form_urlencoded v1.2.1 |
524 | 2025-06-30T22:06:41.348Z | Compiling ordered-float v2.10.1 |
525 | 2025-06-30T22:06:41.384Z | Compiling thiserror v2.0.12 |
526 | 2025-06-30T22:06:41.423Z | Compiling anstyle v1.0.11 |
527 | 2025-06-30T22:06:41.733Z | Compiling is_terminal_polyfill v1.70.1 |
528 | 2025-06-30T22:06:41.872Z | Compiling pretty-hex v0.4.1 |
529 | 2025-06-30T22:06:41.905Z | Compiling colorchoice v1.0.2 |
530 | 2025-06-30T22:06:41.905Z | Compiling cfg-if v1.0.1 |
531 | 2025-06-30T22:06:41.949Z | Compiling anstyle-query v1.1.1 |
532 | 2025-06-30T22:06:42.102Z | Compiling anstream v0.6.18 |
533 | 2025-06-30T22:06:42.427Z | Compiling fs-err v3.1.1 |
534 | 2025-06-30T22:06:42.453Z | Compiling heck v0.4.1 |
535 | 2025-06-30T22:06:42.651Z | Compiling unicode-xid v0.2.6 |
536 | 2025-06-30T22:06:42.703Z | Compiling heck v0.5.0 |
537 | 2025-06-30T22:06:42.734Z | Compiling unicode-width v0.1.14 |
538 | 2025-06-30T22:06:42.847Z | Compiling anyhow v1.0.98 |
539 | 2025-06-30T22:06:42.873Z | Compiling fnv v1.0.7 |
540 | 2025-06-30T22:06:43.200Z | Compiling strsim v0.11.1 |
541 | 2025-06-30T22:06:43.280Z | Compiling bytecount v0.6.8 |
542 | 2025-06-30T22:06:43.391Z | Compiling clap_lex v0.7.4 |
543 | 2025-06-30T22:06:43.460Z | Compiling fastrand v2.1.1 |
544 | 2025-06-30T22:06:43.864Z | Compiling tempfile v3.20.0 |
545 | 2025-06-30T22:06:43.903Z | Compiling clap_builder v4.5.40 |
546 | 2025-06-30T22:06:43.907Z | Compiling papergrid v0.11.0 |
547 | 2025-06-30T22:06:44.427Z | Compiling memmap v0.7.0 |
548 | 2025-06-30T22:06:44.453Z | Compiling unicode-width v0.2.0 |
549 | 2025-06-30T22:06:44.693Z | Compiling smawk v0.3.2 |
550 | 2025-06-30T22:06:44.773Z | Compiling unicode-linebreak v0.1.5 |
551 | 2025-06-30T22:06:45.271Z | Compiling textwrap v0.16.2 |
552 | 2025-06-30T22:06:45.485Z | Compiling synstructure v0.13.1 |
553 | 2025-06-30T22:06:45.776Z | Compiling swrite v0.1.0 |
554 | 2025-06-30T22:06:45.925Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
555 | 2025-06-30T22:06:46.325Z | Compiling tabled_derive v0.7.0 |
556 | 2025-06-30T22:06:47.672Z | Compiling serde_derive v1.0.219 |
557 | 2025-06-30T22:06:47.672Z | Compiling zerofrom-derive v0.1.4 |
558 | 2025-06-30T22:06:47.675Z | Compiling thiserror-impl v1.0.69 |
559 | 2025-06-30T22:06:47.675Z | Compiling yoke-derive v0.7.4 |
560 | 2025-06-30T22:06:47.787Z | Compiling zerovec-derive v0.10.3 |
561 | 2025-06-30T22:06:47.891Z | Compiling displaydoc v0.2.5 |
562 | 2025-06-30T22:06:49.383Z | Compiling icu_provider_macros v1.5.0 |
563 | 2025-06-30T22:06:50.165Z | Compiling zerocopy-derive v0.7.35 |
564 | 2025-06-30T22:06:50.299Z | Compiling scroll_derive v0.12.0 |
565 | 2025-06-30T22:06:50.416Z | Compiling thiserror-impl v2.0.12 |
566 | 2025-06-30T22:06:50.737Z | Compiling pest v2.7.14 |
567 | 2025-06-30T22:06:50.963Z | Compiling clap_derive v4.5.40 |
568 | 2025-06-30T22:06:51.038Z | Compiling zerofrom v0.1.4 |
569 | 2025-06-30T22:06:51.288Z | Compiling yoke v0.7.4 |
570 | 2025-06-30T22:06:51.638Z | Compiling zerovec v0.10.4 |
571 | 2025-06-30T22:06:51.641Z | Compiling scroll v0.12.0 |
572 | 2025-06-30T22:06:53.993Z | Compiling zerocopy v0.7.35 |
573 | 2025-06-30T22:06:54.026Z | Compiling goblin v0.8.2 |
574 | 2025-06-30T22:06:54.026Z | Compiling tabled v0.15.0 |
575 | 2025-06-30T22:06:54.026Z | Compiling tinystr v0.7.6 |
576 | 2025-06-30T22:06:54.026Z | Compiling pest_meta v2.7.14 |
577 | 2025-06-30T22:06:54.026Z | Compiling icu_collections v1.5.0 |
578 | 2025-06-30T22:06:54.026Z | Compiling icu_locid v1.5.0 |
579 | 2025-06-30T22:06:54.876Z | Compiling pest_generator v2.7.14 |
580 | 2025-06-30T22:06:54.981Z | Compiling icu_provider v1.5.0 |
581 | 2025-06-30T22:06:55.772Z | Compiling icu_locid_transform v1.5.0 |
582 | 2025-06-30T22:06:55.943Z | Compiling clap v4.5.40 |
583 | 2025-06-30T22:06:56.994Z | Compiling pest_derive v2.7.14 |
584 | 2025-06-30T22:06:57.151Z | Compiling icu_properties v1.5.1 |
585 | 2025-06-30T22:06:57.752Z | Compiling dtrace-parser v0.2.0 |
586 | 2025-06-30T22:06:59.344Z | Compiling serde_tokenstream v0.2.2 |
587 | 2025-06-30T22:06:59.367Z | Compiling serde_spanned v0.6.9 |
588 | 2025-06-30T22:06:59.370Z | Compiling toml_datetime v0.6.11 |
589 | 2025-06-30T22:06:59.645Z | Compiling erased-serde v0.4.6 |
590 | 2025-06-30T22:06:59.697Z | Compiling serde-value v0.7.0 |
591 | 2025-06-30T22:06:59.924Z | Compiling toml_edit v0.22.27 |
592 | 2025-06-30T22:07:00.492Z | Compiling icu_normalizer v1.5.0 |
593 | 2025-06-30T22:07:00.515Z | Compiling cargo-platform v0.2.0 |
594 | 2025-06-30T22:07:00.614Z | Compiling camino-tempfile v1.4.1 |
595 | 2025-06-30T22:07:00.815Z | Compiling serde-untagged v0.1.7 |
596 | 2025-06-30T22:07:02.820Z | Compiling dof v0.3.0 |
597 | 2025-06-30T22:07:02.900Z | Compiling macaddr v1.0.1 |
598 | 2025-06-30T22:07:02.900Z | Compiling idna_adapter v1.2.0 |
599 | 2025-06-30T22:07:02.901Z | Compiling idna v1.0.3 |
600 | 2025-06-30T22:07:02.901Z | Compiling url v2.5.4 |
601 | 2025-06-30T22:07:02.901Z | Compiling usdt-macro v0.5.0 |
602 | 2025-06-30T22:07:02.901Z | Compiling usdt-attr-macro v0.5.0 |
603 | 2025-06-30T22:07:03.792Z | Compiling toml v0.8.23 |
604 | 2025-06-30T22:07:04.211Z | Compiling usdt v0.5.0 |
605 | 2025-06-30T22:07:04.262Z | Compiling cargo-util-schemas v0.2.0 |
606 | 2025-06-30T22:07:04.262Z | Compiling cargo_toml v0.21.0 |
607 | 2025-06-30T22:07:05.313Z | Compiling cargo_metadata v0.20.0 |
608 | 2025-06-30T22:07:07.482Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
609 | 2025-06-30T22:07:10.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
610 | 2025-06-30T22:07:10.698Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
611 | 2025-06-30T22:07:11.355Z | Downloading crates ... |
612 | 2025-06-30T22:07:11.483Z | Downloaded addr2line v0.24.2 |
613 | 2025-06-30T22:07:11.487Z | Downloaded adler2 v2.0.0 |
614 | 2025-06-30T22:07:11.492Z | Downloaded atty v0.2.14 |
615 | 2025-06-30T22:07:11.501Z | Downloaded aead v0.5.2 |
616 | 2025-06-30T22:07:11.506Z | Downloaded array-init v0.0.4 |
617 | 2025-06-30T22:07:11.512Z | Downloaded heck v0.3.3 |
618 | 2025-06-30T22:07:11.517Z | Downloaded hex-literal v0.4.1 |
619 | 2025-06-30T22:07:11.520Z | Downloaded hex v0.4.3 |
620 | 2025-06-30T22:07:11.523Z | Downloaded hickory-client v0.25.2 |
621 | 2025-06-30T22:07:11.526Z | Downloaded crucible-workspace-hack v0.1.0 |
622 | 2025-06-30T22:07:11.526Z | Downloaded atomicwrites v0.4.4 |
623 | 2025-06-30T22:07:11.529Z | Downloaded ahash v0.8.11 |
624 | 2025-06-30T22:07:11.533Z | Downloaded cookie v0.18.1 |
625 | 2025-06-30T22:07:11.536Z | Downloaded atomic-waker v1.1.2 |
626 | 2025-06-30T22:07:11.539Z | Downloaded backoff v0.4.0 |
627 | 2025-06-30T22:07:11.542Z | Downloaded backtrace v0.3.74 |
628 | 2025-06-30T22:07:11.545Z | Downloaded hickory-proto v0.25.2 |
629 | 2025-06-30T22:07:11.564Z | Downloaded block-padding v0.3.3 |
630 | 2025-06-30T22:07:11.572Z | Downloaded allocator-api2 v0.2.21 |
631 | 2025-06-30T22:07:11.575Z | Downloaded bit-set v0.8.0 |
632 | 2025-06-30T22:07:11.575Z | Downloaded base64ct v1.6.0 |
633 | 2025-06-30T22:07:11.575Z | Downloaded crc8 v0.1.1 |
634 | 2025-06-30T22:07:11.578Z | Downloaded hmac v0.12.1 |
635 | 2025-06-30T22:07:11.578Z | Downloaded hickory-proto v0.24.4 |
636 | 2025-06-30T22:07:11.597Z | Downloaded const-oid v0.9.6 |
637 | 2025-06-30T22:07:11.600Z | Downloaded http-body v1.0.1 |
638 | 2025-06-30T22:07:11.603Z | Downloaded home v0.5.9 |
639 | 2025-06-30T22:07:11.603Z | Downloaded ciborium-io v0.2.2 |
640 | 2025-06-30T22:07:11.607Z | Downloaded httparse v1.9.5 |
641 | 2025-06-30T22:07:11.610Z | Downloaded http-range v0.1.5 |
642 | 2025-06-30T22:07:11.610Z | Downloaded hostname v0.4.0 |
643 | 2025-06-30T22:07:11.613Z | Downloaded highway v1.3.0 |
644 | 2025-06-30T22:07:11.616Z | Downloaded ident_case v1.0.1 |
645 | 2025-06-30T22:07:11.619Z | Downloaded bit-set v0.5.3 |
646 | 2025-06-30T22:07:11.622Z | Downloaded is_ci v1.2.0 |
647 | 2025-06-30T22:07:11.622Z | Downloaded instant v0.1.13 |
648 | 2025-06-30T22:07:11.625Z | Downloaded hubpack_derive v0.1.1 |
649 | 2025-06-30T22:07:11.626Z | Downloaded crossbeam-deque v0.8.5 |
650 | 2025-06-30T22:07:11.628Z | Downloaded indoc v1.0.9 |
651 | 2025-06-30T22:07:11.634Z | Downloaded cipher v0.4.4 |
652 | 2025-06-30T22:07:11.638Z | Downloaded radium v0.7.0 |
653 | 2025-06-30T22:07:11.638Z | Downloaded match_cfg v0.1.0 |
654 | 2025-06-30T22:07:11.638Z | Downloaded progenitor-client v0.8.0 |
655 | 2025-06-30T22:07:11.641Z | Downloaded bcrypt-pbkdf v0.10.0 |
656 | 2025-06-30T22:07:11.641Z | Downloaded ascii-canvas v3.0.0 |
657 | 2025-06-30T22:07:11.641Z | Downloaded rustc-hash v1.1.0 |
658 | 2025-06-30T22:07:11.644Z | Downloaded constant_time_eq v0.3.1 |
659 | 2025-06-30T22:07:11.644Z | Downloaded blowfish v0.9.1 |
660 | 2025-06-30T22:07:11.647Z | Downloaded md5 v0.7.0 |
661 | 2025-06-30T22:07:11.650Z | Downloaded hyper-tls v0.6.0 |
662 | 2025-06-30T22:07:11.653Z | Downloaded crc v3.2.1 |
663 | 2025-06-30T22:07:11.657Z | Downloaded convert_case v0.4.0 |
664 | 2025-06-30T22:07:11.657Z | Downloaded libscf-sys v1.1.0 |
665 | 2025-06-30T22:07:11.660Z | Downloaded cmake v0.1.51 |
666 | 2025-06-30T22:07:11.660Z | Downloaded cexpr v0.6.0 |
667 | 2025-06-30T22:07:11.663Z | Downloaded cassowary v0.3.0 |
668 | 2025-06-30T22:07:11.666Z | Downloaded impl-trait-for-tuples v0.2.2 |
669 | 2025-06-30T22:07:11.669Z | Downloaded http-body-util v0.1.3 |
670 | 2025-06-30T22:07:11.678Z | Downloaded lazy_static v1.5.0 |
671 | 2025-06-30T22:07:11.681Z | Downloaded keccak v0.1.5 |
672 | 2025-06-30T22:07:11.681Z | Downloaded is-terminal v0.4.13 |
673 | 2025-06-30T22:07:11.681Z | Downloaded md-5 v0.10.6 |
674 | 2025-06-30T22:07:11.681Z | Downloaded maplit v1.0.2 |
675 | 2025-06-30T22:07:11.681Z | Downloaded libz-rs-sys v0.5.1 |
676 | 2025-06-30T22:07:11.684Z | Downloaded lru v0.12.5 |
677 | 2025-06-30T22:07:11.687Z | Downloaded managed v0.8.0 |
678 | 2025-06-30T22:07:11.687Z | Downloaded linear-map v1.2.0 |
679 | 2025-06-30T22:07:11.690Z | Downloaded quick-error v1.2.3 |
680 | 2025-06-30T22:07:11.693Z | Downloaded lockfree-object-pool v0.1.6 |
681 | 2025-06-30T22:07:11.697Z | Downloaded serde-big-array v0.5.1 |
682 | 2025-06-30T22:07:11.700Z | Downloaded sync_wrapper v1.0.1 |
683 | 2025-06-30T22:07:11.700Z | Downloaded mime v0.3.17 |
684 | 2025-06-30T22:07:11.703Z | Downloaded tinyvec_macros v0.1.1 |
685 | 2025-06-30T22:07:11.703Z | Downloaded memoffset v0.9.1 |
686 | 2025-06-30T22:07:11.706Z | Downloaded indoc v2.0.6 |
687 | 2025-06-30T22:07:11.709Z | Downloaded ipnet v2.11.0 |
688 | 2025-06-30T22:07:11.712Z | Downloaded iana-time-zone v0.1.63 |
689 | 2025-06-30T22:07:11.715Z | Downloaded mime_guess v2.0.5 |
690 | 2025-06-30T22:07:11.718Z | Downloaded hickory-resolver v0.24.4 |
691 | 2025-06-30T22:07:11.723Z | Downloaded void v1.0.2 |
692 | 2025-06-30T22:07:11.726Z | Downloaded rustc-hash v2.1.1 |
693 | 2025-06-30T22:07:11.729Z | Downloaded shlex v1.3.0 |
694 | 2025-06-30T22:07:11.729Z | Downloaded cookie_store v0.21.1 |
695 | 2025-06-30T22:07:11.732Z | Downloaded console v0.15.10 |
696 | 2025-06-30T22:07:11.735Z | Downloaded progenitor-macro v0.10.0 |
697 | 2025-06-30T22:07:11.738Z | Downloaded rustls-pemfile v1.0.4 |
698 | 2025-06-30T22:07:11.741Z | Downloaded stringprep v0.1.5 |
699 | 2025-06-30T22:07:11.745Z | Downloaded multer v3.1.0 |
700 | 2025-06-30T22:07:11.748Z | Downloaded strip-ansi-escapes v0.2.0 |
701 | 2025-06-30T22:07:11.751Z | Downloaded ignore v0.4.23 |
702 | 2025-06-30T22:07:11.754Z | Downloaded string_cache v0.8.9 |
703 | 2025-06-30T22:07:11.754Z | Downloaded topological-sort v0.2.2 |
704 | 2025-06-30T22:07:11.757Z | Downloaded termtree v0.5.1 |
705 | 2025-06-30T22:07:11.771Z | Downloaded number_prefix v0.4.0 |
706 | 2025-06-30T22:07:11.774Z | Downloaded fxhash v0.2.1 |
707 | 2025-06-30T22:07:11.774Z | Downloaded semver v0.1.20 |
708 | 2025-06-30T22:07:11.774Z | Downloaded serde_bytes v0.11.17 |
709 | 2025-06-30T22:07:11.777Z | Downloaded untrusted v0.9.0 |
710 | 2025-06-30T22:07:11.789Z | Downloaded siphasher v0.3.11 |
711 | 2025-06-30T22:07:11.792Z | Downloaded tls_codec v0.4.1 |
712 | 2025-06-30T22:07:11.792Z | Downloaded serde-hex v0.1.0 |
713 | 2025-06-30T22:07:11.792Z | Downloaded litrs v0.4.1 |
714 | 2025-06-30T22:07:11.792Z | Downloaded num-conv v0.1.0 |
715 | 2025-06-30T22:07:11.792Z | Downloaded vsss-rs v3.3.4 |
716 | 2025-06-30T22:07:11.795Z | Downloaded enum-as-inner v0.6.1 |
717 | 2025-06-30T22:07:11.798Z | Downloaded endian-type v0.1.2 |
718 | 2025-06-30T22:07:11.798Z | Downloaded ssh-cipher v0.2.0 |
719 | 2025-06-30T22:07:11.802Z | Downloaded indicatif v0.17.11 |
720 | 2025-06-30T22:07:11.805Z | Downloaded peg-runtime v0.8.5 |
721 | 2025-06-30T22:07:11.808Z | Downloaded data-encoding v2.9.0 |
722 | 2025-06-30T22:07:11.809Z | Downloaded crc32fast v1.4.2 |
723 | 2025-06-30T22:07:11.813Z | Downloaded parse-size v1.1.0 |
724 | 2025-06-30T22:07:11.813Z | Downloaded diesel-dtrace v0.4.2 |
725 | 2025-06-30T22:07:11.816Z | Downloaded signal-hook v0.3.18 |
726 | 2025-06-30T22:07:11.820Z | Downloaded embedded-io v0.4.0 |
727 | 2025-06-30T22:07:11.823Z | Downloaded progenitor-client v0.10.0 |
728 | 2025-06-30T22:07:11.823Z | Downloaded tls_codec_derive v0.4.1 |
729 | 2025-06-30T22:07:11.828Z | Downloaded typify-macro v0.3.0 |
730 | 2025-06-30T22:07:11.828Z | Downloaded typify-macro v0.2.0 |
731 | 2025-06-30T22:07:11.833Z | Downloaded progenitor-client v0.9.1 |
732 | 2025-06-30T22:07:11.833Z | Downloaded env_filter v0.1.2 |
733 | 2025-06-30T22:07:11.838Z | Downloaded darling_macro v0.20.10 |
734 | 2025-06-30T22:07:11.838Z | Downloaded num v0.4.3 |
735 | 2025-06-30T22:07:11.838Z | Downloaded value-bag v1.9.0 |
736 | 2025-06-30T22:07:11.842Z | Downloaded either v1.15.0 |
737 | 2025-06-30T22:07:11.842Z | Downloaded miniz_oxide v0.8.5 |
738 | 2025-06-30T22:07:11.845Z | Downloaded rayon-core v1.12.1 |
739 | 2025-06-30T22:07:11.850Z | Downloaded serde_urlencoded v0.7.1 |
740 | 2025-06-30T22:07:11.853Z | Downloaded ghash v0.5.1 |
741 | 2025-06-30T22:07:11.857Z | Downloaded gethostname v0.5.0 |
742 | 2025-06-30T22:07:11.857Z | Downloaded ed25519 v2.2.3 |
743 | 2025-06-30T22:07:11.860Z | Downloaded oxnet v0.1.2 |
744 | 2025-06-30T22:07:11.863Z | Downloaded oxide-tokio-rt v0.1.1 |
745 | 2025-06-30T22:07:11.863Z | Downloaded olpc-cjson v0.1.4 |
746 | 2025-06-30T22:07:11.867Z | Downloaded http v1.3.1 |
747 | 2025-06-30T22:07:11.870Z | Downloaded ron v0.7.1 |
748 | 2025-06-30T22:07:11.875Z | Downloaded test-strategy v0.4.1 |
749 | 2025-06-30T22:07:11.880Z | Downloaded futures-executor v0.3.31 |
750 | 2025-06-30T22:07:11.883Z | Downloaded des v0.8.1 |
751 | 2025-06-30T22:07:11.894Z | Downloaded base64 v0.13.1 |
752 | 2025-06-30T22:07:11.898Z | Downloaded tower-layer v0.3.3 |
753 | 2025-06-30T22:07:11.899Z | Downloaded rustc_version v0.4.1 |
754 | 2025-06-30T22:07:11.899Z | Downloaded progenitor-impl v0.9.1 |
755 | 2025-06-30T22:07:11.899Z | Downloaded scheduled-thread-pool v0.2.7 |
756 | 2025-06-30T22:07:11.899Z | Downloaded same-file v1.0.6 |
757 | 2025-06-30T22:07:11.902Z | Downloaded group v0.13.0 |
758 | 2025-06-30T22:07:11.902Z | Downloaded time-core v0.1.2 |
759 | 2025-06-30T22:07:11.905Z | Downloaded take_mut v0.2.2 |
760 | 2025-06-30T22:07:11.905Z | Downloaded slog-envlogger v2.2.0 |
761 | 2025-06-30T22:07:11.909Z | Downloaded jiff-static v0.2.15 |
762 | 2025-06-30T22:07:11.912Z | Downloaded pkg-config v0.3.31 |
763 | 2025-06-30T22:07:11.912Z | Downloaded daft-derive v0.1.3 |
764 | 2025-06-30T22:07:11.917Z | Downloaded zone_cfg_derive v0.3.0 |
765 | 2025-06-30T22:07:11.921Z | Downloaded polyval v0.6.2 |
766 | 2025-06-30T22:07:11.924Z | Downloaded smf v0.2.3 |
767 | 2025-06-30T22:07:11.924Z | Downloaded foreign-types-shared v0.1.1 |
768 | 2025-06-30T22:07:11.928Z | Downloaded foreign-types v0.3.2 |
769 | 2025-06-30T22:07:11.928Z | Downloaded r2d2 v0.8.10 |
770 | 2025-06-30T22:07:11.931Z | Downloaded shell-words v1.1.0 |
771 | 2025-06-30T22:07:11.932Z | Downloaded tokio-macros v2.5.0 |
772 | 2025-06-30T22:07:11.936Z | Downloaded smallvec v0.6.14 |
773 | 2025-06-30T22:07:11.936Z | Downloaded slog-stdlog v4.1.1 |
774 | 2025-06-30T22:07:11.939Z | Downloaded postgres-protocol v0.6.8 |
775 | 2025-06-30T22:07:11.939Z | Downloaded env_logger v0.10.2 |
776 | 2025-06-30T22:07:11.942Z | Downloaded tinyvec v1.8.0 |
777 | 2025-06-30T22:07:11.949Z | Downloaded newtype_derive v0.1.6 |
778 | 2025-06-30T22:07:11.952Z | Downloaded tui-tree-widget v0.23.1 |
779 | 2025-06-30T22:07:11.952Z | Downloaded oso-derive v0.27.3 |
780 | 2025-06-30T22:07:11.952Z | Downloaded unicode-truncate v1.1.0 |
781 | 2025-06-30T22:07:11.957Z | Downloaded chacha20poly1305 v0.10.1 |
782 | 2025-06-30T22:07:11.960Z | Downloaded bumpalo v3.16.0 |
783 | 2025-06-30T22:07:11.963Z | Downloaded rustls-pki-types v1.10.0 |
784 | 2025-06-30T22:07:11.966Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2025-06-30T22:07:11.969Z | Downloaded slog-json v2.6.1 |
786 | 2025-06-30T22:07:11.972Z | Downloaded hash32 v0.2.1 |
787 | 2025-06-30T22:07:11.972Z | Downloaded parking_lot v0.12.3 |
788 | 2025-06-30T22:07:11.975Z | Downloaded owo-colors v4.2.2 |
789 | 2025-06-30T22:07:11.979Z | Downloaded mio v1.0.2 |
790 | 2025-06-30T22:07:11.986Z | Downloaded precomputed-hash v0.1.1 |
791 | 2025-06-30T22:07:11.989Z | Downloaded progenitor v0.9.1 |
792 | 2025-06-30T22:07:11.992Z | Downloaded dirs-sys-next v0.1.2 |
793 | 2025-06-30T22:07:11.992Z | Downloaded futures-sink v0.3.31 |
794 | 2025-06-30T22:07:11.995Z | Downloaded foreign-types-macros v0.2.3 |
795 | 2025-06-30T22:07:11.995Z | Downloaded foreign-types v0.5.0 |
796 | 2025-06-30T22:07:12.046Z | Downloaded whoami v1.6.0 |
797 | 2025-06-30T22:07:12.046Z | Downloaded poly1305 v0.8.0 |
798 | 2025-06-30T22:07:12.050Z | Downloaded progenitor-impl v0.10.0 |
799 | 2025-06-30T22:07:12.050Z | Downloaded strum v0.26.3 |
800 | 2025-06-30T22:07:12.050Z | Downloaded getrandom v0.2.15 |
801 | 2025-06-30T22:07:12.050Z | Downloaded num-derive v0.3.3 |
802 | 2025-06-30T22:07:12.050Z | Downloaded tar v0.4.44 |
803 | 2025-06-30T22:07:12.050Z | Downloaded qorb v0.4.0 |
804 | 2025-06-30T22:07:12.050Z | Downloaded crossbeam-channel v0.5.15 |
805 | 2025-06-30T22:07:12.050Z | Downloaded zstd v0.13.3 |
806 | 2025-06-30T22:07:12.050Z | Downloaded vte_generate_state_changes v0.1.2 |
807 | 2025-06-30T22:07:12.050Z | Downloaded der_derive v0.7.3 |
808 | 2025-06-30T22:07:12.050Z | Downloaded phf_generator v0.11.2 |
809 | 2025-06-30T22:07:12.050Z | Downloaded utf-8 v0.7.6 |
810 | 2025-06-30T22:07:12.050Z | Downloaded proc-macro-error2 v2.0.1 |
811 | 2025-06-30T22:07:12.050Z | Downloaded try-lock v0.2.5 |
812 | 2025-06-30T22:07:12.051Z | Downloaded progenitor v0.10.0 |
813 | 2025-06-30T22:07:12.051Z | Downloaded parse-display-derive v0.10.0 |
814 | 2025-06-30T22:07:12.054Z | Downloaded diesel_derives v2.2.3 |
815 | 2025-06-30T22:07:12.057Z | Downloaded fixedbitset v0.4.2 |
816 | 2025-06-30T22:07:12.060Z | Downloaded rcgen v0.12.1 |
817 | 2025-06-30T22:07:12.064Z | Downloaded serde_with_macros v3.12.0 |
818 | 2025-06-30T22:07:12.067Z | Downloaded nodrop v0.1.14 |
819 | 2025-06-30T22:07:12.067Z | Downloaded structmeta-derive v0.3.0 |
820 | 2025-06-30T22:07:12.070Z | Downloaded hkdf v0.12.4 |
821 | 2025-06-30T22:07:12.074Z | Downloaded structmeta v0.3.0 |
822 | 2025-06-30T22:07:12.074Z | Downloaded openssl-probe v0.1.5 |
823 | 2025-06-30T22:07:12.076Z | Downloaded rusty-fork v0.3.0 |
824 | 2025-06-30T22:07:12.076Z | Downloaded ref-cast-impl v1.0.24 |
825 | 2025-06-30T22:07:12.080Z | Downloaded ref-cast v1.0.24 |
826 | 2025-06-30T22:07:12.084Z | Downloaded tokio-native-tls v0.3.1 |
827 | 2025-06-30T22:07:12.089Z | Downloaded libm v0.2.8 |
828 | 2025-06-30T22:07:12.094Z | Downloaded path-slash v0.1.5 |
829 | 2025-06-30T22:07:12.097Z | Downloaded sync-ptr v0.1.4 |
830 | 2025-06-30T22:07:12.097Z | Downloaded signal-hook-mio v0.2.4 |
831 | 2025-06-30T22:07:12.100Z | Downloaded pretty-hex v0.2.1 |
832 | 2025-06-30T22:07:12.104Z | Downloaded libxml v0.3.3 |
833 | 2025-06-30T22:07:12.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
834 | 2025-06-30T22:07:12.116Z | Downloaded termios v0.3.3 |
835 | 2025-06-30T22:07:12.116Z | Downloaded tabled_derive v0.10.0 |
836 | 2025-06-30T22:07:12.116Z | Downloaded packed_struct_codegen v0.10.1 |
837 | 2025-06-30T22:07:12.119Z | Downloaded crypto-bigint v0.5.5 |
838 | 2025-06-30T22:07:12.125Z | Downloaded derive_builder_macro v0.20.2 |
839 | 2025-06-30T22:07:12.128Z | Downloaded typify v0.4.1 |
840 | 2025-06-30T22:07:12.132Z | Downloaded pem v3.0.5 |
841 | 2025-06-30T22:07:12.135Z | Downloaded peg v0.8.5 |
842 | 2025-06-30T22:07:12.138Z | Downloaded num_threads v0.1.7 |
843 | 2025-06-30T22:07:12.141Z | Downloaded itertools v0.13.0 |
844 | 2025-06-30T22:07:12.162Z | Downloaded progenitor-macro v0.9.1 |
845 | 2025-06-30T22:07:12.168Z | Downloaded supports-color v3.0.2 |
846 | 2025-06-30T22:07:12.168Z | Downloaded support-bundle-viewer v0.1.2 |
847 | 2025-06-30T22:07:12.168Z | Downloaded steno v0.4.1 |
848 | 2025-06-30T22:07:12.168Z | Downloaded sqlparser_derive v0.2.2 |
849 | 2025-06-30T22:07:12.168Z | Downloaded powerfmt v0.2.0 |
850 | 2025-06-30T22:07:12.168Z | Downloaded pbkdf2 v0.11.0 |
851 | 2025-06-30T22:07:12.171Z | Downloaded wait-timeout v0.2.0 |
852 | 2025-06-30T22:07:12.171Z | Downloaded paste v1.0.15 |
853 | 2025-06-30T22:07:12.174Z | Downloaded waitgroup v0.1.2 |
854 | 2025-06-30T22:07:12.174Z | Downloaded ctr v0.9.2 |
855 | 2025-06-30T22:07:12.178Z | Downloaded zip v4.2.0 |
856 | 2025-06-30T22:07:12.183Z | Downloaded zerocopy-derive v0.8.26 |
857 | 2025-06-30T22:07:12.191Z | Downloaded flagset v0.4.6 |
858 | 2025-06-30T22:07:12.194Z | Downloaded serde_plain v1.0.2 |
859 | 2025-06-30T22:07:12.197Z | Downloaded float-cmp v0.10.0 |
860 | 2025-06-30T22:07:12.197Z | Downloaded derive_builder v0.20.2 |
861 | 2025-06-30T22:07:12.203Z | Downloaded sha1 v0.10.6 |
862 | 2025-06-30T22:07:12.206Z | Downloaded fallible-iterator v0.2.0 |
863 | 2025-06-30T22:07:12.211Z | Downloaded uuid v1.17.0 |
864 | 2025-06-30T22:07:12.214Z | Downloaded ppv-lite86 v0.2.20 |
865 | 2025-06-30T22:07:12.214Z | Downloaded newline-converter v0.3.0 |
866 | 2025-06-30T22:07:12.217Z | Downloaded sigpipe v0.1.3 |
867 | 2025-06-30T22:07:12.217Z | Downloaded typify v0.2.0 |
868 | 2025-06-30T22:07:12.221Z | Downloaded itertools v0.14.0 |
869 | 2025-06-30T22:07:12.229Z | Downloaded scrypt v0.11.0 |
870 | 2025-06-30T22:07:12.232Z | Downloaded tungstenite v0.21.0 |
871 | 2025-06-30T22:07:12.236Z | Downloaded new_debug_unreachable v1.0.6 |
872 | 2025-06-30T22:07:12.239Z | Downloaded tiny-keccak v2.0.2 |
873 | 2025-06-30T22:07:12.242Z | Downloaded ecdsa v0.16.9 |
874 | 2025-06-30T22:07:12.246Z | Downloaded openssl-macros v0.1.1 |
875 | 2025-06-30T22:07:12.246Z | Downloaded debug-ignore v1.0.5 |
876 | 2025-06-30T22:07:12.249Z | Downloaded half v2.4.1 |
877 | 2025-06-30T22:07:12.252Z | Downloaded futures-core v0.3.31 |
878 | 2025-06-30T22:07:12.262Z | Downloaded typed-path v0.9.3 |
879 | 2025-06-30T22:07:12.284Z | Downloaded tower-service v0.3.3 |
880 | 2025-06-30T22:07:12.284Z | Downloaded pin-utils v0.1.0 |
881 | 2025-06-30T22:07:12.284Z | Downloaded diesel_table_macro_syntax v0.2.0 |
882 | 2025-06-30T22:07:12.284Z | Downloaded pin-project-internal v1.1.6 |
883 | 2025-06-30T22:07:12.291Z | Downloaded x509-cert v0.2.5 |
884 | 2025-06-30T22:07:12.291Z | Downloaded slog-dtrace v0.3.0 |
885 | 2025-06-30T22:07:12.291Z | Downloaded slog-bunyan v2.5.0 |
886 | 2025-06-30T22:07:12.291Z | Downloaded rand_core v0.6.4 |
887 | 2025-06-30T22:07:12.291Z | Downloaded cstr-argument v0.1.2 |
888 | 2025-06-30T22:07:12.291Z | Downloaded russh-cryptovec v0.7.3 |
889 | 2025-06-30T22:07:12.291Z | Downloaded foldhash v0.1.5 |
890 | 2025-06-30T22:07:12.291Z | Downloaded thread_local v1.1.8 |
891 | 2025-06-30T22:07:12.296Z | Downloaded dyn-clone v1.0.19 |
892 | 2025-06-30T22:07:12.296Z | Downloaded tokio-tungstenite v0.23.1 |
893 | 2025-06-30T22:07:12.296Z | Downloaded tokio-stream v0.1.17 |
894 | 2025-06-30T22:07:12.301Z | Downloaded normalize-line-endings v0.3.0 |
895 | 2025-06-30T22:07:12.301Z | Downloaded time-macros v0.2.18 |
896 | 2025-06-30T22:07:12.308Z | Downloaded parse-display v0.10.0 |
897 | 2025-06-30T22:07:12.308Z | Downloaded aho-corasick v1.1.3 |
898 | 2025-06-30T22:07:12.312Z | Downloaded nanorand v0.7.0 |
899 | 2025-06-30T22:07:12.315Z | Downloaded aes-gcm v0.10.3 |
900 | 2025-06-30T22:07:12.318Z | Downloaded xshell-macros v0.2.7 |
901 | 2025-06-30T22:07:12.322Z | Downloaded signal-hook-tokio v0.3.1 |
902 | 2025-06-30T22:07:12.322Z | Downloaded sec1 v0.7.3 |
903 | 2025-06-30T22:07:12.325Z | Downloaded dunce v1.0.5 |
904 | 2025-06-30T22:07:12.325Z | Downloaded signature v2.2.0 |
905 | 2025-06-30T22:07:12.328Z | Downloaded signal-hook-registry v1.4.2 |
906 | 2025-06-30T22:07:12.331Z | Downloaded prefix-trie v0.7.0 |
907 | 2025-06-30T22:07:12.335Z | Downloaded iri-string v0.7.8 |
908 | 2025-06-30T22:07:12.340Z | Downloaded foreign-types-shared v0.3.1 |
909 | 2025-06-30T22:07:12.343Z | Downloaded document-features v0.2.10 |
910 | 2025-06-30T22:07:12.343Z | Downloaded futures-io v0.3.31 |
911 | 2025-06-30T22:07:12.346Z | Downloaded predicates-core v1.0.8 |
912 | 2025-06-30T22:07:12.346Z | Downloaded rustc-demangle v0.1.24 |
913 | 2025-06-30T22:07:12.350Z | Downloaded zstd-safe v7.2.3 |
914 | 2025-06-30T22:07:12.354Z | Downloaded headers v0.4.1 |
915 | 2025-06-30T22:07:12.360Z | Downloaded psl-types v2.0.11 |
916 | 2025-06-30T22:07:12.363Z | Downloaded want v0.3.1 |
917 | 2025-06-30T22:07:12.363Z | Downloaded pin-project v1.1.6 |
918 | 2025-06-30T22:07:12.372Z | Downloaded futures-task v0.3.31 |
919 | 2025-06-30T22:07:12.375Z | Downloaded rustyline v14.0.0 |
920 | 2025-06-30T22:07:12.380Z | Downloaded num_enum v0.5.11 |
921 | 2025-06-30T22:07:12.386Z | Downloaded reedline v0.40.0 |
922 | 2025-06-30T22:07:12.393Z | Downloaded strum_macros v0.25.3 |
923 | 2025-06-30T22:07:12.396Z | Downloaded unarray v0.1.4 |
924 | 2025-06-30T22:07:12.399Z | Downloaded rfc6979 v0.4.0 |
925 | 2025-06-30T22:07:12.399Z | Downloaded spin v0.9.8 |
926 | 2025-06-30T22:07:12.403Z | Downloaded tabwriter v1.4.0 |
927 | 2025-06-30T22:07:12.407Z | Downloaded fs-err v2.11.0 |
928 | 2025-06-30T22:07:12.407Z | Downloaded deranged v0.3.11 |
929 | 2025-06-30T22:07:12.412Z | Downloaded nu-ansi-term v0.50.1 |
930 | 2025-06-30T22:07:12.416Z | Downloaded toml v0.7.8 |
931 | 2025-06-30T22:07:12.416Z | Downloaded yansi v1.0.1 |
932 | 2025-06-30T22:07:12.420Z | Downloaded rtoolbox v0.0.2 |
933 | 2025-06-30T22:07:12.420Z | Downloaded futures-macro v0.3.31 |
934 | 2025-06-30T22:07:12.420Z | Downloaded fs_extra v1.3.0 |
935 | 2025-06-30T22:07:12.423Z | Downloaded display-error-chain v0.2.2 |
936 | 2025-06-30T22:07:12.427Z | Downloaded schemars v0.8.22 |
937 | 2025-06-30T22:07:12.437Z | Downloaded rand_chacha v0.3.1 |
938 | 2025-06-30T22:07:12.440Z | Downloaded parking_lot_core v0.8.6 |
939 | 2025-06-30T22:07:12.443Z | Downloaded parking_lot v0.11.2 |
940 | 2025-06-30T22:07:12.446Z | Downloaded strum_macros v0.26.4 |
941 | 2025-06-30T22:07:12.449Z | Downloaded salty v0.3.0 |
942 | 2025-06-30T22:07:12.454Z | Downloaded quinn-udp v0.5.5 |
943 | 2025-06-30T22:07:12.457Z | Downloaded predicates-tree v1.0.12 |
944 | 2025-06-30T22:07:12.457Z | Downloaded walkdir v2.5.0 |
945 | 2025-06-30T22:07:12.460Z | Downloaded sct v0.7.1 |
946 | 2025-06-30T22:07:12.463Z | Downloaded strum_macros v0.24.3 |
947 | 2025-06-30T22:07:12.466Z | Downloaded p256 v0.13.2 |
948 | 2025-06-30T22:07:12.469Z | Downloaded tough v0.20.0 |
949 | 2025-06-30T22:07:12.478Z | Downloaded derive-where v1.5.0 |
950 | 2025-06-30T22:07:12.483Z | Downloaded unicode-properties v0.1.3 |
951 | 2025-06-30T22:07:12.486Z | Downloaded parking_lot_core v0.9.10 |
952 | 2025-06-30T22:07:12.489Z | Downloaded term v0.7.0 |
953 | 2025-06-30T22:07:12.492Z | Downloaded zerocopy v0.6.6 |
954 | 2025-06-30T22:07:12.496Z | Downloaded pkcs1 v0.7.5 |
955 | 2025-06-30T22:07:12.499Z | Downloaded rayon v1.10.0 |
956 | 2025-06-30T22:07:12.509Z | Downloaded unicase v2.7.0 |
957 | 2025-06-30T22:07:12.512Z | Downloaded russh-keys v0.45.0 |
958 | 2025-06-30T22:07:12.515Z | Downloaded omicron-zone-package v0.12.2 |
959 | 2025-06-30T22:07:12.518Z | Downloaded typify v0.3.0 |
960 | 2025-06-30T22:07:12.521Z | Downloaded flume v0.11.1 |
961 | 2025-06-30T22:07:12.524Z | Downloaded tracing-core v0.1.32 |
962 | 2025-06-30T22:07:12.528Z | Downloaded toml_edit v0.19.15 |
963 | 2025-06-30T22:07:12.546Z | Downloaded subprocess v0.2.9 |
964 | 2025-06-30T22:07:12.549Z | Downloaded tower v0.5.2 |
965 | 2025-06-30T22:07:12.557Z | Downloaded hashbrown v0.13.2 |
966 | 2025-06-30T22:07:12.563Z | Downloaded tabled v0.18.0 |
967 | 2025-06-30T22:07:12.582Z | Downloaded time v0.3.36 |
968 | 2025-06-30T22:07:12.589Z | Downloaded bindgen v0.69.5 |
969 | 2025-06-30T22:07:12.597Z | Downloaded rustls-webpki v0.102.8 |
970 | 2025-06-30T22:07:12.616Z | Downloaded rsa v0.9.6 |
971 | 2025-06-30T22:07:12.621Z | Downloaded bitvec v1.0.1 |
972 | 2025-06-30T22:07:12.638Z | Downloaded nom v7.1.3 |
973 | 2025-06-30T22:07:12.646Z | Downloaded object v0.30.4 |
974 | 2025-06-30T22:07:12.654Z | Downloaded unicode-normalization v0.1.24 |
975 | 2025-06-30T22:07:12.658Z | Downloaded tower-http v0.6.6 |
976 | 2025-06-30T22:07:12.667Z | Downloaded rpassword v7.4.0 |
977 | 2025-06-30T22:07:12.669Z | Downloaded serde_with v3.12.0 |
978 | 2025-06-30T22:07:12.678Z | Downloaded russh v0.45.0 |
979 | 2025-06-30T22:07:12.686Z | Downloaded unicode_categories v0.1.1 |
980 | 2025-06-30T22:07:12.689Z | Downloaded petname v2.0.2 |
981 | 2025-06-30T22:07:12.693Z | Downloaded reqwest v0.12.20 |
982 | 2025-06-30T22:07:12.704Z | Downloaded winnow v0.6.26 |
983 | 2025-06-30T22:07:12.716Z | Downloaded sqlparser v0.45.0 |
984 | 2025-06-30T22:07:12.720Z | Downloaded smoltcp v0.9.1 |
985 | 2025-06-30T22:07:12.732Z | Downloaded smoltcp v0.11.0 |
986 | 2025-06-30T22:07:12.747Z | Downloaded quinn-proto v0.11.8 |
987 | 2025-06-30T22:07:12.753Z | Downloaded object v0.36.5 |
988 | 2025-06-30T22:07:12.767Z | Downloaded p521 v0.13.3 |
989 | 2025-06-30T22:07:12.771Z | Downloaded h2 v0.4.6 |
990 | 2025-06-30T22:07:12.778Z | Downloaded p384 v0.13.0 |
991 | 2025-06-30T22:07:12.785Z | Downloaded nix v0.27.1 |
992 | 2025-06-30T22:07:12.797Z | Downloaded radix_trie v0.2.1 |
993 | 2025-06-30T22:07:12.803Z | Downloaded chrono v0.4.41 |
994 | 2025-06-30T22:07:12.812Z | Downloaded gimli v0.31.1 |
995 | 2025-06-30T22:07:12.823Z | Downloaded openssl v0.10.73 |
996 | 2025-06-30T22:07:12.833Z | Downloaded curve25519-dalek v4.1.3 |
997 | 2025-06-30T22:07:12.843Z | Downloaded regex-syntax v0.6.29 |
998 | 2025-06-30T22:07:12.851Z | Downloaded regex v1.11.1 |
999 | 2025-06-30T22:07:12.866Z | Downloaded quick-xml v0.37.2 |
1000 | 2025-06-30T22:07:12.872Z | Downloaded diesel v2.2.11 |
1001 | 2025-06-30T22:07:12.892Z | Downloaded polar-core v0.27.3 |
1002 | 2025-06-30T22:07:12.901Z | Downloaded zlib-rs v0.5.1 |
1003 | 2025-06-30T22:07:12.908Z | Downloaded tracing v0.1.40 |
1004 | 2025-06-30T22:07:12.912Z | Downloaded dropshot v0.16.2 |
1005 | 2025-06-30T22:07:12.936Z | Downloaded proptest v1.7.0 |
1006 | 2025-06-30T22:07:12.945Z | Downloaded webpki-roots v1.0.0 |
1007 | 2025-06-30T22:07:12.950Z | Downloaded chrono-tz v0.10.3 |
1008 | 2025-06-30T22:07:12.958Z | Downloaded regress v0.10.3 |
1009 | 2025-06-30T22:07:12.968Z | Downloaded bstr v1.10.0 |
1010 | 2025-06-30T22:07:12.979Z | Downloaded openapiv3 v2.2.0 |
1011 | 2025-06-30T22:07:12.993Z | Downloaded nix v0.29.0 |
1012 | 2025-06-30T22:07:13.006Z | Downloaded nix v0.28.0 |
1013 | 2025-06-30T22:07:13.018Z | Downloaded rustls v0.23.19 |
1014 | 2025-06-30T22:07:13.031Z | Downloaded rustls v0.22.4 |
1015 | 2025-06-30T22:07:13.045Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2025-06-30T22:07:13.056Z | Downloaded typify-impl v0.4.1 |
1017 | 2025-06-30T22:07:13.074Z | Downloaded typify-impl v0.2.0 |
1018 | 2025-06-30T22:07:13.092Z | Downloaded typify-impl v0.3.0 |
1019 | 2025-06-30T22:07:13.109Z | Downloaded regex-automata v0.4.8 |
1020 | 2025-06-30T22:07:13.126Z | Downloaded jiff v0.2.15 |
1021 | 2025-06-30T22:07:13.146Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1022 | 2025-06-30T22:07:13.160Z | Downloaded ratatui v0.29.0 |
1023 | 2025-06-30T22:07:13.179Z | Downloaded sled v0.34.7 |
1024 | 2025-06-30T22:07:13.190Z | Downloaded lzma-sys v0.1.20 |
1025 | 2025-06-30T22:07:13.219Z | Downloaded regex-syntax v0.8.5 |
1026 | 2025-06-30T22:07:13.228Z | Downloaded libz-sys v1.1.20 |
1027 | 2025-06-30T22:07:13.249Z | Downloaded nix v0.30.1 |
1028 | 2025-06-30T22:07:13.262Z | Downloaded zerocopy v0.8.26 |
1029 | 2025-06-30T22:07:13.284Z | Downloaded rustls v0.21.12 |
1030 | 2025-06-30T22:07:13.295Z | Downloaded petgraph v0.6.5 |
1031 | 2025-06-30T22:07:13.313Z | Downloaded tokio v1.45.1 |
1032 | 2025-06-30T22:07:13.352Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1033 | 2025-06-30T22:07:13.378Z | Downloaded ssh-key v0.6.6 |
1034 | 2025-06-30T22:07:13.386Z | Downloaded git2 v0.19.0 |
1035 | 2025-06-30T22:07:13.393Z | Downloaded futures-util v0.3.31 |
1036 | 2025-06-30T22:07:13.399Z | Downloaded csv v1.3.1 |
1037 | 2025-06-30T22:07:13.418Z | Downloaded petgraph v0.8.2 |
1038 | 2025-06-30T22:07:13.438Z | Downloaded aws-lc-rs v1.12.4 |
1039 | 2025-06-30T22:07:13.448Z | Downloaded vcpkg v0.2.15 |
1040 | 2025-06-30T22:07:13.484Z | Downloaded sha3 v0.10.8 |
1041 | 2025-06-30T22:07:13.489Z | Downloaded expectorate v1.2.0 |
1042 | 2025-06-30T22:07:13.492Z | Downloaded num-bigint-dig v0.8.4 |
1043 | 2025-06-30T22:07:13.495Z | Downloaded tokio-util v0.7.15 |
1044 | 2025-06-30T22:07:13.502Z | Downloaded papergrid v0.14.0 |
1045 | 2025-06-30T22:07:13.507Z | Downloaded pkcs5 v0.7.1 |
1046 | 2025-06-30T22:07:13.510Z | Downloaded quinn v0.11.5 |
1047 | 2025-06-30T22:07:13.515Z | Downloaded publicsuffix v2.3.0 |
1048 | 2025-06-30T22:07:13.519Z | Downloaded rustls-webpki v0.101.7 |
1049 | 2025-06-30T22:07:13.530Z | Downloaded moka v0.12.10 |
1050 | 2025-06-30T22:07:13.540Z | Downloaded lalrpop v0.19.12 |
1051 | 2025-06-30T22:07:13.551Z | Downloaded blake3 v1.5.4 |
1052 | 2025-06-30T22:07:13.559Z | Downloaded half v1.8.3 |
1053 | 2025-06-30T22:07:13.562Z | Downloaded unicode-bidi v0.3.17 |
1054 | 2025-06-30T22:07:13.565Z | Downloaded winnow v0.5.40 |
1055 | 2025-06-30T22:07:13.573Z | Downloaded portable-atomic v1.11.0 |
1056 | 2025-06-30T22:07:13.579Z | Downloaded flate2 v1.1.2 |
1057 | 2025-06-30T22:07:13.583Z | Downloaded serde_yaml v0.9.34+deprecated |
1058 | 2025-06-30T22:07:13.587Z | Downloaded static_assertions v1.1.0 |
1059 | 2025-06-30T22:07:13.590Z | Downloaded num-bigint v0.4.6 |
1060 | 2025-06-30T22:07:13.594Z | Downloaded bindgen v0.71.1 |
1061 | 2025-06-30T22:07:13.602Z | Downloaded xz2 v0.1.7 |
1062 | 2025-06-30T22:07:13.606Z | Downloaded serde_path_to_error v0.1.17 |
1063 | 2025-06-30T22:07:13.606Z | Downloaded encoding_rs v0.8.34 |
1064 | 2025-06-30T22:07:13.627Z | Downloaded secrecy v0.10.3 |
1065 | 2025-06-30T22:07:13.630Z | Downloaded serde_derive_internals v0.29.1 |
1066 | 2025-06-30T22:07:13.630Z | Downloaded rand v0.9.1 |
1067 | 2025-06-30T22:07:13.633Z | Downloaded tokio-rustls v0.24.1 |
1068 | 2025-06-30T22:07:13.636Z | Downloaded opaque-debug v0.3.1 |
1069 | 2025-06-30T22:07:13.636Z | Downloaded thiserror-no-std v2.0.2 |
1070 | 2025-06-30T22:07:13.642Z | Downloaded pretty_assertions v1.4.1 |
1071 | 2025-06-30T22:07:13.647Z | Downloaded unsafe-libyaml v0.2.11 |
1072 | 2025-06-30T22:07:13.647Z | Downloaded tokio-postgres v0.7.13 |
1073 | 2025-06-30T22:07:13.651Z | Downloaded defmt v0.3.8 |
1074 | 2025-06-30T22:07:13.654Z | Downloaded daft v0.1.3 |
1075 | 2025-06-30T22:07:13.654Z | Downloaded csv-core v0.1.11 |
1076 | 2025-06-30T22:07:13.657Z | Downloaded prettyplease v0.2.35 |
1077 | 2025-06-30T22:07:13.660Z | Downloaded tokio-rustls v0.26.0 |
1078 | 2025-06-30T22:07:13.663Z | Downloaded ring v0.17.14 |
1079 | 2025-06-30T22:07:13.706Z | Downloaded which v4.4.2 |
1080 | 2025-06-30T22:07:13.710Z | Downloaded termcolor v1.4.1 |
1081 | 2025-06-30T22:07:13.710Z | Downloaded futures v0.3.31 |
1082 | 2025-06-30T22:07:13.713Z | Downloaded fatfs v0.3.6 |
1083 | 2025-06-30T22:07:13.716Z | Downloaded rand_chacha v0.9.0 |
1084 | 2025-06-30T22:07:13.721Z | Downloaded schemars_derive v0.8.22 |
1085 | 2025-06-30T22:07:13.721Z | Downloaded rustc_version v0.1.7 |
1086 | 2025-06-30T22:07:13.721Z | Downloaded rand_core v0.9.2 |
1087 | 2025-06-30T22:07:13.741Z | Downloaded diff v0.1.13 |
1088 | 2025-06-30T22:07:13.741Z | Downloaded unicode-segmentation v1.12.0 |
1089 | 2025-06-30T22:07:13.741Z | Downloaded phf_shared v0.11.2 |
1090 | 2025-06-30T22:07:13.741Z | Downloaded newtype-uuid v1.2.4 |
1091 | 2025-06-30T22:07:13.741Z | Downloaded postgres-types v0.2.9 |
1092 | 2025-06-30T22:07:13.741Z | Downloaded ssh-encoding v0.2.0 |
1093 | 2025-06-30T22:07:13.741Z | Downloaded num_enum_derive v0.5.11 |
1094 | 2025-06-30T22:07:13.741Z | Downloaded tungstenite v0.23.0 |
1095 | 2025-06-30T22:07:13.744Z | Downloaded crossterm v0.28.1 |
1096 | 2025-06-30T22:07:13.744Z | Downloaded float-ord v0.3.2 |
1097 | 2025-06-30T22:07:13.744Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1098 | 2025-06-30T22:07:13.803Z | Downloaded fixedbitset v0.5.7 |
1099 | 2025-06-30T22:07:13.806Z | Downloaded env_logger v0.11.5 |
1100 | 2025-06-30T22:07:13.809Z | Downloaded derive_builder_core v0.20.2 |
1101 | 2025-06-30T22:07:13.809Z | Downloaded hash32 v0.3.1 |
1102 | 2025-06-30T22:07:13.812Z | Downloaded rand_xorshift v0.4.0 |
1103 | 2025-06-30T22:07:13.812Z | Downloaded rand_seeder v0.3.0 |
1104 | 2025-06-30T22:07:13.812Z | Downloaded yasna v0.5.2 |
1105 | 2025-06-30T22:07:13.816Z | Downloaded ed25519-dalek v2.1.1 |
1106 | 2025-06-30T22:07:13.819Z | Downloaded universal-hash v0.5.1 |
1107 | 2025-06-30T22:07:13.819Z | Downloaded password-hash v0.5.0 |
1108 | 2025-06-30T22:07:13.823Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2025-06-30T22:07:13.823Z | Downloaded openssl-sys v0.9.109 |
1110 | 2025-06-30T22:07:13.826Z | Downloaded der v0.7.9 |
1111 | 2025-06-30T22:07:13.831Z | Downloaded hyper v1.6.0 |
1112 | 2025-06-30T22:07:13.837Z | Downloaded primeorder v0.13.6 |
1113 | 2025-06-30T22:07:13.840Z | Downloaded subtle v2.6.1 |
1114 | 2025-06-30T22:07:13.840Z | Downloaded progenitor-macro v0.8.0 |
1115 | 2025-06-30T22:07:13.840Z | Downloaded packed_struct v0.10.1 |
1116 | 2025-06-30T22:07:13.844Z | Downloaded num-iter v0.1.45 |
1117 | 2025-06-30T22:07:13.844Z | Downloaded num-integer v0.1.46 |
1118 | 2025-06-30T22:07:13.848Z | Downloaded num-derive v0.4.2 |
1119 | 2025-06-30T22:07:13.848Z | Downloaded futures-channel v0.3.31 |
1120 | 2025-06-30T22:07:13.851Z | Downloaded funty v2.0.0 |
1121 | 2025-06-30T22:07:13.851Z | Downloaded pbkdf2 v0.12.2 |
1122 | 2025-06-30T22:07:13.851Z | Downloaded fd-lock v4.0.2 |
1123 | 2025-06-30T22:07:13.851Z | Downloaded zeroize v1.8.1 |
1124 | 2025-06-30T22:07:13.855Z | Downloaded twox-hash v2.1.0 |
1125 | 2025-06-30T22:07:13.855Z | Downloaded tokio-dtrace v0.1.0 |
1126 | 2025-06-30T22:07:13.859Z | Downloaded dropshot_endpoint v0.16.2 |
1127 | 2025-06-30T22:07:13.862Z | Downloaded samael v0.0.19 |
1128 | 2025-06-30T22:07:13.865Z | Downloaded parse-zoneinfo v0.3.1 |
1129 | 2025-06-30T22:07:13.868Z | Downloaded spki v0.7.3 |
1130 | 2025-06-30T22:07:13.872Z | Downloaded itertools v0.12.1 |
1131 | 2025-06-30T22:07:13.876Z | Downloaded slog-async v2.8.0 |
1132 | 2025-06-30T22:07:13.879Z | Downloaded serde_repr v0.1.19 |
1133 | 2025-06-30T22:07:13.879Z | Downloaded oso v0.27.3 |
1134 | 2025-06-30T22:07:13.882Z | Downloaded num-complex v0.4.6 |
1135 | 2025-06-30T22:07:13.886Z | Downloaded secrecy v0.8.0 |
1136 | 2025-06-30T22:07:13.886Z | Downloaded socket2 v0.5.10 |
1137 | 2025-06-30T22:07:13.889Z | Downloaded headers-core v0.3.0 |
1138 | 2025-06-30T22:07:13.889Z | Downloaded dirs-next v2.0.0 |
1139 | 2025-06-30T22:07:13.889Z | Downloaded difflib v0.4.0 |
1140 | 2025-06-30T22:07:13.889Z | Downloaded zone v0.3.1 |
1141 | 2025-06-30T22:07:13.892Z | Downloaded zone v0.1.8 |
1142 | 2025-06-30T22:07:13.892Z | Downloaded zeroize_derive v1.4.2 |
1143 | 2025-06-30T22:07:13.892Z | Downloaded untrusted v0.7.1 |
1144 | 2025-06-30T22:07:13.892Z | Downloaded rustversion v1.0.17 |
1145 | 2025-06-30T22:07:13.895Z | Downloaded hashbrown v0.12.3 |
1146 | 2025-06-30T22:07:13.898Z | Downloaded proc-macro-crate v1.3.1 |
1147 | 2025-06-30T22:07:13.901Z | Downloaded peg-macros v0.8.5 |
1148 | 2025-06-30T22:07:13.901Z | Downloaded sqlformat v0.3.5 |
1149 | 2025-06-30T22:07:13.904Z | Downloaded iddqd v0.3.8 |
1150 | 2025-06-30T22:07:13.909Z | Downloaded itertools v0.10.5 |
1151 | 2025-06-30T22:07:13.915Z | Downloaded darling_core v0.20.10 |
1152 | 2025-06-30T22:07:13.919Z | Downloaded tokio-rustls v0.25.0 |
1153 | 2025-06-30T22:07:13.923Z | Downloaded progenitor v0.8.0 |
1154 | 2025-06-30T22:07:13.923Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1155 | 2025-06-30T22:07:13.927Z | Downloaded predicates v3.1.3 |
1156 | 2025-06-30T22:07:13.927Z | Downloaded native-tls v0.2.12 |
1157 | 2025-06-30T22:07:13.930Z | Downloaded slog-term v2.9.1 |
1158 | 2025-06-30T22:07:13.930Z | Downloaded phf_codegen v0.11.2 |
1159 | 2025-06-30T22:07:13.930Z | Downloaded zip v0.6.6 |
1160 | 2025-06-30T22:07:13.934Z | Downloaded cc v1.2.15 |
1161 | 2025-06-30T22:07:13.937Z | Downloaded heapless v0.8.0 |
1162 | 2025-06-30T22:07:13.942Z | Downloaded heapless v0.7.17 |
1163 | 2025-06-30T22:07:13.945Z | Downloaded nibble_vec v0.1.0 |
1164 | 2025-06-30T22:07:13.948Z | Downloaded vte v0.11.1 |
1165 | 2025-06-30T22:07:13.948Z | Downloaded uzers v0.12.1 |
1166 | 2025-06-30T22:07:13.951Z | Downloaded slog v2.7.0 |
1167 | 2025-06-30T22:07:13.954Z | Downloaded filetime v0.2.25 |
1168 | 2025-06-30T22:07:13.954Z | Downloaded ff v0.13.0 |
1169 | 2025-06-30T22:07:13.957Z | Downloaded serde_cbor v0.11.2 |
1170 | 2025-06-30T22:07:13.960Z | Downloaded pkcs8 v0.10.2 |
1171 | 2025-06-30T22:07:13.960Z | Downloaded snafu-derive v0.8.5 |
1172 | 2025-06-30T22:07:13.964Z | Downloaded zopfli v0.8.1 |
1173 | 2025-06-30T22:07:13.967Z | Downloaded defmt-macros v0.3.9 |
1174 | 2025-06-30T22:07:13.967Z | Downloaded curve25519-dalek-derive v0.1.1 |
1175 | 2025-06-30T22:07:13.967Z | Downloaded tap v1.0.1 |
1176 | 2025-06-30T22:07:13.970Z | Downloaded tagptr v0.2.0 |
1177 | 2025-06-30T22:07:13.970Z | Downloaded aes v0.8.4 |
1178 | 2025-06-30T22:07:13.973Z | Downloaded compact_str v0.8.0 |
1179 | 2025-06-30T22:07:13.976Z | Downloaded bytes v1.10.1 |
1180 | 2025-06-30T22:07:13.980Z | Downloaded slog-scope v4.4.0 |
1181 | 2025-06-30T22:07:13.983Z | Downloaded minimal-lexical v0.2.1 |
1182 | 2025-06-30T22:07:13.987Z | Downloaded rand v0.8.5 |
1183 | 2025-06-30T22:07:13.990Z | Downloaded base64 v0.21.7 |
1184 | 2025-06-30T22:07:13.994Z | Downloaded blake2 v0.10.6 |
1185 | 2025-06-30T22:07:13.997Z | Downloaded base64 v0.22.1 |
1186 | 2025-06-30T22:07:14.000Z | Downloaded typify-macro v0.4.1 |
1187 | 2025-06-30T22:07:14.000Z | Downloaded ron v0.8.1 |
1188 | 2025-06-30T22:07:14.004Z | Downloaded resolv-conf v0.7.0 |
1189 | 2025-06-30T22:07:14.007Z | Downloaded progenitor-impl v0.8.0 |
1190 | 2025-06-30T22:07:14.010Z | Downloaded arc-swap v1.7.1 |
1191 | 2025-06-30T22:07:14.014Z | Downloaded elliptic-curve v0.13.8 |
1192 | 2025-06-30T22:07:14.019Z | Downloaded derive_more v0.99.20 |
1193 | 2025-06-30T22:07:14.022Z | Downloaded similar v2.7.0 |
1194 | 2025-06-30T22:07:14.025Z | Downloaded postcard v1.0.10 |
1195 | 2025-06-30T22:07:14.028Z | Downloaded pin-project-lite v0.2.14 |
1196 | 2025-06-30T22:07:14.031Z | Downloaded num-rational v0.4.2 |
1197 | 2025-06-30T22:07:14.031Z | Downloaded phf v0.11.2 |
1198 | 2025-06-30T22:07:14.034Z | Downloaded salsa20 v0.10.2 |
1199 | 2025-06-30T22:07:14.034Z | Downloaded defmt-parser v0.3.4 |
1200 | 2025-06-30T22:07:14.037Z | Downloaded password-hash v0.4.2 |
1201 | 2025-06-30T22:07:14.037Z | Downloaded zone_cfg_derive v0.1.2 |
1202 | 2025-06-30T22:07:14.037Z | Downloaded simd-adler32 v0.3.7 |
1203 | 2025-06-30T22:07:14.041Z | Downloaded xshell v0.2.7 |
1204 | 2025-06-30T22:07:14.041Z | Downloaded snafu v0.8.5 |
1205 | 2025-06-30T22:07:14.045Z | Downloaded globset v0.4.15 |
1206 | 2025-06-30T22:07:14.048Z | Downloaded vergen v8.3.2 |
1207 | 2025-06-30T22:07:14.052Z | Downloaded crc-any v2.5.0 |
1208 | 2025-06-30T22:07:14.052Z | Downloaded hickory-server v0.25.2 |
1209 | 2025-06-30T22:07:14.056Z | Downloaded darling v0.20.10 |
1210 | 2025-06-30T22:07:14.059Z | Downloaded globwalk v0.9.1 |
1211 | 2025-06-30T22:07:14.062Z | Downloaded glob v0.3.2 |
1212 | 2025-06-30T22:07:14.062Z | Downloaded tokio-tungstenite v0.21.0 |
1213 | 2025-06-30T22:07:14.067Z | Downloaded xattr v1.3.1 |
1214 | 2025-06-30T22:07:14.067Z | Downloaded wyz v0.5.1 |
1215 | 2025-06-30T22:07:14.072Z | Downloaded ena v0.14.3 |
1216 | 2025-06-30T22:07:14.073Z | Downloaded scopeguard v1.2.0 |
1217 | 2025-06-30T22:07:14.073Z | Downloaded rustls-pemfile v2.2.0 |
1218 | 2025-06-30T22:07:14.076Z | Downloaded hyper-util v0.1.14 |
1219 | 2025-06-30T22:07:14.079Z | Downloaded clang-sys v1.8.1 |
1220 | 2025-06-30T22:07:14.079Z | Downloaded indexmap v1.9.3 |
1221 | 2025-06-30T22:07:14.082Z | Downloaded crossbeam-epoch v0.9.18 |
1222 | 2025-06-30T22:07:14.085Z | Downloaded embedded-io v0.6.1 |
1223 | 2025-06-30T22:07:14.085Z | Downloaded crunchy v0.2.2 |
1224 | 2025-06-30T22:07:14.088Z | Downloaded tracing-attributes v0.1.27 |
1225 | 2025-06-30T22:07:14.088Z | Downloaded slab v0.4.9 |
1226 | 2025-06-30T22:07:14.091Z | Downloaded libsw-core v0.3.1 |
1227 | 2025-06-30T22:07:14.091Z | Downloaded arrayvec v0.7.6 |
1228 | 2025-06-30T22:07:14.094Z | Downloaded rustls-native-certs v0.8.1 |
1229 | 2025-06-30T22:07:14.094Z | Downloaded memmap2 v0.9.5 |
1230 | 2025-06-30T22:07:14.097Z | Downloaded lzss v0.8.2 |
1231 | 2025-06-30T22:07:14.100Z | Downloaded crossbeam-utils v0.8.21 |
1232 | 2025-06-30T22:07:14.100Z | Downloaded hickory-resolver v0.25.2 |
1233 | 2025-06-30T22:07:14.104Z | Downloaded ciborium v0.2.2 |
1234 | 2025-06-30T22:07:14.107Z | Downloaded bzip2 v0.5.2 |
1235 | 2025-06-30T22:07:14.110Z | Downloaded ingot-types v0.1.0 |
1236 | 2025-06-30T22:07:14.110Z | Downloaded lock_api v0.4.12 |
1237 | 2025-06-30T22:07:14.115Z | Downloaded libloading v0.8.5 |
1238 | 2025-06-30T22:07:14.115Z | Downloaded ingot-macros v0.1.0 |
1239 | 2025-06-30T22:07:14.118Z | Downloaded jobserver v0.1.32 |
1240 | 2025-06-30T22:07:14.118Z | Downloaded colored v2.2.0 |
1241 | 2025-06-30T22:07:14.118Z | Downloaded chrono-tz-build v0.4.0 |
1242 | 2025-06-30T22:07:14.121Z | Downloaded cargo_metadata v0.18.1 |
1243 | 2025-06-30T22:07:14.121Z | Downloaded async-trait v0.1.88 |
1244 | 2025-06-30T22:07:14.124Z | Downloaded async-bb8-diesel v0.2.1 |
1245 | 2025-06-30T22:07:14.127Z | Downloaded libefi-sys v0.1.0 |
1246 | 2025-06-30T22:07:14.127Z | Downloaded hyper-staticfile v0.10.1 |
1247 | 2025-06-30T22:07:14.130Z | Downloaded lru-cache v0.1.2 |
1248 | 2025-06-30T22:07:14.130Z | Downloaded multimap v0.10.1 |
1249 | 2025-06-30T22:07:14.138Z | Downloaded maybe-uninit v2.0.0 |
1250 | 2025-06-30T22:07:14.138Z | Downloaded hyper-rustls v0.27.7 |
1251 | 2025-06-30T22:07:14.138Z | Downloaded linked-hash-map v0.5.6 |
1252 | 2025-06-30T22:07:14.138Z | Downloaded lalrpop-util v0.19.12 |
1253 | 2025-06-30T22:07:14.138Z | Downloaded internet-checksum v0.2.1 |
1254 | 2025-06-30T22:07:14.138Z | Downloaded ciborium-ll v0.2.2 |
1255 | 2025-06-30T22:07:14.142Z | Downloaded castaway v0.2.3 |
1256 | 2025-06-30T22:07:14.142Z | Downloaded buf-list v1.0.3 |
1257 | 2025-06-30T22:07:14.142Z | Downloaded bitfield-struct v0.6.2 |
1258 | 2025-06-30T22:07:14.142Z | Downloaded bcs v0.1.6 |
1259 | 2025-06-30T22:07:14.145Z | Downloaded arrayref v0.3.9 |
1260 | 2025-06-30T22:07:14.145Z | Downloaded libsw v3.5.0 |
1261 | 2025-06-30T22:07:14.145Z | Downloaded lazycell v1.3.0 |
1262 | 2025-06-30T22:07:14.149Z | Downloaded kstat-rs v0.2.4 |
1263 | 2025-06-30T22:07:14.149Z | Downloaded instability v0.3.2 |
1264 | 2025-06-30T22:07:14.149Z | Downloaded ingot v0.1.0 |
1265 | 2025-06-30T22:07:14.152Z | Downloaded indent_write v2.2.0 |
1266 | 2025-06-30T22:07:14.152Z | Downloaded crc-catalog v2.4.0 |
1267 | 2025-06-30T22:07:14.152Z | Downloaded cancel-safe-futures v0.1.5 |
1268 | 2025-06-30T22:07:14.156Z | Downloaded bit-vec v0.8.0 |
1269 | 2025-06-30T22:07:14.162Z | Downloaded ipnetwork v0.21.1 |
1270 | 2025-06-30T22:07:14.162Z | Downloaded inout v0.1.3 |
1271 | 2025-06-30T22:07:14.162Z | Downloaded critical-section v1.1.3 |
1272 | 2025-06-30T22:07:14.167Z | Downloaded cobs v0.2.3 |
1273 | 2025-06-30T22:07:14.167Z | Downloaded chacha20 v0.9.1 |
1274 | 2025-06-30T22:07:14.167Z | Downloaded camino-tempfile-ext v0.3.1 |
1275 | 2025-06-30T22:07:14.167Z | Downloaded async-stream v0.3.6 |
1276 | 2025-06-30T22:07:14.170Z | Downloaded assert_matches v1.5.0 |
1277 | 2025-06-30T22:07:14.170Z | Downloaded humantime v2.2.0 |
1278 | 2025-06-30T22:07:14.170Z | Downloaded hubpack v0.1.2 |
1279 | 2025-06-30T22:07:14.170Z | Downloaded httpdate v1.0.3 |
1280 | 2025-06-30T22:07:14.174Z | Downloaded hostname v0.3.1 |
1281 | 2025-06-30T22:07:14.177Z | Downloaded bitflags v1.3.2 |
1282 | 2025-06-30T22:07:14.178Z | Downloaded bitfield v0.14.0 |
1283 | 2025-06-30T22:07:14.181Z | Downloaded bit-vec v0.6.3 |
1284 | 2025-06-30T22:07:14.181Z | Downloaded cfg_aliases v0.1.1 |
1285 | 2025-06-30T22:07:14.182Z | Downloaded cfg_aliases v0.2.1 |
1286 | 2025-06-30T22:07:14.185Z | Downloaded bb8 v0.8.5 |
1287 | 2025-06-30T22:07:14.185Z | Downloaded base16ct v0.2.0 |
1288 | 2025-06-30T22:07:14.185Z | Downloaded const_format_proc_macros v0.2.34 |
1289 | 2025-06-30T22:07:14.188Z | Downloaded const_format v0.2.34 |
1290 | 2025-06-30T22:07:14.192Z | Downloaded cbc v0.1.2 |
1291 | 2025-06-30T22:07:14.192Z | Downloaded cargo-platform v0.1.8 |
1292 | 2025-06-30T22:07:14.198Z | Downloaded async-stream-impl v0.3.6 |
1293 | 2025-06-30T22:07:14.198Z | Downloaded async-recursion v1.1.1 |
1294 | 2025-06-30T22:07:14.198Z | Downloaded bzip2 v0.4.4 |
1295 | 2025-06-30T22:07:14.201Z | Downloaded argon2 v0.5.3 |
1296 | 2025-06-30T22:07:14.481Z | Downloaded aws-lc-sys v0.26.0 |
1297 | 2025-06-30T22:07:14.837Z | Compiling value-bag v1.9.0 |
1298 | 2025-06-30T22:07:14.837Z | Compiling shlex v1.3.0 |
1299 | 2025-06-30T22:07:14.840Z | Compiling lock_api v0.4.12 |
1300 | 2025-06-30T22:07:14.840Z | Compiling scopeguard v1.2.0 |
1301 | 2025-06-30T22:07:14.840Z | Compiling typenum v1.17.0 |
1302 | 2025-06-30T22:07:14.840Z | Compiling generic-array v0.14.7 |
1303 | 2025-06-30T22:07:14.840Z | Compiling syn v2.0.104 |
1304 | 2025-06-30T22:07:14.840Z | Compiling getrandom v0.2.15 |
1305 | 2025-06-30T22:07:15.143Z | Compiling jobserver v0.1.32 |
1306 | 2025-06-30T22:07:15.321Z | Compiling rand_core v0.6.4 |
1307 | 2025-06-30T22:07:15.413Z | Compiling log v0.4.27 |
1308 | 2025-06-30T22:07:15.475Z | Compiling smallvec v1.15.0 |
1309 | 2025-06-30T22:07:15.522Z | Compiling cc v1.2.15 |
1310 | 2025-06-30T22:07:15.886Z | Compiling portable-atomic v1.11.0 |
1311 | 2025-06-30T22:07:15.921Z | Compiling critical-section v1.1.3 |
1312 | 2025-06-30T22:07:15.940Z | Compiling subtle v2.6.1 |
1313 | 2025-06-30T22:07:15.960Z | Compiling const-oid v0.9.6 |
1314 | 2025-06-30T22:07:16.101Z | Compiling pkg-config v0.3.31 |
1315 | 2025-06-30T22:07:16.177Z | Compiling parking_lot_core v0.9.10 |
1316 | 2025-06-30T22:07:16.309Z | Compiling pin-project-lite v0.2.14 |
1317 | 2025-06-30T22:07:16.469Z | Compiling rustix v0.38.37 |
1318 | 2025-06-30T22:07:17.221Z | Compiling signal-hook-registry v1.4.2 |
1319 | 2025-06-30T22:07:17.318Z | Compiling parking_lot v0.12.3 |
1320 | 2025-06-30T22:07:17.374Z | Compiling mio v1.0.2 |
1321 | 2025-06-30T22:07:17.456Z | Compiling futures-core v0.3.31 |
1322 | 2025-06-30T22:07:17.724Z | Compiling spin v0.9.8 |
1323 | 2025-06-30T22:07:17.897Z | Compiling socket2 v0.5.10 |
1324 | 2025-06-30T22:07:18.094Z | Compiling once_cell v1.21.3 |
1325 | 2025-06-30T22:07:18.116Z | Compiling slab v0.4.9 |
1326 | 2025-06-30T22:07:18.119Z | Compiling aho-corasick v1.1.3 |
1327 | 2025-06-30T22:07:18.179Z | Compiling regex-syntax v0.8.5 |
1328 | 2025-06-30T22:07:18.398Z | Compiling either v1.15.0 |
1329 | 2025-06-30T22:07:18.439Z | Compiling libm v0.2.8 |
1330 | 2025-06-30T22:07:18.482Z | Compiling serde_json v1.0.140 |
1331 | 2025-06-30T22:07:18.747Z | Compiling cpufeatures v0.2.14 |
1332 | 2025-06-30T22:07:18.823Z | Compiling num-traits v0.2.19 |
1333 | 2025-06-30T22:07:18.844Z | Compiling futures-sink v0.3.31 |
1334 | 2025-06-30T22:07:18.862Z | Compiling glob v0.3.2 |
1335 | 2025-06-30T22:07:18.949Z | Compiling percent-encoding v2.3.1 |
1336 | 2025-06-30T22:07:19.011Z | Compiling getrandom v0.3.1 |
1337 | 2025-06-30T22:07:19.435Z | Compiling prettyplease v0.2.35 |
1338 | 2025-06-30T22:07:19.592Z | Compiling lazy_static v1.5.0 |
1339 | 2025-06-30T22:07:19.677Z | Compiling clang-sys v1.8.1 |
1340 | 2025-06-30T22:07:19.740Z | Compiling foldhash v0.1.5 |
1341 | 2025-06-30T22:07:19.792Z | Compiling minimal-lexical v0.2.1 |
1342 | 2025-06-30T22:07:20.133Z | Compiling allocator-api2 v0.2.21 |
1343 | 2025-06-30T22:07:20.154Z | Compiling libloading v0.8.5 |
1344 | 2025-06-30T22:07:20.371Z | Compiling nom v7.1.3 |
1345 | 2025-06-30T22:07:20.531Z | Compiling bindgen v0.69.5 |
1346 | 2025-06-30T22:07:20.580Z | Compiling home v0.5.9 |
1347 | 2025-06-30T22:07:20.815Z | Compiling hashbrown v0.15.4 |
1348 | 2025-06-30T22:07:20.835Z | Compiling base64ct v1.6.0 |
1349 | 2025-06-30T22:07:21.405Z | Compiling pem-rfc7468 v0.7.0 |
1350 | 2025-06-30T22:07:22.015Z | Compiling regex-automata v0.4.8 |
1351 | 2025-06-30T22:07:22.039Z | Compiling futures-channel v0.3.31 |
1352 | 2025-06-30T22:07:22.065Z | Compiling itertools v0.12.1 |
1353 | 2025-06-30T22:07:22.443Z | Compiling synstructure v0.13.1 |
1354 | 2025-06-30T22:07:23.697Z | Compiling cexpr v0.6.0 |
1355 | 2025-06-30T22:07:23.822Z | Compiling pin-utils v0.1.0 |
1356 | 2025-06-30T22:07:23.938Z | Compiling futures-io v0.3.31 |
1357 | 2025-06-30T22:07:23.996Z | Compiling futures-task v0.3.31 |
1358 | 2025-06-30T22:07:24.219Z | Compiling rustc-hash v1.1.0 |
1359 | 2025-06-30T22:07:24.332Z | Compiling lazycell v1.3.0 |
1360 | 2025-06-30T22:07:24.419Z | Compiling flagset v0.4.6 |
1361 | 2025-06-30T22:07:24.530Z | Compiling cmake v0.1.51 |
1362 | 2025-06-30T22:07:24.654Z | Compiling fs_extra v1.3.0 |
1363 | 2025-06-30T22:07:24.910Z | Compiling dunce v1.0.5 |
1364 | 2025-06-30T22:07:25.065Z | Compiling form_urlencoded v1.2.1 |
1365 | 2025-06-30T22:07:25.208Z | Compiling vcpkg v0.2.15 |
1366 | 2025-06-30T22:07:25.211Z | Compiling paste v1.0.15 |
1367 | 2025-06-30T22:07:25.294Z | Compiling zerocopy v0.8.26 |
1368 | 2025-06-30T22:07:25.330Z | Compiling crossbeam-utils v0.8.21 |
1369 | 2025-06-30T22:07:25.382Z | Compiling ring v0.17.14 |
1370 | 2025-06-30T22:07:25.888Z | Compiling tracing-core v0.1.32 |
1371 | 2025-06-30T22:07:26.088Z | Compiling aws-lc-rs v1.12.4 |
1372 | 2025-06-30T22:07:26.417Z | Compiling iana-time-zone v0.1.63 |
1373 | 2025-06-30T22:07:26.795Z | Compiling httparse v1.9.5 |
1374 | 2025-06-30T22:07:26.807Z | Compiling openssl-sys v0.9.109 |
1375 | 2025-06-30T22:07:27.049Z | Compiling base64 v0.22.1 |
1376 | 2025-06-30T22:07:27.171Z | Compiling serde_derive v1.0.219 |
1377 | 2025-06-30T22:07:27.363Z | Compiling zeroize_derive v1.4.2 |
1378 | 2025-06-30T22:07:27.693Z | Compiling zerofrom-derive v0.1.4 |
1379 | 2025-06-30T22:07:27.846Z | Compiling yoke-derive v0.7.4 |
1380 | 2025-06-30T22:07:27.866Z | Compiling zerovec-derive v0.10.3 |
1381 | 2025-06-30T22:07:28.656Z | Compiling zeroize v1.8.1 |
1382 | 2025-06-30T22:07:30.209Z | Compiling displaydoc v0.2.5 |
1383 | 2025-06-30T22:07:30.362Z | Compiling crypto-common v0.1.6 |
1384 | 2025-06-30T22:07:30.421Z | Compiling block-buffer v0.10.4 |
1385 | 2025-06-30T22:07:30.600Z | Compiling zerocopy-derive v0.7.35 |
1386 | 2025-06-30T22:07:30.669Z | Compiling digest v0.10.7 |
1387 | 2025-06-30T22:07:31.062Z | Compiling zerofrom v0.1.4 |
1388 | 2025-06-30T22:07:31.127Z | Compiling tokio-macros v2.5.0 |
1389 | 2025-06-30T22:07:31.159Z | Compiling hmac v0.12.1 |
1390 | 2025-06-30T22:07:31.282Z | Compiling yoke v0.7.4 |
1391 | 2025-06-30T22:07:31.424Z | Compiling icu_provider_macros v1.5.0 |
1392 | 2025-06-30T22:07:31.625Z | Compiling zerovec v0.10.4 |
1393 | 2025-06-30T22:07:31.645Z | Compiling block-padding v0.3.3 |
1394 | 2025-06-30T22:07:31.910Z | Compiling inout v0.1.3 |
1395 | 2025-06-30T22:07:32.023Z | Compiling sha2 v0.10.9 |
1396 | 2025-06-30T22:07:32.181Z | Compiling cipher v0.4.4 |
1397 | 2025-06-30T22:07:32.202Z | Compiling regex v1.11.1 |
1398 | 2025-06-30T22:07:32.365Z | Compiling zerocopy v0.7.35 |
1399 | 2025-06-30T22:07:32.432Z | Compiling futures-macro v0.3.31 |
1400 | 2025-06-30T22:07:32.508Z | Compiling der_derive v0.7.3 |
1401 | 2025-06-30T22:07:32.709Z | Compiling thiserror-impl v1.0.69 |
1402 | 2025-06-30T22:07:33.113Z | Compiling salsa20 v0.10.2 |
1403 | 2025-06-30T22:07:33.363Z | Compiling tinystr v0.7.6 |
1404 | 2025-06-30T22:07:33.560Z | Compiling icu_collections v1.5.0 |
1405 | 2025-06-30T22:07:33.738Z | Compiling icu_locid v1.5.0 |
1406 | 2025-06-30T22:07:33.768Z | Compiling ppv-lite86 v0.2.20 |
1407 | 2025-06-30T22:07:34.186Z | Compiling futures-util v0.3.31 |
1408 | 2025-06-30T22:07:34.192Z | Compiling serde v1.0.219 |
1409 | 2025-06-30T22:07:34.538Z | Compiling pbkdf2 v0.12.2 |
1410 | 2025-06-30T22:07:34.729Z | Compiling scrypt v0.11.0 |
1411 | 2025-06-30T22:07:34.823Z | Compiling der v0.7.9 |
1412 | 2025-06-30T22:07:34.849Z | Compiling cbc v0.1.2 |
1413 | 2025-06-30T22:07:35.105Z | Compiling icu_provider v1.5.0 |
1414 | 2025-06-30T22:07:35.197Z | Compiling aes v0.8.4 |
1415 | 2025-06-30T22:07:35.216Z | Compiling zerocopy-derive v0.8.26 |
1416 | 2025-06-30T22:07:35.597Z | Compiling thiserror v1.0.69 |
1417 | 2025-06-30T22:07:35.757Z | Compiling pest v2.7.14 |
1418 | 2025-06-30T22:07:35.837Z | Compiling icu_locid_transform v1.5.0 |
1419 | 2025-06-30T22:07:36.054Z | Compiling tracing-attributes v0.1.27 |
1420 | 2025-06-30T22:07:37.671Z | Compiling icu_properties v1.5.1 |
1421 | 2025-06-30T22:07:37.879Z | Compiling spki v0.7.3 |
1422 | 2025-06-30T22:07:38.109Z | Compiling scroll_derive v0.12.0 |
1423 | 2025-06-30T22:07:38.231Z | Compiling pkcs5 v0.7.1 |
1424 | 2025-06-30T22:07:38.630Z | Compiling pest_meta v2.7.14 |
1425 | 2025-06-30T22:07:39.106Z | Compiling tracing v0.1.40 |
1426 | 2025-06-30T22:07:39.256Z | Compiling pkcs8 v0.10.2 |
1427 | 2025-06-30T22:07:39.486Z | Compiling bytes v1.10.1 |
1428 | 2025-06-30T22:07:39.517Z | Compiling bitflags v2.9.0 |
1429 | 2025-06-30T22:07:39.725Z | Compiling semver v1.0.26 |
1430 | 2025-06-30T22:07:39.960Z | Compiling indexmap v2.9.0 |
1431 | 2025-06-30T22:07:40.390Z | Compiling rustc_version v0.4.1 |
1432 | 2025-06-30T22:07:40.920Z | Compiling tokio v1.45.1 |
1433 | 2025-06-30T22:07:41.505Z | Compiling http v1.3.1 |
1434 | 2025-06-30T22:07:41.549Z | Compiling icu_normalizer v1.5.0 |
1435 | 2025-06-30T22:07:41.912Z | Compiling uuid v1.17.0 |
1436 | 2025-06-30T22:07:42.206Z | Compiling idna_adapter v1.2.0 |
1437 | 2025-06-30T22:07:42.290Z | Compiling chrono v0.4.41 |
1438 | 2025-06-30T22:07:42.438Z | Compiling idna v1.0.3 |
1439 | 2025-06-30T22:07:42.800Z | Compiling http-body v1.0.1 |
1440 | 2025-06-30T22:07:42.982Z | Compiling rustls-pki-types v1.10.0 |
1441 | 2025-06-30T22:07:43.045Z | Compiling url v2.5.4 |
1442 | 2025-06-30T22:07:43.140Z | Compiling tinyvec_macros v0.1.1 |
1443 | 2025-06-30T22:07:43.257Z | Compiling tinyvec v1.8.0 |
1444 | 2025-06-30T22:07:43.335Z | Compiling rand_core v0.9.2 |
1445 | 2025-06-30T22:07:43.779Z | Compiling which v4.4.2 |
1446 | 2025-06-30T22:07:43.942Z | Compiling pest_generator v2.7.14 |
1447 | 2025-06-30T22:07:43.963Z | Compiling scroll v0.12.0 |
1448 | 2025-06-30T22:07:44.563Z | Compiling serde_derive_internals v0.29.1 |
1449 | 2025-06-30T22:07:44.619Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1450 | 2025-06-30T22:07:44.726Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1451 | 2025-06-30T22:07:44.799Z | Compiling schemars v0.8.22 |
1452 | 2025-06-30T22:07:45.124Z | Compiling adler2 v2.0.0 |
1453 | 2025-06-30T22:07:45.149Z | Compiling tower-service v0.3.3 |
1454 | 2025-06-30T22:07:45.294Z | Compiling openssl v0.10.73 |
1455 | 2025-06-30T22:07:45.350Z | Compiling atomic-waker v1.1.2 |
1456 | 2025-06-30T22:07:45.428Z | Compiling untrusted v0.9.0 |
1457 | 2025-06-30T22:07:45.501Z | Compiling untrusted v0.7.1 |
1458 | 2025-06-30T22:07:45.549Z | Compiling powerfmt v0.2.0 |
1459 | 2025-06-30T22:07:45.636Z | Compiling time-core v0.1.2 |
1460 | 2025-06-30T22:07:45.693Z | Compiling foreign-types-shared v0.1.1 |
1461 | 2025-06-30T22:07:45.713Z | Compiling rustversion v1.0.17 |
1462 | 2025-06-30T22:07:45.716Z | Compiling openssl-probe v0.1.5 |
1463 | 2025-06-30T22:07:45.821Z | Compiling num-conv v0.1.0 |
1464 | 2025-06-30T22:07:45.825Z | Compiling try-lock v0.2.5 |
1465 | 2025-06-30T22:07:45.940Z | Compiling deranged v0.3.11 |
1466 | 2025-06-30T22:07:46.003Z | Compiling want v0.3.1 |
1467 | 2025-06-30T22:07:46.033Z | Compiling foreign-types v0.3.2 |
1468 | 2025-06-30T22:07:46.148Z | Compiling time-macros v0.2.18 |
1469 | 2025-06-30T22:07:46.195Z | Compiling pest_derive v2.7.14 |
1470 | 2025-06-30T22:07:46.708Z | Compiling schemars_derive v0.8.22 |
1471 | 2025-06-30T22:07:46.924Z | Compiling miniz_oxide v0.8.5 |
1472 | 2025-06-30T22:07:47.214Z | Compiling goblin v0.8.2 |
1473 | 2025-06-30T22:07:49.481Z | Compiling tokio-util v0.7.15 |
1474 | 2025-06-30T22:07:49.574Z | Compiling rand_chacha v0.9.0 |
1475 | 2025-06-30T22:07:49.888Z | Compiling ipnet v2.11.0 |
1476 | 2025-06-30T22:07:50.885Z | Compiling h2 v0.4.6 |
1477 | 2025-06-30T22:07:50.947Z | Compiling openssl-macros v0.1.1 |
1478 | 2025-06-30T22:07:50.967Z | Compiling rustls v0.23.19 |
1479 | 2025-06-30T22:07:51.249Z | Compiling syn v1.0.109 |
1480 | 2025-06-30T22:07:51.610Z | Compiling dyn-clone v1.0.19 |
1481 | 2025-06-30T22:07:51.634Z | Compiling num_threads v0.1.7 |
1482 | 2025-06-30T22:07:51.785Z | Compiling httpdate v1.0.3 |
1483 | 2025-06-30T22:07:51.808Z | Compiling native-tls v0.2.12 |
1484 | 2025-06-30T22:07:52.159Z | Compiling time v0.3.36 |
1485 | 2025-06-30T22:07:54.057Z | Compiling dof v0.3.0 |
1486 | 2025-06-30T22:07:55.173Z | Compiling rand v0.9.1 |
1487 | 2025-06-30T22:07:55.917Z | Compiling dtrace-parser v0.2.0 |
1488 | 2025-06-30T22:07:56.530Z | Compiling unicode-normalization v0.1.24 |
1489 | 2025-06-30T22:07:56.808Z | Compiling heapless v0.7.17 |
1490 | 2025-06-30T22:07:57.227Z | Compiling signature v2.2.0 |
1491 | 2025-06-30T22:07:57.255Z | Compiling crossbeam-epoch v0.9.18 |
1492 | 2025-06-30T22:07:57.535Z | Compiling cookie v0.18.1 |
1493 | 2025-06-30T22:07:57.567Z | Compiling crc32fast v1.4.2 |
1494 | 2025-06-30T22:07:57.631Z | Compiling siphasher v0.3.11 |
1495 | 2025-06-30T22:07:57.825Z | Compiling hyper v1.6.0 |
1496 | 2025-06-30T22:07:57.902Z | Compiling zlib-rs v0.5.1 |
1497 | 2025-06-30T22:07:57.922Z | Compiling slog v2.7.0 |
1498 | 2025-06-30T22:07:58.008Z | Compiling zstd-safe v7.2.3 |
1499 | 2025-06-30T22:07:58.309Z | Compiling rayon-core v1.12.1 |
1500 | 2025-06-30T22:07:58.411Z | Compiling signal-hook v0.3.18 |
1501 | 2025-06-30T22:07:58.559Z | Compiling unicode-properties v0.1.3 |
1502 | 2025-06-30T22:07:58.679Z | Compiling unicode-bidi v0.3.17 |
1503 | 2025-06-30T22:07:59.121Z | Compiling phf_shared v0.11.2 |
1504 | 2025-06-30T22:07:59.545Z | Compiling stringprep v0.1.5 |
1505 | 2025-06-30T22:07:59.974Z | Compiling crossbeam-deque v0.8.5 |
1506 | 2025-06-30T22:08:00.276Z | Compiling hyper-util v0.1.14 |
1507 | 2025-06-30T22:08:00.298Z | Compiling usdt-impl v0.5.0 |
1508 | 2025-06-30T22:08:00.462Z | Compiling curve25519-dalek v4.1.3 |
1509 | 2025-06-30T22:08:00.560Z | Compiling serde_spanned v0.6.9 |
1510 | 2025-06-30T22:08:00.818Z | Compiling toml_datetime v0.6.11 |
1511 | 2025-06-30T22:08:01.125Z | Compiling serde_tokenstream v0.2.2 |
1512 | 2025-06-30T22:08:01.223Z | Compiling rand_chacha v0.3.1 |
1513 | 2025-06-30T22:08:01.351Z | Compiling md-5 v0.10.6 |
1514 | 2025-06-30T22:08:01.549Z | Compiling num-integer v0.1.46 |
1515 | 2025-06-30T22:08:01.627Z | Compiling sync_wrapper v1.0.1 |
1516 | 2025-06-30T22:08:01.672Z | Compiling ff v0.13.0 |
1517 | 2025-06-30T22:08:01.799Z | Compiling hash32 v0.2.1 |
1518 | 2025-06-30T22:08:01.906Z | Compiling memoffset v0.9.1 |
1519 | 2025-06-30T22:08:02.169Z | Compiling litrs v0.4.1 |
1520 | 2025-06-30T22:08:02.239Z | Compiling num-bigint-dig v0.8.4 |
1521 | 2025-06-30T22:08:02.289Z | Compiling base16ct v0.2.0 |
1522 | 2025-06-30T22:08:02.549Z | Compiling newtype-uuid v1.2.4 |
1523 | 2025-06-30T22:08:02.631Z | Compiling cfg_aliases v0.2.1 |
1524 | 2025-06-30T22:08:02.754Z | Compiling gimli v0.31.1 |
1525 | 2025-06-30T22:08:02.820Z | Compiling tower-layer v0.3.3 |
1526 | 2025-06-30T22:08:02.841Z | Compiling psl-types v2.0.11 |
1527 | 2025-06-30T22:08:03.056Z | Compiling fallible-iterator v0.2.0 |
1528 | 2025-06-30T22:08:03.128Z | Compiling smoltcp v0.9.1 |
1529 | 2025-06-30T22:08:03.202Z | Compiling document-features v0.2.10 |
1530 | 2025-06-30T22:08:03.735Z | Compiling postgres-protocol v0.6.8 |
1531 | 2025-06-30T22:08:03.786Z | Compiling tower v0.5.2 |
1532 | 2025-06-30T22:08:03.878Z | Compiling publicsuffix v2.3.0 |
1533 | 2025-06-30T22:08:04.187Z | Compiling libz-rs-sys v0.5.1 |
1534 | 2025-06-30T22:08:04.370Z | Compiling nix v0.29.0 |
1535 | 2025-06-30T22:08:04.500Z | Compiling flate2 v1.1.2 |
1536 | 2025-06-30T22:08:04.653Z | Compiling sec1 v0.7.3 |
1537 | 2025-06-30T22:08:05.077Z | Compiling num-iter v0.1.45 |
1538 | 2025-06-30T22:08:05.203Z | Compiling group v0.13.0 |
1539 | 2025-06-30T22:08:05.225Z | Compiling rand v0.8.5 |
1540 | 2025-06-30T22:08:05.530Z | Compiling tokio-native-tls v0.3.1 |
1541 | 2025-06-30T22:08:06.493Z | Compiling ipnetwork v0.21.1 |
1542 | 2025-06-30T22:08:06.746Z | Compiling rustls-native-certs v0.8.1 |
1543 | 2025-06-30T22:08:06.819Z | Compiling addr2line v0.24.2 |
1544 | 2025-06-30T22:08:06.876Z | Compiling webpki-roots v1.0.0 |
1545 | 2025-06-30T22:08:07.099Z | Compiling terminal_size v0.4.0 |
1546 | 2025-06-30T22:08:07.269Z | Compiling http-body-util v0.1.3 |
1547 | 2025-06-30T22:08:07.293Z | Compiling hkdf v0.12.4 |
1548 | 2025-06-30T22:08:07.312Z | Compiling crypto-bigint v0.5.5 |
1549 | 2025-06-30T22:08:07.336Z | Compiling async-trait v0.1.88 |
1550 | 2025-06-30T22:08:07.358Z | Compiling curve25519-dalek-derive v0.1.1 |
1551 | 2025-06-30T22:08:07.494Z | Compiling thiserror-impl v2.0.12 |
1552 | 2025-06-30T22:08:07.568Z | Compiling ahash v0.8.11 |
1553 | 2025-06-30T22:08:07.725Z | Compiling fs-err v3.1.1 |
1554 | 2025-06-30T22:08:07.920Z | Compiling object v0.36.5 |
1555 | 2025-06-30T22:08:08.049Z | Compiling simd-adler32 v0.3.7 |
1556 | 2025-06-30T22:08:08.563Z | Compiling iri-string v0.7.8 |
1557 | 2025-06-30T22:08:08.663Z | Compiling bitflags v1.3.2 |
1558 | 2025-06-30T22:08:08.788Z | Compiling anyhow v1.0.98 |
1559 | 2025-06-30T22:08:09.401Z | Compiling managed v0.8.0 |
1560 | 2025-06-30T22:08:09.698Z | Compiling winnow v0.5.40 |
1561 | 2025-06-30T22:08:09.842Z | Compiling buf-list v1.0.3 |
1562 | 2025-06-30T22:08:10.389Z | Compiling lockfree-object-pool v0.1.6 |
1563 | 2025-06-30T22:08:10.582Z | Compiling rustc-demangle v0.1.24 |
1564 | 2025-06-30T22:08:10.652Z | Compiling bumpalo v3.16.0 |
1565 | 2025-06-30T22:08:11.119Z | Compiling zopfli v0.8.1 |
1566 | 2025-06-30T22:08:11.430Z | Compiling clap_builder v4.5.40 |
1567 | 2025-06-30T22:08:11.937Z | Compiling hubpack_derive v0.1.1 |
1568 | 2025-06-30T22:08:12.468Z | Compiling tower-http v0.6.6 |
1569 | 2025-06-30T22:08:12.674Z | Compiling thiserror v2.0.12 |
1570 | 2025-06-30T22:08:12.770Z | Compiling hubpack v0.1.2 |
1571 | 2025-06-30T22:08:12.931Z | Compiling toml_edit v0.19.15 |
1572 | 2025-06-30T22:08:13.112Z | Compiling elliptic-curve v0.13.8 |
1573 | 2025-06-30T22:08:13.307Z | Compiling strum_macros v0.25.3 |
1574 | 2025-06-30T22:08:13.931Z | Compiling console v0.15.10 |
1575 | 2025-06-30T22:08:14.959Z | Compiling backtrace v0.3.74 |
1576 | 2025-06-30T22:08:15.236Z | Compiling hyper-tls v0.6.0 |
1577 | 2025-06-30T22:08:15.278Z | Compiling oxnet v0.1.2 |
1578 | 2025-06-30T22:08:16.127Z | Compiling signal-hook-mio v0.2.4 |
1579 | 2025-06-30T22:08:16.201Z | Compiling cookie_store v0.21.1 |
1580 | 2025-06-30T22:08:16.848Z | Compiling rayon v1.10.0 |
1581 | 2025-06-30T22:08:17.587Z | Compiling zstd v0.13.3 |
1582 | 2025-06-30T22:08:17.831Z | Compiling postgres-types v0.2.9 |
1583 | 2025-06-30T22:08:18.504Z | Compiling usdt-attr-macro v0.5.0 |
1584 | 2025-06-30T22:08:18.900Z | Compiling usdt-macro v0.5.0 |
1585 | 2025-06-30T22:08:19.125Z | Compiling phf v0.11.2 |
1586 | 2025-06-30T22:08:19.432Z | Compiling ed25519 v2.2.3 |
1587 | 2025-06-30T22:08:19.451Z | Compiling strum_macros v0.26.4 |
1588 | 2025-06-30T22:08:20.039Z | Compiling bzip2 v0.4.4 |
1589 | 2025-06-30T22:08:20.348Z | Compiling bzip2 v0.5.2 |
1590 | 2025-06-30T22:08:20.437Z | Compiling clap_derive v4.5.40 |
1591 | 2025-06-30T22:08:20.750Z | Compiling enum-as-inner v0.6.1 |
1592 | 2025-06-30T22:08:20.982Z | Compiling pkcs1 v0.7.5 |
1593 | 2025-06-30T22:08:21.165Z | Compiling serde_urlencoded v0.7.1 |
1594 | 2025-06-30T22:08:21.197Z | Compiling serde-big-array v0.5.1 |
1595 | 2025-06-30T22:08:21.452Z | Compiling rfc6979 v0.4.0 |
1596 | 2025-06-30T22:08:21.649Z | Compiling bstr v1.10.0 |
1597 | 2025-06-30T22:08:21.677Z | Compiling daft-derive v0.1.3 |
1598 | 2025-06-30T22:08:21.757Z | Compiling serde_repr v0.1.19 |
1599 | 2025-06-30T22:08:21.883Z | Compiling float-cmp v0.10.0 |
1600 | 2025-06-30T22:08:22.171Z | Compiling encoding_rs v0.8.34 |
1601 | 2025-06-30T22:08:22.828Z | Compiling new_debug_unreachable v1.0.6 |
1602 | 2025-06-30T22:08:22.945Z | Compiling fixedbitset v0.4.2 |
1603 | 2025-06-30T22:08:23.071Z | Compiling unicode-segmentation v1.12.0 |
1604 | 2025-06-30T22:08:23.180Z | Compiling mime v0.3.17 |
1605 | 2025-06-30T22:08:23.367Z | Compiling static_assertions v1.1.0 |
1606 | 2025-06-30T22:08:23.495Z | Compiling data-encoding v2.9.0 |
1607 | 2025-06-30T22:08:23.684Z | Compiling normalize-line-endings v0.3.0 |
1608 | 2025-06-30T22:08:23.796Z | Compiling number_prefix v0.4.0 |
1609 | 2025-06-30T22:08:23.837Z | Compiling precomputed-hash v0.1.1 |
1610 | 2025-06-30T22:08:23.934Z | Compiling difflib v0.4.0 |
1611 | 2025-06-30T22:08:23.975Z | Compiling predicates-core v1.0.8 |
1612 | 2025-06-30T22:08:24.045Z | Compiling whoami v1.6.0 |
1613 | 2025-06-30T22:08:24.357Z | Compiling hickory-proto v0.25.2 |
1614 | 2025-06-30T22:08:24.605Z | Compiling predicates v3.1.3 |
1615 | 2025-06-30T22:08:24.730Z | Compiling clap v4.5.40 |
1616 | 2025-06-30T22:08:24.870Z | Compiling tokio-postgres v0.7.13 |
1617 | 2025-06-30T22:08:25.261Z | Compiling indicatif v0.17.11 |
1618 | 2025-06-30T22:08:25.289Z | Compiling string_cache v0.8.9 |
1619 | 2025-06-30T22:08:25.724Z | Compiling toml_edit v0.22.27 |
1620 | 2025-06-30T22:08:25.891Z | Compiling strum v0.26.3 |
1621 | 2025-06-30T22:08:26.051Z | Compiling similar v2.7.0 |
1622 | 2025-06-30T22:08:26.099Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1623 | 2025-06-30T22:08:27.167Z | Compiling petgraph v0.6.5 |
1624 | 2025-06-30T22:08:28.037Z | Compiling daft v0.1.3 |
1625 | 2025-06-30T22:08:28.519Z | Compiling usdt v0.5.0 |
1626 | 2025-06-30T22:08:28.564Z | Compiling ecdsa v0.16.9 |
1627 | 2025-06-30T22:08:29.360Z | Compiling rsa v0.9.6 |
1628 | 2025-06-30T22:08:29.396Z | Compiling zip v4.2.0 |
1629 | 2025-06-30T22:08:30.218Z | Compiling zip v0.6.6 |
1630 | 2025-06-30T22:08:30.848Z | Compiling ed25519-dalek v2.1.1 |
1631 | 2025-06-30T22:08:31.544Z | Compiling crossterm v0.28.1 |
1632 | 2025-06-30T22:08:32.206Z | Compiling toml v0.7.8 |
1633 | 2025-06-30T22:08:33.489Z | Compiling tokio-stream v0.1.17 |
1634 | 2025-06-30T22:08:33.644Z | Compiling openapiv3 v2.2.0 |
1635 | 2025-06-30T22:08:33.888Z | Compiling x509-cert v0.2.5 |
1636 | 2025-06-30T22:08:34.122Z | Compiling sha1 v0.10.6 |
1637 | 2025-06-30T22:08:34.485Z | Compiling itertools v0.10.5 |
1638 | 2025-06-30T22:08:34.569Z | Compiling dirs-sys-next v0.1.2 |
1639 | 2025-06-30T22:08:34.757Z | Compiling winnow v0.6.26 |
1640 | 2025-06-30T22:08:35.108Z | Compiling lalrpop-util v0.19.12 |
1641 | 2025-06-30T22:08:35.463Z | Compiling peg-runtime v0.8.5 |
1642 | 2025-06-30T22:08:35.926Z | Compiling rustc-hash v2.1.1 |
1643 | 2025-06-30T22:08:36.061Z | Compiling dirs-next v2.0.0 |
1644 | 2025-06-30T22:08:36.137Z | Compiling thread_local v1.1.8 |
1645 | 2025-06-30T22:08:36.272Z | Compiling slog-async v2.8.0 |
1646 | 2025-06-30T22:08:36.400Z | Compiling term v0.7.0 |
1647 | 2025-06-30T22:08:36.620Z | Compiling xattr v1.3.1 |
1648 | 2025-06-30T22:08:36.858Z | Compiling futures-executor v0.3.31 |
1649 | 2025-06-30T22:08:36.898Z | Compiling crossbeam-channel v0.5.15 |
1650 | 2025-06-30T22:08:36.987Z | Compiling is-terminal v0.4.13 |
1651 | 2025-06-30T22:08:37.147Z | Compiling filetime v0.2.25 |
1652 | 2025-06-30T22:08:37.351Z | Compiling take_mut v0.2.2 |
1653 | 2025-06-30T22:08:37.467Z | Compiling tar v0.4.44 |
1654 | 2025-06-30T22:08:37.537Z | Compiling futures v0.3.31 |
1655 | 2025-06-30T22:08:37.576Z | Compiling slog-term v2.9.1 |
1656 | 2025-06-30T22:08:37.598Z | Compiling camino v1.1.10 |
1657 | 2025-06-30T22:08:43.593Z | Compiling aws-lc-sys v0.26.0 |
1658 | 2025-06-30T22:09:13.501Z | Compiling rustls-webpki v0.102.8 |
1659 | 2025-06-30T22:09:17.993Z | Compiling tokio-rustls v0.26.0 |
1660 | 2025-06-30T22:09:18.283Z | Compiling hyper-rustls v0.27.7 |
1661 | 2025-06-30T22:09:18.611Z | Compiling reqwest v0.12.20 |
1662 | 2025-06-30T22:09:21.970Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1663 | 2025-06-30T22:09:22.238Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1664 | 2025-06-30T22:09:26.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1665 | 2025-06-30T22:09:26.896Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1666 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: Cockroach |
1667 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: Clickhouse |
1668 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: DendriteStub |
1669 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: Console |
1670 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: MaghemiteMgd |
1671 | 2025-06-30T22:09:26.949Z | Jun 30 22:09:25.724 INFO Starting download, target: TransceiverControl |
1672 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1673 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1674 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1675 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1676 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1677 | 2025-06-30T22:09:26.953Z | Jun 30 22:09:25.725 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1678 | 2025-06-30T22:09:27.316Z | Jun 30 22:09:26.031 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1679 | 2025-06-30T22:09:27.590Z | Jun 30 22:09:26.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1680 | 2025-06-30T22:09:27.678Z | Jun 30 22:09:26.442 INFO Download complete, target: TransceiverControl |
1681 | 2025-06-30T22:09:27.946Z | Jun 30 22:09:26.717 INFO Download complete, target: Console |
1682 | 2025-06-30T22:09:27.980Z | Jun 30 22:09:26.752 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1683 | 2025-06-30T22:09:28.187Z | Jun 30 22:09:26.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1684 | 2025-06-30T22:09:29.021Z | Jun 30 22:09:27.796 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1685 | 2025-06-30T22:09:29.021Z | Jun 30 22:09:27.796 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1686 | 2025-06-30T22:09:29.804Z | Jun 30 22:09:28.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1687 | 2025-06-30T22:09:31.269Z | Jun 30 22:09:30.043 INFO Download complete, target: DendriteStub |
1688 | 2025-06-30T22:09:31.604Z | Jun 30 22:09:30.379 INFO Download complete, target: MaghemiteMgd |
1689 | 2025-06-30T22:09:35.342Z | Jun 30 22:09:34.117 INFO Checking that binary works, target: Cockroach |
1690 | 2025-06-30T22:09:35.491Z | Jun 30 22:09:34.266 INFO Download complete, target: Cockroach |
1691 | 2025-06-30T22:09:39.596Z | Jun 30 22:09:38.369 INFO Checking that binary works, target: Clickhouse |
1692 | 2025-06-30T22:09:39.772Z | Jun 30 22:09:38.546 INFO Download complete, target: Clickhouse |
1693 | 2025-06-30T22:09:39.792Z | All builder prerequisites installed successfully, and PATH looks valid |
1694 | 2025-06-30T22:09:39.795Z | |
1695 | 2025-06-30T22:09:39.795Z | real 4:31.113806753 |
1696 | 2025-06-30T22:09:39.796Z | user 16:12.497452116 |
1697 | 2025-06-30T22:09:39.796Z | sys 2:13.347370603 |
1698 | 2025-06-30T22:09:39.796Z | trap 0.581934027 |
1699 | 2025-06-30T22:09:39.796Z | tflt 1.138523111 |
1700 | 2025-06-30T22:09:39.796Z | dflt 1.495899680 |
1701 | 2025-06-30T22:09:39.796Z | kflt 0.086248821 |
1702 | 2025-06-30T22:09:39.796Z | lock 24:27.965552870 |
1703 | 2025-06-30T22:09:39.796Z | slp 58:13.938462137 |
1704 | 2025-06-30T22:09:39.796Z | lat 1:01.521564033 |
1705 | 2025-06-30T22:09:39.796Z | stop 2:42.745734706 |
1706 | 2025-06-30T22:09:39.796Z | ++ bmat factory name |
1707 | 2025-06-30T22:09:39.801Z | ++ bmat factory private |
1708 | 2025-06-30T22:09:39.805Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0220824e4558c1ba6 '{ |
1709 | 2025-06-30T22:09:39.805Z | buildomat: { |
1710 | 2025-06-30T22:09:39.805Z | factory: { |
1711 | 2025-06-30T22:09:39.805Z | name: $bmat_factory_name, |
1712 | 2025-06-30T22:09:39.805Z | private: $bmat_factory_private, |
1713 | 2025-06-30T22:09:39.805Z | }, |
1714 | 2025-06-30T22:09:39.805Z | }, |
1715 | 2025-06-30T22:09:39.805Z | }' |
1716 | 2025-06-30T22:09:39.936Z | + banner ls-apis |
1717 | 2025-06-30T22:09:39.940Z | |
1718 | 2025-06-30T22:09:39.940Z | # #### ## ##### # #### |
1719 | 2025-06-30T22:09:39.940Z | # # # # # # # # |
1720 | 2025-06-30T22:09:39.940Z | # #### ##### # # # # # #### |
1721 | 2025-06-30T22:09:39.940Z | # # ###### ##### # # |
1722 | 2025-06-30T22:09:39.940Z | # # # # # # # # # |
1723 | 2025-06-30T22:09:39.940Z | ###### #### # # # # #### |
1724 | 2025-06-30T22:09:39.940Z | |
1725 | 2025-06-30T22:09:39.943Z | + source ./tools/include/force-git-over-https.sh |
1726 | 2025-06-30T22:09:39.943Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1727 | 2025-06-30T22:09:39.943Z | ++ (( i = 0 )) |
1728 | 2025-06-30T22:09:39.943Z | ++ (( i < 5 )) |
1729 | 2025-06-30T22:09:39.943Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1730 | 2025-06-30T22:09:39.946Z | ++ (( i++ )) |
1731 | 2025-06-30T22:09:39.946Z | ++ (( i < 5 )) |
1732 | 2025-06-30T22:09:39.946Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1733 | 2025-06-30T22:09:39.949Z | ++ (( i++ )) |
1734 | 2025-06-30T22:09:39.949Z | ++ (( i < 5 )) |
1735 | 2025-06-30T22:09:39.949Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1736 | 2025-06-30T22:09:39.952Z | ++ (( i++ )) |
1737 | 2025-06-30T22:09:39.952Z | ++ (( i < 5 )) |
1738 | 2025-06-30T22:09:39.952Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1739 | 2025-06-30T22:09:39.955Z | ++ (( i++ )) |
1740 | 2025-06-30T22:09:39.955Z | ++ (( i < 5 )) |
1741 | 2025-06-30T22:09:39.955Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1742 | 2025-06-30T22:09:39.958Z | ++ (( i++ )) |
1743 | 2025-06-30T22:09:39.958Z | ++ (( i < 5 )) |
1744 | 2025-06-30T22:09:39.958Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1745 | 2025-06-30T22:09:39.959Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1746 | 2025-06-30T22:09:39.959Z | + ptime -m cargo xtask ls-apis apis |
1747 | 2025-06-30T22:09:40.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1748 | 2025-06-30T22:09:40.675Z | Running `target/debug/xtask ls-apis apis` |
1749 | 2025-06-30T22:09:41.667Z | Compiling semver v0.1.20 |
1750 | 2025-06-30T22:09:41.676Z | Compiling erased-serde v0.4.6 |
1751 | 2025-06-30T22:09:41.783Z | Compiling ordered-float v2.10.1 |
1752 | 2025-06-30T22:09:41.786Z | Compiling structmeta-derive v0.3.0 |
1753 | 2025-06-30T22:09:41.796Z | Compiling toml v0.8.23 |
1754 | 2025-06-30T22:09:41.818Z | Compiling cargo-platform v0.2.0 |
1755 | 2025-06-30T22:09:41.820Z | Compiling fixedbitset v0.5.7 |
1756 | 2025-06-30T22:09:42.076Z | Compiling rustc_version v0.1.7 |
1757 | 2025-06-30T22:09:42.305Z | Compiling serde-value v0.7.0 |
1758 | 2025-06-30T22:09:42.328Z | Compiling petgraph v0.8.2 |
1759 | 2025-06-30T22:09:42.506Z | Compiling newtype_derive v0.1.6 |
1760 | 2025-06-30T22:09:42.712Z | Compiling serde-untagged v0.1.7 |
1761 | 2025-06-30T22:09:43.130Z | Compiling cargo-util-schemas v0.2.0 |
1762 | 2025-06-30T22:09:43.512Z | Compiling structmeta v0.3.0 |
1763 | 2025-06-30T22:09:43.785Z | Compiling parse-display-derive v0.10.0 |
1764 | 2025-06-30T22:09:44.542Z | Compiling cargo_metadata v0.20.0 |
1765 | 2025-06-30T22:09:45.623Z | Compiling parse-display v0.10.0 |
1766 | 2025-06-30T22:09:46.047Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1767 | 2025-06-30T22:09:50.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
1768 | 2025-06-30T22:09:50.397Z | Running `target/debug/ls-apis apis` |
1769 | 2025-06-30T22:09:50.437Z | loading metadata for workspace omicron from current workspace |
1770 | 2025-06-30T22:09:56.171Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml |
1771 | 2025-06-30T22:09:56.171Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml |
1772 | 2025-06-30T22:09:56.195Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml |
1773 | 2025-06-30T22:09:56.195Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml |
1774 | 2025-06-30T22:09:56.195Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml |
1775 | 2025-06-30T22:10:14.543Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml |
1776 | 2025-06-30T22:10:15.405Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1777 | 2025-06-30T22:10:15.424Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1778 | 2025-06-30T22:10:15.625Z | Bootstrap Agent (client: bootstrap-agent-client) |
1779 | 2025-06-30T22:10:15.625Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1780 | 2025-06-30T22:10:15.625Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1781 | 2025-06-30T22:10:15.625Z | |
1782 | 2025-06-30T22:10:15.625Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1783 | 2025-06-30T22:10:15.625Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1784 | 2025-06-30T22:10:15.625Z | |
1785 | 2025-06-30T22:10:15.625Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1786 | 2025-06-30T22:10:15.625Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1787 | 2025-06-30T22:10:15.625Z | |
1788 | 2025-06-30T22:10:15.625Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1789 | 2025-06-30T22:10:15.625Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1790 | 2025-06-30T22:10:15.625Z | |
1791 | 2025-06-30T22:10:15.625Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1792 | 2025-06-30T22:10:15.625Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1793 | 2025-06-30T22:10:15.625Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1794 | 2025-06-30T22:10:15.629Z | |
1795 | 2025-06-30T22:10:15.629Z | Crucible Agent (client: crucible-agent-client) |
1796 | 2025-06-30T22:10:15.629Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1797 | 2025-06-30T22:10:15.629Z | |
1798 | 2025-06-30T22:10:15.629Z | Crucible Control (for testing only) (client: crucible-control-client) |
1799 | 2025-06-30T22:10:15.629Z | |
1800 | 2025-06-30T22:10:15.629Z | Crucible Pantry (client: crucible-pantry-client) |
1801 | 2025-06-30T22:10:15.629Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1802 | 2025-06-30T22:10:15.629Z | |
1803 | 2025-06-30T22:10:15.629Z | Maghemite DDM Admin (client: ddm-admin-client) |
1804 | 2025-06-30T22:10:15.629Z | consumed by: installinator (omicron/installinator) via 1 path |
1805 | 2025-06-30T22:10:15.629Z | consumed by: mgd (maghemite/mgd) via 1 path |
1806 | 2025-06-30T22:10:15.629Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1807 | 2025-06-30T22:10:15.629Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1808 | 2025-06-30T22:10:15.629Z | |
1809 | 2025-06-30T22:10:15.629Z | DNS Server (client: dns-service-client) |
1810 | 2025-06-30T22:10:15.634Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1811 | 2025-06-30T22:10:15.634Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1812 | 2025-06-30T22:10:15.634Z | |
1813 | 2025-06-30T22:10:15.634Z | Dendrite DPD (client: dpd-client) |
1814 | 2025-06-30T22:10:15.634Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1815 | 2025-06-30T22:10:15.634Z | consumed by: lldpd (lldp/lldpd) via 2 paths |
1816 | 2025-06-30T22:10:15.634Z | consumed by: mgd (maghemite/mgd) via 1 path |
1817 | 2025-06-30T22:10:15.634Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1818 | 2025-06-30T22:10:15.638Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1819 | 2025-06-30T22:10:15.638Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1820 | 2025-06-30T22:10:15.638Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1821 | 2025-06-30T22:10:15.638Z | |
1822 | 2025-06-30T22:10:15.638Z | Downstairs Controller (debugging only) (client: dsc-client) |
1823 | 2025-06-30T22:10:15.638Z | |
1824 | 2025-06-30T22:10:15.638Z | Management Gateway Service (client: gateway-client) |
1825 | 2025-06-30T22:10:15.643Z | consumed by: dpd (dendrite/dpd) via 1 path |
1826 | 2025-06-30T22:10:15.643Z | consumed by: omicron-nexus (omicron/nexus) via 4 paths |
1827 | 2025-06-30T22:10:15.643Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1828 | 2025-06-30T22:10:15.643Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1829 | 2025-06-30T22:10:15.643Z | |
1830 | 2025-06-30T22:10:15.643Z | Wicketd Installinator (client: installinator-client) |
1831 | 2025-06-30T22:10:15.643Z | consumed by: installinator (omicron/installinator) via 1 path |
1832 | 2025-06-30T22:10:15.643Z | |
1833 | 2025-06-30T22:10:15.643Z | LLDP daemon (client: lldpd-client) |
1834 | 2025-06-30T22:10:15.643Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1835 | 2025-06-30T22:10:15.643Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1836 | 2025-06-30T22:10:15.643Z | |
1837 | 2025-06-30T22:10:15.643Z | Maghemite MG Admin (client: mg-admin-client) |
1838 | 2025-06-30T22:10:15.652Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1839 | 2025-06-30T22:10:15.652Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1840 | 2025-06-30T22:10:15.652Z | |
1841 | 2025-06-30T22:10:15.652Z | Nexus Internal API (client: nexus-client) |
1842 | 2025-06-30T22:10:15.659Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
1843 | 2025-06-30T22:10:15.659Z | consumed by: dpd (dendrite/dpd) via 1 path |
1844 | 2025-06-30T22:10:15.659Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1845 | 2025-06-30T22:10:15.659Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1846 | 2025-06-30T22:10:15.662Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1847 | 2025-06-30T22:10:15.662Z | |
1848 | 2025-06-30T22:10:15.662Z | External API (client: oxide-client) |
1849 | 2025-06-30T22:10:15.662Z | |
1850 | 2025-06-30T22:10:15.662Z | Oximeter (client: oximeter-client) |
1851 | 2025-06-30T22:10:15.662Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1852 | 2025-06-30T22:10:15.662Z | |
1853 | 2025-06-30T22:10:15.662Z | Propolis (client: propolis-client) |
1854 | 2025-06-30T22:10:15.666Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1855 | 2025-06-30T22:10:15.666Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1856 | 2025-06-30T22:10:15.666Z | |
1857 | 2025-06-30T22:10:15.666Z | Crucible Repair (client: repair-client) |
1858 | 2025-06-30T22:10:15.666Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1859 | 2025-06-30T22:10:15.666Z | |
1860 | 2025-06-30T22:10:15.666Z | Repo Depot API (client: repo-depot-client) |
1861 | 2025-06-30T22:10:15.666Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1862 | 2025-06-30T22:10:15.666Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1863 | 2025-06-30T22:10:15.666Z | |
1864 | 2025-06-30T22:10:15.666Z | Sled Agent (client: sled-agent-client) |
1865 | 2025-06-30T22:10:15.670Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1866 | 2025-06-30T22:10:15.670Z | |
1867 | 2025-06-30T22:10:15.670Z | Wicketd (client: wicketd-client) |
1868 | 2025-06-30T22:10:15.670Z | |
1869 | 2025-06-30T22:10:15.751Z | |
1870 | 2025-06-30T22:10:15.754Z | real 35.769348205 |
1871 | 2025-06-30T22:10:15.754Z | user 36.119092190 |
1872 | 2025-06-30T22:10:15.754Z | sys 10.918327382 |
1873 | 2025-06-30T22:10:15.754Z | trap 0.020336675 |
1874 | 2025-06-30T22:10:15.754Z | tflt 0.058679559 |
1875 | 2025-06-30T22:10:15.754Z | dflt 0.353791915 |
1876 | 2025-06-30T22:10:15.754Z | kflt 0.000001329 |
1877 | 2025-06-30T22:10:15.754Z | lock 47.617584237 |
1878 | 2025-06-30T22:10:15.754Z | slp 4:00.120794308 |
1879 | 2025-06-30T22:10:15.754Z | lat 1.593801490 |
1880 | 2025-06-30T22:10:15.754Z | stop 3.069592885 |
1881 | 2025-06-30T22:10:15.754Z | + ptime -m cargo xtask ls-apis deployment-units |
1882 | 2025-06-30T22:10:16.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1883 | 2025-06-30T22:10:16.536Z | Running `target/debug/xtask ls-apis deployment-units` |
1884 | 2025-06-30T22:10:17.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
1885 | 2025-06-30T22:10:17.675Z | Running `target/debug/ls-apis deployment-units` |
1886 | 2025-06-30T22:10:17.727Z | loading metadata for workspace omicron from current workspace |
1887 | 2025-06-30T22:10:19.178Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml |
1888 | 2025-06-30T22:10:19.184Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml |
1889 | 2025-06-30T22:10:19.184Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml |
1890 | 2025-06-30T22:10:19.184Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml |
1891 | 2025-06-30T22:10:19.190Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml |
1892 | 2025-06-30T22:10:21.854Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml |
1893 | 2025-06-30T22:10:22.614Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1894 | 2025-06-30T22:10:22.632Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1895 | 2025-06-30T22:10:22.808Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1896 | 2025-06-30T22:10:22.808Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1897 | 2025-06-30T22:10:22.808Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1898 | 2025-06-30T22:10:22.808Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1899 | 2025-06-30T22:10:22.808Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1900 | 2025-06-30T22:10:22.812Z | |
1901 | 2025-06-30T22:10:22.812Z | |
1902 | 2025-06-30T22:10:22.813Z | Cockroach |
1903 | 2025-06-30T22:10:22.813Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1904 | 2025-06-30T22:10:22.813Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1905 | 2025-06-30T22:10:22.813Z | |
1906 | 2025-06-30T22:10:22.813Z | |
1907 | 2025-06-30T22:10:22.813Z | Crucible |
1908 | 2025-06-30T22:10:22.813Z | crucible-agent (crucible/agent) |
1909 | 2025-06-30T22:10:22.813Z | exposes: Crucible Agent (client = crucible-agent-client) |
1910 | 2025-06-30T22:10:22.813Z | |
1911 | 2025-06-30T22:10:22.813Z | crucible-downstairs (crucible/downstairs) |
1912 | 2025-06-30T22:10:22.813Z | exposes: Crucible Repair (client = repair-client) |
1913 | 2025-06-30T22:10:22.813Z | consumes: repair-client |
1914 | 2025-06-30T22:10:22.813Z | |
1915 | 2025-06-30T22:10:22.813Z | |
1916 | 2025-06-30T22:10:22.813Z | Crucible Pantry |
1917 | 2025-06-30T22:10:22.813Z | crucible-pantry (crucible/pantry) |
1918 | 2025-06-30T22:10:22.813Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1919 | 2025-06-30T22:10:22.816Z | consumes: nexus-client |
1920 | 2025-06-30T22:10:22.816Z | |
1921 | 2025-06-30T22:10:22.816Z | |
1922 | 2025-06-30T22:10:22.816Z | DNS Server |
1923 | 2025-06-30T22:10:22.816Z | dns-server (omicron/dns-server) |
1924 | 2025-06-30T22:10:22.816Z | exposes: DNS Server (client = dns-service-client) |
1925 | 2025-06-30T22:10:22.816Z | |
1926 | 2025-06-30T22:10:22.816Z | |
1927 | 2025-06-30T22:10:22.816Z | Host OS |
1928 | 2025-06-30T22:10:22.816Z | ddmd (maghemite/ddmd) |
1929 | 2025-06-30T22:10:22.816Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1930 | 2025-06-30T22:10:22.816Z | consumes: dpd-client |
1931 | 2025-06-30T22:10:22.817Z | |
1932 | 2025-06-30T22:10:22.817Z | dpd (dendrite/dpd) |
1933 | 2025-06-30T22:10:22.817Z | exposes: Dendrite DPD (client = dpd-client) |
1934 | 2025-06-30T22:10:22.817Z | consumes: gateway-client |
1935 | 2025-06-30T22:10:22.817Z | consumes: nexus-client |
1936 | 2025-06-30T22:10:22.817Z | |
1937 | 2025-06-30T22:10:22.817Z | lldpd (lldp/lldpd) |
1938 | 2025-06-30T22:10:22.817Z | exposes: LLDP daemon (client = lldpd-client) |
1939 | 2025-06-30T22:10:22.817Z | consumes: dpd-client |
1940 | 2025-06-30T22:10:22.817Z | |
1941 | 2025-06-30T22:10:22.817Z | mgd (maghemite/mgd) |
1942 | 2025-06-30T22:10:22.817Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1943 | 2025-06-30T22:10:22.820Z | consumes: ddm-admin-client |
1944 | 2025-06-30T22:10:22.820Z | consumes: dpd-client |
1945 | 2025-06-30T22:10:22.820Z | |
1946 | 2025-06-30T22:10:22.820Z | omicron-gateway (omicron/gateway) |
1947 | 2025-06-30T22:10:22.820Z | exposes: Management Gateway Service (client = gateway-client) |
1948 | 2025-06-30T22:10:22.820Z | |
1949 | 2025-06-30T22:10:22.820Z | omicron-sled-agent (omicron/sled-agent) |
1950 | 2025-06-30T22:10:22.821Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1951 | 2025-06-30T22:10:22.821Z | exposes: Repo Depot API (client = repo-depot-client) |
1952 | 2025-06-30T22:10:22.821Z | exposes: Sled Agent (client = sled-agent-client) |
1953 | 2025-06-30T22:10:22.824Z | consumes: bootstrap-agent-client |
1954 | 2025-06-30T22:10:22.824Z | consumes: cockroach-admin-client |
1955 | 2025-06-30T22:10:22.824Z | consumes: ddm-admin-client |
1956 | 2025-06-30T22:10:22.824Z | consumes: dns-service-client |
1957 | 2025-06-30T22:10:22.824Z | consumes: dpd-client |
1958 | 2025-06-30T22:10:22.824Z | consumes: gateway-client |
1959 | 2025-06-30T22:10:22.824Z | consumes: mg-admin-client |
1960 | 2025-06-30T22:10:22.824Z | consumes: nexus-client |
1961 | 2025-06-30T22:10:22.824Z | consumes: propolis-client |
1962 | 2025-06-30T22:10:22.824Z | consumes: repo-depot-client |
1963 | 2025-06-30T22:10:22.824Z | |
1964 | 2025-06-30T22:10:22.824Z | propolis-server (propolis/bin/propolis-server) |
1965 | 2025-06-30T22:10:22.825Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1966 | 2025-06-30T22:10:22.825Z | exposes: Propolis (client = propolis-client) |
1967 | 2025-06-30T22:10:22.825Z | consumes: nexus-client |
1968 | 2025-06-30T22:10:22.825Z | |
1969 | 2025-06-30T22:10:22.825Z | tfportd (dendrite/tfportd) |
1970 | 2025-06-30T22:10:22.825Z | consumes: dpd-client |
1971 | 2025-06-30T22:10:22.825Z | consumes: lldpd-client |
1972 | 2025-06-30T22:10:22.825Z | |
1973 | 2025-06-30T22:10:22.825Z | wicketd (omicron/wicketd) |
1974 | 2025-06-30T22:10:22.825Z | exposes: Wicketd Installinator (client = installinator-client) |
1975 | 2025-06-30T22:10:22.825Z | exposes: Wicketd (client = wicketd-client) |
1976 | 2025-06-30T22:10:22.828Z | consumes: bootstrap-agent-client |
1977 | 2025-06-30T22:10:22.828Z | consumes: ddm-admin-client |
1978 | 2025-06-30T22:10:22.828Z | consumes: dpd-client |
1979 | 2025-06-30T22:10:22.828Z | consumes: gateway-client |
1980 | 2025-06-30T22:10:22.828Z | |
1981 | 2025-06-30T22:10:22.828Z | |
1982 | 2025-06-30T22:10:22.828Z | Installinator |
1983 | 2025-06-30T22:10:22.828Z | installinator (omicron/installinator) |
1984 | 2025-06-30T22:10:22.828Z | consumes: ddm-admin-client |
1985 | 2025-06-30T22:10:22.828Z | consumes: installinator-client |
1986 | 2025-06-30T22:10:22.828Z | |
1987 | 2025-06-30T22:10:22.828Z | |
1988 | 2025-06-30T22:10:22.828Z | Nexus |
1989 | 2025-06-30T22:10:22.828Z | omicron-nexus (omicron/nexus) |
1990 | 2025-06-30T22:10:22.828Z | exposes: Nexus Internal API (client = nexus-client) |
1991 | 2025-06-30T22:10:22.828Z | exposes: External API (client = oxide-client) |
1992 | 2025-06-30T22:10:22.828Z | consumes: clickhouse-admin-keeper-client |
1993 | 2025-06-30T22:10:22.828Z | consumes: clickhouse-admin-server-client |
1994 | 2025-06-30T22:10:22.829Z | consumes: clickhouse-admin-single-client |
1995 | 2025-06-30T22:10:22.829Z | consumes: cockroach-admin-client |
1996 | 2025-06-30T22:10:22.829Z | consumes: crucible-agent-client |
1997 | 2025-06-30T22:10:22.829Z | consumes: crucible-pantry-client |
1998 | 2025-06-30T22:10:22.829Z | consumes: dns-service-client |
1999 | 2025-06-30T22:10:22.829Z | consumes: dpd-client |
2000 | 2025-06-30T22:10:22.829Z | consumes: gateway-client |
2001 | 2025-06-30T22:10:22.832Z | consumes: lldpd-client |
2002 | 2025-06-30T22:10:22.832Z | consumes: mg-admin-client |
2003 | 2025-06-30T22:10:22.832Z | consumes: oximeter-client |
2004 | 2025-06-30T22:10:22.832Z | consumes: propolis-client |
2005 | 2025-06-30T22:10:22.832Z | consumes: repo-depot-client |
2006 | 2025-06-30T22:10:22.832Z | consumes: sled-agent-client |
2007 | 2025-06-30T22:10:22.832Z | |
2008 | 2025-06-30T22:10:22.832Z | |
2009 | 2025-06-30T22:10:22.832Z | Oximeter |
2010 | 2025-06-30T22:10:22.832Z | oximeter-collector (omicron/oximeter/collector) |
2011 | 2025-06-30T22:10:22.832Z | exposes: Oximeter (client = oximeter-client) |
2012 | 2025-06-30T22:10:22.832Z | consumes: nexus-client |
2013 | 2025-06-30T22:10:22.832Z | |
2014 | 2025-06-30T22:10:22.832Z | |
2015 | 2025-06-30T22:10:22.909Z | |
2016 | 2025-06-30T22:10:22.912Z | real 7.134815524 |
2017 | 2025-06-30T22:10:22.912Z | user 5.951695766 |
2018 | 2025-06-30T22:10:22.912Z | sys 2.388674031 |
2019 | 2025-06-30T22:10:22.912Z | trap 0.004686112 |
2020 | 2025-06-30T22:10:22.912Z | tflt 0.029878438 |
2021 | 2025-06-30T22:10:22.912Z | dflt 0.012868784 |
2022 | 2025-06-30T22:10:22.912Z | kflt 0.000000000 |
2023 | 2025-06-30T22:10:22.912Z | lock 0.323017602 |
2024 | 2025-06-30T22:10:22.913Z | slp 23.557130886 |
2025 | 2025-06-30T22:10:22.913Z | lat 0.080393760 |
2026 | 2025-06-30T22:10:22.913Z | stop 0.006199149 |
2027 | 2025-06-30T22:10:22.913Z | + ptime -m cargo xtask ls-apis servers |
2028 | 2025-06-30T22:10:23.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2029 | 2025-06-30T22:10:23.593Z | Running `target/debug/xtask ls-apis servers` |
2030 | 2025-06-30T22:10:24.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2031 | 2025-06-30T22:10:24.636Z | Running `target/debug/ls-apis servers` |
2032 | 2025-06-30T22:10:24.680Z | loading metadata for workspace omicron from current workspace |
2033 | 2025-06-30T22:10:26.084Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml |
2034 | 2025-06-30T22:10:26.088Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml |
2035 | 2025-06-30T22:10:26.091Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml |
2036 | 2025-06-30T22:10:26.091Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml |
2037 | 2025-06-30T22:10:26.094Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml |
2038 | 2025-06-30T22:10:28.675Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml |
2039 | 2025-06-30T22:10:29.440Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2040 | 2025-06-30T22:10:29.458Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2041 | 2025-06-30T22:10:29.636Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
2042 | 2025-06-30T22:10:29.636Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
2043 | 2025-06-30T22:10:29.636Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
2044 | 2025-06-30T22:10:29.636Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
2045 | 2025-06-30T22:10:29.639Z | |
2046 | 2025-06-30T22:10:29.639Z | omicron-cockroach-admin (omicron/cockroach-admin) |
2047 | 2025-06-30T22:10:29.639Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
2048 | 2025-06-30T22:10:29.639Z | |
2049 | 2025-06-30T22:10:29.639Z | crucible-agent (crucible/agent) |
2050 | 2025-06-30T22:10:29.639Z | exposes: Crucible Agent (client = crucible-agent-client) |
2051 | 2025-06-30T22:10:29.639Z | |
2052 | 2025-06-30T22:10:29.640Z | crucible-downstairs (crucible/downstairs) |
2053 | 2025-06-30T22:10:29.640Z | exposes: Crucible Repair (client = repair-client) |
2054 | 2025-06-30T22:10:29.640Z | consumes: repair-client |
2055 | 2025-06-30T22:10:29.640Z | |
2056 | 2025-06-30T22:10:29.640Z | crucible-pantry (crucible/pantry) |
2057 | 2025-06-30T22:10:29.640Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
2058 | 2025-06-30T22:10:29.640Z | consumes: nexus-client |
2059 | 2025-06-30T22:10:29.640Z | |
2060 | 2025-06-30T22:10:29.640Z | dns-server (omicron/dns-server) |
2061 | 2025-06-30T22:10:29.640Z | exposes: DNS Server (client = dns-service-client) |
2062 | 2025-06-30T22:10:29.640Z | |
2063 | 2025-06-30T22:10:29.640Z | omicron-sled-agent (omicron/sled-agent) |
2064 | 2025-06-30T22:10:29.640Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
2065 | 2025-06-30T22:10:29.640Z | exposes: Repo Depot API (client = repo-depot-client) |
2066 | 2025-06-30T22:10:29.640Z | exposes: Sled Agent (client = sled-agent-client) |
2067 | 2025-06-30T22:10:29.644Z | consumes: bootstrap-agent-client |
2068 | 2025-06-30T22:10:29.645Z | consumes: cockroach-admin-client |
2069 | 2025-06-30T22:10:29.645Z | consumes: ddm-admin-client |
2070 | 2025-06-30T22:10:29.645Z | consumes: dns-service-client |
2071 | 2025-06-30T22:10:29.645Z | consumes: dpd-client |
2072 | 2025-06-30T22:10:29.645Z | consumes: gateway-client |
2073 | 2025-06-30T22:10:29.645Z | consumes: mg-admin-client |
2074 | 2025-06-30T22:10:29.645Z | consumes: nexus-client |
2075 | 2025-06-30T22:10:29.645Z | consumes: propolis-client |
2076 | 2025-06-30T22:10:29.645Z | consumes: repo-depot-client |
2077 | 2025-06-30T22:10:29.645Z | |
2078 | 2025-06-30T22:10:29.645Z | propolis-server (propolis/bin/propolis-server) |
2079 | 2025-06-30T22:10:29.645Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
2080 | 2025-06-30T22:10:29.645Z | exposes: Propolis (client = propolis-client) |
2081 | 2025-06-30T22:10:29.645Z | consumes: nexus-client |
2082 | 2025-06-30T22:10:29.645Z | |
2083 | 2025-06-30T22:10:29.645Z | ddmd (maghemite/ddmd) |
2084 | 2025-06-30T22:10:29.645Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
2085 | 2025-06-30T22:10:29.650Z | consumes: dpd-client |
2086 | 2025-06-30T22:10:29.650Z | |
2087 | 2025-06-30T22:10:29.650Z | dpd (dendrite/dpd) |
2088 | 2025-06-30T22:10:29.650Z | exposes: Dendrite DPD (client = dpd-client) |
2089 | 2025-06-30T22:10:29.650Z | consumes: gateway-client |
2090 | 2025-06-30T22:10:29.651Z | consumes: nexus-client |
2091 | 2025-06-30T22:10:29.651Z | |
2092 | 2025-06-30T22:10:29.651Z | lldpd (lldp/lldpd) |
2093 | 2025-06-30T22:10:29.651Z | exposes: LLDP daemon (client = lldpd-client) |
2094 | 2025-06-30T22:10:29.651Z | consumes: dpd-client |
2095 | 2025-06-30T22:10:29.651Z | |
2096 | 2025-06-30T22:10:29.651Z | mgd (maghemite/mgd) |
2097 | 2025-06-30T22:10:29.651Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
2098 | 2025-06-30T22:10:29.651Z | consumes: ddm-admin-client |
2099 | 2025-06-30T22:10:29.651Z | consumes: dpd-client |
2100 | 2025-06-30T22:10:29.651Z | |
2101 | 2025-06-30T22:10:29.651Z | omicron-gateway (omicron/gateway) |
2102 | 2025-06-30T22:10:29.651Z | exposes: Management Gateway Service (client = gateway-client) |
2103 | 2025-06-30T22:10:29.651Z | |
2104 | 2025-06-30T22:10:29.651Z | tfportd (dendrite/tfportd) |
2105 | 2025-06-30T22:10:29.651Z | consumes: dpd-client |
2106 | 2025-06-30T22:10:29.651Z | consumes: lldpd-client |
2107 | 2025-06-30T22:10:29.651Z | |
2108 | 2025-06-30T22:10:29.651Z | wicketd (omicron/wicketd) |
2109 | 2025-06-30T22:10:29.651Z | exposes: Wicketd Installinator (client = installinator-client) |
2110 | 2025-06-30T22:10:29.651Z | exposes: Wicketd (client = wicketd-client) |
2111 | 2025-06-30T22:10:29.655Z | consumes: bootstrap-agent-client |
2112 | 2025-06-30T22:10:29.655Z | consumes: ddm-admin-client |
2113 | 2025-06-30T22:10:29.655Z | consumes: dpd-client |
2114 | 2025-06-30T22:10:29.655Z | consumes: gateway-client |
2115 | 2025-06-30T22:10:29.655Z | |
2116 | 2025-06-30T22:10:29.655Z | installinator (omicron/installinator) |
2117 | 2025-06-30T22:10:29.655Z | consumes: ddm-admin-client |
2118 | 2025-06-30T22:10:29.655Z | consumes: installinator-client |
2119 | 2025-06-30T22:10:29.655Z | |
2120 | 2025-06-30T22:10:29.655Z | omicron-nexus (omicron/nexus) |
2121 | 2025-06-30T22:10:29.655Z | exposes: Nexus Internal API (client = nexus-client) |
2122 | 2025-06-30T22:10:29.655Z | exposes: External API (client = oxide-client) |
2123 | 2025-06-30T22:10:29.655Z | consumes: clickhouse-admin-keeper-client |
2124 | 2025-06-30T22:10:29.655Z | consumes: clickhouse-admin-server-client |
2125 | 2025-06-30T22:10:29.655Z | consumes: clickhouse-admin-single-client |
2126 | 2025-06-30T22:10:29.655Z | consumes: cockroach-admin-client |
2127 | 2025-06-30T22:10:29.655Z | consumes: crucible-agent-client |
2128 | 2025-06-30T22:10:29.655Z | consumes: crucible-pantry-client |
2129 | 2025-06-30T22:10:29.655Z | consumes: dns-service-client |
2130 | 2025-06-30T22:10:29.655Z | consumes: dpd-client |
2131 | 2025-06-30T22:10:29.655Z | consumes: gateway-client |
2132 | 2025-06-30T22:10:29.655Z | consumes: lldpd-client |
2133 | 2025-06-30T22:10:29.655Z | consumes: mg-admin-client |
2134 | 2025-06-30T22:10:29.655Z | consumes: oximeter-client |
2135 | 2025-06-30T22:10:29.655Z | consumes: propolis-client |
2136 | 2025-06-30T22:10:29.655Z | consumes: repo-depot-client |
2137 | 2025-06-30T22:10:29.655Z | consumes: sled-agent-client |
2138 | 2025-06-30T22:10:29.655Z | |
2139 | 2025-06-30T22:10:29.655Z | oximeter-collector (omicron/oximeter/collector) |
2140 | 2025-06-30T22:10:29.655Z | exposes: Oximeter (client = oximeter-client) |
2141 | 2025-06-30T22:10:29.655Z | consumes: nexus-client |
2142 | 2025-06-30T22:10:29.655Z | |
2143 | 2025-06-30T22:10:29.733Z | |
2144 | 2025-06-30T22:10:29.736Z | real 6.801204526 |
2145 | 2025-06-30T22:10:29.736Z | user 5.838817950 |
2146 | 2025-06-30T22:10:29.736Z | sys 2.200442843 |
2147 | 2025-06-30T22:10:29.736Z | trap 0.000752569 |
2148 | 2025-06-30T22:10:29.736Z | tflt 0.033188447 |
2149 | 2025-06-30T22:10:29.736Z | dflt 0.019339866 |
2150 | 2025-06-30T22:10:29.736Z | kflt 0.000003867 |
2151 | 2025-06-30T22:10:29.736Z | lock 0.305248790 |
2152 | 2025-06-30T22:10:29.736Z | slp 22.454405694 |
2153 | 2025-06-30T22:10:29.736Z | lat 0.055789108 |
2154 | 2025-06-30T22:10:29.736Z | stop 0.006949990 |
2155 | 2025-06-30T22:10:29.736Z | + ptime -m cargo xtask ls-apis check |
2156 | 2025-06-30T22:10:30.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2157 | 2025-06-30T22:10:30.410Z | Running `target/debug/xtask ls-apis check` |
2158 | 2025-06-30T22:10:31.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2159 | 2025-06-30T22:10:31.439Z | Running `target/debug/ls-apis check` |
2160 | 2025-06-30T22:10:31.486Z | loading metadata for workspace omicron from current workspace |
2161 | 2025-06-30T22:10:32.881Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml |
2162 | 2025-06-30T22:10:32.884Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml |
2163 | 2025-06-30T22:10:32.892Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml |
2164 | 2025-06-30T22:10:32.895Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml |
2165 | 2025-06-30T22:10:32.896Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml |
2166 | 2025-06-30T22:10:35.402Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml |
2167 | 2025-06-30T22:10:36.167Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2168 | 2025-06-30T22:10:36.185Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2169 | 2025-06-30T22:10:36.446Z | |
2170 | 2025-06-30T22:10:36.446Z | |
2171 | 2025-06-30T22:10:36.446Z | Server-managed APIs: |
2172 | 2025-06-30T22:10:36.446Z | |
2173 | 2025-06-30T22:10:36.446Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2174 | 2025-06-30T22:10:36.446Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2175 | 2025-06-30T22:10:36.446Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2176 | 2025-06-30T22:10:36.446Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2177 | 2025-06-30T22:10:36.446Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2178 | 2025-06-30T22:10:36.446Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2179 | 2025-06-30T22:10:36.446Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2180 | 2025-06-30T22:10:36.446Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2181 | 2025-06-30T22:10:36.446Z | DNS Server (dns-service-client, exposed by dns-server) |
2182 | 2025-06-30T22:10:36.446Z | Dendrite DPD (dpd-client, exposed by dpd) |
2183 | 2025-06-30T22:10:36.446Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2184 | 2025-06-30T22:10:36.446Z | LLDP daemon (lldpd-client, exposed by lldpd) |
2185 | 2025-06-30T22:10:36.446Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2186 | 2025-06-30T22:10:36.446Z | External API (oxide-client, exposed by omicron-nexus) |
2187 | 2025-06-30T22:10:36.446Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2188 | 2025-06-30T22:10:36.446Z | Propolis (propolis-client, exposed by propolis-server) |
2189 | 2025-06-30T22:10:36.446Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2190 | 2025-06-30T22:10:36.447Z | Wicketd (wicketd-client, exposed by wicketd) |
2191 | 2025-06-30T22:10:36.447Z | |
2192 | 2025-06-30T22:10:36.447Z | |
2193 | 2025-06-30T22:10:36.447Z | Client-managed API: |
2194 | 2025-06-30T22:10:36.447Z | |
2195 | 2025-06-30T22:10:36.447Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2196 | 2025-06-30T22:10:36.447Z | reason: depends on itself (i.e., instances call each other) |
2197 | 2025-06-30T22:10:36.447Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2198 | 2025-06-30T22:10:36.447Z | reason: client is provided implicitly by the operator |
2199 | 2025-06-30T22:10:36.447Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2200 | 2025-06-30T22:10:36.447Z | reason: Circular dependencies between Nexus and other services |
2201 | 2025-06-30T22:10:36.447Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2202 | 2025-06-30T22:10:36.447Z | reason: depends on itself (i.e., instances call each other) |
2203 | 2025-06-30T22:10:36.447Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2204 | 2025-06-30T22:10:36.447Z | reason: depends on itself (i.e., instances call each other) |
2205 | 2025-06-30T22:10:36.447Z | |
2206 | 2025-06-30T22:10:36.447Z | |
2207 | 2025-06-30T22:10:36.447Z | APIs with unknown version management: none |
2208 | 2025-06-30T22:10:36.524Z | |
2209 | 2025-06-30T22:10:36.527Z | real 6.766429467 |
2210 | 2025-06-30T22:10:36.527Z | user 5.902481709 |
2211 | 2025-06-30T22:10:36.527Z | sys 2.061931200 |
2212 | 2025-06-30T22:10:36.527Z | trap 0.000730987 |
2213 | 2025-06-30T22:10:36.527Z | tflt 0.000049950 |
2214 | 2025-06-30T22:10:36.527Z | dflt 0.000017765 |
2215 | 2025-06-30T22:10:36.527Z | kflt 0.000003989 |
2216 | 2025-06-30T22:10:36.527Z | lock 0.303285041 |
2217 | 2025-06-30T22:10:36.527Z | slp 21.616166760 |
2218 | 2025-06-30T22:10:36.527Z | lat 0.012257265 |
2219 | 2025-06-30T22:10:36.527Z | stop 0.006643563 |
2220 | 2025-06-30T22:10:36.528Z | + ptime -m cargo xtask ls-apis adoc |
2221 | 2025-06-30T22:10:37.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2222 | 2025-06-30T22:10:37.200Z | Running `target/debug/xtask ls-apis adoc` |
2223 | 2025-06-30T22:10:38.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2224 | 2025-06-30T22:10:38.226Z | Running `target/debug/ls-apis adoc` |
2225 | 2025-06-30T22:10:38.276Z | loading metadata for workspace omicron from current workspace |
2226 | 2025-06-30T22:10:39.677Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml |
2227 | 2025-06-30T22:10:39.680Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml |
2228 | 2025-06-30T22:10:39.680Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml |
2229 | 2025-06-30T22:10:39.694Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml |
2230 | 2025-06-30T22:10:39.698Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml |
2231 | 2025-06-30T22:10:42.218Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml |
2232 | 2025-06-30T22:10:42.983Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2233 | 2025-06-30T22:10:42.999Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2234 | 2025-06-30T22:10:43.284Z | |
2235 | 2025-06-30T22:10:43.284Z | real 6.737112051 |
2236 | 2025-06-30T22:10:43.284Z | user 5.853192540 |
2237 | 2025-06-30T22:10:43.284Z | sys 2.075155542 |
2238 | 2025-06-30T22:10:43.284Z | trap 0.000635825 |
2239 | 2025-06-30T22:10:43.287Z | tflt 0.000044723 |
2240 | 2025-06-30T22:10:43.287Z | dflt 0.000042372 |
2241 | 2025-06-30T22:10:43.287Z | kflt 0.000006227 |
2242 | 2025-06-30T22:10:43.287Z | lock 0.298804169 |
2243 | 2025-06-30T22:10:43.287Z | slp 21.644078178 |
2244 | 2025-06-30T22:10:43.287Z | lat 0.013498028 |
2245 | 2025-06-30T22:10:43.287Z | stop 0.006688031 |
2246 | 2025-06-30T22:10:43.287Z | + banner build |
2247 | 2025-06-30T22:10:43.290Z | |
2248 | 2025-06-30T22:10:43.290Z | ##### # # # # ##### |
2249 | 2025-06-30T22:10:43.290Z | # # # # # # # # |
2250 | 2025-06-30T22:10:43.290Z | ##### # # # # # # |
2251 | 2025-06-30T22:10:43.290Z | # # # # # # # # |
2252 | 2025-06-30T22:10:43.290Z | # # # # # # # # |
2253 | 2025-06-30T22:10:43.290Z | ##### #### # ###### ##### |
2254 | 2025-06-30T22:10:43.290Z | |
2255 | 2025-06-30T22:10:43.290Z | + export 'RUSTFLAGS=--cfg tokio_unstable -D warnings' |
2256 | 2025-06-30T22:10:43.290Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings' |
2257 | 2025-06-30T22:10:43.290Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2258 | 2025-06-30T22:10:43.291Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2259 | 2025-06-30T22:10:43.291Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2260 | 2025-06-30T22:10:43.291Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2261 | 2025-06-30T22:10:43.291Z | + export TMPDIR=/var/tmp/omicron_tmp |
2262 | 2025-06-30T22:10:43.291Z | + TMPDIR=/var/tmp/omicron_tmp |
2263 | 2025-06-30T22:10:43.291Z | + export RUST_BACKTRACE=1 |
2264 | 2025-06-30T22:10:43.291Z | + RUST_BACKTRACE=1 |
2265 | 2025-06-30T22:10:43.291Z | + export CARGO_INCREMENTAL=0 |
2266 | 2025-06-30T22:10:43.291Z | + CARGO_INCREMENTAL=0 |
2267 | 2025-06-30T22:10:43.291Z | + export RUSTC_BOOTSTRAP=1 |
2268 | 2025-06-30T22:10:43.291Z | + RUSTC_BOOTSTRAP=1 |
2269 | 2025-06-30T22:10:43.291Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose |
2270 | 2025-06-30T22:10:45.851Z | Compiling proc-macro2 v1.0.95 |
2271 | 2025-06-30T22:10:45.851Z | Compiling unicode-ident v1.0.18 |
2272 | 2025-06-30T22:10:45.858Z | Compiling libc v0.2.174 |
2273 | 2025-06-30T22:10:45.858Z | Compiling cfg-if v1.0.1 |
2274 | 2025-06-30T22:10:45.858Z | Compiling serde v1.0.219 |
2275 | 2025-06-30T22:10:45.859Z | Compiling autocfg v1.4.0 |
2276 | 2025-06-30T22:10:45.859Z | Compiling memchr v2.7.4 |
2277 | 2025-06-30T22:10:45.859Z | Compiling value-bag v1.9.0 |
2278 | 2025-06-30T22:10:45.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e17d5223f00440f9 -C extra-filename=-94f49666e7fa7a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2279 | 2025-06-30T22:10:45.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=da7bbe67681fe13e -C extra-filename=-dcdb3adfacb91dbc --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2280 | 2025-06-30T22:10:45.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=520414dab93308a9 -C extra-filename=-8b1d7bb9664cf900 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2281 | 2025-06-30T22:10:45.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-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,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=4b3231fffb518146 -C extra-filename=-3a67e9cd8804fc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2282 | 2025-06-30T22:10:45.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a200a4e3493ab895 -C extra-filename=-91c9eb2d35072faf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2283 | 2025-06-30T22:10:46.177Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=326456c13b32c9e6 -C extra-filename=-70b1be6a3a4fd896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2284 | 2025-06-30T22:10:46.205Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=aa04558e548245cb -C extra-filename=-9940e3744517d409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2285 | 2025-06-30T22:10:46.262Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b025b98d085c7d7f -C extra-filename=-d7b06f039966c35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2286 | 2025-06-30T22:10:46.342Z | Compiling smallvec v1.15.0 |
2287 | 2025-06-30T22:10:46.386Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=0e3303d462a0a1d4 -C extra-filename=-3b112245a8f41229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2025-06-30T22:10:46.386Z | Compiling version_check v0.9.5 |
2289 | 2025-06-30T22:10:46.386Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=232a46148091ce4a -C extra-filename=-197837e41708e086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2290 | 2025-06-30T22:10:46.706Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf/build-script-build` |
2291 | 2025-06-30T22:10:46.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc/build-script-build` |
2292 | 2025-06-30T22:10:46.807Z | Compiling log v0.4.27 |
2293 | 2025-06-30T22:10:46.811Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --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=a012576ac549d296 -C extra-filename=-1bb814cae28f6e1e --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-9940e3744517d409.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2025-06-30T22:10:46.843Z | Compiling itoa v1.0.11 |
2295 | 2025-06-30T22:10:46.847Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a1284d2aca436c03 -C extra-filename=-1ede4a1959157936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2296 | 2025-06-30T22:10:46.882Z | Compiling scopeguard v1.2.0 |
2297 | 2025-06-30T22:10:46.885Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=2ac3bfc63a6f495b -C extra-filename=-9aa091ab62ef587d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2298 | 2025-06-30T22:10:47.009Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900/build-script-build` |
2299 | 2025-06-30T22:10:47.075Z | Compiling libm v0.2.8 |
2300 | 2025-06-30T22:10:47.110Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=e7201f5b37cfcb37 -C extra-filename=-74085114372c9248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2025-06-30T22:10:47.142Z | Compiling lock_api v0.4.12 |
2302 | 2025-06-30T22:10:47.145Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=1f2eceff9b7f6301 -C extra-filename=-cefab6d96bfc6445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --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(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
2303 | 2025-06-30T22:10:47.177Z | Compiling num-traits v0.2.19 |
2304 | 2025-06-30T22:10:47.215Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=301f6da474eac230 -C extra-filename=-a400df7917266ce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2305 | 2025-06-30T22:10:47.218Z | Compiling portable-atomic v1.11.0 |
2306 | 2025-06-30T22:10:47.218Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=207dd7bec83ba4d1 -C extra-filename=-1d45b31d4a997950 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2025-06-30T22:10:47.218Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --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,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --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=b408a271d21c3c52 -C extra-filename=-1d06eeadc555dfe0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2025-06-30T22:10:47.294Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=88f45a1158fe1b6f -C extra-filename=-945f287b7b96ea88 --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-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
2309 | 2025-06-30T22:10:47.463Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248/build-script-build` |
2310 | 2025-06-30T22:10:47.528Z | Compiling stable_deref_trait v1.2.0 |
2311 | 2025-06-30T22:10:47.533Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7ba97c1da2f580b1 -C extra-filename=-1e5403e1b8402df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2312 | 2025-06-30T22:10:47.571Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2/build-script-build` |
2313 | 2025-06-30T22:10:47.615Z | Compiling ryu v1.0.18 |
2314 | 2025-06-30T22:10:47.647Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=b6189c03c4f8a706 -C extra-filename=-f25e6adcb3b5e793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2315 | 2025-06-30T22:10:47.650Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950/build-script-build` |
2316 | 2025-06-30T22:10:47.650Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f10c1461f6929bb6 -C extra-filename=-d42842baf7c23fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2317 | 2025-06-30T22:10:47.730Z | Compiling critical-section v1.1.3 |
2318 | 2025-06-30T22:10:47.733Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=ce3158c97c66180a -C extra-filename=-c6739908f4dae2f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2319 | 2025-06-30T22:10:47.824Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=7a62093f9d6aa6f4 -C extra-filename=-4d444e8c5d73485c --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-9aa091ab62ef587d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
2320 | 2025-06-30T22:10:47.949Z | Compiling serde_json v1.0.140 |
2321 | 2025-06-30T22:10:47.995Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=12a66523a282a2fb -C extra-filename=-b591629987fa3546 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2025-06-30T22:10:47.996Z | Compiling quote v1.0.40 |
2323 | 2025-06-30T22:10:48.035Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1e8632cb80168930 -C extra-filename=-d025f8d9e1172b1a --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-945f287b7b96ea88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2324 | 2025-06-30T22:10:48.039Z | Compiling pin-project-lite v0.2.14 |
2325 | 2025-06-30T22:10:48.047Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bdd85071a31401 -C extra-filename=-a9d4e6e778fb1c27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2326 | 2025-06-30T22:10:48.219Z | Compiling getrandom v0.2.15 |
2327 | 2025-06-30T22:10:48.224Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c608ded4fb225be2 -C extra-filename=-7507609290b17159 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2025-06-30T22:10:48.224Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0/build-script-build` |
2329 | 2025-06-30T22:10:48.291Z | Compiling writeable v0.5.5 |
2330 | 2025-06-30T22:10:48.294Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=f0df731856b7b7a1 -C extra-filename=-dd48068adb529086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2331 | 2025-06-30T22:10:48.390Z | Compiling percent-encoding v2.3.1 |
2332 | 2025-06-30T22:10:48.390Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546/build-script-build` |
2333 | 2025-06-30T22:10:48.390Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --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,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --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=a194d7f2ac87893d -C extra-filename=-221a139d58cdccf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("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_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_mut_refs,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_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,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","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'` |
2334 | 2025-06-30T22:10:48.422Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2db907e5f09bb6d3 -C extra-filename=-076790c46d8cc729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2335 | 2025-06-30T22:10:48.454Z | Compiling syn v2.0.104 |
2336 | 2025-06-30T22:10:48.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.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 --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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=dde553c25aa41a07 -C extra-filename=-066c256ec447ff7a --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2337 | 2025-06-30T22:10:48.607Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1f4f2319b3bdbffb -C extra-filename=-b32efd26b54b6d26 --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-f25e6adcb3b5e793.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
2338 | 2025-06-30T22:10:48.654Z | Compiling rand_core v0.6.4 |
2339 | 2025-06-30T22:10:48.657Z | Compiling litemap v0.7.3 |
2340 | 2025-06-30T22:10:48.657Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=f22854d2d5d2507a -C extra-filename=-d309a4dac0f77c6e --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2341 | 2025-06-30T22:10:48.657Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=0681b9e3a521311e -C extra-filename=-9346630a05fc94dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2025-06-30T22:10:48.771Z | Compiling shlex v1.3.0 |
2343 | 2025-06-30T22:10:48.774Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=11fd4aa85ac04828 -C extra-filename=-97d25d72ed3d09ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2344 | 2025-06-30T22:10:48.820Z | Compiling icu_locid_transform_data v1.5.0 |
2345 | 2025-06-30T22:10:48.823Z | Compiling byteorder v1.5.0 |
2346 | 2025-06-30T22:10:48.823Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9a9d1e6d3a54280 -C extra-filename=-a6709be570372823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2347 | 2025-06-30T22:10:48.823Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9fc823adeaa6ca16 -C extra-filename=-96dbc0c5a1d1c4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2025-06-30T22:10:48.972Z | Compiling icu_properties_data v1.5.0 |
2349 | 2025-06-30T22:10:49.023Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6acb95889242908 -C extra-filename=-5ca396f3175bc529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2350 | 2025-06-30T22:10:49.105Z | Compiling parking_lot_core v0.9.10 |
2351 | 2025-06-30T22:10:49.111Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2dfd956a24242957 -C extra-filename=-3e4a752e59c4935c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2352 | 2025-06-30T22:10:49.145Z | Compiling jobserver v0.1.32 |
2353 | 2025-06-30T22:10:49.148Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d00813f12d149e65 -C extra-filename=-a3c2492b0c4314bf --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2354 | 2025-06-30T22:10:49.212Z | Compiling semver v1.0.26 |
2355 | 2025-06-30T22:10:49.216Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0ee2cb118388203e -C extra-filename=-fbe46642e8a78556 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2356 | 2025-06-30T22:10:49.262Z | Compiling write16 v1.0.0 |
2357 | 2025-06-30T22:10:49.265Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=23b8f8c1a9f01aaa -C extra-filename=-e56e6861a0da43cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2358 | 2025-06-30T22:10:49.364Z | Compiling icu_normalizer_data v1.5.0 |
2359 | 2025-06-30T22:10:49.370Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b88262e1450c418 -C extra-filename=-4319c7a5a2ea9c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2025-06-30T22:10:49.439Z | Compiling once_cell v1.21.3 |
2361 | 2025-06-30T22:10:49.444Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.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="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=1e5f60a2e1cc3fdb -C extra-filename=-09bc292f601caea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-c6739908f4dae2f6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2025-06-30T22:10:49.520Z | Compiling utf8_iter v1.0.4 |
2363 | 2025-06-30T22:10:49.532Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc1d9e558b5cae79 -C extra-filename=-22bde71774a40109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2025-06-30T22:10:49.598Z | Compiling utf16_iter v1.0.5 |
2365 | 2025-06-30T22:10:49.601Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c/build-script-build` |
2366 | 2025-06-30T22:10:49.601Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf60de236dc5250f -C extra-filename=-fd11caf15979887c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2367 | 2025-06-30T22:10:49.699Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=83a5d20f7c5b2407 -C extra-filename=-2307d37173dfe8e2 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2368 | 2025-06-30T22:10:49.762Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556/build-script-build` |
2369 | 2025-06-30T22:10:49.810Z | Compiling cc v1.2.15 |
2370 | 2025-06-30T22:10:49.810Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c46714e755dfed46 -C extra-filename=-2693dba1943116f6 --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-a3c2492b0c4314bf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2025-06-30T22:10:49.858Z | Compiling regex-syntax v0.8.5 |
2372 | 2025-06-30T22:10:49.863Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=913ad74e0582d05c -C extra-filename=-f7fc194797028537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2373 | 2025-06-30T22:10:49.907Z | Compiling form_urlencoded v1.2.1 |
2374 | 2025-06-30T22:10:49.910Z | Compiling allocator-api2 v0.2.21 |
2375 | 2025-06-30T22:10:49.910Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=256f2c2559cd84d6 -C extra-filename=-ad59467a09ca041e --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-076790c46d8cc729.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2376 | 2025-06-30T22:10:49.911Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=d13be936794bc456 -C extra-filename=-9f1cde4af112ed91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2025-06-30T22:10:49.986Z | Compiling foldhash v0.1.5 |
2378 | 2025-06-30T22:10:49.989Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=040198288ef9eb23 -C extra-filename=-2258aab87697adbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2025-06-30T22:10:50.179Z | Compiling parking_lot v0.12.3 |
2380 | 2025-06-30T22:10:50.182Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=897ce25b36c97995 -C extra-filename=-d60a101adc746ee4 --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-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2307d37173dfe8e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2025-06-30T22:10:50.235Z | Compiling equivalent v1.0.2 |
2382 | 2025-06-30T22:10:50.274Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b76946023df5cc -C extra-filename=-de5be1197a0129ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2383 | 2025-06-30T22:10:50.278Z | Compiling getrandom v0.3.1 |
2384 | 2025-06-30T22:10:50.281Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ee1b4ed29b295161 -C extra-filename=-9e9ee7fa21dc6b74 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2025-06-30T22:10:50.401Z | Compiling aho-corasick v1.1.3 |
2386 | 2025-06-30T22:10:50.404Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2270db516029890c -C extra-filename=-212bd90c4b2dd6c2 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2387 | 2025-06-30T22:10:50.447Z | Compiling subtle v2.6.1 |
2388 | 2025-06-30T22:10:50.447Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=9c5d8dc0c37fe456 -C extra-filename=-437961f5488645c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2389 | 2025-06-30T22:10:50.716Z | Compiling hashbrown v0.15.4 |
2390 | 2025-06-30T22:10:50.719Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=62d8723bf41ce355 -C extra-filename=-ee2ff769a8771c26 --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-9f1cde4af112ed91.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2025-06-30T22:10:50.895Z | Compiling signal-hook-registry v1.4.2 |
2392 | 2025-06-30T22:10:50.900Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58c99809dffc395 -C extra-filename=-5b018c3601033e26 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2393 | 2025-06-30T22:10:50.990Z | Compiling errno v0.3.12 |
2394 | 2025-06-30T22:10:51.004Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c429ebd2673d085 -C extra-filename=-17c9896e8417eaa3 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2395 | 2025-06-30T22:10:51.059Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74/build-script-build` |
2396 | 2025-06-30T22:10:51.131Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=3f1f71898c325736 -C extra-filename=-fd0dad88f56f0ea8 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2397 | 2025-06-30T22:10:51.308Z | Compiling fnv v1.0.7 |
2398 | 2025-06-30T22:10:51.311Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ceb7a4dc86e44fed -C extra-filename=-6e0677348c2acdca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2399 | 2025-06-30T22:10:51.507Z | Compiling typenum v1.17.0 |
2400 | 2025-06-30T22:10:51.510Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b974153b55fab406 -C extra-filename=-2df1fb8255928dda --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2401 | 2025-06-30T22:10:51.582Z | Compiling mio v1.0.2 |
2402 | 2025-06-30T22:10:51.585Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=977b656ca83a176f -C extra-filename=-0198d0379ddd5e72 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2403 | 2025-06-30T22:10:51.623Z | Compiling generic-array v0.14.7 |
2404 | 2025-06-30T22:10:51.627Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=27fe626a05548614 -C extra-filename=-d150074bdaa5513f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2405 | 2025-06-30T22:10:52.500Z | Compiling futures-core v0.3.31 |
2406 | 2025-06-30T22:10:52.523Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=b94ca4260a2d0f03 -C extra-filename=-a4cc7e9ef57f8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2025-06-30T22:10:52.523Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f/build-script-build` |
2408 | 2025-06-30T22:10:52.523Z | Compiling thiserror v1.0.69 |
2409 | 2025-06-30T22:10:52.523Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0bf4de49f937d84 -C extra-filename=-8ea25a666cfcc782 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2025-06-30T22:10:52.523Z | Compiling heck v0.5.0 |
2411 | 2025-06-30T22:10:52.523Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=441b0cf5e03017e8 -C extra-filename=-2607b1d525d6c62b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2412 | 2025-06-30T22:10:52.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda/build-script-main` |
2413 | 2025-06-30T22:10:52.664Z | Compiling rustix v0.38.37 |
2414 | 2025-06-30T22:10:52.689Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b9523a04e2621f8a -C extra-filename=-335e43a8469de2c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2025-06-30T22:10:52.739Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=67023ecf08a8c0f8 -C extra-filename=-0dafc8d380e544f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2025-06-30T22:10:52.814Z | Compiling socket2 v0.5.10 |
2417 | 2025-06-30T22:10:52.818Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782/build-script-build` |
2418 | 2025-06-30T22:10:52.818Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7ddfd4588eabd297 -C extra-filename=-423c3f0ad40a6f8c --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2025-06-30T22:10:53.344Z | Compiling either v1.15.0 |
2420 | 2025-06-30T22:10:53.344Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=e7f97220bb92f101 -C extra-filename=-8d65808b96850202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2421 | 2025-06-30T22:10:53.426Z | Compiling iana-time-zone v0.1.63 |
2422 | 2025-06-30T22:10:53.429Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=aa9e6e52d6f8c46f -C extra-filename=-015002e6c87ba800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2423 | 2025-06-30T22:10:53.472Z | Compiling regex-automata v0.4.8 |
2424 | 2025-06-30T22:10:53.475Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=307d038eae155b28 -C extra-filename=-6523adb68efc81b9 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2025-06-30T22:10:53.720Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1/build-script-build` |
2426 | 2025-06-30T22:10:53.799Z | Compiling slab v0.4.9 |
2427 | 2025-06-30T22:10:53.843Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=76fda1d0438804c2 -C extra-filename=-e8d0b93eb888828a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2025-06-30T22:10:53.847Z | Compiling pkg-config v0.3.31 |
2429 | 2025-06-30T22:10:53.850Z | Compiling spin v0.9.8 |
2430 | 2025-06-30T22:10:53.850Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=366a66a5bd51b816 -C extra-filename=-3635e7ea4178d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2025-06-30T22:10:53.887Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=943ae6c007f2eb20 -C extra-filename=-406ca8badcd23106 --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-4d444e8c5d73485c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2025-06-30T22:10:54.079Z | Compiling futures-io v0.3.31 |
2433 | 2025-06-30T22:10:54.084Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=a18346cf44bb7181 -C extra-filename=-2a03d229118e1408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2025-06-30T22:10:54.286Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a/build-script-build` |
2435 | 2025-06-30T22:10:54.299Z | Compiling const-oid v0.9.6 |
2436 | 2025-06-30T22:10:54.343Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=e2853013ef2898bd -C extra-filename=-807b0639457d6796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2437 | 2025-06-30T22:10:54.399Z | Compiling schemars v0.8.22 |
2438 | 2025-06-30T22:10:54.403Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=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="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=c5890ca3aac23635 -C extra-filename=-83337988ea1e18c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2439 | 2025-06-30T22:10:54.445Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8d8c8be7b560bbce -C extra-filename=-0314e42345bf8898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2025-06-30T22:10:54.519Z | Compiling dyn-clone v1.0.19 |
2441 | 2025-06-30T22:10:54.522Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7db7cbade80f364 -C extra-filename=-9971a79910adfacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2025-06-30T22:10:54.795Z | Compiling futures-sink v0.3.31 |
2443 | 2025-06-30T22:10:54.795Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a49d8ac4219301c8 -C extra-filename=-c7f4f26cd08f9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2444 | 2025-06-30T22:10:54.844Z | Compiling lazy_static v1.5.0 |
2445 | 2025-06-30T22:10:54.847Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2/build-script-build` |
2446 | 2025-06-30T22:10:54.847Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=736aa19e21dad704 -C extra-filename=-dfc5b1a102273921 --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-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2447 | 2025-06-30T22:10:54.945Z | Compiling pin-utils v0.1.0 |
2448 | 2025-06-30T22:10:54.948Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6296376f796c9a5 -C extra-filename=-b05842547971d991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2449 | 2025-06-30T22:10:55.001Z | Compiling cpufeatures v0.2.14 |
2450 | 2025-06-30T22:10:55.043Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94499d2e08b2a1ea -C extra-filename=-3be62df182f0471e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2451 | 2025-06-30T22:10:55.043Z | Compiling syn v1.0.109 |
2452 | 2025-06-30T22:10:55.046Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=dc1fb72d421e7e05 -C extra-filename=-3ff1cf5a37225f2c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2453 | 2025-06-30T22:10:55.082Z | Compiling futures-channel v0.3.31 |
2454 | 2025-06-30T22:10:55.085Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f8c233dbd30ab741 -C extra-filename=-533edfe2f50d4d58 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2455 | 2025-06-30T22:10:55.126Z | Compiling futures-task v0.3.31 |
2456 | 2025-06-30T22:10:55.126Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f81be6eccdb8bc98 -C extra-filename=-340d4db1586c85dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2457 | 2025-06-30T22:10:55.172Z | Compiling tracing-core v0.1.32 |
2458 | 2025-06-30T22:10:55.175Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=e3b5e6e1fdd553f6 -C extra-filename=-95e09254255101a6 --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-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2459 | 2025-06-30T22:10:55.484Z | Compiling synstructure v0.13.1 |
2460 | 2025-06-30T22:10:55.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=123577d9353025fa -C extra-filename=-7d510c09a6249e8e --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2461 | 2025-06-30T22:10:55.540Z | Compiling serde_derive_internals v0.29.1 |
2462 | 2025-06-30T22:10:55.544Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fd3e874c6b47b85 -C extra-filename=-4122019d594fc7b0 --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2463 | 2025-06-30T22:10:55.617Z | Compiling glob v0.3.2 |
2464 | 2025-06-30T22:10:55.621Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ffdc1baa0dd9120 -C extra-filename=-38c5db4ab82d3093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2465 | 2025-06-30T22:10:55.752Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c/build-script-build` |
2466 | 2025-06-30T22:10:55.825Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=154e00743dc47102 -C extra-filename=-d08362af13f99b55 --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
2467 | 2025-06-30T22:10:56.239Z | Compiling thiserror v2.0.12 |
2468 | 2025-06-30T22:10:56.243Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c7a2dbe06c9f9e0a -C extra-filename=-963e89a24553a814 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2469 | 2025-06-30T22:10:56.457Z | Compiling strsim v0.11.1 |
2470 | 2025-06-30T22:10:56.460Z | Compiling clang-sys v1.8.1 |
2471 | 2025-06-30T22:10:56.460Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb18f5a1fffc5cb6 -C extra-filename=-88365388b924a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2025-06-30T22:10:56.461Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --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=6708f573c88943d1 -C extra-filename=-34099e9f12b6cf56 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2473 | 2025-06-30T22:10:56.870Z | Compiling minimal-lexical v0.2.1 |
2474 | 2025-06-30T22:10:56.873Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9dec3e3874aa52f3 -C extra-filename=-518c53c77bf3238a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2475 | 2025-06-30T22:10:56.918Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814/build-script-build` |
2476 | 2025-06-30T22:10:57.201Z | Compiling crossbeam-utils v0.8.21 |
2477 | 2025-06-30T22:10:57.201Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d72971a5e345d614 -C extra-filename=-c21d817ceab7aa53 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2478 | 2025-06-30T22:10:57.240Z | Compiling prettyplease v0.2.35 |
2479 | 2025-06-30T22:10:57.244Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e9031565dcf86d23 -C extra-filename=-a5706231d42d4c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2480 | 2025-06-30T22:10:57.421Z | Compiling nom v7.1.3 |
2481 | 2025-06-30T22:10:57.425Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=4e82c73a8fb507f1 -C extra-filename=-b3371239ca16b9d0 --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-d7b06f039966c35c.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-518c53c77bf3238a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2482 | 2025-06-30T22:10:57.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56/build-script-build` |
2483 | 2025-06-30T22:10:57.521Z | Compiling paste v1.0.15 |
2484 | 2025-06-30T22:10:57.524Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f3c8bb392988c87 -C extra-filename=-4515151050ce8819 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2485 | 2025-06-30T22:10:57.662Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d/build-script-build` |
2486 | 2025-06-30T22:10:57.721Z | Compiling adler2 v2.0.0 |
2487 | 2025-06-30T22:10:57.761Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=562d3c08686454a4 -C extra-filename=-0f7dcedc88a93d25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2488 | 2025-06-30T22:10:57.784Z | Compiling libloading v0.8.5 |
2489 | 2025-06-30T22:10:57.787Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=19a2f96a9e9cc86a -C extra-filename=-10051dc4a910cb3a --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2490 | 2025-06-30T22:10:57.835Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53/build-script-build` |
2491 | 2025-06-30T22:10:57.901Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2f9a6c5e88d18580 -C extra-filename=-e49e148379376081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
2492 | 2025-06-30T22:10:57.990Z | Compiling miniz_oxide v0.8.5 |
2493 | 2025-06-30T22:10:57.994Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-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(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=65ac7439fb7f9bfd -C extra-filename=-24968d158ecbffc5 --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-0f7dcedc88a93d25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2494 | 2025-06-30T22:10:58.101Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819/build-script-build` |
2495 | 2025-06-30T22:10:58.220Z | Compiling vcpkg v0.2.15 |
2496 | 2025-06-30T22:10:58.224Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=74aeab0dfa8bb8e0 -C extra-filename=-a6342b88852ed9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'` |
2497 | 2025-06-30T22:10:58.224Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9fbcacd10c5fe9a -C extra-filename=-26e9635c4b9744fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2498 | 2025-06-30T22:10:59.065Z | Compiling regex v1.11.1 |
2499 | 2025-06-30T22:10:59.068Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8d252bc41be99fed -C extra-filename=-26b53ab2c5be6997 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2500 | 2025-06-30T22:10:59.402Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --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=3b0f23af9e3459bc -C extra-filename=-3283956f89e6ed5b --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-38c5db4ab82d3093.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-10051dc4a910cb3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2025-06-30T22:10:59.449Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9a1834d3611d6331 -C extra-filename=-01427f20cc138421 --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-945f287b7b96ea88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
2502 | 2025-06-30T22:10:59.929Z | Compiling home v0.5.9 |
2503 | 2025-06-30T22:10:59.932Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb9b71768db4d39 -C extra-filename=-9134bb1cbbb6aa73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2504 | 2025-06-30T22:11:00.062Z | Compiling ring v0.17.14 |
2505 | 2025-06-30T22:11:00.065Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=3a6602ec4cb11821 -C extra-filename=-dd9c89c66fdb1e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2025-06-30T22:11:00.106Z | Compiling serde_derive v1.0.219 |
2507 | 2025-06-30T22:11:00.168Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=30a3db3c47b5ce70 -C extra-filename=-03adac4a94e542fc --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2025-06-30T22:11:00.171Z | Compiling zeroize_derive v1.4.2 |
2509 | 2025-06-30T22:11:00.171Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e59d78fac3f43d60 -C extra-filename=-e4c37b63b4bc0bd8 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2510 | 2025-06-30T22:11:00.673Z | Compiling zerofrom-derive v0.1.4 |
2511 | 2025-06-30T22:11:00.714Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab16008acd9a94b2 -C extra-filename=-e88f83ac40c07a11 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2025-06-30T22:11:01.253Z | Compiling yoke-derive v0.7.4 |
2513 | 2025-06-30T22:11:01.256Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=df3b026470adff55 -C extra-filename=-29a6410d6e156763 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2025-06-30T22:11:01.792Z | Compiling zeroize v1.8.1 |
2515 | 2025-06-30T22:11:01.796Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=66604ae6bf4ee998 -C extra-filename=-f79b8eed718a5064 --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-e4c37b63b4bc0bd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2025-06-30T22:11:02.218Z | Compiling zerovec-derive v0.10.3 |
2517 | 2025-06-30T22:11:02.221Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5e1ba1b0889f248 -C extra-filename=-5a7200ea816b0b0a --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2518 | 2025-06-30T22:11:02.308Z | Compiling displaydoc v0.2.5 |
2519 | 2025-06-30T22:11:02.311Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=082a9cedc6a43a42 -C extra-filename=-1e582a65af035914 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2520 | 2025-06-30T22:11:03.475Z | Compiling icu_provider_macros v1.5.0 |
2521 | 2025-06-30T22:11:03.478Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9acdc97316fe98 -C extra-filename=-902a11d6c4b56a36 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2522 | 2025-06-30T22:11:03.995Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=31a9c543641776fc -C extra-filename=-353e6090291573ff --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-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
2523 | 2025-06-30T22:11:04.055Z | Compiling thiserror-impl v1.0.69 |
2524 | 2025-06-30T22:11:04.058Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e2b4250301e90e2 -C extra-filename=-ebad948a9eb5624f --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2025-06-30T22:11:04.331Z | Compiling zerofrom v0.1.4 |
2526 | 2025-06-30T22:11:04.337Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f2e24b347200b023 -C extra-filename=-366a56e3ecf20ca5 --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-e88f83ac40c07a11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2025-06-30T22:11:04.620Z | Compiling yoke v0.7.4 |
2528 | 2025-06-30T22:11:04.623Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=95b2a5756d1bd4e8 -C extra-filename=-ea72ddde4aa5b389 --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-1e5403e1b8402df8.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-29a6410d6e156763.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2529 | 2025-06-30T22:11:04.717Z | Compiling tokio-macros v2.5.0 |
2530 | 2025-06-30T22:11:04.720Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0697f36bd5094851 -C extra-filename=-93a234a5edb61e57 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2531 | 2025-06-30T22:11:04.807Z | Compiling zerocopy-derive v0.7.35 |
2532 | 2025-06-30T22:11:04.852Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aec6285bc856d5c0 -C extra-filename=-1917bdf6b7a15dc9 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2533 | 2025-06-30T22:11:05.030Z | Compiling zerovec v0.10.4 |
2534 | 2025-06-30T22:11:05.033Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=aa6d2b47ccf744ab -C extra-filename=-88d23ef6b3441089 --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-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-5a7200ea816b0b0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2535 | 2025-06-30T22:11:05.337Z | Compiling crypto-common v0.1.6 |
2536 | 2025-06-30T22:11:05.342Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=00594f0bc1a0ce6a -C extra-filename=-ef421c864b54ec9e --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2537 | 2025-06-30T22:11:05.685Z | Compiling schemars_derive v0.8.22 |
2538 | 2025-06-30T22:11:05.689Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30997b697277d00b -C extra-filename=-9037357f0cd40f8d --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-4122019d594fc7b0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2025-06-30T22:11:06.331Z | Compiling block-buffer v0.10.4 |
2540 | 2025-06-30T22:11:06.335Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8e5e5ce1c4095a0 -C extra-filename=-d0aaa7aee839ff6e --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2541 | 2025-06-30T22:11:06.684Z | Compiling digest v0.10.7 |
2542 | 2025-06-30T22:11:06.688Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=933f2718296ca93e -C extra-filename=-3e9ff315175280c8 --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-d0aaa7aee839ff6e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2543 | 2025-06-30T22:11:07.014Z | Compiling tinystr v0.7.6 |
2544 | 2025-06-30T22:11:07.019Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c703b3ec0458f23c -C extra-filename=-87e468eafc9c689e --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-1e582a65af035914.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2545 | 2025-06-30T22:11:07.074Z | Compiling icu_collections v1.5.0 |
2546 | 2025-06-30T22:11:07.079Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=15d5a813bc858f7f -C extra-filename=-32f99f2f11d0f7dc --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-1e582a65af035914.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2547 | 2025-06-30T22:11:07.121Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=48d5f3ba0ce10b76 -C extra-filename=-9fdc00164a57a398 --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-ebad948a9eb5624f.so --cap-lints allow --cfg tokio_unstable -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)'` |
2548 | 2025-06-30T22:11:07.281Z | Compiling zerocopy v0.7.35 |
2549 | 2025-06-30T22:11:07.284Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=1fbae7d3fcd4600d -C extra-filename=-3ddec34f40a666cf --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1917bdf6b7a15dc9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2550 | 2025-06-30T22:11:07.343Z | Compiling futures-macro v0.3.31 |
2551 | 2025-06-30T22:11:07.346Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9439a0585d19aaa -C extra-filename=-1b3567cfaa43dee6 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2025-06-30T22:11:07.387Z | Compiling icu_locid v1.5.0 |
2553 | 2025-06-30T22:11:07.399Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=bd77e9e8dc2dcd13 -C extra-filename=-e35d51df9b573c98 --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-1e582a65af035914.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-9346630a05fc94dd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2025-06-30T22:11:07.432Z | Compiling tracing-attributes v0.1.27 |
2555 | 2025-06-30T22:11:07.432Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=383cfef69ba312dd -C extra-filename=-a0c8b9ab9238333f --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2025-06-30T22:11:07.606Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=28b3927ab7331f0f -C extra-filename=-0430a6889c233638 --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-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -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)'` |
2557 | 2025-06-30T22:11:08.303Z | Compiling thiserror-impl v2.0.12 |
2558 | 2025-06-30T22:11:08.306Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8e50e4b192d41fe -C extra-filename=-c9c9516e400c1e0a --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2559 | 2025-06-30T22:11:08.684Z | Compiling icu_provider v1.5.0 |
2560 | 2025-06-30T22:11:08.687Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8689977c02c40143 -C extra-filename=-f5582fe8a46ed205 --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-902a11d6c4b56a36.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2561 | 2025-06-30T22:11:08.687Z | Compiling ppv-lite86 v0.2.20 |
2562 | 2025-06-30T22:11:08.687Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=a22b1357fb4c75d6 -C extra-filename=-e68eb56a87261b4f --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-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2563 | 2025-06-30T22:11:09.363Z | Compiling futures-util v0.3.31 |
2564 | 2025-06-30T22:11:09.369Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0a6d2981cf7a7b1c -C extra-filename=-056371f35296dee7 --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-1b3567cfaa43dee6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2565 | 2025-06-30T22:11:09.410Z | Compiling icu_locid_transform v1.5.0 |
2566 | 2025-06-30T22:11:09.413Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=f89e04bd7894505d -C extra-filename=-b54eb2e068c3248b --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-a6709be570372823.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2567 | 2025-06-30T22:11:09.506Z | Compiling rand_chacha v0.3.1 |
2568 | 2025-06-30T22:11:09.509Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d4213db7bf5f5ac4 -C extra-filename=-ce3ab926e6fc3d25 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2025-06-30T22:11:09.552Z | Compiling cexpr v0.6.0 |
2570 | 2025-06-30T22:11:09.603Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5e22c819f963627 -C extra-filename=-dcf08c78d81e58d9 --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-b3371239ca16b9d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2571 | 2025-06-30T22:11:09.626Z | Compiling block-padding v0.3.3 |
2572 | 2025-06-30T22:11:09.629Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=91516bf04de31dca -C extra-filename=-296b2c57eb0733aa --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2573 | 2025-06-30T22:11:09.940Z | Compiling powerfmt v0.2.0 |
2574 | 2025-06-30T22:11:09.944Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=75e77ae7f06d2baa -C extra-filename=-5f6d702ce236a435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2575 | 2025-06-30T22:11:10.356Z | Compiling rand v0.8.5 |
2576 | 2025-06-30T22:11:10.359Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6b63966db73cf3a1 -C extra-filename=-72a99f773c52d59d --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-cefab6d96bfc6445.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2577 | 2025-06-30T22:11:10.621Z | Compiling tracing v0.1.40 |
2578 | 2025-06-30T22:11:10.624Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=232bdf2b3a0573af -C extra-filename=-0aa05702a7b4a187 --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-1bb814cae28f6e1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a0c8b9ab9238333f.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-95e09254255101a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2025-06-30T22:11:11.151Z | Compiling icu_properties v1.5.1 |
2580 | 2025-06-30T22:11:11.151Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=034828c26f31f992 -C extra-filename=-eb69096108975cab --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-b54eb2e068c3248b.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-5ca396f3175bc529.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2025-06-30T22:11:11.194Z | Compiling num-conv v0.1.0 |
2582 | 2025-06-30T22:11:11.199Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd2e0513493b6c2f -C extra-filename=-feefc44aff7cd8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2583 | 2025-06-30T22:11:11.300Z | Compiling time-core v0.1.2 |
2584 | 2025-06-30T22:11:11.340Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1cc0b33a57f553d -C extra-filename=-d13238d0196d1d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2025-06-30T22:11:11.493Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d007225c17427b68 -C extra-filename=-0494f1f3ffc92b81 --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-c9c9516e400c1e0a.so --cap-lints allow --cfg tokio_unstable -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)'` |
2586 | 2025-06-30T22:11:11.540Z | Compiling deranged v0.3.11 |
2587 | 2025-06-30T22:11:11.580Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=7d06181e884faed6 -C extra-filename=-d40af67a1f1500f4 --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-5f6d702ce236a435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2025-06-30T22:11:11.586Z | Compiling time-macros v0.2.18 |
2589 | 2025-06-30T22:11:11.640Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=e8a0c697e8c48189 -C extra-filename=-31f21f99f9ca54c8 --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-feefc44aff7cd8df.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2025-06-30T22:11:11.664Z | Compiling inout v0.1.3 |
2591 | 2025-06-30T22:11:11.669Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=0eb7a0675b32dafb -C extra-filename=-76e46987a5cb127a --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-296b2c57eb0733aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2025-06-30T22:11:11.714Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56/build-script-build` |
2593 | 2025-06-30T22:11:12.022Z | Compiling num_threads v0.1.7 |
2594 | 2025-06-30T22:11:12.068Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d08a4e03eccf9f9 -C extra-filename=-34c947e127eb707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2595 | 2025-06-30T22:11:12.222Z | Compiling cipher v0.4.4 |
2596 | 2025-06-30T22:11:12.226Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=b5acc6afd94c02df -C extra-filename=-f31d3e05cb6ea3f7 --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-ef421c864b54ec9e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2025-06-30T22:11:12.387Z | Compiling itertools v0.12.1 |
2598 | 2025-06-30T22:11:12.391Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=2e5102cd7b464ba2 -C extra-filename=-bb1901253e0db9df --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2025-06-30T22:11:12.776Z | Compiling bindgen v0.69.5 |
2600 | 2025-06-30T22:11:12.779Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=e3a83a03b9ff3434 -C extra-filename=-6e12f617ac425b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2601 | 2025-06-30T22:11:12.938Z | Compiling bytes v1.10.1 |
2602 | 2025-06-30T22:11:12.942Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=e4ac5280bf9c8cb0 -C extra-filename=-ee2129fa6db1368d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2603 | 2025-06-30T22:11:13.122Z | Compiling bitflags v2.9.0 |
2604 | 2025-06-30T22:11:13.125Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=87e3e9e8ef81e6be -C extra-filename=-612ce2e304571f81 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2605 | 2025-06-30T22:11:13.621Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=1327b0670cf4063d -C extra-filename=-020cc87e59921a72 --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-1ede4a1959157936.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
2606 | 2025-06-30T22:11:13.764Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7991fa836db5a0a7 -C extra-filename=-5ae3bcf34d941df8 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
2607 | 2025-06-30T22:11:14.374Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=32b07a636e8d4173 -C extra-filename=-bc3ce9b532f509d6 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2608 | 2025-06-30T22:11:14.420Z | Compiling tokio v1.45.1 |
2609 | 2025-06-30T22:11:14.420Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --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(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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,test)' --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=dd002d3d37467acd -C extra-filename=-cb47e4065efbacd9 --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-ee2129fa6db1368d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-93a234a5edb61e57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2610 | 2025-06-30T22:11:14.507Z | Compiling indexmap v2.9.0 |
2611 | 2025-06-30T22:11:14.559Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=19918d1ac77e4e7c -C extra-filename=-5b5187d3efcceca9 --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-de5be1197a0129ff.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2612 | 2025-06-30T22:11:14.731Z | Compiling icu_normalizer v1.5.0 |
2613 | 2025-06-30T22:11:14.776Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fc0ff304a8b61c20 -C extra-filename=-65dd47ee69ba1d61 --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-4319c7a5a2ea9c45.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-fd11caf15979887c.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-e56e6861a0da43cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2025-06-30T22:11:15.119Z | Compiling chrono v0.4.41 |
2615 | 2025-06-30T22:11:15.125Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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-link"' --check-cfg 'cfg(docsrs,test)' --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-link"))' -C metadata=5604408dbd99fbe5 -C extra-filename=-edf8629ceb4f4ea2 --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-015002e6c87ba800.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2025-06-30T22:11:15.554Z | Compiling uuid v1.17.0 |
2617 | 2025-06-30T22:11:15.557Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 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,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=b4fc97ddcde16cd9 -C extra-filename=-61107aa45954548b --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-fd0dad88f56f0ea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2618 | 2025-06-30T22:11:15.915Z | Compiling idna_adapter v1.2.0 |
2619 | 2025-06-30T22:11:15.920Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=4db5dd5d52202e55 -C extra-filename=-8c596d009fe7c33a --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-65dd47ee69ba1d61.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2025-06-30T22:11:16.198Z | Compiling idna v1.0.3 |
2621 | 2025-06-30T22:11:16.201Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=7182596050b41db5 -C extra-filename=-34d50781102c559f --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-8c596d009fe7c33a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2622 | 2025-06-30T22:11:16.307Z | Compiling http v1.3.1 |
2623 | 2025-06-30T22:11:16.310Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ff67655e57f2307 -C extra-filename=-f7d8e045d988126a --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-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2025-06-30T22:11:16.412Z | Compiling serde_tokenstream v0.2.2 |
2625 | 2025-06-30T22:11:16.415Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a967316982ed75 -C extra-filename=-6ac861b44ebe6f6d --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2025-06-30T22:11:17.028Z | Compiling url v2.5.4 |
2627 | 2025-06-30T22:11:17.032Z | Compiling time v0.3.36 |
2628 | 2025-06-30T22:11:17.032Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e54a1361606f0dff -C extra-filename=-774cc457f12827cd --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-ad59467a09ca041e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2629 | 2025-06-30T22:11:17.032Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0957a2098b736ea1 -C extra-filename=-3f30d236ac36dc33 --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-d40af67a1f1500f4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-feefc44aff7cd8df.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34c947e127eb707e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-5f6d702ce236a435.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2630 | 2025-06-30T22:11:17.237Z | Compiling base64 v0.22.1 |
2631 | 2025-06-30T22:11:17.240Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c26bbdf4b7efd80f -C extra-filename=-ef6e1aa9c68ab04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2025-06-30T22:11:17.568Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a/build-script-build` |
2633 | 2025-06-30T22:11:17.638Z | Compiling ipnet v2.11.0 |
2634 | 2025-06-30T22:11:17.641Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=45437ff5b1e124f3 -C extra-filename=-bb8b455598dc1605 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2025-06-30T22:11:17.958Z | Compiling which v4.4.2 |
2636 | 2025-06-30T22:11:17.964Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=b5c8fae8d1db926c -C extra-filename=-bbc14ece1e1d905b --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-8d65808b96850202.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2637 | 2025-06-30T22:11:18.394Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=fd89a1242cb0566f -C extra-filename=-1eb127cf435ef42d --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-9037357f0cd40f8d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2638 | 2025-06-30T22:11:18.441Z | Compiling lazycell v1.3.0 |
2639 | 2025-06-30T22:11:18.491Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=3d0f027b4cbb1161 -C extra-filename=-4c2fbb8fd531363b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2640 | 2025-06-30T22:11:18.522Z | Compiling atomic-waker v1.1.2 |
2641 | 2025-06-30T22:11:18.525Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=8ffa87bb9fece03c -C extra-filename=-fedd5a66ca51a142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2642 | 2025-06-30T22:11:18.675Z | Compiling rustc-hash v1.1.0 |
2643 | 2025-06-30T22:11:18.679Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6d070fc8d3d48e2e -C extra-filename=-c7bfe1dc0152ed27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2644 | 2025-06-30T22:11:18.724Z | Compiling httparse v1.9.5 |
2645 | 2025-06-30T22:11:18.727Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ac692a6b79ee2166 -C extra-filename=-5e840eae59928cde --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2646 | 2025-06-30T22:11:18.768Z | Compiling cmake v0.1.51 |
2647 | 2025-06-30T22:11:18.771Z | Compiling gimli v0.31.1 |
2648 | 2025-06-30T22:11:18.771Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=83020074039a9d21 -C extra-filename=-c920037fede30676 --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-2693dba1943116f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2649 | 2025-06-30T22:11:18.807Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=ed499b9c1e05cbba -C extra-filename=-ddeba5872aa7c770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2650 | 2025-06-30T22:11:18.853Z | Compiling base64ct v1.6.0 |
2651 | 2025-06-30T22:11:18.853Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f02a64d109bb137a -C extra-filename=-78e38759e3b6da1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2025-06-30T22:11:18.897Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=68114f580766d689 -C extra-filename=-2de0f4d1c1bf2a4a --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-4c2fbb8fd531363b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-c7bfe1dc0152ed27.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-bbc14ece1e1d905b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2653 | 2025-06-30T22:11:19.437Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde/build-script-build` |
2654 | 2025-06-30T22:11:19.483Z | Compiling fs_extra v1.3.0 |
2655 | 2025-06-30T22:11:19.487Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ee2a500a3d4bf6d -C extra-filename=-0849a451a77f2881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2025-06-30T22:11:19.543Z | Compiling dunce v1.0.5 |
2657 | 2025-06-30T22:11:19.546Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=472527bcefb1b35b -C extra-filename=-d895c3041ca1d506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2025-06-30T22:11:19.621Z | Compiling untrusted v0.9.0 |
2659 | 2025-06-30T22:11:19.624Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0186b9dac7fe268a -C extra-filename=-9ea0b2710c8f355f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2660 | 2025-06-30T22:11:19.789Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7b47ff816594f00 -C extra-filename=-05a99ada30406413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
2661 | 2025-06-30T22:11:19.923Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=9b090c5c72761e50 -C extra-filename=-185aae11fe3a51e7 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test` |
2662 | 2025-06-30T22:11:20.009Z | Compiling serde_spanned v0.6.9 |
2663 | 2025-06-30T22:11:20.012Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.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=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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=967e2d09023ba000 -C extra-filename=-8610c46388891908 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2025-06-30T22:11:20.314Z | Compiling toml_datetime v0.6.11 |
2665 | 2025-06-30T22:11:20.317Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.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 --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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c68cd6f1eb0cff8f -C extra-filename=-2310c9a53b7cd6d1 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2025-06-30T22:11:20.423Z | Compiling hmac v0.12.1 |
2667 | 2025-06-30T22:11:20.427Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=f791f853004543ee -C extra-filename=-6aa4274319cf8bc9 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2668 | 2025-06-30T22:11:20.757Z | Compiling sha2 v0.10.9 |
2669 | 2025-06-30T22:11:20.760Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=c5294a74a31ea692 -C extra-filename=-84a4ee7bdad55f56 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2670 | 2025-06-30T22:11:20.917Z | Compiling object v0.36.5 |
2671 | 2025-06-30T22:11:20.921Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f5a714dd578a8629 -C extra-filename=-73f9e3f87f80d159 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2672 | 2025-06-30T22:11:21.494Z | Compiling rustc-demangle v0.1.24 |
2673 | 2025-06-30T22:11:21.496Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=af527cb6c49092eb -C extra-filename=-837ac0437484abde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2025-06-30T22:11:21.588Z | Compiling anyhow v1.0.98 |
2675 | 2025-06-30T22:11:21.591Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0638fd45d7e9a673 -C extra-filename=-753421cde9717ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2025-06-30T22:11:22.279Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6/build-script-build` |
2677 | 2025-06-30T22:11:22.398Z | Compiling rustls-pki-types v1.10.0 |
2678 | 2025-06-30T22:11:22.401Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=757645bd4853385b -C extra-filename=-a20c5b88c8aa431e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2025-06-30T22:11:22.845Z | Compiling tokio-util v0.7.15 |
2680 | 2025-06-30T22:11:22.848Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --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=144e195f18f8599f -C extra-filename=-b47c660fcf94e2fa --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2025-06-30T22:11:23.357Z | Compiling addr2line v0.24.2 |
2682 | 2025-06-30T22:11:23.361Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8495f744025dddeb -C extra-filename=-823a0097e60815d6 --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-ddeba5872aa7c770.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2025-06-30T22:11:23.438Z | Compiling aws-lc-rs v1.12.4 |
2684 | 2025-06-30T22:11:23.442Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.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="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,test)' --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=a4c068c7de1998b2 -C extra-filename=-6b27ff1dff026fa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2025-06-30T22:11:23.970Z | Compiling http-body v1.0.1 |
2686 | 2025-06-30T22:11:23.974Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=041f120de2924f40 -C extra-filename=-94110eabed412358 --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-ee2129fa6db1368d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2687 | 2025-06-30T22:11:24.016Z | Compiling zerocopy v0.8.26 |
2688 | 2025-06-30T22:11:24.019Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/build.rs --error-format=json --json=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,test)' --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=cfc8dbd5c9415acc -C extra-filename=-f89805788717abbd --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2689 | 2025-06-30T22:11:24.078Z | Compiling pem-rfc7468 v0.7.0 |
2690 | 2025-06-30T22:11:24.082Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6db9d193fa3447d3 -C extra-filename=-d909e5bee2ee8acf --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-78e38759e3b6da1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2691 | 2025-06-30T22:11:24.155Z | Compiling zerocopy-derive v0.8.26 |
2692 | 2025-06-30T22:11:24.197Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e2235f64b20364f -C extra-filename=-d9abbe12204e3528 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2693 | 2025-06-30T22:11:24.254Z | Compiling openssl-sys v0.9.109 |
2694 | 2025-06-30T22:11:24.258Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8dfd334122c00ee6 -C extra-filename=-f143d5a2a4fad1bc --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2695 | 2025-06-30T22:11:24.310Z | Compiling utf8parse v0.2.2 |
2696 | 2025-06-30T22:11:24.316Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=2e28aa33f47246c6 -C extra-filename=-41474b0312db0bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2025-06-30T22:11:24.541Z | Compiling untrusted v0.7.1 |
2698 | 2025-06-30T22:11:24.545Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12ebb3d6944d5ba9 -C extra-filename=-ea5d24529940ac78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2699 | 2025-06-30T22:11:24.719Z | Compiling try-lock v0.2.5 |
2700 | 2025-06-30T22:11:24.722Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c058a411d98dd7b -C extra-filename=-6f862039797be5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2025-06-30T22:11:24.796Z | Compiling httpdate v1.0.3 |
2702 | 2025-06-30T22:11:24.842Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d0efa2e78630149 -C extra-filename=-4a38a210df1c0db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2703 | 2025-06-30T22:11:24.876Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd/build-script-build` |
2704 | 2025-06-30T22:11:24.943Z | Compiling want v0.3.1 |
2705 | 2025-06-30T22:11:24.991Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=61c8d012a7fa08e0 -C extra-filename=-a0e5650d9d600279 --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-6f862039797be5b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2025-06-30T22:11:24.991Z | Compiling h2 v0.4.6 |
2707 | 2025-06-30T22:11:24.998Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=c17d21826037181a -C extra-filename=-5abce881347377af --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-fedd5a66ca51a142.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2025-06-30T22:11:25.251Z | Compiling rustversion v1.0.17 |
2709 | 2025-06-30T22:11:25.254Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e785875f6543f3 -C extra-filename=-fa1c115877768dfd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2025-06-30T22:11:25.294Z | Compiling tower-service v0.3.3 |
2711 | 2025-06-30T22:11:25.297Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68081e39e783ab09 -C extra-filename=-28726dda7401c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2712 | 2025-06-30T22:11:25.481Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc/build-script-main` |
2713 | 2025-06-30T22:11:25.484Z | Compiling der_derive v0.7.3 |
2714 | 2025-06-30T22:11:25.538Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93d411c261491363 -C extra-filename=-a590b2cd8246a7c1 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2715 | 2025-06-30T22:11:25.544Z | Compiling async-trait v0.1.88 |
2716 | 2025-06-30T22:11:25.548Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c3d9cde9bb10e7f -C extra-filename=-0995b155a32ebe73 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2717 | 2025-06-30T22:11:26.105Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd/build-script-build` |
2718 | 2025-06-30T22:11:26.162Z | Compiling slog v2.7.0 |
2719 | 2025-06-30T22:11:26.165Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4b66fc8f05a0967f -C extra-filename=-ff5395a05bb231db --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2720 | 2025-06-30T22:11:26.750Z | Compiling flagset v0.4.6 |
2721 | 2025-06-30T22:11:26.754Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=5b04d544386d8c76 -C extra-filename=-46f65cac44086cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2025-06-30T22:11:27.030Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db/build-script-build` |
2723 | 2025-06-30T22:11:27.147Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef9025c983aaffd -C extra-filename=-eafbd3de287a97a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'` |
2724 | 2025-06-30T22:11:27.397Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --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=2f53570e9144975b -C extra-filename=-e3642f0d56e48e0a --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-d9abbe12204e3528.so --cap-lints allow --cfg tokio_unstable -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(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("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)'` |
2725 | 2025-06-30T22:11:27.422Z | Compiling backtrace v0.3.74 |
2726 | 2025-06-30T22:11:27.425Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=bb8402b33c6bdf69 -C extra-filename=-b0a108cc4aab207b --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-823a0097e60815d6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-73f9e3f87f80d159.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-837ac0437484abde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2727 | 2025-06-30T22:11:27.868Z | Compiling der v0.7.9 |
2728 | 2025-06-30T22:11:27.918Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ed0688cdbaaaff5e -C extra-filename=-975ebc6c4312b724 --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-807b0639457d6796.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-a590b2cd8246a7c1.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-46f65cac44086cad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2729 | 2025-06-30T22:11:27.985Z | Compiling pbkdf2 v0.12.2 |
2730 | 2025-06-30T22:11:27.988Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=5556be84f07a9d58 -C extra-filename=-00544ebe64b3cccc --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2731 | 2025-06-30T22:11:28.138Z | Compiling aes v0.8.4 |
2732 | 2025-06-30T22:11:28.181Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=2773bd191c13e82e -C extra-filename=-55fdd9699131206a --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2733 | 2025-06-30T22:11:28.221Z | Compiling mime v0.3.17 |
2734 | 2025-06-30T22:11:28.270Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd0af01ab250c54e -C extra-filename=-3da7535f9c3f5096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2735 | 2025-06-30T22:11:28.501Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b0d6482fd870dcd0 -C extra-filename=-c95e7a9dc0e06bbc --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-b0a108cc4aab207b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --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)'` |
2736 | 2025-06-30T22:11:28.803Z | Compiling anstyle v1.0.11 |
2737 | 2025-06-30T22:11:28.806Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --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=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37ddd73c178daabb -C extra-filename=-b0351b73701e7482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2738 | 2025-06-30T22:11:29.318Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9235df8998c6a1e9 -C extra-filename=-fdf356fc3a70d016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2739 | 2025-06-30T22:11:29.322Z | Compiling salsa20 v0.10.2 |
2740 | 2025-06-30T22:11:29.325Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8e2fec529862a028 -C extra-filename=-ace9f7329efcb9c3 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2025-06-30T22:11:29.600Z | Compiling cbc v0.1.2 |
2742 | 2025-06-30T22:11:29.604Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=f50c83517202113d -C extra-filename=-f998252f1b17c00b --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2025-06-30T22:11:29.894Z | Compiling spki v0.7.3 |
2744 | 2025-06-30T22:11:29.897Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=12aa310b458ebf3b -C extra-filename=-05a519be33bc11fe --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-975ebc6c4312b724.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2745 | 2025-06-30T22:11:30.042Z | Compiling foreign-types-shared v0.1.1 |
2746 | 2025-06-30T22:11:30.046Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f531c80b03da3c9 -C extra-filename=-9f846a882efa78a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2025-06-30T22:11:30.207Z | Compiling openssl v0.10.73 |
2748 | 2025-06-30T22:11:30.211Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b9b74d6a22e3781c -C extra-filename=-30f1e69aedd5a16b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2025-06-30T22:11:30.255Z | Compiling openssl-probe v0.1.5 |
2750 | 2025-06-30T22:11:30.258Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=27cd8ed717b4cf95 -C extra-filename=-4326dd177030920d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2025-06-30T22:11:30.329Z | Compiling foreign-types v0.3.2 |
2752 | 2025-06-30T22:11:30.391Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d5a4f0d33a87b98 -C extra-filename=-f9d6d1e055588901 --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-9f846a882efa78a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2025-06-30T22:11:30.490Z | Compiling scrypt v0.11.0 |
2754 | 2025-06-30T22:11:30.495Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=ca0ef6326227c2ef -C extra-filename=-96e8ec4863f75cc1 --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-00544ebe64b3cccc.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ace9f7329efcb9c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2025-06-30T22:11:30.647Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3f1bd995e59a5f29 -C extra-filename=-5d1f69bb666610fc --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -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", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(libressl410)' --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)'` |
2756 | 2025-06-30T22:11:30.723Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b/build-script-build` |
2757 | 2025-06-30T22:11:30.771Z | Compiling anstyle-parse v0.2.5 |
2758 | 2025-06-30T22:11:30.774Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=db1aeaf99f7e9211 -C extra-filename=-b26c95ab3d01217c --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-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2759 | 2025-06-30T22:11:30.829Z | Compiling http-body-util v0.1.3 |
2760 | 2025-06-30T22:11:30.832Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=f66b8b0d232e5345 -C extra-filename=-4cdd70a5c7abc121 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2025-06-30T22:11:30.878Z | Compiling rustc_version v0.4.1 |
2762 | 2025-06-30T22:11:30.880Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4a450a555bd6c8a -C extra-filename=-44b9cba06af0b51e --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-5ae3bcf34d941df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2763 | 2025-06-30T22:11:30.923Z | Compiling openssl-macros v0.1.1 |
2764 | 2025-06-30T22:11:30.926Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d11a13dbed906e2 -C extra-filename=-c605e9d1c66c0c5a --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2765 | 2025-06-30T22:11:31.049Z | Compiling anstyle-query v1.1.1 |
2766 | 2025-06-30T22:11:31.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=07e54ebd625300ee -C extra-filename=-6126000670de50da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2025-06-30T22:11:31.148Z | Compiling colorchoice v1.0.2 |
2768 | 2025-06-30T22:11:31.151Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab4bf6520cc80fa -C extra-filename=-7cd70004de9aefee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2025-06-30T22:11:31.271Z | Compiling is_terminal_polyfill v1.70.1 |
2770 | 2025-06-30T22:11:31.275Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e700fb583d1b7d71 -C extra-filename=-b71c4afb40e6cc4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2025-06-30T22:11:31.361Z | Compiling rustls v0.23.19 |
2772 | 2025-06-30T22:11:31.404Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=77832e3ad5e96c0f -C extra-filename=-c10125c8907407c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2773 | 2025-06-30T22:11:31.409Z | Compiling pkcs5 v0.7.1 |
2774 | 2025-06-30T22:11:31.412Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=6244d7187481e9a6 -C extra-filename=-086189c37a868443 --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-55fdd9699131206a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-96e8ec4863f75cc1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2025-06-30T22:11:31.460Z | Compiling anstream v0.6.18 |
2776 | 2025-06-30T22:11:31.464Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=61d1827736cb57e3 -C extra-filename=-473990d64b50713f --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-b0351b73701e7482.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-b26c95ab3d01217c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6126000670de50da.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7cd70004de9aefee.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b71c4afb40e6cc4a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2025-06-30T22:11:31.592Z | Compiling terminal_size v0.4.0 |
2778 | 2025-06-30T22:11:31.637Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9f0682b406c814 -C extra-filename=-7560acd18ac12719 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2025-06-30T22:11:31.792Z | Compiling hyper v1.6.0 |
2780 | 2025-06-30T22:11:31.794Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=0545c4f7ca8b54bb -C extra-filename=-799631c06183c334 --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-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-a0e5650d9d600279.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2025-06-30T22:11:31.837Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2c2927d54c4af664 -C extra-filename=-dc1780b1b699f4f3 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-c605e9d1c66c0c5a.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -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", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --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(libressl400)' --check-cfg 'cfg(libressl410)' --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)'` |
2782 | 2025-06-30T22:11:31.881Z | Compiling native-tls v0.2.12 |
2783 | 2025-06-30T22:11:31.887Z | Compiling serde_urlencoded v0.7.1 |
2784 | 2025-06-30T22:11:31.887Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7f06c503e864ce57 -C extra-filename=-06a736a1508b1d1a --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2025-06-30T22:11:31.887Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc47932cb80611b8 -C extra-filename=-6fbeae4dd336d0a0 --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-ad59467a09ca041e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2025-06-30T22:11:32.053Z | Compiling cookie v0.18.1 |
2787 | 2025-06-30T22:11:32.058Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=162102baaeee517e -C extra-filename=-90fd167818df0fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2788 | 2025-06-30T22:11:32.370Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a/build-script-build` |
2789 | 2025-06-30T22:11:32.407Z | Compiling pkcs8 v0.10.2 |
2790 | 2025-06-30T22:11:32.416Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1bb0854489826965 -C extra-filename=-d1942fe7a0f875a4 --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-975ebc6c4312b724.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2791 | 2025-06-30T22:11:32.464Z | Compiling encoding_rs v0.8.34 |
2792 | 2025-06-30T22:11:32.468Z | Compiling clap_lex v0.7.4 |
2793 | 2025-06-30T22:11:32.468Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=65ebd383df0d29c5 -C extra-filename=-0ed5622e321211e4 --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2794 | 2025-06-30T22:11:32.468Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a53649bba3cb0b7 -C extra-filename=-6288d0740bef94c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2025-06-30T22:11:32.542Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8/build-script-build` |
2796 | 2025-06-30T22:11:32.655Z | Compiling clap_derive v4.5.40 |
2797 | 2025-06-30T22:11:32.658Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=0bf26169a103c441 -C extra-filename=-a35b58c27173181b --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2025-06-30T22:11:32.985Z | Compiling clap_builder v4.5.40 |
2799 | 2025-06-30T22:11:32.989Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.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 --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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --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=34c4ab4f390a0105 -C extra-filename=-5635dba39bf9bf7b --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-6288d0740bef94c8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2025-06-30T22:11:33.068Z | Compiling sync_wrapper v1.0.1 |
2801 | 2025-06-30T22:11:33.072Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=308a010d4d5541a4 -C extra-filename=-75de4f262a28760b --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-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2025-06-30T22:11:33.274Z | Compiling litrs v0.4.1 |
2803 | 2025-06-30T22:11:33.278Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=23e1e3a449ddbcd5 -C extra-filename=-cd3fc9c0e1a075ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2025-06-30T22:11:34.315Z | Compiling hyper-util v0.1.14 |
2805 | 2025-06-30T22:11:34.318Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --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"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6f29924809f7b9a3 -C extra-filename=-59a59a87f1844024 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2806 | 2025-06-30T22:11:34.361Z | Compiling tower-layer v0.3.3 |
2807 | 2025-06-30T22:11:34.398Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e085d8a7cc02ab59 -C extra-filename=-bd0bbb636a35fca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2808 | 2025-06-30T22:11:34.709Z | Compiling psl-types v2.0.11 |
2809 | 2025-06-30T22:11:34.714Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ae7ec16b223b28e -C extra-filename=-9e6bb20a3ce10660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2025-06-30T22:11:34.973Z | Compiling ucd-trie v0.1.7 |
2811 | 2025-06-30T22:11:34.976Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6a73ff6f3f213437 -C extra-filename=-28d04de99b2bc41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2812 | 2025-06-30T22:11:35.366Z | Compiling pest v2.7.14 |
2813 | 2025-06-30T22:11:35.369Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=293ecfc376904802 -C extra-filename=-ed882f13e3464c45 --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-d7b06f039966c35c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-28d04de99b2bc41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2814 | 2025-06-30T22:11:35.530Z | Compiling publicsuffix v2.3.0 |
2815 | 2025-06-30T22:11:35.534Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=2802453fa43b6d63 -C extra-filename=-f66170888388492b --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-34d50781102c559f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9e6bb20a3ce10660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2025-06-30T22:11:35.905Z | Compiling tower v0.5.2 |
2817 | 2025-06-30T22:11:35.948Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=137e6d27b38ca53d -C extra-filename=-9f27ff00511e66a6 --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-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2025-06-30T22:11:36.214Z | Compiling document-features v0.2.10 |
2819 | 2025-06-30T22:11:36.218Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=b3bdf6765e6d6a5d -C extra-filename=-ae8a061978bd6a4f --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-cd3fc9c0e1a075ba.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2820 | 2025-06-30T22:11:36.748Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=a2f0306f89ea37f1 -C extra-filename=-ab94460ce68b16a6 --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-076790c46d8cc729.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2821 | 2025-06-30T22:11:37.110Z | Compiling clap v4.5.40 |
2822 | 2025-06-30T22:11:37.114Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --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-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=34cac49c32ec5f83 -C extra-filename=-632418e604ae25d3 --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-5635dba39bf9bf7b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a35b58c27173181b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2025-06-30T22:11:37.295Z | Compiling rustls-native-certs v0.8.1 |
2824 | 2025-06-30T22:11:37.299Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62945eb9400f817 -C extra-filename=-3b2712159c6a2f0a --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-4326dd177030920d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2025-06-30T22:11:37.357Z | Compiling webpki-roots v1.0.0 |
2826 | 2025-06-30T22:11:37.362Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed746bc8bb15920a -C extra-filename=-8ab760ed4396f3df --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2025-06-30T22:11:37.627Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d7aa30a09df1fdeb -C extra-filename=-fd815ee3e6f6d147 --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-1bb814cae28f6e1e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
2828 | 2025-06-30T22:11:37.756Z | Compiling openapiv3 v2.2.0 |
2829 | 2025-06-30T22:11:37.771Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=038c54422e3ebd8f -C extra-filename=-acd5143896865d4f --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2025-06-30T22:11:37.871Z | Compiling iri-string v0.7.8 |
2831 | 2025-06-30T22:11:37.875Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ab64be3bed49b57a -C extra-filename=-d113d1b226aece0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2025-06-30T22:11:38.081Z | Compiling tokio-native-tls v0.3.1 |
2833 | 2025-06-30T22:11:38.084Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=bcb19f5728066b0e -C extra-filename=-8ae23bdd00bb6a07 --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-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2834 | 2025-06-30T22:11:38.263Z | Compiling pest_meta v2.7.14 |
2835 | 2025-06-30T22:11:38.266Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=73b0363e2974ce5a -C extra-filename=-c67523330b872e55 --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-09bc292f601caea4.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ed882f13e3464c45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2836 | 2025-06-30T22:11:38.336Z | Compiling cookie_store v0.21.1 |
2837 | 2025-06-30T22:11:38.340Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=af3e8280cd448348 -C extra-filename=-109203af12b2b6af --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-ab94460ce68b16a6.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-ae8a061978bd6a4f.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f66170888388492b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2838 | 2025-06-30T22:11:38.423Z | Compiling hyper-tls v0.6.0 |
2839 | 2025-06-30T22:11:38.427Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6c5de84e4c27c249 -C extra-filename=-881d7f8af9b220f6 --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-ee2129fa6db1368d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2840 | 2025-06-30T22:11:38.885Z | Compiling ipnetwork v0.21.1 |
2841 | 2025-06-30T22:11:38.889Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-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="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=7e65b4c9ac01555f -C extra-filename=-6cdb18cfaf521a4b --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2842 | 2025-06-30T22:11:39.366Z | Compiling scroll_derive v0.12.0 |
2843 | 2025-06-30T22:11:39.370Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05a65e7266738854 -C extra-filename=-13ebfeb0fa544dab --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2844 | 2025-06-30T22:11:40.151Z | Compiling data-encoding v2.9.0 |
2845 | 2025-06-30T22:11:40.179Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=842a8c5b671247ab -C extra-filename=-20f1d7bae086a700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2025-06-30T22:11:40.179Z | Compiling pest_generator v2.7.14 |
2847 | 2025-06-30T22:11:40.179Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e52a8e6c66a4ba3e -C extra-filename=-358e9530889e1396 --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-ed882f13e3464c45.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c67523330b872e55.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2848 | 2025-06-30T22:11:40.387Z | Compiling rand_core v0.9.2 |
2849 | 2025-06-30T22:11:40.391Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=66479f1686983c6d -C extra-filename=-35ceced7ac0043bc --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-fd0dad88f56f0ea8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2025-06-30T22:11:40.903Z | Compiling tower-http v0.6.6 |
2851 | 2025-06-30T22:11:40.909Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=95e5107ae046b428 -C extra-filename=-d83354642adc80cd --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-612ce2e304571f81.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d113d1b226aece0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2852 | 2025-06-30T22:11:40.964Z | Compiling scroll v0.12.0 |
2853 | 2025-06-30T22:11:40.968Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=4d6ff7f46eb6389d -C extra-filename=-63f1df09285ff287 --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-13ebfeb0fa544dab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2854 | 2025-06-30T22:11:41.546Z | Compiling winnow v0.5.40 |
2855 | 2025-06-30T22:11:41.549Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=931f5e48d081880c -C extra-filename=-414a1bd98b5dc88d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2856 | 2025-06-30T22:11:41.592Z | Compiling plain v0.2.3 |
2857 | 2025-06-30T22:11:41.597Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=146398dbca4fa8af -C extra-filename=-aa5b32230f496767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2858 | 2025-06-30T22:11:41.673Z | Compiling tinyvec_macros v0.1.1 |
2859 | 2025-06-30T22:11:41.676Z | Compiling signature v2.2.0 |
2860 | 2025-06-30T22:11:41.677Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=952bfcde3310752f -C extra-filename=-79f5269056d03ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2025-06-30T22:11:41.677Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=ad3d1158ecac70cc -C extra-filename=-76fb303c9aa40aa5 --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-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2862 | 2025-06-30T22:11:41.760Z | Compiling goblin v0.8.2 |
2863 | 2025-06-30T22:11:41.763Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=8c484224028a9b9b -C extra-filename=-5e9233ae11d08d47 --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-1bb814cae28f6e1e.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-aa5b32230f496767.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-63f1df09285ff287.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2864 | 2025-06-30T22:11:41.803Z | Compiling usdt-impl v0.5.0 |
2865 | 2025-06-30T22:11:41.806Z | Compiling tinyvec v1.8.0 |
2866 | 2025-06-30T22:11:41.806Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=c3b39be5c6fd845a -C extra-filename=-f1e28d698ae068ad --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2025-06-30T22:11:41.842Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b216064cc0715180 -C extra-filename=-cdc614a666589f73 --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-79f5269056d03ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2868 | 2025-06-30T22:11:41.875Z | Compiling winnow v0.7.10 |
2869 | 2025-06-30T22:11:41.881Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=af18a31a3d3e8d25 -C extra-filename=-971bcb8b98c5d9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2870 | 2025-06-30T22:11:42.052Z | Compiling pretty-hex v0.4.1 |
2871 | 2025-06-30T22:11:42.058Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1773d24daccd9c54 -C extra-filename=-788ceff0caf505d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2872 | 2025-06-30T22:11:42.252Z | Compiling toml_write v0.1.2 |
2873 | 2025-06-30T22:11:42.269Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-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=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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=891300b77bd93e97 -C extra-filename=-aba08bb6177c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2874 | 2025-06-30T22:11:42.379Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad/build-script-build` |
2875 | 2025-06-30T22:11:42.406Z | Compiling pest_derive v2.7.14 |
2876 | 2025-06-30T22:11:42.410Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=0c408fa62b8d9f42 -C extra-filename=-0eb2c899004c589b --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-ed882f13e3464c45.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-358e9530889e1396.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2025-06-30T22:11:42.523Z | Compiling rand_chacha v0.9.0 |
2878 | 2025-06-30T22:11:42.565Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=d0cfc60fd9d5a1fb -C extra-filename=-ff6ed72e3b7d50b0 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2025-06-30T22:11:42.656Z | Compiling thread-id v4.2.2 |
2880 | 2025-06-30T22:11:42.660Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca1c70b0bbcdb5d1 -C extra-filename=-c714b935c5041d67 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2025-06-30T22:11:42.839Z | Compiling siphasher v0.3.11 |
2882 | 2025-06-30T22:11:42.843Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=62ddb5cfb3e78492 -C extra-filename=-fe7699c441331fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2025-06-30T22:11:43.243Z | Compiling phf_shared v0.11.2 |
2884 | 2025-06-30T22:11:43.248Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3ecac80690ece29e -C extra-filename=-63c6474b95c77984 --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-fe7699c441331fba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2025-06-30T22:11:43.388Z | Compiling rand v0.9.1 |
2886 | 2025-06-30T22:11:43.391Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=88e50f8b34a198e2 -C extra-filename=-c7469f16c99a40fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2025-06-30T22:11:43.439Z | Compiling dtrace-parser v0.2.0 |
2888 | 2025-06-30T22:11:43.442Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f869d003a97e8906 -C extra-filename=-89a18b7cd0346eb3 --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-ed882f13e3464c45.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-0eb2c899004c589b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2025-06-30T22:11:43.638Z | Compiling unicode-width v0.2.0 |
2890 | 2025-06-30T22:11:43.643Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=de2b6f37671004f4 -C extra-filename=-3ab2545ffeee94ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2025-06-30T22:11:43.957Z | Compiling sha1 v0.10.6 |
2892 | 2025-06-30T22:11:43.960Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=cf27407e72daf5aa -C extra-filename=-1f873415a8bab1e6 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2893 | 2025-06-30T22:11:44.204Z | Compiling crossbeam-epoch v0.9.18 |
2894 | 2025-06-30T22:11:44.208Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=617ebc363eb5279d -C extra-filename=-2c96830fae84e44c --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2895 | 2025-06-30T22:11:44.422Z | Compiling num-integer v0.1.46 |
2896 | 2025-06-30T22:11:44.427Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=769d33811d18a1d7 -C extra-filename=-b090a894ab46e778 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2025-06-30T22:11:44.859Z | Compiling toml_edit v0.19.15 |
2898 | 2025-06-30T22:11:44.871Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=44196db34ea76e8c -C extra-filename=-904e4ec3fcbed7e7 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-414a1bd98b5dc88d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2899 | 2025-06-30T22:11:44.905Z | Compiling crc32fast v1.4.2 |
2900 | 2025-06-30T22:11:44.909Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=96327314f0619399 -C extra-filename=-b602b9cac147849d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2901 | 2025-06-30T22:11:45.179Z | Compiling toml_edit v0.22.27 |
2902 | 2025-06-30T22:11:45.183Z | Compiling unicode-segmentation v1.12.0 |
2903 | 2025-06-30T22:11:45.183Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.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::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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=c2a1567ab140f22c -C extra-filename=-c57beeb5a5e41524 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-aba08bb6177c14b2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971bcb8b98c5d9a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2025-06-30T22:11:45.183Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=de01a1c65f337a69 -C extra-filename=-4b7365c9995f2f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2905 | 2025-06-30T22:11:45.266Z | Compiling static_assertions v1.1.0 |
2906 | 2025-06-30T22:11:45.266Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8ad77ec8e3372f46 -C extra-filename=-2dd4cc6173f4b37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2907 | 2025-06-30T22:11:45.308Z | Compiling memmap v0.7.0 |
2908 | 2025-06-30T22:11:45.311Z | Compiling base16ct v0.2.0 |
2909 | 2025-06-30T22:11:45.345Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8f7ef64aedf44320 -C extra-filename=-51d372fa91d20d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2910 | 2025-06-30T22:11:45.345Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d496ba9352d7231a -C extra-filename=-2daf9bd8fe8ef4eb --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2911 | 2025-06-30T22:11:45.423Z | Compiling oxnet v0.1.2 |
2912 | 2025-06-30T22:11:45.426Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=d0b1cc34b84699f0 -C extra-filename=-6f46b1ad79447fc8 --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-6cdb18cfaf521a4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2913 | 2025-06-30T22:11:45.697Z | Compiling sec1 v0.7.3 |
2914 | 2025-06-30T22:11:45.727Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=47208b90968f2adf -C extra-filename=-942cccd02e4c80ca --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-51d372fa91d20d85.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2915 | 2025-06-30T22:11:45.741Z | Compiling hubpack_derive v0.1.1 |
2916 | 2025-06-30T22:11:45.745Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f8bed4010d0c67b -C extra-filename=-8797b7babceac9d0 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2025-06-30T22:11:46.145Z | Compiling bstr v1.10.0 |
2918 | 2025-06-30T22:11:46.206Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=dd4d8326dba0223b -C extra-filename=-faf115b538446cf7 --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-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2025-06-30T22:11:46.248Z | Compiling ff v0.13.0 |
2920 | 2025-06-30T22:11:46.251Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=187cef79fda76c76 -C extra-filename=-72fa9a7c58f40979 --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-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2025-06-30T22:11:46.301Z | Compiling heck v0.4.1 |
2922 | 2025-06-30T22:11:46.366Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d8799ddb7727ce36 -C extra-filename=-0dba940a77aaad67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2025-06-30T22:11:46.516Z | Compiling zlib-rs v0.5.1 |
2924 | 2025-06-30T22:11:46.519Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=b23fd394ffb59759 -C extra-filename=-2692505d10fb2a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2925 | 2025-06-30T22:11:46.764Z | Compiling hubpack v0.1.2 |
2926 | 2025-06-30T22:11:46.768Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2a5a10a4697f69b -C extra-filename=-8bc72e878174872f --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-8797b7babceac9d0.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2927 | 2025-06-30T22:11:46.809Z | Compiling group v0.13.0 |
2928 | 2025-06-30T22:11:46.813Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=854d0fc0ec1cda31 -C extra-filename=-f1db6b1fa8fda49d --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-72fa9a7c58f40979.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2929 | 2025-06-30T22:11:47.180Z | Compiling num-iter v0.1.45 |
2930 | 2025-06-30T22:11:47.183Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=3a4267e107367bc0 -C extra-filename=-987dcd08b67cb2a8 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2931 | 2025-06-30T22:11:47.244Z | Compiling strum_macros v0.26.4 |
2932 | 2025-06-30T22:11:47.247Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=16152a3bd1e05165 -C extra-filename=-c231dc7251c14421 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2933 | 2025-06-30T22:11:47.432Z | Compiling dof v0.3.0 |
2934 | 2025-06-30T22:11:47.436Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=90ceebdbe2eadd7d -C extra-filename=-2ecaa8b38dcf8faa --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-5e9233ae11d08d47.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2935 | 2025-06-30T22:11:47.641Z | Compiling hkdf v0.12.4 |
2936 | 2025-06-30T22:11:47.645Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=05e31c4e5abf969c -C extra-filename=-dea6cad02e8e8116 --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-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2937 | 2025-06-30T22:11:47.964Z | Compiling crypto-bigint v0.5.5 |
2938 | 2025-06-30T22:11:47.967Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=444bba321ec9bf02 -C extra-filename=-15432c6ddecea5b9 --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2025-06-30T22:11:49.171Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=36042a69baa8ca80 -C extra-filename=-25caf115c2801f29 --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-96dbc0c5a1d1c4b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-c714b935c5041d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2940 | 2025-06-30T22:11:50.525Z | Compiling bzip2-sys v0.1.13+1.0.8 |
2941 | 2025-06-30T22:11:50.536Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+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,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=64a3072259164eb0 -C extra-filename=-69028f964327c2ae --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2025-06-30T22:11:50.570Z | Compiling usdt-attr-macro v0.5.0 |
2943 | 2025-06-30T22:11:50.598Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=579e01dd0b102bbd -C extra-filename=-0f1b9c2af035915b --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2025-06-30T22:11:51.159Z | Compiling usdt-macro v0.5.0 |
2945 | 2025-06-30T22:11:51.165Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=8219aedad6c2e731 -C extra-filename=-895fd83b3bd55db4 --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2025-06-30T22:11:51.256Z | Compiling num-bigint-dig v0.8.4 |
2947 | 2025-06-30T22:11:51.260Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=07789881a035ffcf -C extra-filename=-427855e815e03a32 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2025-06-30T22:11:51.662Z | Compiling unicode-xid v0.2.6 |
2949 | 2025-06-30T22:11:51.664Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=96298160de477511 -C extra-filename=-643e7692f89b35e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2025-06-30T22:11:51.703Z | Compiling bitflags v1.3.2 |
2951 | 2025-06-30T22:11:51.707Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=ea9a3015ec4db2f3 -C extra-filename=-b3c8cd159185181c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2952 | 2025-06-30T22:11:51.853Z | Compiling strum v0.26.3 |
2953 | 2025-06-30T22:11:51.860Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=16e580dab761a7c8 -C extra-filename=-c3598816f88b159e --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-c231dc7251c14421.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2954 | 2025-06-30T22:11:51.914Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32/build-script-build` |
2955 | 2025-06-30T22:11:51.979Z | Compiling elliptic-curve v0.13.8 |
2956 | 2025-06-30T22:11:51.980Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae/build-script-build` |
2957 | 2025-06-30T22:11:52.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=de9c428c16198e06 -C extra-filename=-129d40956b1fd62e --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-51d372fa91d20d85.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-15432c6ddecea5b9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2958 | 2025-06-30T22:11:52.125Z | Compiling crossbeam-deque v0.8.5 |
2959 | 2025-06-30T22:11:52.129Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7643681ab5a60271 -C extra-filename=-d51a624e99256e72 --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-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2960 | 2025-06-30T22:11:52.333Z | Compiling newtype-uuid v1.2.4 |
2961 | 2025-06-30T22:11:52.336Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=f22b4f9c9f76fb7a -C extra-filename=-e6c3a99d86055dc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2962 | 2025-06-30T22:11:52.484Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=6d40fe633ceb6d04 -C extra-filename=-33b5304ed311b179 --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-96dbc0c5a1d1c4b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-f25e6adcb3b5e793.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2963 | 2025-06-30T22:11:52.726Z | Compiling libz-rs-sys v0.5.1 |
2964 | 2025-06-30T22:11:52.729Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=683cf06000299f65 -C extra-filename=-655398b8a454b7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-2692505d10fb2a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2965 | 2025-06-30T22:11:52.812Z | Compiling usdt v0.5.0 |
2966 | 2025-06-30T22:11:52.815Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=bf78a6547c31a7d5 -C extra-filename=-fa58e959728d1eb9 --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-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5e9233ae11d08d47.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-2daf9bd8fe8ef4eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-0f1b9c2af035915b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-895fd83b3bd55db4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2025-06-30T22:11:52.858Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6/build-script-build` |
2968 | 2025-06-30T22:11:52.921Z | Compiling pkcs1 v0.7.5 |
2969 | 2025-06-30T22:11:52.925Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=e72fe26e1bb1d8e8 -C extra-filename=-72d4004203d466c8 --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-975ebc6c4312b724.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2970 | 2025-06-30T22:11:53.065Z | Compiling flate2 v1.1.2 |
2971 | 2025-06-30T22:11:53.069Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --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=834f93055bd9d746 -C extra-filename=-47e3becce2857b6f --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-b602b9cac147849d.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-655398b8a454b7b8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2972 | 2025-06-30T22:11:53.338Z | Compiling curve25519-dalek v4.1.3 |
2973 | 2025-06-30T22:11:53.342Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=678dcba97b20b44f -C extra-filename=-549c062584821b82 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2974 | 2025-06-30T22:11:53.397Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
2975 | 2025-06-30T22:11:53.400Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=fc0b7429ce7ae98e -C extra-filename=-24f6620a629991cb --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2976 | 2025-06-30T22:11:53.444Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+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,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=dcaacf8e40a58a7d -C extra-filename=-3568cafdd4082ee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -l static=bz2` |
2977 | 2025-06-30T22:11:53.486Z | Compiling itertools v0.10.5 |
2978 | 2025-06-30T22:11:53.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=d10248b7744971ea -C extra-filename=-a31d6e3ea5bde33b --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2979 | 2025-06-30T22:11:53.642Z | Compiling memoffset v0.9.1 |
2980 | 2025-06-30T22:11:53.702Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=fa669f279b3a1355 -C extra-filename=-db87e75d8bba141c --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2981 | 2025-06-30T22:11:53.777Z | Compiling ahash v0.8.11 |
2982 | 2025-06-30T22:11:53.781Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b7e093a5e8534f18 -C extra-filename=-11cc98fe859a7609 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2025-06-30T22:11:53.966Z | Compiling cfg_aliases v0.2.1 |
2984 | 2025-06-30T22:11:53.970Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fca7e1ab438a1165 -C extra-filename=-7a0fea6faf5fb92d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2985 | 2025-06-30T22:11:54.061Z | Compiling rayon-core v1.12.1 |
2986 | 2025-06-30T22:11:54.067Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0a1e2c1a32332945 -C extra-filename=-00e8cab17346f4a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2025-06-30T22:11:54.107Z | Compiling signal-hook v0.3.18 |
2988 | 2025-06-30T22:11:54.112Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4d89a5888d4751ca -C extra-filename=-a240e3fcec722cc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2025-06-30T22:11:54.151Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82/build-script-build` |
2990 | 2025-06-30T22:11:54.205Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609/build-script-build` |
2991 | 2025-06-30T22:11:54.298Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb/build-script-build` |
2992 | 2025-06-30T22:11:54.304Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c/build-script-build` |
2993 | 2025-06-30T22:11:54.345Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=14439118f73ea31a -C extra-filename=-863717e309b7a9bc --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
2994 | 2025-06-30T22:11:54.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8/build-script-build` |
2995 | 2025-06-30T22:11:54.491Z | Compiling toml v0.7.8 |
2996 | 2025-06-30T22:11:54.495Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=f29ded0a0589ab4b -C extra-filename=-f60053941bf92db1 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2997 | 2025-06-30T22:11:54.495Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3/build-script-build` |
2998 | 2025-06-30T22:11:54.567Z | Compiling unicode-normalization v0.1.24 |
2999 | 2025-06-30T22:11:54.571Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30b48145240d9699 -C extra-filename=-db3fdd5ad959e3f5 --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-cdc614a666589f73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3000 | 2025-06-30T22:11:54.623Z | Compiling rfc6979 v0.4.0 |
3001 | 2025-06-30T22:11:54.627Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9e948ea0181bcc3 -C extra-filename=-c4b2c20aa85c900b --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-6aa4274319cf8bc9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2025-06-30T22:11:54.705Z | Compiling daft-derive v0.1.3 |
3003 | 2025-06-30T22:11:54.723Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ceab2008bf5cc63 -C extra-filename=-efae80698ada5f8f --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3004 | 2025-06-30T22:11:54.873Z | Compiling enum-as-inner v0.6.1 |
3005 | 2025-06-30T22:11:54.877Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f412707e96098284 -C extra-filename=-af456b4b9ae7afb0 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3006 | 2025-06-30T22:11:55.654Z | Compiling rsa v0.9.6 |
3007 | 2025-06-30T22:11:55.659Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=78533bf368b49b3a -C extra-filename=-848ea02eff028b21 --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-807b0639457d6796.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3008 | 2025-06-30T22:11:55.864Z | Compiling curve25519-dalek-derive v0.1.1 |
3009 | 2025-06-30T22:11:55.867Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=72479c91cf87e8ee -C extra-filename=-bdfa15db562e2ba0 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3010 | 2025-06-30T22:11:55.927Z | Compiling managed v0.8.0 |
3011 | 2025-06-30T22:11:55.932Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=fd08516d85778bd1 -C extra-filename=-8b31b87f3240ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3012 | 2025-06-30T22:11:56.035Z | Compiling ecdsa v0.16.9 |
3013 | 2025-06-30T22:11:56.043Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=1133a8e2640e0165 -C extra-filename=-d64721bdf3087236 --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-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-c4b2c20aa85c900b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2025-06-30T22:11:56.387Z | Compiling daft v0.1.3 |
3015 | 2025-06-30T22:11:56.392Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=b77e36950fbe90fe -C extra-filename=-72f56b93b42caad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-efae80698ada5f8f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2025-06-30T22:11:56.434Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=3866b8ffd4d594f9 -C extra-filename=-28eb7c9de9519ab1 --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-cefab6d96bfc6445.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3017 | 2025-06-30T22:11:56.927Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=12c7aca8ea9be7f6 -C extra-filename=-4253060af28d97b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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` |
3018 | 2025-06-30T22:11:56.973Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6d587515a1fd7046 -C extra-filename=-ce41b31d84d6e3a9 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
3019 | 2025-06-30T22:11:57.101Z | Compiling x509-cert v0.2.5 |
3020 | 2025-06-30T22:11:57.104Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=8d7fe2fca57ccb90 -C extra-filename=-6d9084eefb049e89 --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-807b0639457d6796.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3021 | 2025-06-30T22:11:57.296Z | Compiling precomputed-hash v0.1.1 |
3022 | 2025-06-30T22:11:57.314Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e64086ae77ed8e7c -C extra-filename=-4e7fe3c5111a9f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3023 | 2025-06-30T22:11:57.384Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=609b320d4cac28a0 -C extra-filename=-ea40d9ab8b9757a5 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bdfa15db562e2ba0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3024 | 2025-06-30T22:11:57.472Z | Compiling zstd-safe v7.2.3 |
3025 | 2025-06-30T22:11:57.476Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=827384aa880bd27b -C extra-filename=-97103b1a91cae586 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2025-06-30T22:11:57.557Z | Compiling fixedbitset v0.4.2 |
3027 | 2025-06-30T22:11:57.562Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f9c6dd8b306377e3 -C extra-filename=-89314b8bbb8c9b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2025-06-30T22:11:57.885Z | Compiling new_debug_unreachable v1.0.6 |
3029 | 2025-06-30T22:11:57.889Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=202bb76f06b5480c -C extra-filename=-c7676083b6dee7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3030 | 2025-06-30T22:11:58.016Z | Compiling petgraph v0.6.5 |
3031 | 2025-06-30T22:11:58.021Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=38a03b3b9839683d -C extra-filename=-20179c07374f1a77 --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-89314b8bbb8c9b15.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2025-06-30T22:11:58.060Z | Compiling string_cache v0.8.9 |
3033 | 2025-06-30T22:11:58.060Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=83d2ac94f69f457c -C extra-filename=-a93b2b0d16191f46 --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-c7676083b6dee7bf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4e7fe3c5111a9f9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3034 | 2025-06-30T22:11:58.535Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=cc4d951c34a6e06b -C extra-filename=-c2fadd8a76389f6d --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-d51a624e99256e72.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3035 | 2025-06-30T22:12:00.024Z | Compiling ed25519 v2.2.3 |
3036 | 2025-06-30T22:12:00.027Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=e567922cb4bdb4ce -C extra-filename=-20415bc5b3540878 --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-d1942fe7a0f875a4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3037 | 2025-06-30T22:12:01.512Z | Compiling ed25519-dalek v2.1.1 |
3038 | 2025-06-30T22:12:01.514Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5ab2b35e04730bbc -C extra-filename=-c755548413afb770 --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-ea40d9ab8b9757a5.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-20415bc5b3540878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2025-06-30T22:12:01.782Z | Compiling signal-hook-mio v0.2.4 |
3040 | 2025-06-30T22:12:01.786Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5485fabec68242d1 -C extra-filename=-281355be34c7d3a7 --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-cefab6d96bfc6445.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3041 | 2025-06-30T22:12:01.879Z | Compiling nix v0.29.0 |
3042 | 2025-06-30T22:12:01.925Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=b43cf98b6416662e -C extra-filename=-d179d3cc78939765 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3043 | 2025-06-30T22:12:02.014Z | Compiling bzip2 v0.4.4 |
3044 | 2025-06-30T22:12:02.064Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=7af46fdb4fadcae0 -C extra-filename=-179232b560711a7b --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-3568cafdd4082ee6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib` |
3045 | 2025-06-30T22:12:02.459Z | Compiling heapless v0.7.17 |
3046 | 2025-06-30T22:12:02.463Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=07fd8f1a0437e349 -C extra-filename=-e193d84c45e26c28 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3047 | 2025-06-30T22:12:02.844Z | Compiling simd-adler32 v0.3.7 |
3048 | 2025-06-30T22:12:02.847Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=22e24b9703a4a772 -C extra-filename=-fe7f95fedad62cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3049 | 2025-06-30T22:12:02.889Z | Compiling lockfree-object-pool v0.1.6 |
3050 | 2025-06-30T22:12:02.892Z | Compiling bumpalo v3.16.0 |
3051 | 2025-06-30T22:12:02.893Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=303c2ceb71d928e6 -C extra-filename=-18d23e2741a4a518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3052 | 2025-06-30T22:12:02.893Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=428ee46c81fcd2c3 -C extra-filename=-5cec328b57acc782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3053 | 2025-06-30T22:12:02.983Z | Compiling rustc-hash v2.1.1 |
3054 | 2025-06-30T22:12:02.986Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=a04b7cfc3e0d5d39 -C extra-filename=-821ca613971b037b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3055 | 2025-06-30T22:12:03.190Z | Compiling lalrpop-util v0.19.12 |
3056 | 2025-06-30T22:12:03.193Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=f03b8b1b1017b513 -C extra-filename=-a17f495745437ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3057 | 2025-06-30T22:12:03.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28/build-script-build` |
3058 | 2025-06-30T22:12:03.353Z | Compiling zopfli v0.8.1 |
3059 | 2025-06-30T22:12:03.356Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=0e3962f558d4bbd9 -C extra-filename=-191dae4d0ce062d8 --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-5cec328b57acc782.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-18d23e2741a4a518.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fe7f95fedad62cfe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3060 | 2025-06-30T22:12:03.390Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765/build-script-build` |
3061 | 2025-06-30T22:12:03.431Z | Compiling zip v0.6.6 |
3062 | 2025-06-30T22:12:03.435Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b607fddcd192eca7 -C extra-filename=-1e6af2d8bdb1462b --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-96dbc0c5a1d1c4b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-179232b560711a7b.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib` |
3063 | 2025-06-30T22:12:03.478Z | Compiling crossterm v0.28.1 |
3064 | 2025-06-30T22:12:03.482Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=f0e5d8ca7c7e0dca -C extra-filename=-11b06c10fe685907 --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-612ce2e304571f81.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-281355be34c7d3a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3065 | 2025-06-30T22:12:03.595Z | Compiling bzip2 v0.5.2 |
3066 | 2025-06-30T22:12:03.599Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=d54b46e330ab42ce -C extra-filename=-db1dd43ef9b58f32 --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-3568cafdd4082ee6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib` |
3067 | 2025-06-30T22:12:03.982Z | Compiling console v0.15.10 |
3068 | 2025-06-30T22:12:03.987Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=a3d1f8b6d8d4586c -C extra-filename=-379a38323fc33607 --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-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3069 | 2025-06-30T22:12:04.534Z | Compiling hash32 v0.2.1 |
3070 | 2025-06-30T22:12:04.538Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c57b9f3b653e316c -C extra-filename=-eeae0767a8336f13 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3071 | 2025-06-30T22:12:04.638Z | Compiling winnow v0.6.26 |
3072 | 2025-06-30T22:12:04.642Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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' '--allow=clippy::result_large_err' '--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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=690f4af55531d247 -C extra-filename=-ad0a9d44eab449a4 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3073 | 2025-06-30T22:12:04.844Z | Compiling buf-list v1.0.3 |
3074 | 2025-06-30T22:12:04.848Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bfacbf7396d3b579 -C extra-filename=-40f1bc3a076b6113 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2025-06-30T22:12:04.952Z | Compiling predicates-core v1.0.8 |
3076 | 2025-06-30T22:12:04.955Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c18cb81204edd83c -C extra-filename=-ee29e49cd7f824fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3077 | 2025-06-30T22:12:05.160Z | Compiling unicode-bidi v0.3.17 |
3078 | 2025-06-30T22:12:05.163Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=b3bbf97e3c249c9d -C extra-filename=-627ced6f0c6a8199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2025-06-30T22:12:05.242Z | Compiling unicode-properties v0.1.3 |
3080 | 2025-06-30T22:12:05.242Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=6ac52a848bbcb4d7 -C extra-filename=-7403e56aa3a32acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2025-06-30T22:12:05.300Z | Compiling smoltcp v0.9.1 |
3082 | 2025-06-30T22:12:05.304Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=da80862e8980d263 -C extra-filename=-437c54e981a4dda0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2025-06-30T22:12:05.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113/build-script-build` |
3084 | 2025-06-30T22:12:05.661Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b6d601159a820c02 -C extra-filename=-61296125220b6ef1 --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-eeae0767a8336f13.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
3085 | 2025-06-30T22:12:05.773Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=c593f98d5bfa0c50 -C extra-filename=-3b3b33ff78e5a886 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
3086 | 2025-06-30T22:12:06.067Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0/build-script-build` |
3087 | 2025-06-30T22:12:06.124Z | Compiling stringprep v0.1.5 |
3088 | 2025-06-30T22:12:06.127Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a88a5fcf6f38064 -C extra-filename=-5d4e96ed0f28ea79 --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-627ced6f0c6a8199.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-7403e56aa3a32acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2025-06-30T22:12:06.349Z | Compiling rayon v1.10.0 |
3090 | 2025-06-30T22:12:06.353Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=84bdfb6c49686924 -C extra-filename=-6626fba1989544df --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-8d65808b96850202.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2025-06-30T22:12:06.503Z | Compiling hickory-proto v0.25.2 |
3092 | 2025-06-30T22:12:06.507Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --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="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=248a2c8efb70413b -C extra-filename=-5989d4f6c6ff5226 --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3093 | 2025-06-30T22:12:06.719Z | Compiling tokio-stream v0.1.17 |
3094 | 2025-06-30T22:12:06.721Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.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="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=f1d0f0a188e53df3 -C extra-filename=-398ad060e1420b43 --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-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2025-06-30T22:12:07.100Z | Compiling md-5 v0.10.6 |
3096 | 2025-06-30T22:12:07.104Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=23c40cd253e57b3b -C extra-filename=-c1bada8e19f60074 --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-3a67e9cd8804fc68.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2025-06-30T22:12:07.452Z | Compiling float-cmp v0.10.0 |
3098 | 2025-06-30T22:12:07.455Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-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="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=f684c950baf4bf55 -C extra-filename=-2ee986ad0b2c520b --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2025-06-30T22:12:07.672Z | Compiling fs-err v3.1.1 |
3100 | 2025-06-30T22:12:07.676Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=0fd84a15e30ef0ce -C extra-filename=-f99b510aafafe516 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3101 | 2025-06-30T22:12:07.719Z | Compiling normalize-line-endings v0.3.0 |
3102 | 2025-06-30T22:12:07.722Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8388a107f98464ca -C extra-filename=-333d8cf39dfc0dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3103 | 2025-06-30T22:12:07.765Z | Compiling difflib v0.4.0 |
3104 | 2025-06-30T22:12:07.810Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f1dad1be87a12d5 -C extra-filename=-677d6eaef8bb78c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3105 | 2025-06-30T22:12:07.918Z | Compiling fallible-iterator v0.2.0 |
3106 | 2025-06-30T22:12:07.921Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=35abe49f0256902b -C extra-filename=-6c63292da3b19b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3107 | 2025-06-30T22:12:07.921Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=bcbc1f83b0c20c94 -C extra-filename=-a6e6279b08d00cd1 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-61296125220b6ef1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2025-06-30T22:12:08.028Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516/build-script-build` |
3109 | 2025-06-30T22:12:08.232Z | Compiling predicates v3.1.3 |
3110 | 2025-06-30T22:12:08.235Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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 --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' '--allow=clippy::result_large_err' '--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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=ca769f2158cd3f0a -C extra-filename=-72ad14aa7b4c9ad8 --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-b0351b73701e7482.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-677d6eaef8bb78c1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2ee986ad0b2c520b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-333d8cf39dfc0dc5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2025-06-30T22:12:08.278Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586/build-script-build` |
3112 | 2025-06-30T22:12:08.342Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=44a04c39075672ab -C extra-filename=-b49e575e53eaeb3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -l static=zstd` |
3113 | 2025-06-30T22:12:08.611Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1f23f47fd23bb9d3 -C extra-filename=-9e601858886515ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-b49e575e53eaeb3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
3114 | 2025-06-30T22:12:08.651Z | Compiling postgres-protocol v0.6.8 |
3115 | 2025-06-30T22:12:08.654Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=587ff007c60e4c2e -C extra-filename=-7145f17b127c15e1 --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-ef6e1aa9c68ab04f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c1bada8e19f60074.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-5d4e96ed0f28ea79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3116 | 2025-06-30T22:12:09.039Z | Compiling zstd v0.13.3 |
3117 | 2025-06-30T22:12:09.080Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=8e1150c1899dbc01 -C extra-filename=-6275d08b2b8757ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-9e601858886515ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
3118 | 2025-06-30T22:12:09.143Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=f6c4107c0cfad5ab -C extra-filename=-9966782bcfce846c --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-ee2129fa6db1368d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3119 | 2025-06-30T22:12:09.621Z | Compiling zip v4.2.0 |
3120 | 2025-06-30T22:12:09.627Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=eddfc45026788ba8 -C extra-filename=-991616cadcedc1ed --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-db1dd43ef9b58f32.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-191dae4d0ce062d8.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-6275d08b2b8757ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
3121 | 2025-06-30T22:12:09.669Z | Compiling similar v2.7.0 |
3122 | 2025-06-30T22:12:09.672Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=8f5d8cf4558fee11 -C extra-filename=-65b452c47267a4c5 --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-faf115b538446cf7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3123 | 2025-06-30T22:12:09.708Z | Compiling strum_macros v0.25.3 |
3124 | 2025-06-30T22:12:09.712Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7ab24b8e7372655 -C extra-filename=-be54c9abbeb47c12 --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3125 | 2025-06-30T22:12:09.849Z | Compiling phf v0.11.2 |
3126 | 2025-06-30T22:12:09.852Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=6be4dc61815c0692 -C extra-filename=-d3105508a84126c2 --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-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3127 | 2025-06-30T22:12:09.894Z | Compiling serde-big-array v0.5.1 |
3128 | 2025-06-30T22:12:09.897Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b85e6452434f9470 -C extra-filename=-566e422edd100f56 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3129 | 2025-06-30T22:12:10.185Z | Compiling serde_repr v0.1.19 |
3130 | 2025-06-30T22:12:10.223Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=201e2a25571e1c46 -C extra-filename=-a8d48d6a69c26c85 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3131 | 2025-06-30T22:12:10.228Z | Compiling peg-runtime v0.8.5 |
3132 | 2025-06-30T22:12:10.228Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-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,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=d99643838369501f -C extra-filename=-b6be0333af93ab88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2025-06-30T22:12:10.306Z | Compiling number_prefix v0.4.0 |
3134 | 2025-06-30T22:12:10.310Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d5eee8479ff9286 -C extra-filename=-997bb9e6407d6674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3135 | 2025-06-30T22:12:10.591Z | Compiling indicatif v0.17.11 |
3136 | 2025-06-30T22:12:10.635Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=ff4fc03128159856 -C extra-filename=-1660823d00af4b7b --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-379a38323fc33607.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-997bb9e6407d6674.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2025-06-30T22:12:10.853Z | Compiling postgres-types v0.2.9 |
3138 | 2025-06-30T22:12:10.857Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "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-cidr-0_3", "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=0a35cf236ec52dc1 -C extra-filename=-47774841ed96ca61 --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-ee2129fa6db1368d.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2025-06-30T22:12:11.487Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=fcbe5e916e8973ae -C extra-filename=-fd24299c43eb546f --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
3140 | 2025-06-30T22:12:11.637Z | Compiling whoami v1.6.0 |
3141 | 2025-06-30T22:12:11.641Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=761c2326544229ac -C extra-filename=-dc763c9e4cf3753b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2025-06-30T22:12:11.804Z | Compiling camino v1.1.10 |
3143 | 2025-06-30T22:12:11.807Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b7d33d693db42c0f -C extra-filename=-1bf67ae69cf31a3e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3144 | 2025-06-30T22:12:12.126Z | Compiling tokio-postgres v0.7.13 |
3145 | 2025-06-30T22:12:12.129Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "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=c9626366e34e8d42 -C extra-filename=-0dac6ed2367fb93f --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-0995b155a32ebe73.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3146 | 2025-06-30T22:12:12.253Z | Compiling fastrand v2.1.1 |
3147 | 2025-06-30T22:12:12.257Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4d4293bf476e97cd -C extra-filename=-98e626b7c7994cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3148 | 2025-06-30T22:12:12.324Z | Compiling futures-executor v0.3.31 |
3149 | 2025-06-30T22:12:12.328Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8e441ceda3c36fa8 -C extra-filename=-e58925feba9294a1 --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-a4cc7e9ef57f8919.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3150 | 2025-06-30T22:12:12.410Z | Compiling regress v0.10.3 |
3151 | 2025-06-30T22:12:12.414Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=6a694a0575d197b0 -C extra-filename=-5d2799404f33553a --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-ee2ff769a8771c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3152 | 2025-06-30T22:12:12.493Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e/build-script-build` |
3153 | 2025-06-30T22:12:12.684Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2f2a7690cf4804cf -C extra-filename=-4f270b9dc7dca48d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
3154 | 2025-06-30T22:12:12.818Z | Compiling futures v0.3.31 |
3155 | 2025-06-30T22:12:12.822Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b53cd1f697e92834 -C extra-filename=-90590cfc90a413fc --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e58925feba9294a1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2025-06-30T22:12:12.864Z | Compiling is-terminal v0.4.13 |
3157 | 2025-06-30T22:12:12.904Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=89dacc3b608674cd -C extra-filename=-2089ab408943a190 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3158 | 2025-06-30T22:12:12.995Z | Compiling dirs-sys-next v0.1.2 |
3159 | 2025-06-30T22:12:13.057Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f5a3984806d7698 -C extra-filename=-e46b5bf79890f428 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3160 | 2025-06-30T22:12:13.060Z | Compiling ident_case v1.0.1 |
3161 | 2025-06-30T22:12:13.060Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=365bb9547f5f9b9c -C extra-filename=-a0adfa72977d3369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2025-06-30T22:12:13.327Z | Compiling dirs-next v2.0.0 |
3163 | 2025-06-30T22:12:13.375Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95e7081519b69a21 -C extra-filename=-d762a02c94ccae2b --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-3a67e9cd8804fc68.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-e46b5bf79890f428.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3164 | 2025-06-30T22:12:13.434Z | Compiling darling_core v0.20.10 |
3165 | 2025-06-30T22:12:13.437Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=3f798c51f19737c0 -C extra-filename=-3ac994c4806b1c37 --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-6e0677348c2acdca.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-a0adfa72977d3369.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3166 | 2025-06-30T22:12:13.514Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3167 | 2025-06-30T22:12:13.518Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=3f45f7b05b185519 -C extra-filename=-d2a86b6aa0d72573 --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-612ce2e304571f81.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-a8d48d6a69c26c85.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a6e6279b08d00cd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-be54c9abbeb47c12.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3168 | 2025-06-30T22:12:13.564Z | Compiling rustix v1.0.7 |
3169 | 2025-06-30T22:12:13.605Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=7ac082be7b0df8e0 -C extra-filename=-c300a63cd5cd5269 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3170 | 2025-06-30T22:12:13.605Z | Compiling term v0.7.0 |
3171 | 2025-06-30T22:12:13.605Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=904ce6354f3e634a -C extra-filename=-aa9a1b69536c32b5 --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-d762a02c94ccae2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2025-06-30T22:12:14.385Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269/build-script-build` |
3173 | 2025-06-30T22:12:14.729Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=cb25d1b3a04573db -C extra-filename=-a0436d223df5d060 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
3174 | 2025-06-30T22:12:14.820Z | Compiling crossbeam-channel v0.5.15 |
3175 | 2025-06-30T22:12:14.824Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.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=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=44f37453c4e2caa7 -C extra-filename=-4874f00a18ba00e9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3176 | 2025-06-30T22:12:15.890Z | Compiling toml v0.8.23 |
3177 | 2025-06-30T22:12:15.893Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.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 --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 --allow=unnameable_types '--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' '--allow=clippy::result_large_err' '--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' '--allow=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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=2c5e89be49375d04 -C extra-filename=-09fb633695bf6f68 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3178 | 2025-06-30T22:12:16.967Z | Compiling tempfile v3.20.0 |
3179 | 2025-06-30T22:12:16.970Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=70317302af5bd721 -C extra-filename=-f2c53879fcf18f91 --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-98e626b7c7994cfc.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a0436d223df5d060.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3180 | 2025-06-30T22:12:17.080Z | Compiling thread_local v1.1.8 |
3181 | 2025-06-30T22:12:17.084Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e49679b0d7e7aa20 -C extra-filename=-3f4c078797a9c5e1 --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-3a67e9cd8804fc68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3182 | 2025-06-30T22:12:17.321Z | Compiling unsafe-libyaml v0.2.11 |
3183 | 2025-06-30T22:12:17.324Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1a32bd7352bc4e -C extra-filename=-4e57ec2c37ac959c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2025-06-30T22:12:17.367Z | Compiling slog-async v2.8.0 |
3185 | 2025-06-30T22:12:17.370Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0c3bf66e32e549f4 -C extra-filename=-3e5a757454f0ccbe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3186 | 2025-06-30T22:12:17.581Z | Compiling take_mut v0.2.2 |
3187 | 2025-06-30T22:12:17.585Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d01a2f33112e0732 -C extra-filename=-20dd7abea2195249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2025-06-30T22:12:17.677Z | Compiling quick-error v1.2.3 |
3189 | 2025-06-30T22:12:17.681Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d78c9a8343557038 -C extra-filename=-e4b55fc4619dbc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2025-06-30T22:12:17.805Z | Compiling slog-term v2.9.1 |
3191 | 2025-06-30T22:12:17.809Z | Compiling match_cfg v0.1.0 |
3192 | 2025-06-30T22:12:17.809Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=d7e0583203436ba3 -C extra-filename=-de0d4bab1c7cba1f --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-2089ab408943a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2025-06-30T22:12:17.809Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=c0213fca03ffb84d -C extra-filename=-ec2f69b614d0a3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3194 | 2025-06-30T22:12:17.887Z | Compiling bit-vec v0.8.0 |
3195 | 2025-06-30T22:12:17.887Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-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,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1dd3a4853ab363b3 -C extra-filename=-9a19d9f5a39555bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2025-06-30T22:12:17.953Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe/build-script-build` |
3197 | 2025-06-30T22:12:17.999Z | Compiling hostname v0.3.1 |
3198 | 2025-06-30T22:12:18.002Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9bb2b8478f198fd4 -C extra-filename=-f94637ae2ef43eef --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-cefab6d96bfc6445.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-ec2f69b614d0a3c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3199 | 2025-06-30T22:12:18.064Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=105ca6d7ce7c1520 -C extra-filename=-5483d7f09de1c8aa --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-4874f00a18ba00e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-20dd7abea2195249.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
3200 | 2025-06-30T22:12:18.254Z | Compiling hex v0.4.3 |
3201 | 2025-06-30T22:12:18.258Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=62a9e3570f2f8916 -C extra-filename=-7609aef567867e15 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3202 | 2025-06-30T22:12:18.373Z | Compiling bit-set v0.8.0 |
3203 | 2025-06-30T22:12:18.414Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bfeca8c792ce9e48 -C extra-filename=-82ae2ff99b341299 --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-9a19d9f5a39555bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2025-06-30T22:12:18.710Z | Compiling serde_yaml v0.9.34+deprecated |
3205 | 2025-06-30T22:12:18.751Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c9ee2719cb39eb7 -C extra-filename=-ec11907e5f160e89 --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-5b5187d3efcceca9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-4e57ec2c37ac959c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2025-06-30T22:12:18.897Z | Compiling structmeta-derive v0.3.0 |
3207 | 2025-06-30T22:12:18.901Z | Compiling wait-timeout v0.2.0 |
3208 | 2025-06-30T22:12:18.901Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c77ec6d682f5563b -C extra-filename=-f32cf6ea28ae93b9 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3209 | 2025-06-30T22:12:18.901Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e083032401e2b366 -C extra-filename=-0263793d76c3ba86 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2025-06-30T22:12:19.002Z | Compiling debug-ignore v1.0.5 |
3211 | 2025-06-30T22:12:19.060Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b591bdf11a720dd5 -C extra-filename=-6225ef7a83387c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2025-06-30T22:12:19.113Z | Compiling rand_xorshift v0.4.0 |
3213 | 2025-06-30T22:12:19.117Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=93ae0dc96575ab4e -C extra-filename=-f93a54c89d33d763 --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-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2025-06-30T22:12:19.210Z | Compiling rusty-fork v0.3.0 |
3215 | 2025-06-30T22:12:19.213Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=bb85ceb3624c4893 -C extra-filename=-b67a2d30c3bce93e --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-6e0677348c2acdca.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3216 | 2025-06-30T22:12:19.256Z | Compiling darling_macro v0.20.10 |
3217 | 2025-06-30T22:12:19.260Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfc74b951a016a60 -C extra-filename=-1433496cbf756b1e --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-3ac994c4806b1c37.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2025-06-30T22:12:19.407Z | Compiling unarray v0.1.4 |
3219 | 2025-06-30T22:12:19.413Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af8bb81ec5f3880c -C extra-filename=-46aa236a420456d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3220 | 2025-06-30T22:12:19.450Z | Compiling serde_path_to_error v0.1.17 |
3221 | 2025-06-30T22:12:19.453Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=978b74798ef4572d -C extra-filename=-c2beecfd9cdccaf4 --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-1ede4a1959157936.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3222 | 2025-06-30T22:12:19.637Z | Compiling proptest v1.7.0 |
3223 | 2025-06-30T22:12:19.641Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=c2851683171ecd30 -C extra-filename=-4709996a186a8f38 --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-82ae2ff99b341299.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9a19d9f5a39555bb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f93a54c89d33d763.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b67a2d30c3bce93e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-46aa236a420456d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2025-06-30T22:12:19.857Z | Compiling rustls v0.22.4 |
3225 | 2025-06-30T22:12:19.860Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=ab4022e3b21e8369 -C extra-filename=-844ac4a97af9396a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3226 | 2025-06-30T22:12:20.090Z | Compiling multer v3.1.0 |
3227 | 2025-06-30T22:12:20.099Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=917699062f94d86c -C extra-filename=-429855e8f831760f --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3228 | 2025-06-30T22:12:20.240Z | Compiling slog-json v2.6.1 |
3229 | 2025-06-30T22:12:20.244Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=21fcc335a8be5fa2 -C extra-filename=-fc0cb05dfb468bed --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2025-06-30T22:12:20.285Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a/build-script-build` |
3231 | 2025-06-30T22:12:20.339Z | Compiling darling v0.20.10 |
3232 | 2025-06-30T22:12:20.343Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=10a994bc54a11bde -C extra-filename=-b1565e06c13e0d25 --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-3ac994c4806b1c37.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1433496cbf756b1e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3233 | 2025-06-30T22:12:20.396Z | Compiling async-stream-impl v0.3.6 |
3234 | 2025-06-30T22:12:20.401Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfb8115b73362426 -C extra-filename=-3dc67268ad879738 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3235 | 2025-06-30T22:12:20.496Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f/build-script-build` |
3236 | 2025-06-30T22:12:20.536Z | Compiling dropshot v0.16.2 |
3237 | 2025-06-30T22:12:20.540Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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 '--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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ce6ebf43e94778f1 -C extra-filename=-a90e22880a97d20e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3238 | 2025-06-30T22:12:20.668Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=fb9bc5328fa45fc0 -C extra-filename=-e3c74751c1f56b3b --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-ee2129fa6db1368d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3239 | 2025-06-30T22:12:20.681Z | Compiling slog-bunyan v2.5.0 |
3240 | 2025-06-30T22:12:20.685Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=9e08eff50d65e8c3 -C extra-filename=-abdd979b084cafc5 --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-f94637ae2ef43eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3241 | 2025-06-30T22:12:20.960Z | Compiling rustls-pemfile v2.2.0 |
3242 | 2025-06-30T22:12:21.002Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fce55d878b973a8f -C extra-filename=-53aafce35083fc8f --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3243 | 2025-06-30T22:12:21.006Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e/build-script-build` |
3244 | 2025-06-30T22:12:21.110Z | Compiling waitgroup v0.1.2 |
3245 | 2025-06-30T22:12:21.114Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1efd67b07cb817a2 -C extra-filename=-3de9fca2e5ae5a6b --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-fedd5a66ca51a142.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3246 | 2025-06-30T22:12:21.342Z | Compiling dropshot_endpoint v0.16.2 |
3247 | 2025-06-30T22:12:21.346Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.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 '--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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cfd22801d36c9d7 -C extra-filename=-f75ea7d90b779fd9 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3248 | 2025-06-30T22:12:21.389Z | Compiling hostname v0.4.0 |
3249 | 2025-06-30T22:12:21.399Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=8b1832f514ce16c8 -C extra-filename=-d09809bfc2d5bdca --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3250 | 2025-06-30T22:12:21.563Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3251 | 2025-06-30T22:12:21.567Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=284332bbd301aa1e -C extra-filename=-135f596ea6372cfb --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-7609aef567867e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3252 | 2025-06-30T22:12:21.648Z | Compiling serde_with_macros v3.12.0 |
3253 | 2025-06-30T22:12:21.689Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.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 --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,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=7ffacd74260459d4 -C extra-filename=-dd4f53395757f43d --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-b1565e06c13e0d25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3254 | 2025-06-30T22:12:21.692Z | Compiling structmeta v0.3.0 |
3255 | 2025-06-30T22:12:21.692Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f0b36311c2a266a -C extra-filename=-18abb3c969f515c7 --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-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f32cf6ea28ae93b9.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3256 | 2025-06-30T22:12:21.799Z | Compiling typify-impl v0.3.0 |
3257 | 2025-06-30T22:12:21.804Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e0008d7d03a6ed9 -C extra-filename=-0d129f55eb8133fd --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3258 | 2025-06-30T22:12:21.848Z | Compiling async-stream v0.3.6 |
3259 | 2025-06-30T22:12:21.922Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dea49a98c123eb1d -C extra-filename=-92e945d5f5e30583 --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-3dc67268ad879738.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3260 | 2025-06-30T22:12:22.098Z | Compiling macaddr v1.0.1 |
3261 | 2025-06-30T22:12:22.101Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=39f83a67659b3574 -C extra-filename=-a28cb0c0ac27c16d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3262 | 2025-06-30T22:12:22.144Z | Compiling test-strategy v0.4.1 |
3263 | 2025-06-30T22:12:22.148Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccf95ef4a21ac1bd -C extra-filename=-7de750ff333a62fd --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3264 | 2025-06-30T22:12:22.187Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3265 | 2025-06-30T22:12:22.198Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b212c5e735a83198 -C extra-filename=-394be174c1871a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3266 | 2025-06-30T22:12:22.558Z | Compiling instant v0.1.13 |
3267 | 2025-06-30T22:12:22.577Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=0bb156dfec522554 -C extra-filename=-83a866d91505235f --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3268 | 2025-06-30T22:12:22.777Z | Compiling derive-where v1.5.0 |
3269 | 2025-06-30T22:12:22.780Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-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,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=fc42886550c06e8f -C extra-filename=-7973abde6bbb3eb1 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3270 | 2025-06-30T22:12:22.932Z | Compiling parse-display-derive v0.10.0 |
3271 | 2025-06-30T22:12:22.936Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a13b3c8dc1f25096 -C extra-filename=-6c5346e2257155a8 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3272 | 2025-06-30T22:12:24.391Z | Compiling serde_with v3.12.0 |
3273 | 2025-06-30T22:12:24.402Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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 --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,test)' --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=c7b13e43419deb22 -C extra-filename=-620530e5aacc5649 --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-dd4f53395757f43d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2025-06-30T22:12:25.656Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3275 | 2025-06-30T22:12:25.660Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c58f72e9b87fd6f3 -C extra-filename=-a10c1a963b59bb34 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3276 | 2025-06-30T22:12:25.750Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3277 | 2025-06-30T22:12:25.754Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=7a6386854c12fc82 -C extra-filename=-c35c68f76cee3763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3278 | 2025-06-30T22:12:26.119Z | Compiling ref-cast v1.0.24 |
3279 | 2025-06-30T22:12:26.123Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb70295e5d4fbf31 -C extra-filename=-c5b32aa7ef81d808 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3280 | 2025-06-30T22:12:26.609Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3281 | 2025-06-30T22:12:26.614Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=26528c6b6a0e24d1 -C extra-filename=-a7d0acbacd57cf83 --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-fdf356fc3a70d016.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a10c1a963b59bb34.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3282 | 2025-06-30T22:12:26.742Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808/build-script-build` |
3283 | 2025-06-30T22:12:26.847Z | Compiling ref-cast-impl v1.0.24 |
3284 | 2025-06-30T22:12:26.851Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a7ef06bb61b169f -C extra-filename=-1ab738ca2d844e03 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2025-06-30T22:12:26.883Z | Compiling backoff v0.4.0 |
3286 | 2025-06-30T22:12:26.886Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3287 | 2025-06-30T22:12:26.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=f2ea5ba0aa78f435 -C extra-filename=-5214dd74a1ef2464 --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-a4cc7e9ef57f8919.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3288 | 2025-06-30T22:12:26.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df4942ce11b67170 -C extra-filename=-010866bfd49291f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2025-06-30T22:12:27.810Z | Compiling parse-display v0.10.0 |
3290 | 2025-06-30T22:12:27.858Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e8a67c1b7b1eb4ba -C extra-filename=-c5ac6967087cad17 --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-6c5346e2257155a8.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2025-06-30T22:12:27.858Z | Compiling camino-tempfile v1.4.1 |
3292 | 2025-06-30T22:12:27.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2b105954e73f1438 -C extra-filename=-c6892b6a5c3c1bdd --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-4f270b9dc7dca48d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3293 | 2025-06-30T22:12:27.859Z | Compiling unicode-width v0.1.14 |
3294 | 2025-06-30T22:12:27.859Z | Compiling proc-macro-error-attr v1.0.4 |
3295 | 2025-06-30T22:12:27.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=b9945d0cd0d46c71 -C extra-filename=-5533b2afb5a1ec53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3296 | 2025-06-30T22:12:27.877Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ada79dfeeee1683 -C extra-filename=-047b12674f63652f --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2025-06-30T22:12:27.959Z | Compiling proc-macro-error v1.0.4 |
3298 | 2025-06-30T22:12:28.010Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=e01120d9d721acc2 -C extra-filename=-a72d3284f118689d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2025-06-30T22:12:28.104Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf1fcc137b309fb4 -C extra-filename=-689c99e2354360e9 --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-1ab738ca2d844e03.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` |
3300 | 2025-06-30T22:12:28.281Z | Compiling iddqd v0.3.8 |
3301 | 2025-06-30T22:12:28.322Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.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 '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=e6e68b91dffe4aab -C extra-filename=-3e973bde6ffaaa96 --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-9f1cde4af112ed91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3302 | 2025-06-30T22:12:28.327Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f/build-script-build` |
3303 | 2025-06-30T22:12:28.391Z | Compiling proc-macro-crate v1.3.1 |
3304 | 2025-06-30T22:12:28.394Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6d3008434e0fbe0 -C extra-filename=-59058249603b3a3c --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-09bc292f601caea4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3305 | 2025-06-30T22:12:28.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d/build-script-build` |
3306 | 2025-06-30T22:12:28.462Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f606375906410c -C extra-filename=-e100444a18e55338 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2025-06-30T22:12:28.620Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3308 | 2025-06-30T22:12:28.624Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1340970e8fa6b717 -C extra-filename=-3069ae5f51d41c58 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3309 | 2025-06-30T22:12:28.960Z | Compiling itertools v0.13.0 |
3310 | 2025-06-30T22:12:28.964Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a636cef7cb8b0bf6 -C extra-filename=-b4969537d543d468 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3311 | 2025-06-30T22:12:29.070Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58/build-script-build` |
3312 | 2025-06-30T22:12:29.136Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3313 | 2025-06-30T22:12:29.139Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7cefcb9d917adc -C extra-filename=-5c51f1a2bfb46e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3314 | 2025-06-30T22:12:29.259Z | Compiling num_enum_derive v0.5.11 |
3315 | 2025-06-30T22:12:29.262Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=640a1606cb6d4936 -C extra-filename=-9411505c4490dee3 --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-59058249603b3a3c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3316 | 2025-06-30T22:12:29.315Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=9ae8f30911ac7329 -C extra-filename=-8bc057668587af4a --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-e100444a18e55338.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
3317 | 2025-06-30T22:12:29.546Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a/build-script-build` |
3318 | 2025-06-30T22:12:29.609Z | Compiling tabwriter v1.4.0 |
3319 | 2025-06-30T22:12:29.612Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=bbeeff0a5ba7760b -C extra-filename=-3e5916a2e3756817 --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-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3320 | 2025-06-30T22:12:29.965Z | Compiling foreign-types-macros v0.2.3 |
3321 | 2025-06-30T22:12:29.970Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0e77de5eebcf1be6 -C extra-filename=-3c97323a98c12cca --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3322 | 2025-06-30T22:12:30.080Z | Compiling foreign-types-shared v0.3.1 |
3323 | 2025-06-30T22:12:30.084Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e95c7f2facb9d8f -C extra-filename=-37bde87be6b0b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3324 | 2025-06-30T22:12:30.279Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93374b57ed3b2c0c -C extra-filename=-768b6ac0635f085a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
3325 | 2025-06-30T22:12:30.512Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80072b912ceb8f10 -C extra-filename=-6332550dc865db0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
3326 | 2025-06-30T22:12:30.556Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3327 | 2025-06-30T22:12:30.646Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=907daa058900f859 -C extra-filename=-e697ac1fdda896d3 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3328 | 2025-06-30T22:12:30.810Z | Compiling cstr-argument v0.1.2 |
3329 | 2025-06-30T22:12:30.846Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=671e0b1e6241f27e -C extra-filename=-27e0791d4b7aecb6 --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-3a67e9cd8804fc68.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3330 | 2025-06-30T22:12:31.093Z | Compiling pretty-hex v0.2.1 |
3331 | 2025-06-30T22:12:31.097Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=4febef31633b2f89 -C extra-filename=-6eac584dc02cc982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3332 | 2025-06-30T22:12:31.335Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
3333 | 2025-06-30T22:12:31.339Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd74c6bbf2325e99 -C extra-filename=-aece567221cd2e25 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2025-06-30T22:12:31.377Z | Compiling foreign-types v0.5.0 |
3335 | 2025-06-30T22:12:31.381Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf2c00f9538c4182 -C extra-filename=-6d5241273b914868 --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-3c97323a98c12cca.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-37bde87be6b0b5c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2025-06-30T22:12:31.546Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3337 | 2025-06-30T22:12:31.587Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e9f4868ba372b5c -C extra-filename=-7c6330a39e6d5fab --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-27e0791d4b7aecb6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6d5241273b914868.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3338 | 2025-06-30T22:12:31.607Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3339 | 2025-06-30T22:12:31.611Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f5a7d301bd08fc9 -C extra-filename=-ab127dfc374add6e --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-cefab6d96bfc6445.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e697ac1fdda896d3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2025-06-30T22:12:31.732Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25/build-script-build` |
3341 | 2025-06-30T22:12:31.798Z | Compiling colored v2.2.0 |
3342 | 2025-06-30T22:12:31.843Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=fe21ee41bdb17246 -C extra-filename=-15422f9852bc0054 --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-dfc5b1a102273921.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2025-06-30T22:12:31.843Z | Compiling num_enum v0.5.11 |
3344 | 2025-06-30T22:12:31.847Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=912a33727017ada3 -C extra-filename=-873b6816285e4193 --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-9411505c4490dee3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3345 | 2025-06-30T22:12:31.890Z | Compiling smf v0.2.3 |
3346 | 2025-06-30T22:12:31.893Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2dcfb6d4f0d8495 -C extra-filename=-5076ed77f54aabc3 --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-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3347 | 2025-06-30T22:12:31.934Z | Compiling itertools v0.14.0 |
3348 | 2025-06-30T22:12:31.938Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4c4c9bd206a59001 -C extra-filename=-82a628d4163605a2 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2025-06-30T22:12:32.041Z | Compiling crucible-workspace-hack v0.1.0 |
3350 | 2025-06-30T22:12:32.045Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=315340adc7191d37 -C extra-filename=-3213cbc6fa773e7e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3351 | 2025-06-30T22:12:32.086Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3352 | 2025-06-30T22:12:32.129Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=732c352b78da0157 -C extra-filename=-9782b85594192e76 --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-cefab6d96bfc6445.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-768b6ac0635f085a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6eac584dc02cc982.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2025-06-30T22:12:32.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8567ac5e249e3300 -C extra-filename=-12dfa3f23ab03f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-9782b85594192e76.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-7c6330a39e6d5fab.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ab127dfc374add6e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3354 | 2025-06-30T22:12:32.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e/build-script-build` |
3355 | 2025-06-30T22:12:32.573Z | Compiling atomicwrites v0.4.4 |
3356 | 2025-06-30T22:12:32.577Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a52cc6fac6d576a2 -C extra-filename=-fc24097c1506d075 --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-bc3ce9b532f509d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2025-06-30T22:12:32.577Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c46fb340457b1e8 -C extra-filename=-8735b6539ef5d243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3358 | 2025-06-30T22:12:32.722Z | Compiling heapless v0.8.0 |
3359 | 2025-06-30T22:12:32.725Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=fc66ed4ed52a36f8 -C extra-filename=-78c883a3ce984616 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3360 | 2025-06-30T22:12:32.982Z | Compiling ingot-macros v0.1.0 |
3361 | 2025-06-30T22:12:32.985Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec3ae6fdcd7c8a17 -C extra-filename=-22d733ace8bb4400 --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-b1565e06c13e0d25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3362 | 2025-06-30T22:12:33.125Z | Compiling typify-impl v0.4.1 |
3363 | 2025-06-30T22:12:33.171Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e365692a6b5d559 -C extra-filename=-769890897fc25d5c --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3364 | 2025-06-30T22:12:33.356Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616/build-script-build` |
3365 | 2025-06-30T22:12:33.714Z | Compiling hash32 v0.3.1 |
3366 | 2025-06-30T22:12:33.718Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95cc644557b48780 -C extra-filename=-42c68d35f1376308 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2025-06-30T22:12:34.015Z | Compiling smoltcp v0.11.0 |
3368 | 2025-06-30T22:12:34.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6fefcab962bf4293 -C extra-filename=-4bd4ce4a18410081 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2025-06-30T22:12:34.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081/build-script-build` |
3370 | 2025-06-30T22:12:34.841Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=fb7017729fbe9727 -C extra-filename=-ecf562ced7a2a02d --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-42c68d35f1376308.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2025-06-30T22:12:34.939Z | Compiling cobs v0.2.3 |
3372 | 2025-06-30T22:12:34.950Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2196193d1874ca6 -C extra-filename=-6f789492b8c86f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2025-06-30T22:12:35.268Z | Compiling postcard v1.0.10 |
3374 | 2025-06-30T22:12:35.271Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b4e7ea98bb90c3a6 -C extra-filename=-266b5f63f4c89f42 --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-6f789492b8c86f30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2025-06-30T22:12:35.573Z | Compiling typify-macro v0.3.0 |
3376 | 2025-06-30T22:12:35.584Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e194affcd014491 -C extra-filename=-44e8c3b5e6ab2872 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0d129f55eb8133fd.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2025-06-30T22:12:35.885Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=30cf39ec0767f8fa -C extra-filename=-2d0b85cbb6f10769 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ecf562ced7a2a02d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3378 | 2025-06-30T22:12:35.930Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3379 | 2025-06-30T22:12:35.933Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=341d259bb3a99e7a -C extra-filename=-1be0493acf969646 --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-612ce2e304571f81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3380 | 2025-06-30T22:12:36.209Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3381 | 2025-06-30T22:12:36.212Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=ba170a568b52e286 -C extra-filename=-caac8e551a7869ea --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-caac8e551a7869ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3382 | 2025-06-30T22:12:36.595Z | Compiling base64 v0.21.7 |
3383 | 2025-06-30T22:12:36.595Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b2a975c2212c134f -C extra-filename=-6479324884e62b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3384 | 2025-06-30T22:12:36.634Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-caac8e551a7869ea/build-script-build` |
3385 | 2025-06-30T22:12:36.745Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3386 | 2025-06-30T22:12:36.749Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0f589e54b68d118 -C extra-filename=-6eda9ef87ec70af6 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2025-06-30T22:12:37.302Z | Compiling sigpipe v0.1.3 |
3388 | 2025-06-30T22:12:37.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb0b34bc69c51e3 -C extra-filename=-996d59c4e5a5e5b6 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2025-06-30T22:12:37.493Z | Compiling jiff v0.2.15 |
3390 | 2025-06-30T22:12:37.496Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e7bcdeab06f39ff0 -C extra-filename=-ab065754353384b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2025-06-30T22:12:37.820Z | Compiling zone_cfg_derive v0.3.0 |
3392 | 2025-06-30T22:12:37.824Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=65716db1aed008dc -C extra-filename=-66785e8701fc4b11 --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2025-06-30T22:12:39.340Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3394 | 2025-06-30T22:12:39.344Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=454b598f8b3c142e -C extra-filename=-2d12958de514e341 --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-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2025-06-30T22:12:39.802Z | Compiling num-derive v0.4.2 |
3396 | 2025-06-30T22:12:39.806Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ea2c56e5fd1c4b8 -C extra-filename=-a2bc235c40ddf459 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3397 | 2025-06-30T22:12:40.038Z | Compiling typify v0.3.0 |
3398 | 2025-06-30T22:12:40.041Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=7918e8da1b9cff9e -C extra-filename=-0e7af2bb66e5d69b --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-0d129f55eb8133fd.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-44e8c3b5e6ab2872.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3399 | 2025-06-30T22:12:40.082Z | Compiling ingot-types v0.1.0 |
3400 | 2025-06-30T22:12:40.087Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6145d785065d33df -C extra-filename=-b5988c60ffd932d2 --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-22d733ace8bb4400.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2025-06-30T22:12:40.163Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3402 | 2025-06-30T22:12:40.166Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=481885022d27cc87 -C extra-filename=-6cafe6f2ab781bfa --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2025-06-30T22:12:40.269Z | Compiling progenitor-impl v0.9.1 |
3404 | 2025-06-30T22:12:40.273Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd749729544f1c42 -C extra-filename=-b8f93ce623584d60 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e7af2bb66e5d69b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2025-06-30T22:12:40.636Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa/build-script-build` |
3406 | 2025-06-30T22:12:40.664Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3407 | 2025-06-30T22:12:40.667Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1bc338f394375b6 -C extra-filename=-99a21674f504239c --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-2d12958de514e341.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3408 | 2025-06-30T22:12:41.085Z | Compiling ingot v0.1.0 |
3409 | 2025-06-30T22:12:41.089Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=9328a7be0eb16ea6 -C extra-filename=-1648960e685d6d8d --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-612ce2e304571f81.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-22d733ace8bb4400.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b5988c60ffd932d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2025-06-30T22:12:41.189Z | Compiling zone v0.3.1 |
3411 | 2025-06-30T22:12:41.193Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-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="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=944032ea75dbb55e -C extra-filename=-762ee395b9436189 --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-bb1901253e0db9df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-66785e8701fc4b11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2025-06-30T22:12:42.227Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3413 | 2025-06-30T22:12:42.230Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=310f45fdb272bbef -C extra-filename=-7bff3febc5f6c73e --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-8735b6539ef5d243.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a2bc235c40ddf459.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2025-06-30T22:12:42.688Z | Compiling convert_case v0.4.0 |
3415 | 2025-06-30T22:12:42.691Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=ad8607a08d6a981f -C extra-filename=-a0bb377d388b98cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3416 | 2025-06-30T22:12:43.092Z | Compiling utf-8 v0.7.6 |
3417 | 2025-06-30T22:12:43.096Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=245646c706efebbb -C extra-filename=-d093d506fee1cb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3418 | 2025-06-30T22:12:43.462Z | Compiling tungstenite v0.21.0 |
3419 | 2025-06-30T22:12:43.465Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a301e2133a29d342 -C extra-filename=-8d765950dd7db2e6 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3420 | 2025-06-30T22:12:43.505Z | Compiling derive_more v0.99.20 |
3421 | 2025-06-30T22:12:43.509Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --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=5ac0b2174d73758f -C extra-filename=-fc72fabb53d57a2c --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-a0bb377d388b98cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3422 | 2025-06-30T22:12:44.775Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3423 | 2025-06-30T22:12:44.779Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=b890b682151fa853 -C extra-filename=-c01451d7e4d539e8 --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-1be0493acf969646.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2d0b85cbb6f10769.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3424 | 2025-06-30T22:12:45.011Z | Compiling half v2.4.1 |
3425 | 2025-06-30T22:12:45.014Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=26e37cc1f7876524 -C extra-filename=-a2780e40dd5e617d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3426 | 2025-06-30T22:12:45.369Z | Compiling ciborium-io v0.2.2 |
3427 | 2025-06-30T22:12:45.411Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=166d9d699160d9a4 -C extra-filename=-d8cbaa2b1ac01295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3428 | 2025-06-30T22:12:45.556Z | Compiling ciborium-ll v0.2.2 |
3429 | 2025-06-30T22:12:45.560Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=bf0bc93734327fe0 -C extra-filename=-01af167d53294fb2 --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-d8cbaa2b1ac01295.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-a2780e40dd5e617d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3430 | 2025-06-30T22:12:45.612Z | Compiling aws-lc-sys v0.26.0 |
3431 | 2025-06-30T22:12:45.612Z | Compiling tokio-tungstenite v0.21.0 |
3432 | 2025-06-30T22:12:45.612Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.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,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=2a476b1e7527369b -C extra-filename=-939b684f44e2482c --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-2de0f4d1c1bf2a4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-c920037fede30676.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-d895c3041ca1d506.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-0849a451a77f2881.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3433 | 2025-06-30T22:12:45.612Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=afcc11880944300c -C extra-filename=-e6305e8dca81f1ff --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8d765950dd7db2e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2025-06-30T22:12:46.060Z | Compiling newline-converter v0.3.0 |
3435 | 2025-06-30T22:12:46.065Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ba5fa25a2f61792 -C extra-filename=-25f1fc0947f535c3 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3436 | 2025-06-30T22:12:46.245Z | Compiling expectorate v1.2.0 |
3437 | 2025-06-30T22:12:46.250Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=2f5440da42683c65 -C extra-filename=-9a2534c0b5700f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-25f1fc0947f535c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3438 | 2025-06-30T22:12:46.314Z | Compiling ciborium v0.2.2 |
3439 | 2025-06-30T22:12:46.318Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ad51272be947f78a -C extra-filename=-9a1e7e99ca25fd00 --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-d8cbaa2b1ac01295.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-01af167d53294fb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3440 | 2025-06-30T22:12:46.572Z | Compiling tokio-dtrace v0.1.0 |
3441 | 2025-06-30T22:12:46.576Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-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=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc97153ba4a273d0 -C extra-filename=-3906774b837f6799 --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-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3442 | 2025-06-30T22:12:47.153Z | Compiling progenitor-macro v0.9.1 |
3443 | 2025-06-30T22:12:47.213Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2ae26eebd8c34c0 -C extra-filename=-10ad4c874d237b4f --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3444 | 2025-06-30T22:12:47.214Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=94a00f242221ae38 -C extra-filename=-65bb7bbf5c0a1ebd --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-612ce2e304571f81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1be0493acf969646.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6eda9ef87ec70af6.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c01451d7e4d539e8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --cap-lints allow --cfg tokio_unstable -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)'` |
3445 | 2025-06-30T22:12:47.214Z | Compiling typify-macro v0.4.1 |
3446 | 2025-06-30T22:12:47.214Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e71571bbb50272b2 -C extra-filename=-d2d0af08486c39e5 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-769890897fc25d5c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3447 | 2025-06-30T22:12:47.411Z | Compiling num-rational v0.4.2 |
3448 | 2025-06-30T22:12:47.416Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a3ab6a112cef3c44 -C extra-filename=-486937cc06575fbf --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3449 | 2025-06-30T22:12:47.696Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3450 | 2025-06-30T22:12:47.703Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=de64b2897223b93e -C extra-filename=-c9d9cc016dcc99c9 --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-3a67e9cd8804fc68.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1be0493acf969646.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65bb7bbf5c0a1ebd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3451 | 2025-06-30T22:12:47.954Z | Compiling num-complex v0.4.6 |
3452 | 2025-06-30T22:12:48.005Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=82db8029eea96d58 -C extra-filename=-1a7e55852fbfa69c --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2025-06-30T22:12:48.949Z | Compiling num v0.4.3 |
3454 | 2025-06-30T22:12:48.974Z | Compiling oxide-tokio-rt v0.1.1 |
3455 | 2025-06-30T22:12:48.974Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=f41c4eeda96165cf -C extra-filename=-1f3058d98a8d06ae --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-cb47e4065efbacd9.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-3906774b837f6799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3456 | 2025-06-30T22:12:48.974Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=10b43a3ca05673c5 -C extra-filename=-a68af6adb1c5e52a --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-1a7e55852fbfa69c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-486937cc06575fbf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3457 | 2025-06-30T22:12:49.016Z | Compiling float-ord v0.3.2 |
3458 | 2025-06-30T22:12:49.073Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2394a390429ff875 -C extra-filename=-c88984b8dab35587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3459 | 2025-06-30T22:12:49.140Z | Compiling secrecy v0.10.3 |
3460 | 2025-06-30T22:12:49.163Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d170d9185b65111d -C extra-filename=-e43b57f33c7f2a1e --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3461 | 2025-06-30T22:12:49.225Z | Compiling same-file v1.0.6 |
3462 | 2025-06-30T22:12:49.260Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=916cdd18e9069d7d -C extra-filename=-d97d4583eee1f953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3463 | 2025-06-30T22:12:49.260Z | Compiling fixedbitset v0.5.7 |
3464 | 2025-06-30T22:12:49.312Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1351ffad248b7fbc -C extra-filename=-657e3258fcf4ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3465 | 2025-06-30T22:12:49.419Z | Compiling password-hash v0.5.0 |
3466 | 2025-06-30T22:12:49.440Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=e00fc889237e4e35 -C extra-filename=-94d8747e88a3dd13 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3467 | 2025-06-30T22:12:49.542Z | Compiling walkdir v2.5.0 |
3468 | 2025-06-30T22:12:49.569Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5003250b3e095478 -C extra-filename=-e80c40188a3d0646 --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-d97d4583eee1f953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3469 | 2025-06-30T22:12:49.938Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
3470 | 2025-06-30T22:12:49.961Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0b1feb250f79faf -C extra-filename=-44a25530587d4980 --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-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65bb7bbf5c0a1ebd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2025-06-30T22:12:49.961Z | Compiling blake2 v0.10.6 |
3472 | 2025-06-30T22:12:50.009Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=3e5c2fca6de68f9c -C extra-filename=-6f42632925ac6562 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3473 | 2025-06-30T22:12:50.084Z | Compiling indent_write v2.2.0 |
3474 | 2025-06-30T22:12:50.088Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=99e40520af4b6612 -C extra-filename=-42deed123401b5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3475 | 2025-06-30T22:12:50.225Z | Compiling petgraph v0.8.2 |
3476 | 2025-06-30T22:12:50.237Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=add6dbabe864a445 -C extra-filename=-02489128dce9739e --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-657e3258fcf4ceb9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2025-06-30T22:12:50.297Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3478 | 2025-06-30T22:12:50.347Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=61d965f39b0436a2 -C extra-filename=-ffa62b8f424a7fe6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2025-06-30T22:12:50.388Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3480 | 2025-06-30T22:12:50.416Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=d33f0f54fbc0fc4a -C extra-filename=-891b9b6ffd8f2374 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2025-06-30T22:12:50.722Z | Compiling argon2 v0.5.3 |
3482 | 2025-06-30T22:12:50.733Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=5e65b2b41224def1 -C extra-filename=-e139f1343979802c --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-78e38759e3b6da1b.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6f42632925ac6562.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-94d8747e88a3dd13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2025-06-30T22:12:51.192Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374/build-script-build` |
3484 | 2025-06-30T22:12:51.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6/build-script-build` |
3485 | 2025-06-30T22:12:51.322Z | Compiling xattr v1.3.1 |
3486 | 2025-06-30T22:12:51.336Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=843d69f387430ea4 -C extra-filename=-633cd9485eb5f091 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3487 | 2025-06-30T22:12:51.365Z | Compiling filetime v0.2.25 |
3488 | 2025-06-30T22:12:51.376Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bb9d3a1fcd77f6a -C extra-filename=-f1ad58118408312d --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2025-06-30T22:12:51.460Z | Compiling typify v0.4.1 |
3490 | 2025-06-30T22:12:51.477Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a85ad786d798237b -C extra-filename=-fd3da847c376663f --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-769890897fc25d5c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d2d0af08486c39e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3491 | 2025-06-30T22:12:51.632Z | Compiling tar v0.4.44 |
3492 | 2025-06-30T22:12:51.693Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6f9902218f47aa16 -C extra-filename=-94a4923948d96b53 --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-f1ad58118408312d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-633cd9485eb5f091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3493 | 2025-06-30T22:12:51.736Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9c72385d86dd2b -C extra-filename=-c2e26a7fc12c5175 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -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/` |
3494 | 2025-06-30T22:12:51.763Z | Compiling progenitor-impl v0.10.0 |
3495 | 2025-06-30T22:12:51.764Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e979b104e8ee2075 -C extra-filename=-174ea50515ab6779 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fd3da847c376663f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3496 | 2025-06-30T22:12:51.777Z | Compiling arc-swap v1.7.1 |
3497 | 2025-06-30T22:12:51.777Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=e8b4a7a96c3c0704 -C extra-filename=-3fd7fa54f6988211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3498 | 2025-06-30T22:12:52.128Z | Compiling owo-colors v4.2.2 |
3499 | 2025-06-30T22:12:52.223Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e251b52a1f4f1f30 -C extra-filename=-347e0715e08d563b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3500 | 2025-06-30T22:12:52.385Z | Compiling slog-scope v4.4.0 |
3501 | 2025-06-30T22:12:52.416Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05b870a132e37716 -C extra-filename=-4a2513ff55e5fd21 --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-3fd7fa54f6988211.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3502 | 2025-06-30T22:12:52.790Z | Compiling slog-stdlog v4.1.1 |
3503 | 2025-06-30T22:12:52.803Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=2a2b224d99123443 -C extra-filename=-efb30e5eaad5a671 --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-1bb814cae28f6e1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2025-06-30T22:12:52.867Z | Compiling cancel-safe-futures v0.1.5 |
3505 | 2025-06-30T22:12:52.878Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=5b7c1b9e91b47eed -C extra-filename=-8c0a108c810c5de0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2025-06-30T22:12:53.187Z | Compiling slog-envlogger v2.2.0 |
3507 | 2025-06-30T22:12:53.196Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=b64ab1641304e969 -C extra-filename=-b83c1c2f98f90db9 --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-1bb814cae28f6e1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-efb30e5eaad5a671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2025-06-30T22:12:53.326Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0/build-script-build` |
3509 | 2025-06-30T22:12:53.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b/build-script-build` |
3510 | 2025-06-30T22:12:53.461Z | Compiling libsw-core v0.3.1 |
3511 | 2025-06-30T22:12:53.461Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=be51aa69c3c2ba88 -C extra-filename=-70ce24197ffe4549 --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3512 | 2025-06-30T22:12:57.458Z | Compiling swrite v0.1.0 |
3513 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=0a80ca904cb9156a -C extra-filename=-042d440e2e11d946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=041414402f8277b1 -C extra-filename=-1ccf230986e3204a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'` |
3515 | 2025-06-30T22:12:57.458Z | Compiling libsw v3.5.0 |
3516 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=0ca5c8c32479a612 -C extra-filename=-0aec142281e1a83a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-70ce24197ffe4549.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3517 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=1ff96dfb7608b1fa -C extra-filename=-34b460ca6efca3c5 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3518 | 2025-06-30T22:12:57.458Z | Compiling linear-map v1.2.0 |
3519 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=3930df8b34a96a2c -C extra-filename=-cb57b30596f14652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3520 | 2025-06-30T22:12:57.458Z | Compiling keccak v0.1.5 |
3521 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=ccebe61f8f59354c -C extra-filename=-6a010ae473e8d2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2025-06-30T22:12:57.458Z | Compiling pem v3.0.5 |
3523 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=59ad33127f39bd01 -C extra-filename=-42ce57e9649566aa --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-ef6e1aa9c68ab04f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3524 | 2025-06-30T22:12:57.458Z | Compiling highway v1.3.0 |
3525 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6219a354634d0bf -C extra-filename=-5bd0bd296ec98b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3526 | 2025-06-30T22:12:57.458Z | Compiling typify-impl v0.2.0 |
3527 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=464beb86752dfcb9 -C extra-filename=-e627cebac5802cdf --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3528 | 2025-06-30T22:12:57.458Z | Compiling sha3 v0.10.8 |
3529 | 2025-06-30T22:12:57.458Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=f8599127e005e286 -C extra-filename=-7324de744de5e209 --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-3e9ff315175280c8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-6a010ae473e8d2d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3530 | 2025-06-30T22:12:57.588Z | Compiling headers-core v0.3.0 |
3531 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=738f6897fa7c29a4 -C extra-filename=-420c6e892324afd4 --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-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3532 | 2025-06-30T22:12:57.588Z | Compiling resolv-conf v0.7.0 |
3533 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=430791b22b960018 -C extra-filename=-95ffd6329ef77873 --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-f94637ae2ef43eef.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3534 | 2025-06-30T22:12:57.588Z | Compiling headers v0.4.1 |
3535 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d4f8250744f605aa -C extra-filename=-9a08b7b060fb9626 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-420c6e892324afd4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2025-06-30T22:12:57.588Z | Compiling lzma-sys v0.1.20 |
3537 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=4f5b9187addb25ff -C extra-filename=-21583340205e4125 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3538 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=8fb1fcb8f5d56b29 -C extra-filename=-270cc16e3867ff6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
3539 | 2025-06-30T22:12:57.588Z | Compiling heck v0.3.3 |
3540 | 2025-06-30T22:12:57.588Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93ad698ca88f5a83 -C extra-filename=-f916c14d14cf15b6 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3541 | 2025-06-30T22:12:57.588Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3542 | 2025-06-30T22:12:57.589Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de73a44ae27c39f -C extra-filename=-daec99abb14c987d --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3543 | 2025-06-30T22:12:57.589Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125/build-script-build` |
3544 | 2025-06-30T22:12:57.589Z | Compiling zone_cfg_derive v0.1.2 |
3545 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f0f8c55614798d6 -C extra-filename=-20c84ec1960e86f6 --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-f916c14d14cf15b6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e875751cc9905b24 -C extra-filename=-a17242d592867186 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3547 | 2025-06-30T22:12:57.616Z | Compiling yasna v0.5.2 |
3548 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=62479fbd7074e03e -C extra-filename=-e3d400856604e7a5 --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-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2025-06-30T22:12:57.616Z | Compiling universal-hash v0.5.1 |
3550 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f0d660f36a9537fa -C extra-filename=-17e13d5662448305 --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-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3551 | 2025-06-30T22:12:57.616Z | Compiling opaque-debug v0.3.1 |
3552 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=52052d8cb414bf5a -C extra-filename=-46aceb817fe63358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3553 | 2025-06-30T22:12:57.616Z | Compiling base64 v0.13.1 |
3554 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28f539f2be4d08b2 -C extra-filename=-95b202c88048e47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2025-06-30T22:12:57.616Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3556 | 2025-06-30T22:12:57.616Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0af62b6e26b5747 -C extra-filename=-63933345abf2de61 --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-daec99abb14c987d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2025-06-30T22:12:57.682Z | Compiling ron v0.7.1 |
3558 | 2025-06-30T22:12:57.686Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=999d8fd3634c42fb -C extra-filename=-130a8800de47e19b --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-95b202c88048e47a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3559 | 2025-06-30T22:12:57.914Z | Compiling rcgen v0.12.1 |
3560 | 2025-06-30T22:12:57.960Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=0bf6ce2668107360 -C extra-filename=-4e2ad82437d1a795 --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-42ce57e9649566aa.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e3d400856604e7a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
3561 | 2025-06-30T22:12:58.027Z | Compiling zone v0.1.8 |
3562 | 2025-06-30T22:12:58.030Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b721ae0ed3a5805 -C extra-filename=-85413a2bafc2fca8 --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-a31d6e3ea5bde33b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-20c84ec1960e86f6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2025-06-30T22:12:58.256Z | Compiling progenitor-macro v0.10.0 |
3564 | 2025-06-30T22:12:58.301Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cc29e15741f2345 -C extra-filename=-43609f30b6b138e2 --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3565 | 2025-06-30T22:12:58.302Z | Compiling xz2 v0.1.7 |
3566 | 2025-06-30T22:12:58.304Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=a3b4333f16a2e34f -C extra-filename=-cf35d26cce1dfcfe --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-a17242d592867186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3567 | 2025-06-30T22:12:58.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c/build-script-main` |
3568 | 2025-06-30T22:12:58.762Z | Compiling humantime v2.2.0 |
3569 | 2025-06-30T22:12:58.765Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c1ea4c563b6af79 -C extra-filename=-f997b592e7fbe84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3570 | 2025-06-30T22:12:59.245Z | Compiling subprocess v0.2.9 |
3571 | 2025-06-30T22:12:59.248Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9a9b719c4fda96d -C extra-filename=-375cf1e8b243b011 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3572 | 2025-06-30T22:12:59.399Z | Compiling semver v0.1.20 |
3573 | 2025-06-30T22:12:59.403Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=41232ca2a3c4e4d1 -C extra-filename=-fdd22efbb4e889a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3574 | 2025-06-30T22:12:59.634Z | Compiling aead v0.5.2 |
3575 | 2025-06-30T22:12:59.638Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=88e52114c882b33a -C extra-filename=-f81760d9507ace70 --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-ef421c864b54ec9e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2025-06-30T22:12:59.912Z | Compiling rustc_version v0.1.7 |
3577 | 2025-06-30T22:12:59.916Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=508bc1d37d205bbd -C extra-filename=-a66d92402fa6bc5a --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-fdd22efbb4e889a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3578 | 2025-06-30T22:13:00.037Z | Compiling poly1305 v0.8.0 |
3579 | 2025-06-30T22:13:00.037Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=39bf6bf6f0895922 -C extra-filename=-c00d5aa89efa8320 --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-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3580 | 2025-06-30T22:13:00.043Z | Compiling chacha20 v0.9.1 |
3581 | 2025-06-30T22:13:00.046Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=49c8d3009862511d -C extra-filename=-19d7fc9a6b4d5a30 --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3582 | 2025-06-30T22:13:00.360Z | Compiling newtype_derive v0.1.6 |
3583 | 2025-06-30T22:13:00.401Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=5ef040a54da2f20f -C extra-filename=-5a920ded88e80a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a66d92402fa6bc5a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3584 | 2025-06-30T22:13:00.461Z | Compiling thiserror-impl-no-std v2.0.2 |
3585 | 2025-06-30T22:13:00.464Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ec5a19db08cf2b15 -C extra-filename=-0d4d4facee2636e3 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3586 | 2025-06-30T22:13:00.534Z | Compiling linked-hash-map v0.5.6 |
3587 | 2025-06-30T22:13:00.537Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=0e3b2821571d6bd4 -C extra-filename=-06d2aaad4c7ba118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3588 | 2025-06-30T22:13:00.812Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a/build-script-build` |
3589 | 2025-06-30T22:13:00.857Z | Compiling chacha20poly1305 v0.10.1 |
3590 | 2025-06-30T22:13:00.859Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=17c2a4debeecc6bf -C extra-filename=-12629c63d03535fd --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-f81760d9507ace70.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3591 | 2025-06-30T22:13:00.975Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=6edfbc597a2f9017 -C extra-filename=-3499e9a6283e85ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
3592 | 2025-06-30T22:13:00.978Z | Compiling lru-cache v0.1.2 |
3593 | 2025-06-30T22:13:01.017Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=ec34e4a8c8c7418f -C extra-filename=-bf4bdd26b9e83cb8 --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-06d2aaad4c7ba118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2025-06-30T22:13:01.102Z | Compiling hickory-proto v0.24.4 |
3595 | 2025-06-30T22:13:01.105Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.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(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --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=ff2c526edde3a960 -C extra-filename=-afd1baae191f367d --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3596 | 2025-06-30T22:13:01.149Z | Compiling steno v0.4.1 |
3597 | 2025-06-30T22:13:01.153Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afd4e3b9c43d7a6d -C extra-filename=-a948434e3b97b9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2025-06-30T22:13:01.245Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3599 | 2025-06-30T22:13:01.249Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3af81c957001dcca -C extra-filename=-bbae77247e2d1050 --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-ef6e1aa9c68ab04f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3600 | 2025-06-30T22:13:01.617Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3601 | 2025-06-30T22:13:01.620Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd5741c3ae0df805 -C extra-filename=-405d6aec9d0c2759 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3602 | 2025-06-30T22:13:02.274Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3603 | 2025-06-30T22:13:02.277Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc7644de24537f47 -C extra-filename=-3c20b97d3f3714ed --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-bbae77247e2d1050.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2025-06-30T22:13:02.382Z | Compiling moka v0.12.10 |
3605 | 2025-06-30T22:13:02.406Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=3cf3e7b89136f841 -C extra-filename=-75480fcd2402d5bf --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2025-06-30T22:13:02.788Z | Running `/work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf/build-script-build` |
3607 | 2025-06-30T22:13:02.853Z | Compiling tagptr v0.2.0 |
3608 | 2025-06-30T22:13:02.856Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=673c51a9a05bdde7 -C extra-filename=-40ec7b56387d5dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3609 | 2025-06-30T22:13:03.164Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=6ccffd871d6c1629 -C extra-filename=-e9dc74bdde4165ac --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-4874f00a18ba00e9.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-40ec7b56387d5dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3610 | 2025-06-30T22:13:03.343Z | Compiling thiserror-no-std v2.0.2 |
3611 | 2025-06-30T22:13:03.346Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b5605dfcd783368d -C extra-filename=-3d843a2d03bd3fcb --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-0d4d4facee2636e3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3612 | 2025-06-30T22:13:03.537Z | Compiling vsss-rs v3.3.4 |
3613 | 2025-06-30T22:13:03.540Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f3417c13381a75a5 -C extra-filename=-3e2c566235cdb9ba --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-ea40d9ab8b9757a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3d843a2d03bd3fcb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3614 | 2025-06-30T22:13:04.894Z | Compiling hickory-resolver v0.25.2 |
3615 | 2025-06-30T22:13:04.897Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --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="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=871c367a9e419d8c -C extra-filename=-d6b875e84782b37d --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e9dc74bdde4165ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2025-06-30T22:13:06.836Z | Compiling hickory-resolver v0.24.4 |
3617 | 2025-06-30T22:13:06.840Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.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(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,test)' --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=a3e210d037b1ad67 -C extra-filename=-ea228e4c56193e7b --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2025-06-30T22:13:07.184Z | Compiling slog-dtrace v0.3.0 |
3619 | 2025-06-30T22:13:07.187Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80762b9be287eb85 -C extra-filename=-f6915384e9e767a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2025-06-30T22:13:07.653Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8/build-script-build` |
3621 | 2025-06-30T22:13:07.770Z | Compiling display-error-chain v0.2.2 |
3622 | 2025-06-30T22:13:07.773Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88f1e5799e98a27a -C extra-filename=-7b855985f2fc6e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3623 | 2025-06-30T22:13:07.869Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ada333f8fe6ba105 -C extra-filename=-36a7b5c57e5db967 --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-edf8629ceb4f4ea2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3624 | 2025-06-30T22:13:07.969Z | Compiling typify-macro v0.2.0 |
3625 | 2025-06-30T22:13:07.972Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bffc5e5c479b4c89 -C extra-filename=-509e58b9f802cb3c --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e627cebac5802cdf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3626 | 2025-06-30T22:13:08.028Z | Compiling bytecount v0.6.8 |
3627 | 2025-06-30T22:13:08.031Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=36e8c98c9211ceb5 -C extra-filename=-c85662301a44cee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2025-06-30T22:13:08.304Z | Compiling gethostname v0.5.0 |
3629 | 2025-06-30T22:13:08.307Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c0ed71471dc5b8c -C extra-filename=-5ba426e9b9390b29 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2025-06-30T22:13:08.435Z | Compiling nibble_vec v0.1.0 |
3631 | 2025-06-30T22:13:08.439Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4c4a84c4ba6e655 -C extra-filename=-4a7a43b9cc126a69 --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2025-06-30T22:13:08.544Z | Compiling endian-type v0.1.2 |
3633 | 2025-06-30T22:13:08.548Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=24a4c5ff9a75241c -C extra-filename=-99f88bebb2b8ff36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2025-06-30T22:13:08.702Z | Compiling libefi-sys v0.1.0 |
3635 | 2025-06-30T22:13:08.738Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce7b12c7dc8e2f96 -C extra-filename=-d956188f7db3f438 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3636 | 2025-06-30T22:13:08.742Z | Compiling bitfield-struct v0.6.2 |
3637 | 2025-06-30T22:13:08.745Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25735da995067edd -C extra-filename=-a783593e5aadaf63 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3638 | 2025-06-30T22:13:08.827Z | Compiling radix_trie v0.2.1 |
3639 | 2025-06-30T22:13:08.830Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=4c48a988272597ae -C extra-filename=-0c618a23c04dfb13 --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-99f88bebb2b8ff36.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-4a7a43b9cc126a69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3640 | 2025-06-30T22:13:09.100Z | Compiling qorb v0.4.0 |
3641 | 2025-06-30T22:13:09.199Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=ca15517deb609b7e -C extra-filename=-4231a92fa214dac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-ea228e4c56193e7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3642 | 2025-06-30T22:13:09.401Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438/build-script-build` |
3643 | 2025-06-30T22:13:09.444Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3644 | 2025-06-30T22:13:09.444Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=08cc69d2c78d17bc -C extra-filename=-d8f9cf4cf7c81e9f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3645 | 2025-06-30T22:13:09.499Z | Compiling radium v0.7.0 |
3646 | 2025-06-30T22:13:09.502Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9153742f927c9b04 -C extra-filename=-cc1f818716b52ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3647 | 2025-06-30T22:13:10.008Z | Compiling termtree v0.5.1 |
3648 | 2025-06-30T22:13:10.013Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b2ba5deee90ed91 -C extra-filename=-9eee3fc41e327ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3649 | 2025-06-30T22:13:10.051Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6/build-script-build` |
3650 | 2025-06-30T22:13:10.116Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f/build-script-build` |
3651 | 2025-06-30T22:13:10.248Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3652 | 2025-06-30T22:13:10.252Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce242a99c7b6c46 -C extra-filename=-e0afbf378e32c85a --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-a783593e5aadaf63.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3653 | 2025-06-30T22:13:10.324Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6858077d0a1af286 -C extra-filename=-3d8d4c7f254dc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
3654 | 2025-06-30T22:13:10.327Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3655 | 2025-06-30T22:13:10.327Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc6c2f0fadfe0345 -C extra-filename=-ebf7f590bdbdf21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3656 | 2025-06-30T22:13:10.738Z | Compiling zerocopy-derive v0.6.6 |
3657 | 2025-06-30T22:13:10.741Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d98aab1b9c384802 -C extra-filename=-0f1e35611982c06c --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3658 | 2025-06-30T22:13:11.017Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3659 | 2025-06-30T22:13:11.020Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b86b1866eaedd01a -C extra-filename=-ba019106d427ae4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3660 | 2025-06-30T22:13:11.059Z | Compiling maybe-uninit v2.0.0 |
3661 | 2025-06-30T22:13:11.062Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5858d29d50744116 -C extra-filename=-39d689b9e58017a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3662 | 2025-06-30T22:13:11.201Z | Compiling termcolor v1.4.1 |
3663 | 2025-06-30T22:13:11.205Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe9ac1cd07a0c3bc -C extra-filename=-8c17f2c565ffa54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2025-06-30T22:13:11.628Z | Compiling tap v1.0.1 |
3665 | 2025-06-30T22:13:11.631Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa1c0fab508c4113 -C extra-filename=-14b1cda4253fd90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2025-06-30T22:13:11.674Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2/build-script-build` |
3667 | 2025-06-30T22:13:11.779Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3668 | 2025-06-30T22:13:11.782Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32a606133a628e2 -C extra-filename=-7175f51c0ffc9994 --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-e0afbf378e32c85a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ba019106d427ae4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3669 | 2025-06-30T22:13:11.872Z | Compiling wyz v0.5.1 |
3670 | 2025-06-30T22:13:11.875Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=e61f76d464e5761b -C extra-filename=-4000134d049ecc80 --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-14b1cda4253fd90c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3671 | 2025-06-30T22:13:11.988Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03fcc3250c391795 -C extra-filename=-44f95d3faac25ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -l static=pci` |
3672 | 2025-06-30T22:13:12.031Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3673 | 2025-06-30T22:13:12.034Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6e250ee10a973c7 -C extra-filename=-36b486c1e8b10b05 --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-cefab6d96bfc6445.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-3d8d4c7f254dc36e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3674 | 2025-06-30T22:13:12.341Z | Compiling typify v0.2.0 |
3675 | 2025-06-30T22:13:12.344Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=05b61a4c94aad5da -C extra-filename=-5b124eff1a086610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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` |
3676 | 2025-06-30T22:13:12.344Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=cf75de3a3896d679 -C extra-filename=-adcdd14c18db6332 --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-e627cebac5802cdf.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-509e58b9f802cb3c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2025-06-30T22:13:12.448Z | Compiling funty v2.0.0 |
3678 | 2025-06-30T22:13:12.466Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa398eb6bf43f9cb -C extra-filename=-e52f4c70480942e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3679 | 2025-06-30T22:13:12.488Z | Compiling packed_struct v0.10.1 |
3680 | 2025-06-30T22:13:12.539Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=ba3996fdb42c7111 -C extra-filename=-38c4546013feafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3681 | 2025-06-30T22:13:12.565Z | Compiling progenitor-impl v0.8.0 |
3682 | 2025-06-30T22:13:12.595Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=427fe8aa0d93675c -C extra-filename=-81fd0442f5551fbf --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-adcdd14c18db6332.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2025-06-30T22:13:12.599Z | Compiling crc-catalog v2.4.0 |
3684 | 2025-06-30T22:13:12.599Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8adef46fc7089373 -C extra-filename=-eefea60ae43b36e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2025-06-30T22:13:12.663Z | Compiling zerocopy v0.6.6 |
3686 | 2025-06-30T22:13:12.666Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=02d7287dbb699db7 -C extra-filename=-51bdcb6b3228c60d --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0f1e35611982c06c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2025-06-30T22:13:12.741Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c3e8fbb401d34f3 -C extra-filename=-731ebb8b8290ef7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
3688 | 2025-06-30T22:13:12.803Z | Compiling crc v3.2.1 |
3689 | 2025-06-30T22:13:12.806Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4ba95b22dc4de6d -C extra-filename=-d55166ea0dc0b3b5 --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-eefea60ae43b36e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3690 | 2025-06-30T22:13:12.890Z | Compiling packed_struct_codegen v0.10.1 |
3691 | 2025-06-30T22:13:12.893Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8b3940cdaa80c0a7 -C extra-filename=-dc003671af747756 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2025-06-30T22:13:13.000Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3/build-script-build` |
3693 | 2025-06-30T22:13:13.061Z | Compiling indexmap v1.9.3 |
3694 | 2025-06-30T22:13:13.064Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=54e78a34771ebb75 -C extra-filename=-03e87aa25050c760 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3695 | 2025-06-30T22:13:13.434Z | Compiling bitvec v1.0.1 |
3696 | 2025-06-30T22:13:13.437Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=26a8d853eff424b6 -C extra-filename=-46b43a997e88780f --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-e52f4c70480942e1.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-5b124eff1a086610.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-14b1cda4253fd90c.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4000134d049ecc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2025-06-30T22:13:13.491Z | Compiling nodrop v0.1.14 |
3698 | 2025-06-30T22:13:13.494Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=7f15cdc870a27518 -C extra-filename=-cee3944a9ea720e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3699 | 2025-06-30T22:13:13.534Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760/build-script-build` |
3700 | 2025-06-30T22:13:13.603Z | Compiling smallvec v0.6.14 |
3701 | 2025-06-30T22:13:13.607Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=f887671124367842 -C extra-filename=-f2949f4a426c43cb --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-731ebb8b8290ef7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3702 | 2025-06-30T22:13:13.629Z | Compiling hashbrown v0.12.3 |
3703 | 2025-06-30T22:13:13.633Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=056618c4a2cd42db -C extra-filename=-c512e4d5639ed8b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3704 | 2025-06-30T22:13:13.674Z | Compiling array-init v0.0.4 |
3705 | 2025-06-30T22:13:13.678Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7bb36dddadadbd97 -C extra-filename=-a21cac9466cdb234 --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-cee3944a9ea720e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3706 | 2025-06-30T22:13:13.953Z | Compiling bitfield v0.14.0 |
3707 | 2025-06-30T22:13:14.005Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=69535a1d8f2c322f -C extra-filename=-6bcc01bf76cf2dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3708 | 2025-06-30T22:13:14.009Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3709 | 2025-06-30T22:13:14.013Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=a0c89915a5ebd832 -C extra-filename=-18ed04eae21c6285 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3710 | 2025-06-30T22:13:14.324Z | Compiling env_logger v0.10.2 |
3711 | 2025-06-30T22:13:14.328Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=84de4c97c08799a7 -C extra-filename=-53bcf8f6c8f80d44 --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-2089ab408943a190.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3712 | 2025-06-30T22:13:14.372Z | Compiling ron v0.8.1 |
3713 | 2025-06-30T22:13:14.377Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=868b8c100632a501 -C extra-filename=-36cc0736afd961b3 --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-6479324884e62b47.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3714 | 2025-06-30T22:13:14.710Z | Compiling serde-hex v0.1.0 |
3715 | 2025-06-30T22:13:14.715Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7c4bb908cf52362 -C extra-filename=-6852b79fc763cb49 --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-a21cac9466cdb234.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f2949f4a426c43cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3716 | 2025-06-30T22:13:17.029Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=0fb68281bdec4819 -C extra-filename=-af9006e982354d37 --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-c512e4d5639ed8b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3717 | 2025-06-30T22:13:17.086Z | Compiling hashbrown v0.13.2 |
3718 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d583ad8b8203692c -C extra-filename=-5db67fc6ef533899 --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-ce41b31d84d6e3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3719 | 2025-06-30T22:13:17.086Z | Compiling async-recursion v1.1.1 |
3720 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dd256546473898f -C extra-filename=-952b2470db30a1c2 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3721 | 2025-06-30T22:13:17.086Z | Compiling crc-any v2.5.0 |
3722 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=34ab38c5a9a29e3e -C extra-filename=-d4682e11e610e490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3723 | 2025-06-30T22:13:17.086Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3724 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed63af61ade05a5 -C extra-filename=-d59fdcd3f66ba1c1 --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-36cc0736afd961b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2025-06-30T22:13:17.086Z | Compiling object v0.30.4 |
3726 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c87586227e86ad24 -C extra-filename=-8adcefdfdc765bda --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-b602b9cac147849d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5db67fc6ef533899.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af9006e982354d37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3727 | 2025-06-30T22:13:17.086Z | Compiling proc-macro-error-attr2 v2.0.0 |
3728 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.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=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5927c2796b0468 -C extra-filename=-6fd63afb04ff169c --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=b6eec8e69732a5c5 -C extra-filename=-cd54955655513819 --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-46b43a997e88780f.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dc003671af747756.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3730 | 2025-06-30T22:13:17.086Z | Compiling path-slash v0.1.5 |
3731 | 2025-06-30T22:13:17.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=73ef44c1f8e46e3b -C extra-filename=-9964bbe6769a1191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3732 | 2025-06-30T22:13:17.086Z | Compiling xshell-macros v0.2.7 |
3733 | 2025-06-30T22:13:17.122Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5030522471ba6c99 -C extra-filename=-9a7b20fb5b757870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3734 | 2025-06-30T22:13:17.175Z | Compiling maplit v1.0.2 |
3735 | 2025-06-30T22:13:17.178Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6dfb2b915f80b5b -C extra-filename=-89deaa97e18e6f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3736 | 2025-06-30T22:13:17.362Z | Compiling papergrid v0.14.0 |
3737 | 2025-06-30T22:13:17.366Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=5c5897fa7120b06b -C extra-filename=-2d7806e5e96be6e1 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3738 | 2025-06-30T22:13:17.523Z | Compiling proc-macro-error2 v2.0.1 |
3739 | 2025-06-30T22:13:17.527Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=9fb71ffe34ecb2a8 -C extra-filename=-7356725b5529e4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-6fd63afb04ff169c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3740 | 2025-06-30T22:13:17.864Z | Compiling xshell v0.2.7 |
3741 | 2025-06-30T22:13:17.867Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e855c3eab6e7ad1 -C extra-filename=-80ba71216b06884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-9a7b20fb5b757870.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2025-06-30T22:13:18.183Z | Compiling tabled_derive v0.10.0 |
3743 | 2025-06-30T22:13:18.187Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcb6a9c62a6b9f8a -C extra-filename=-3d49ddc47c792cd3 --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-2607b1d525d6c62b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-7356725b5529e4e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3744 | 2025-06-30T22:13:18.990Z | Compiling num-derive v0.3.3 |
3745 | 2025-06-30T22:13:18.993Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.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,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=9ca9afd95e1c0f76 -C extra-filename=-3e0ad7ed68cef218 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3746 | 2025-06-30T22:13:19.038Z | Compiling progenitor-macro v0.8.0 |
3747 | 2025-06-30T22:13:19.042Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6800b93cbcc5fbb4 -C extra-filename=-6db1557695f733ba --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3748 | 2025-06-30T22:13:19.161Z | Compiling fxhash v0.2.1 |
3749 | 2025-06-30T22:13:19.165Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cec109216b6bf39e -C extra-filename=-8ab7e378dfe579fa --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3750 | 2025-06-30T22:13:19.429Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3751 | 2025-06-30T22:13:19.432Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=e753f9a4acc90fa0 -C extra-filename=-305ccb016a2e696a --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3752 | 2025-06-30T22:13:20.510Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3753 | 2025-06-30T22:13:20.514Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc0a501197be16c7 -C extra-filename=-1b172d727289bb83 --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-6bcc01bf76cf2dd5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3754 | 2025-06-30T22:13:20.988Z | Compiling tabled v0.18.0 |
3755 | 2025-06-30T22:13:20.991Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3756 | 2025-06-30T22:13:20.991Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=d41428027864a434 -C extra-filename=-fe9ab75b298bd25c --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-2d7806e5e96be6e1.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-3d49ddc47c792cd3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3757 | 2025-06-30T22:13:21.025Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/build.rs --error-format=json --json=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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=5639144d6df84530 -C extra-filename=-76636314ce28e599 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3758 | 2025-06-30T22:13:21.283Z | Compiling libscf-sys v1.1.0 |
3759 | 2025-06-30T22:13:21.287Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b27ec6e5b80774f6 -C extra-filename=-0bd9d6585efa1d9f --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-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3e0ad7ed68cef218.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3760 | 2025-06-30T22:13:21.442Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599/build-script-build` |
3761 | 2025-06-30T22:13:21.547Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3762 | 2025-06-30T22:13:21.551Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8cf5fbcf16993f6 -C extra-filename=-e9f37a016911c5f8 --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-cefab6d96bfc6445.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0bd9d6585efa1d9f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3763 | 2025-06-30T22:13:21.589Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3764 | 2025-06-30T22:13:21.589Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7c55c0bd0e081c84 -C extra-filename=-3b115acba504ee87 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3765 | 2025-06-30T22:13:21.713Z | Compiling vte_generate_state_changes v0.1.2 |
3766 | 2025-06-30T22:13:21.716Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2768edded4d40b33 -C extra-filename=-d21add4d4cfe2f76 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3767 | 2025-06-30T22:13:22.321Z | Compiling fd-lock v4.0.2 |
3768 | 2025-06-30T22:13:22.324Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f10a25409f726fae -C extra-filename=-b2f102fc1f8f572f --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3769 | 2025-06-30T22:13:22.414Z | Compiling vte v0.11.1 |
3770 | 2025-06-30T22:13:22.454Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=baf1331e2794d04b -C extra-filename=-892303db002c3218 --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-41474b0312db0bc8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-d21add4d4cfe2f76.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2025-06-30T22:13:22.562Z | Compiling crc8 v0.1.1 |
3772 | 2025-06-30T22:13:22.566Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d4616d03e18552b -C extra-filename=-558c83f68861bcdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3773 | 2025-06-30T22:13:22.792Z | Compiling const_format_proc_macros v0.2.34 |
3774 | 2025-06-30T22:13:22.837Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=fbff86eefc0ff008 -C extra-filename=-2c9ed13e8f34e3b6 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3775 | 2025-06-30T22:13:23.894Z | Compiling strip-ansi-escapes v0.2.0 |
3776 | 2025-06-30T22:13:23.897Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90b08e0f218c090 -C extra-filename=-9430bb4abc6c2481 --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-892303db002c3218.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3777 | 2025-06-30T22:13:24.268Z | Compiling nu-ansi-term v0.50.1 |
3778 | 2025-06-30T22:13:24.271Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=989f6ac98f582e30 -C extra-filename=-10f817b41af51e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3779 | 2025-06-30T22:13:24.345Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3780 | 2025-06-30T22:13:24.400Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89dda281627901c6 -C extra-filename=-470e62d078521953 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2025-06-30T22:13:24.748Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=3488114f498a2cea -C extra-filename=-d8fcbcadbbfd457b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-3b115acba504ee87.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
3782 | 2025-06-30T22:13:24.883Z | Compiling const_format v0.2.34 |
3783 | 2025-06-30T22:13:24.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=41d831ad866fdc88 -C extra-filename=-97cbcd223e422a48 --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-2c9ed13e8f34e3b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3784 | 2025-06-30T22:13:24.930Z | Compiling reedline v0.40.0 |
3785 | 2025-06-30T22:13:24.968Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=faf74679853bbfd4 -C extra-filename=-cbd3c37deddf03d7 --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-edf8629ceb4f4ea2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-10f817b41af51e93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-9430bb4abc6c2481.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c231dc7251c14421.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3786 | 2025-06-30T22:13:25.359Z | Compiling half v1.8.3 |
3787 | 2025-06-30T22:13:25.362Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=c2f57e2bb9ea0c11 -C extra-filename=-0455c21daa750513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3788 | 2025-06-30T22:13:25.574Z | Compiling papergrid v0.11.0 |
3789 | 2025-06-30T22:13:25.615Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=c93d622930941509 -C extra-filename=-11b4e92eb0b61224 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3790 | 2025-06-30T22:13:26.040Z | Compiling serde_cbor v0.11.2 |
3791 | 2025-06-30T22:13:26.043Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=55ef9e96bae66926 -C extra-filename=-374cd4b713341571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-0455c21daa750513.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3792 | 2025-06-30T22:13:27.225Z | Compiling tabled_derive v0.7.0 |
3793 | 2025-06-30T22:13:27.229Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=019341998a99db34 -C extra-filename=-9b7ccd36b30b13dd --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3794 | 2025-06-30T22:13:27.379Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3795 | 2025-06-30T22:13:27.382Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/gateway-ereport-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="debug-impls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls"))' -C metadata=d3f65ad9d1ca0dd8 -C extra-filename=-afbb5a030ded3cae --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-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3796 | 2025-06-30T22:13:27.439Z | Compiling nix v0.30.1 |
3797 | 2025-06-30T22:13:27.442Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=aff6123f1d4af090 -C extra-filename=-6194061e990516df --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3798 | 2025-06-30T22:13:27.806Z | Compiling kstat-rs v0.2.4 |
3799 | 2025-06-30T22:13:27.809Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac021cb21778ecf1 -C extra-filename=-f577c68bd5feaa96 --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-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3800 | 2025-06-30T22:13:28.374Z | Compiling diff v0.1.13 |
3801 | 2025-06-30T22:13:28.378Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=61fa7b47c3a7a882 -C extra-filename=-793bcf22042e7d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3802 | 2025-06-30T22:13:28.461Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df/build-script-build` |
3803 | 2025-06-30T22:13:28.525Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7155364939d34d39 -C extra-filename=-5f71e5b6b3a7c292 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -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(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'` |
3804 | 2025-06-30T22:13:28.961Z | Compiling globset v0.4.15 |
3805 | 2025-06-30T22:13:28.961Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=323af3b4dbf24ec4 -C extra-filename=-62b937a1ebdb0f78 --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-212bd90c4b2dd6c2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3806 | 2025-06-30T22:13:29.050Z | Compiling dsl_auto_type v0.1.2 |
3807 | 2025-06-30T22:13:29.106Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a39388b781e1e1b3 -C extra-filename=-712ba54477bdf05a --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-b1565e06c13e0d25.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3808 | 2025-06-30T22:13:29.496Z | Compiling tabled v0.15.0 |
3809 | 2025-06-30T22:13:29.500Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=e14fc8e6bc0b45a6 -C extra-filename=-f0a676c42b73a7d1 --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-11b4e92eb0b61224.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-9b7ccd36b30b13dd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3810 | 2025-06-30T22:13:30.396Z | Compiling phf_generator v0.11.2 |
3811 | 2025-06-30T22:13:30.400Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d1546e955b579d20 -C extra-filename=-9f3cde1e20df67c0 --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-63c6474b95c77984.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3812 | 2025-06-30T22:13:30.455Z | Compiling diesel_table_macro_syntax v0.2.0 |
3813 | 2025-06-30T22:13:30.459Z | Compiling scheduled-thread-pool v0.2.7 |
3814 | 2025-06-30T22:13:30.459Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=618f653b238af5e3 -C extra-filename=-8f4f8fd7ef5816ed --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-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3815 | 2025-06-30T22:13:30.459Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d4d4192e542a5a9 -C extra-filename=-fc7c9cc598ed66d2 --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-d60a101adc746ee4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3816 | 2025-06-30T22:13:30.654Z | Compiling parking_lot_core v0.8.6 |
3817 | 2025-06-30T22:13:30.658Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=bd2032eeaef5dcca -C extra-filename=-cd496c8683cd0561 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3818 | 2025-06-30T22:13:30.867Z | Compiling diesel_derives v2.2.3 |
3819 | 2025-06-30T22:13:30.912Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=ce5552db33316dde -C extra-filename=-669c8b555038b3f8 --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-8f4f8fd7ef5816ed.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-712ba54477bdf05a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3820 | 2025-06-30T22:13:31.097Z | Compiling r2d2 v0.8.10 |
3821 | 2025-06-30T22:13:31.157Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a0f6d5b91be50f -C extra-filename=-42d61c01434fb870 --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-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fc7c9cc598ed66d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3822 | 2025-06-30T22:13:31.237Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561/build-script-build` |
3823 | 2025-06-30T22:13:31.242Z | Compiling phf_codegen v0.11.2 |
3824 | 2025-06-30T22:13:31.242Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93af5f2758296c83 -C extra-filename=-6a2ac27b64b661da --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-9f3cde1e20df67c0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3825 | 2025-06-30T22:13:31.297Z | Compiling parse-zoneinfo v0.3.1 |
3826 | 2025-06-30T22:13:31.301Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=22b5fd049fbc4c69 -C extra-filename=-611a3bdaf7cf0e26 --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-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3827 | 2025-06-30T22:13:31.494Z | Compiling nanorand v0.7.0 |
3828 | 2025-06-30T22:13:31.505Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=0045649b1726cdcf -C extra-filename=-cfa68367bab4066a --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2025-06-30T22:13:31.537Z | Compiling cfg_aliases v0.1.1 |
3830 | 2025-06-30T22:13:31.537Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e0ce31f4809c8d8 -C extra-filename=-90fb96bc0c00c09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2025-06-30T22:13:31.705Z | Compiling nix v0.28.0 |
3832 | 2025-06-30T22:13:31.708Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=50e1cf53a7e6f0e3 -C extra-filename=-e619bbc47c28b8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-90fb96bc0c00c09a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3833 | 2025-06-30T22:13:32.066Z | Compiling chrono-tz-build v0.4.0 |
3834 | 2025-06-30T22:13:32.072Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=28924ccb3f599f77 -C extra-filename=-a664338eab44a4a9 --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-611a3bdaf7cf0e26.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-6a2ac27b64b661da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3835 | 2025-06-30T22:13:32.580Z | Compiling flume v0.11.1 |
3836 | 2025-06-30T22:13:32.584Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=bb7ae7c03d2e457a -C extra-filename=-75108fee6a48eda4 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-cfa68367bab4066a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3837 | 2025-06-30T22:13:32.644Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e6a860e97bfb2ea3 -C extra-filename=-99b621f9b661c0f8 --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-3a67e9cd8804fc68.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3838 | 2025-06-30T22:13:32.872Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3839 | 2025-06-30T22:13:32.876Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=c8f8d7951eb65781 -C extra-filename=-1095aa73cf7f3353 --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-96dbc0c5a1d1c4b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-d4682e11e610e490.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-53bcf8f6c8f80d44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-6852b79fc763cb49.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3840 | 2025-06-30T22:13:33.240Z | Compiling bcs v0.1.6 |
3841 | 2025-06-30T22:13:33.240Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=57d3032ab4a75eee -C extra-filename=-414b4ff45220e293 --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-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3842 | 2025-06-30T22:13:33.280Z | Compiling crunchy v0.2.2 |
3843 | 2025-06-30T22:13:33.283Z | Compiling chrono-tz v0.10.3 |
3844 | 2025-06-30T22:13:33.283Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=e0f0fd67bd501c40 -C extra-filename=-e88505c2230c24e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3845 | 2025-06-30T22:13:33.325Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=e148cefc39da7aa2 -C extra-filename=-231f5d77885c4173 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-a664338eab44a4a9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3846 | 2025-06-30T22:13:33.873Z | Compiling parking_lot v0.11.2 |
3847 | 2025-06-30T22:13:33.877Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=ce4e8b6d0d6ff913 -C extra-filename=-1c36690a027bd2f5 --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-83a866d91505235f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-99b621f9b661c0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3848 | 2025-06-30T22:13:33.915Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2/build-script-build` |
3849 | 2025-06-30T22:13:33.977Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9/build-script-build` |
3850 | 2025-06-30T22:13:34.040Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
3851 | 2025-06-30T22:13:34.045Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=204d31f58390280f -C extra-filename=-df50c5e1f0177e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3852 | 2025-06-30T22:13:34.179Z | Compiling prefix-trie v0.7.0 |
3853 | 2025-06-30T22:13:34.184Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-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"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=b1a1c687b82f05f6 -C extra-filename=-7b8a8f4ed8a177e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3854 | 2025-06-30T22:13:34.682Z | Compiling tiny-keccak v2.0.2 |
3855 | 2025-06-30T22:13:34.686Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=0a048b1f27fa3208 -C extra-filename=-dd167436aec64f7f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3856 | 2025-06-30T22:13:35.015Z | Compiling hickory-server v0.25.2 |
3857 | 2025-06-30T22:13:35.034Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=ae74e2e1c078e0c9 -C extra-filename=-58cdded7cf30a473 --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-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-7b8a8f4ed8a177e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3858 | 2025-06-30T22:13:35.057Z | Compiling sled v0.34.7 |
3859 | 2025-06-30T22:13:35.084Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8850b8db2ad273a4 -C extra-filename=-a9bc649f02c5996a --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-b602b9cac147849d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1c36690a027bd2f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3860 | 2025-06-30T22:13:35.098Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f/build-script-build` |
3861 | 2025-06-30T22:13:35.161Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173/build-script-build` |
3862 | 2025-06-30T22:13:35.976Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3863 | 2025-06-30T22:13:35.980Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/cec2560/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5969a2ca8fe429b5 -C extra-filename=-dc70f34863a6f146 --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-3e9ff315175280c8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1095aa73cf7f3353.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8adcefdfdc765bda.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-9964bbe6769a1191.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-d59fdcd3f66ba1c1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib` |
3864 | 2025-06-30T22:13:36.328Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=e6bf5e427b6d89f9 -C extra-filename=-5e7d6a5f1560fa34 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3865 | 2025-06-30T22:13:36.880Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=363d3d65a6f7454b -C extra-filename=-4af7557e442fe21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3866 | 2025-06-30T22:13:37.046Z | Compiling hickory-client v0.25.2 |
3867 | 2025-06-30T22:13:37.051Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --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,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=53e5e576f129250f -C extra-filename=-e537bc5e005cc85b --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-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3868 | 2025-06-30T22:13:37.741Z | Compiling peg-macros v0.8.5 |
3869 | 2025-06-30T22:13:37.745Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=dbf8b26c6d5b72d6 -C extra-filename=-d9db9ea13a16192c --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-b6be0333af93ab88.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3870 | 2025-06-30T22:13:39.355Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3871 | 2025-06-30T22:13:39.358Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=500ec23f9aba92c3 -C extra-filename=-8e8946774aedde14 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3872 | 2025-06-30T22:13:39.476Z | Compiling sqlparser_derive v0.2.2 |
3873 | 2025-06-30T22:13:39.480Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34278927cfd6f8ab -C extra-filename=-adccc07b4f38c164 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3874 | 2025-06-30T22:13:39.750Z | Compiling bit-vec v0.6.3 |
3875 | 2025-06-30T22:13:39.810Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=3607f567a5bcdce5 -C extra-filename=-4415e939e9666dc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3876 | 2025-06-30T22:13:40.226Z | Compiling unicode_categories v0.1.1 |
3877 | 2025-06-30T22:13:40.230Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=918dbca21ddbcfe7 -C extra-filename=-603c521a480b09cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3878 | 2025-06-30T22:13:40.563Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14/build-script-build` |
3879 | 2025-06-30T22:13:40.572Z | Compiling sqlformat v0.3.5 |
3880 | 2025-06-30T22:13:40.572Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aec26cd8d7831e3 -C extra-filename=-f747656fa0bcde03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-603c521a480b09cd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3881 | 2025-06-30T22:13:40.648Z | Compiling bit-set v0.5.3 |
3882 | 2025-06-30T22:13:40.652Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=531d7e7e5aeefe85 -C extra-filename=-d14630fc382cc0f6 --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-4415e939e9666dc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3883 | 2025-06-30T22:13:40.722Z | Compiling sqlparser v0.45.0 |
3884 | 2025-06-30T22:13:40.726Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=078e3957bb74c623 -C extra-filename=-684b65cd40f0afc9 --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-1bb814cae28f6e1e.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-adccc07b4f38c164.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3885 | 2025-06-30T22:13:40.996Z | Compiling rustyline v14.0.0 |
3886 | 2025-06-30T22:13:40.999Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=92b24da23a47065d -C extra-filename=-ce101b571f0ea8b4 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5e7d6a5f1560fa34.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3887 | 2025-06-30T22:13:41.222Z | Compiling peg v0.8.5 |
3888 | 2025-06-30T22:13:41.234Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-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,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=5cb6fb18d093f80b -C extra-filename=-6e35b7e91b020491 --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-d9db9ea13a16192c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3889 | 2025-06-30T22:13:41.428Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=2a6490f23f79c596 -C extra-filename=-3e8c469dbc770219 --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-4af7557e442fe21d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3890 | 2025-06-30T22:13:41.943Z | Compiling diesel v2.2.11 |
3891 | 2025-06-30T22:13:41.947Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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,test)' --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=3b2d21a4a0f3fd86 -C extra-filename=-63a0384016e95522 --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-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-669c8b555038b3f8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-42d61c01434fb870.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3892 | 2025-06-30T22:13:42.152Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=752caed972358156 -C extra-filename=-fcc5c253f7baaea5 --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-edf8629ceb4f4ea2.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3893 | 2025-06-30T22:13:42.990Z | Compiling ascii-canvas v3.0.0 |
3894 | 2025-06-30T22:13:42.993Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cd3d70d1b165ea6 -C extra-filename=-d6687b5efdc6b0c6 --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-aa9a1b69536c32b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3895 | 2025-06-30T22:13:43.521Z | Compiling ena v0.14.3 |
3896 | 2025-06-30T22:13:43.525Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=e45701b8dc03a322 -C extra-filename=-c28ebeb6fa5b7363 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3897 | 2025-06-30T22:13:43.975Z | Compiling regex-syntax v0.6.29 |
3898 | 2025-06-30T22:13:43.979Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=8a1f1298f55517d3 -C extra-filename=-2a571b4dd52df0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3899 | 2025-06-30T22:13:44.236Z | Compiling bindgen v0.71.1 |
3900 | 2025-06-30T22:13:44.240Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/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"' --check-cfg 'cfg(docsrs,test)' --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=c4a3f9fcfd3007ca -C extra-filename=-6dd7ad88fc5d7ffe --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3901 | 2025-06-30T22:13:44.684Z | Compiling derive_builder_core v0.20.2 |
3902 | 2025-06-30T22:13:44.688Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=593ebbe2710514b0 -C extra-filename=-4b15070c19077aad --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-b1565e06c13e0d25.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3903 | 2025-06-30T22:13:45.257Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe/build-script-build` |
3904 | 2025-06-30T22:13:45.359Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --check-cfg 'cfg(docsrs,test)' --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=f3c09d638f8f9ed2 -C extra-filename=-ae0c4be867a37c8e --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3905 | 2025-06-30T22:13:46.764Z | Compiling libxml v0.3.3 |
3906 | 2025-06-30T22:13:46.768Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b764c28ff061290e -C extra-filename=-5dd640758b7eaee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3907 | 2025-06-30T22:13:47.248Z | Compiling assert_matches v1.5.0 |
3908 | 2025-06-30T22:13:47.251Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d9b75c5b2e054ea -C extra-filename=-7ba6a39e7b86ce7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3909 | 2025-06-30T22:13:47.412Z | Compiling lalrpop v0.19.12 |
3910 | 2025-06-30T22:13:47.416Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=dcbc332226747975 -C extra-filename=-2ec72dd599364159 --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-d6687b5efdc6b0c6.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d14630fc382cc0f6.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-793bcf22042e7d6c.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c28ebeb6fa5b7363.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-2089ab408943a190.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2a571b4dd52df0ca.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3e8c469dbc770219.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3911 | 2025-06-30T22:13:49.169Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4/build-script-build` |
3912 | 2025-06-30T22:13:49.241Z | Compiling derive_builder_macro v0.20.2 |
3913 | 2025-06-30T22:13:49.244Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=6425306557c791ac -C extra-filename=-db90b14c8aa31ac0 --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-4b15070c19077aad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3914 | 2025-06-30T22:13:50.321Z | Compiling strum_macros v0.24.3 |
3915 | 2025-06-30T22:13:50.325Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b00f7884c622ac06 -C extra-filename=-02bc2f50f4df49be --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3916 | 2025-06-30T22:13:53.723Z | Compiling indoc v1.0.9 |
3917 | 2025-06-30T22:13:53.730Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6016c1e82b92f62f -C extra-filename=-41ed1515c5dcdd66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3918 | 2025-06-30T22:13:54.677Z | Compiling derive_builder v0.20.2 |
3919 | 2025-06-30T22:13:54.696Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=9b089549ed7834b8 -C extra-filename=-4bb9c855f7a0a798 --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-db90b14c8aa31ac0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3920 | 2025-06-30T22:13:55.082Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e7116377b1ee5d7 -C extra-filename=-90ea3f523be66355 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3921 | 2025-06-30T22:13:55.151Z | Compiling predicates-tree v1.0.12 |
3922 | 2025-06-30T22:13:55.156Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a538709fb748433 -C extra-filename=-4a68f4455c760bd6 --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-ee29e49cd7f824fa.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3923 | 2025-06-30T22:13:55.472Z | Compiling primeorder v0.13.6 |
3924 | 2025-06-30T22:13:55.476Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=2cdff39708a3428e -C extra-filename=-c78e28b3d0749166 --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-129d40956b1fd62e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3925 | 2025-06-30T22:13:55.638Z | Compiling quick-xml v0.37.2 |
3926 | 2025-06-30T22:13:55.643Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --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=833202819bb2b098 -C extra-filename=-858072c6e661a7ee --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-d7b06f039966c35c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3927 | 2025-06-30T22:13:56.061Z | Compiling impl-trait-for-tuples v0.2.2 |
3928 | 2025-06-30T22:13:56.066Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d489052ecb7fee1c -C extra-filename=-48aebb6a4847b9c2 --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3929 | 2025-06-30T22:13:56.776Z | Compiling oso-derive v0.27.3 |
3930 | 2025-06-30T22:13:56.780Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93f7f8fcf123af41 -C extra-filename=-f3dbe17e62f7d0f9 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3931 | 2025-06-30T22:13:57.355Z | Compiling unicase v2.7.0 |
3932 | 2025-06-30T22:13:57.373Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=244d350dfbcb1e97 -C extra-filename=-6ef9e5184c7eb27c --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3933 | 2025-06-30T22:13:57.795Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c/build-script-build` |
3934 | 2025-06-30T22:13:57.924Z | Compiling signal-hook-tokio v0.3.1 |
3935 | 2025-06-30T22:13:58.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=0160b35a0cea632f -C extra-filename=-abfb947db00204f2 --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-a4cc7e9ef57f8919.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3936 | 2025-06-30T22:13:58.036Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=447e33a8bfb708bf -C extra-filename=-d9fce1e39067423d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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` |
3937 | 2025-06-30T22:13:58.182Z | Compiling salty v0.3.0 |
3938 | 2025-06-30T22:13:58.186Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=c02d26e238e9bd7c -C extra-filename=-ce16e6e2fe074db7 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3939 | 2025-06-30T22:13:58.487Z | Compiling mime_guess v2.0.5 |
3940 | 2025-06-30T22:13:58.491Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=9f533bf855401beb -C extra-filename=-90aceda1587adc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3941 | 2025-06-30T22:13:58.704Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7/build-script-build` |
3942 | 2025-06-30T22:13:58.768Z | Compiling p384 v0.13.0 |
3943 | 2025-06-30T22:13:58.780Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=cff61a5696dacdc0 -C extra-filename=-448d5f27f4febefe --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3944 | 2025-06-30T22:13:58.855Z | Compiling ignore v0.4.23 |
3945 | 2025-06-30T22:13:58.860Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=69a47c8dc0cf4aac -C extra-filename=-53cd5aa8552248a0 --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-d51a624e99256e72.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d97d4583eee1f953.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3946 | 2025-06-30T22:13:59.723Z | Compiling tungstenite v0.23.0 |
3947 | 2025-06-30T22:13:59.728Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=509b360d97d2f956 -C extra-filename=-933ae12a693d8fa4 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3948 | 2025-06-30T22:14:00.282Z | Compiling pin-project-internal v1.1.6 |
3949 | 2025-06-30T22:14:00.294Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d2fe3e8d9e436b -C extra-filename=-a140131eec5f092d --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-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3950 | 2025-06-30T22:14:01.783Z | Compiling diesel-dtrace v0.4.2 |
3951 | 2025-06-30T22:14:01.787Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3a1b61d940ebbcd -C extra-filename=-eb6d1e3aeef43111 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3952 | 2025-06-30T22:14:01.869Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3953 | 2025-06-30T22:14:01.874Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1528c550dec55ba -C extra-filename=-2d6a013f220637d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3954 | 2025-06-30T22:14:02.222Z | Compiling void v1.0.2 |
3955 | 2025-06-30T22:14:02.226Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=67360a792f025bd8 -C extra-filename=-60eccb8790454a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3956 | 2025-06-30T22:14:02.308Z | Compiling http-range v0.1.5 |
3957 | 2025-06-30T22:14:02.317Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eca3d24df6e1d937 -C extra-filename=-d21ed31ef5ee0869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3958 | 2025-06-30T22:14:02.460Z | Compiling lzss v0.8.2 |
3959 | 2025-06-30T22:14:02.464Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=e91e256074bcac44 -C extra-filename=-e9d0589def425203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-60eccb8790454a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3960 | 2025-06-30T22:14:02.715Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3/build-script-build` |
3961 | 2025-06-30T22:14:02.785Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111/build-script-build` |
3962 | 2025-06-30T22:14:02.876Z | Compiling tokio-tungstenite v0.23.1 |
3963 | 2025-06-30T22:14:02.888Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=2e58f83ba261b1fe -C extra-filename=-462e3136f0c7d964 --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-933ae12a693d8fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3964 | 2025-06-30T22:14:02.923Z | Compiling globwalk v0.9.1 |
3965 | 2025-06-30T22:14:02.928Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af4309e90bb94e54 -C extra-filename=-1d47c3c0ac369f09 --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-612ce2e304571f81.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-53cd5aa8552248a0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3966 | 2025-06-30T22:14:02.950Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81/build-script-build` |
3967 | 2025-06-30T22:14:03.026Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=6c33610af50b615c -C extra-filename=-931acc2013ba1bd5 --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-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3968 | 2025-06-30T22:14:03.209Z | Compiling pin-project v1.1.6 |
3969 | 2025-06-30T22:14:03.213Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c199b8f680fca9f -C extra-filename=-b272b6c6e07d6075 --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-a140131eec5f092d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3970 | 2025-06-30T22:14:03.437Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3971 | 2025-06-30T22:14:03.477Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1e58555087860efc -C extra-filename=-31fb5a2cf924afd0 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3972 | 2025-06-30T22:14:03.482Z | Compiling nix v0.27.1 |
3973 | 2025-06-30T22:14:03.482Z | Compiling bb8 v0.8.5 |
3974 | 2025-06-30T22:14:03.482Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c31871da73a208bc -C extra-filename=-db7c1fd3d64e9710 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3975 | 2025-06-30T22:14:03.517Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=553eee0229bc10ad -C extra-filename=-d359aa9141aee61d --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-0995b155a32ebe73.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3976 | 2025-06-30T22:14:03.793Z | Compiling serde_bytes v0.11.17 |
3977 | 2025-06-30T22:14:03.797Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3558e6f8252ab84f -C extra-filename=-9ffaf0323a4e2cd5 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2025-06-30T22:14:04.093Z | Compiling atty v0.2.14 |
3979 | 2025-06-30T22:14:04.274Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a115c21b1f0718f8 -C extra-filename=-dcb9c65889f37924 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3980 | 2025-06-30T22:14:04.592Z | Compiling env_filter v0.1.2 |
3981 | 2025-06-30T22:14:04.592Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a26c910958ef5626 -C extra-filename=-8e31b236f253a098 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3982 | 2025-06-30T22:14:04.592Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3983 | 2025-06-30T22:14:04.592Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=745f175dc6ed006e -C extra-filename=-dcc17ac0f537aec9 --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-7507609290b17159.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-931acc2013ba1bd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3984 | 2025-06-30T22:14:04.875Z | Compiling camino-tempfile-ext v0.3.1 |
3985 | 2025-06-30T22:14:04.875Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=775c29da3c505a09 -C extra-filename=-b39b30c89250fb37 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1d47c3c0ac369f09.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3986 | 2025-06-30T22:14:04.993Z | Compiling env_logger v0.11.5 |
3987 | 2025-06-30T22:14:04.993Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=64ccc6fc4f1dd4d9 -C extra-filename=-9fdf0a84956e8e24 --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-8e31b236f253a098.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3988 | 2025-06-30T22:14:05.000Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d123b9d0a02d5f -C extra-filename=-1d75bcb326ade2db --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-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-e9d0589def425203.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db7c1fd3d64e9710.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-9ffaf0323a4e2cd5.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-31fb5a2cf924afd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib` |
3989 | 2025-06-30T22:14:05.137Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=2d84b1e23f223507 -C extra-filename=-068ef9b0ea09159d --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-3da7535f9c3f5096.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3990 | 2025-06-30T22:14:05.263Z | Compiling snafu-derive v0.8.5 |
3991 | 2025-06-30T22:14:05.267Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=012a9ede60ffe301 -C extra-filename=-46b77a184aa2583e --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3992 | 2025-06-30T22:14:05.495Z | Compiling fs-err v2.11.0 |
3993 | 2025-06-30T22:14:05.501Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7ec6b303572197f9 -C extra-filename=-13fca7eaec73570d --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3994 | 2025-06-30T22:14:05.960Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3995 | 2025-06-30T22:14:05.965Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=590059679f52d9c5 -C extra-filename=-a337a7090e0ba292 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3996 | 2025-06-30T22:14:06.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d/build-script-build` |
3997 | 2025-06-30T22:14:06.365Z | Compiling hyper-staticfile v0.10.1 |
3998 | 2025-06-30T22:14:06.393Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d95882104b99dfa0 -C extra-filename=-dc553688a6ef181b --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-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-068ef9b0ea09159d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3999 | 2025-06-30T22:14:06.461Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292/build-script-build` |
4000 | 2025-06-30T22:14:06.471Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4001 | 2025-06-30T22:14:06.471Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f70e631de806bc34 -C extra-filename=-b098ad7483a58c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9fdf0a84956e8e24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4002 | 2025-06-30T22:14:07.364Z | Compiling olpc-cjson v0.1.4 |
4003 | 2025-06-30T22:14:07.414Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad268e63810ce1d7 -C extra-filename=-bef6c33d33ecb758 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4004 | 2025-06-30T22:14:07.494Z | Compiling serde_plain v1.0.2 |
4005 | 2025-06-30T22:14:07.500Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b693677dc0b7a8ed -C extra-filename=-d3acb497803444c9 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4006 | 2025-06-30T22:14:07.672Z | Compiling secrecy v0.8.0 |
4007 | 2025-06-30T22:14:07.690Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=d8c97610595fe866 -C extra-filename=-8ac25521d75f80cc --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4008 | 2025-06-30T22:14:07.912Z | Compiling typed-path v0.9.3 |
4009 | 2025-06-30T22:14:07.917Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bb10f397a8ef63af -C extra-filename=-9753707502760a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4010 | 2025-06-30T22:14:07.972Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=ee8acb1f5d70ad6f -C extra-filename=-eda6892ece357c68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
4011 | 2025-06-30T22:14:08.553Z | Compiling parse-size v1.1.0 |
4012 | 2025-06-30T22:14:08.558Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=789d914af33683f6 -C extra-filename=-505caf4cef9c5e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4013 | 2025-06-30T22:14:08.867Z | Compiling rand_seeder v0.3.0 |
4014 | 2025-06-30T22:14:08.920Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c5e5ce649ecba7b -C extra-filename=-87f476b0f04bc669 --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-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4015 | 2025-06-30T22:14:09.250Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
4016 | 2025-06-30T22:14:09.255Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=fbaf6fdfadb403da -C extra-filename=-c153bfde9a1f353c --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4017 | 2025-06-30T22:14:10.191Z | Compiling snafu v0.8.5 |
4018 | 2025-06-30T22:14:10.195Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c74773936be40e27 -C extra-filename=-00c60c1bf3080728 --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-a4cc7e9ef57f8919.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-46b77a184aa2583e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4019 | 2025-06-30T22:14:10.935Z | Compiling csv-core v0.1.11 |
4020 | 2025-06-30T22:14:10.947Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=9ea861836e398175 -C extra-filename=-c92d10d30b6072e7 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4021 | 2025-06-30T22:14:10.975Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
4022 | 2025-06-30T22:14:10.979Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=bbf692251e87e6a6 -C extra-filename=-8d72ffae13d054ce --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4023 | 2025-06-30T22:14:11.398Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce/build-script-build` |
4024 | 2025-06-30T22:14:11.452Z | Compiling csv v1.3.1 |
4025 | 2025-06-30T22:14:11.456Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=010601724b74c13f -C extra-filename=-5c6a4f36ae0c8939 --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-c92d10d30b6072e7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4026 | 2025-06-30T22:14:11.514Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
4027 | 2025-06-30T22:14:11.518Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=74dd3abec2924672 -C extra-filename=-5b44296d3089392f --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4028 | 2025-06-30T22:14:11.594Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4029 | 2025-06-30T22:14:11.598Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a44d97537c975db6 -C extra-filename=-89af6b1247792fbd --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-0dba940a77aaad67.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4030 | 2025-06-30T22:14:12.676Z | Compiling typeid v1.0.3 |
4031 | 2025-06-30T22:14:12.679Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bccbc35e85858a2 -C extra-filename=-7dabbcb355f1b6a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4032 | 2025-06-30T22:14:12.984Z | Compiling yansi v1.0.1 |
4033 | 2025-06-30T22:14:13.031Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=09b31f4249ad7e02 -C extra-filename=-7e0f21232a21686a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4034 | 2025-06-30T22:14:13.289Z | Compiling castaway v0.2.3 |
4035 | 2025-06-30T22:14:13.307Z | Running `/work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1/build-script-build` |
4036 | 2025-06-30T22:14:13.307Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e0ea09ffa680e22e -C extra-filename=-59ee21dae76fe8c5 --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-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4037 | 2025-06-30T22:14:13.398Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=518051e4bc8fefa7 -C extra-filename=-5f18cead797dfd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'` |
4038 | 2025-06-30T22:14:13.542Z | Compiling pretty_assertions v1.4.1 |
4039 | 2025-06-30T22:14:13.547Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=49abccac109d8722 -C extra-filename=-c39172c7689e0ce3 --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-793bcf22042e7d6c.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7e0f21232a21686a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4040 | 2025-06-30T22:14:13.615Z | Compiling indoc v2.0.6 |
4041 | 2025-06-30T22:14:13.619Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8ddc589f6cebf35 -C extra-filename=-2b58a22a9b16359f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4042 | 2025-06-30T22:14:13.663Z | Compiling erased-serde v0.4.6 |
4043 | 2025-06-30T22:14:13.717Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0a9be10975ea8dcb -C extra-filename=-74588801c4511fca --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-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4044 | 2025-06-30T22:14:14.117Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7683e03ceb5cc043 -C extra-filename=-aca647d456329d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-5b44296d3089392f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
4045 | 2025-06-30T22:14:14.614Z | Compiling compact_str v0.8.0 |
4046 | 2025-06-30T22:14:14.620Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d86a22664d22c51e -C extra-filename=-42d90dcc5149d2a4 --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-59ee21dae76fe8c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4047 | 2025-06-30T22:14:14.801Z | Compiling unicode-truncate v1.1.0 |
4048 | 2025-06-30T22:14:14.806Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=adb36ebd15fe56f3 -C extra-filename=-bbe6a136fefe7aa5 --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-b4969537d543d468.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4049 | 2025-06-30T22:14:15.107Z | Compiling instability v0.3.2 |
4050 | 2025-06-30T22:14:15.111Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e599d5fa2d6a220 -C extra-filename=-33d00256d0486b33 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4051 | 2025-06-30T22:14:15.271Z | Compiling lru v0.12.5 |
4052 | 2025-06-30T22:14:15.275Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=7aadb4cade9cdde4 -C extra-filename=-59bdf10a814e481b --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-ee2ff769a8771c26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4053 | 2025-06-30T22:14:15.686Z | Compiling async-bb8-diesel v0.2.1 |
4054 | 2025-06-30T22:14:15.689Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=d5bf0cd23c660ae3 -C extra-filename=-1d1c4d17796fbab7 --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-0995b155a32ebe73.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d359aa9141aee61d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4055 | 2025-06-30T22:14:15.978Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3627d0ff3e0659f6 -C extra-filename=-7099a3b255142e9d --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-63a0384016e95522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4056 | 2025-06-30T22:14:18.240Z | Compiling ordered-float v2.10.1 |
4057 | 2025-06-30T22:14:18.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=a6ff175e67282ada -C extra-filename=-c76402c9d6dee4ab --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2025-06-30T22:14:18.351Z | Compiling is_ci v1.2.0 |
4059 | 2025-06-30T22:14:18.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea692eee1a4f4917 -C extra-filename=-2d4d2eb8fd37ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4060 | 2025-06-30T22:14:18.351Z | Compiling cassowary v0.3.0 |
4061 | 2025-06-30T22:14:18.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2f3aadd572cfd37 -C extra-filename=-aa8c214661222f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4062 | 2025-06-30T22:14:18.351Z | Compiling unicode-linebreak v0.1.5 |
4063 | 2025-06-30T22:14:18.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a038176b86ae394e -C extra-filename=-8e74e2c94add4410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4064 | 2025-06-30T22:14:18.352Z | Compiling smawk v0.3.2 |
4065 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=6bb97bf76a454615 -C extra-filename=-71e373ba4554a52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4066 | 2025-06-30T22:14:18.352Z | Compiling serde-value v0.7.0 |
4067 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=183d42e3a9d1edfe -C extra-filename=-ce6ed6b7e6d6ad62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-c76402c9d6dee4ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4068 | 2025-06-30T22:14:18.352Z | Compiling ratatui v0.29.0 |
4069 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-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 '--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,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=a5fc414f6c93873b -C extra-filename=-86adc53cbf672e7b --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-612ce2e304571f81.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-aa8c214661222f02.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-42d90dcc5149d2a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-33d00256d0486b33.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-59bdf10a814e481b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-bbe6a136fefe7aa5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4070 | 2025-06-30T22:14:18.352Z | Compiling textwrap v0.16.2 |
4071 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --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="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=cb655ab30a8d3d57 -C extra-filename=-ab4cf66f68d58ce7 --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-71e373ba4554a52c.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-8e74e2c94add4410.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4072 | 2025-06-30T22:14:18.352Z | Compiling supports-color v3.0.2 |
4073 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e69ff7b74ecdf1ad -C extra-filename=-043f40495b4149fe --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-2d4d2eb8fd37ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4074 | 2025-06-30T22:14:18.352Z | Compiling serde-untagged v0.1.7 |
4075 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=409f9666a15bb906 -C extra-filename=-37bdae6464535e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-74588801c4511fca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4076 | 2025-06-30T22:14:18.352Z | Compiling cargo-platform v0.2.0 |
4077 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--allow=clippy::all' '--warn=clippy::correctness' '--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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04e371ef4219311e -C extra-filename=-50144fe2fa8a5653 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4078 | 2025-06-30T22:14:18.352Z | Compiling libz-sys v1.1.20 |
4079 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1ba6f00da22ae13c -C extra-filename=-75b0d6cb4566febf --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4080 | 2025-06-30T22:14:18.352Z | Compiling cargo-util-schemas v0.2.0 |
4081 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-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 '--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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f506e5f5dbe11a01 -C extra-filename=-c233bd7f28322f75 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-37bdae6464535e1f.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-ce6ed6b7e6d6ad62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4082 | 2025-06-30T22:14:18.352Z | Compiling concurrent-queue v2.5.0 |
4083 | 2025-06-30T22:14:18.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=783379d966dad15d -C extra-filename=-187eeaf7fdc939b9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4084 | 2025-06-30T22:14:18.389Z | Compiling parking v2.2.1 |
4085 | 2025-06-30T22:14:18.389Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5744a789596b1dc9 -C extra-filename=-555308cccdae776a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4086 | 2025-06-30T22:14:18.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf/build-script-build` |
4087 | 2025-06-30T22:14:18.617Z | Compiling libgit2-sys v0.17.0+1.8.1 |
4088 | 2025-06-30T22:14:18.624Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d4e40bbd813a5f4b -C extra-filename=-1d4a51e27cac7147 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4089 | 2025-06-30T22:14:18.664Z | Compiling shell-words v1.1.0 |
4090 | 2025-06-30T22:14:18.668Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3daf4465727b970 -C extra-filename=-cd6a4eb242a400a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4091 | 2025-06-30T22:14:18.732Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=b0d17bd1d22caa43 -C extra-filename=-8488d67d3d353b31 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
4092 | 2025-06-30T22:14:18.969Z | Compiling event-listener v5.3.1 |
4093 | 2025-06-30T22:14:18.974Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=e70248a22f9a51d1 -C extra-filename=-d5d2e44f215fded0 --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-187eeaf7fdc939b9.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4094 | 2025-06-30T22:14:19.006Z | Compiling vergen v8.3.2 |
4095 | 2025-06-30T22:14:19.010Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b61b1bf7669fdb5b -C extra-filename=-781af307446b6046 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4096 | 2025-06-30T22:14:19.427Z | Compiling event-listener-strategy v0.5.2 |
4097 | 2025-06-30T22:14:19.431Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=baf738f30892470f -C extra-filename=-9487bc6a5cfa2cbd --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-d5d2e44f215fded0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4098 | 2025-06-30T22:14:19.512Z | Compiling cargo-platform v0.1.8 |
4099 | 2025-06-30T22:14:19.549Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e284ba789407832 -C extra-filename=-1ed7a45db8dcb55e --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4100 | 2025-06-30T22:14:19.553Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147/build-script-build` |
4101 | 2025-06-30T22:14:19.706Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046/build-script-build` |
4102 | 2025-06-30T22:14:19.770Z | Compiling futures-lite v2.3.0 |
4103 | 2025-06-30T22:14:19.775Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=6258202b4fed0a87 -C extra-filename=-885a973a7236bec6 --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-98e626b7c7994cfc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4104 | 2025-06-30T22:14:20.077Z | Compiling cargo_metadata v0.18.1 |
4105 | 2025-06-30T22:14:20.081Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=b988728dfdbe8412 -C extra-filename=-11b66644a8082d17 --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-1ed7a45db8dcb55e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4106 | 2025-06-30T22:14:20.909Z | Compiling cargo_metadata v0.20.0 |
4107 | 2025-06-30T22:14:20.914Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=374d659271dd6318 -C extra-filename=-f495a0cb189bfece --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-50144fe2fa8a5653.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4108 | 2025-06-30T22:14:21.415Z | Compiling petname v2.0.2 |
4109 | 2025-06-30T22:14:21.426Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=aa05bda0d16dadd4 -C extra-filename=-b4913a2b09a08266 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4110 | 2025-06-30T22:14:22.545Z | Compiling rtoolbox v0.0.2 |
4111 | 2025-06-30T22:14:22.594Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f0f3e1d092bb5ae9 -C extra-filename=-c06ec5d2fa4d731e --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4112 | 2025-06-30T22:14:22.963Z | Compiling rustls v0.21.12 |
4113 | 2025-06-30T22:14:22.990Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=c84ae7c0d7395641 -C extra-filename=-9221acb99939c93f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4114 | 2025-06-30T22:14:23.135Z | Compiling hex-literal v0.4.1 |
4115 | 2025-06-30T22:14:23.159Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aea26106cd1ee07 -C extra-filename=-08d488d3cba7dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4116 | 2025-06-30T22:14:23.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f/build-script-build` |
4117 | 2025-06-30T22:14:23.368Z | Compiling rpassword v7.4.0 |
4118 | 2025-06-30T22:14:23.395Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=161e4eeb587bbefc -C extra-filename=-07d2f03d40072207 --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-cefab6d96bfc6445.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c06ec5d2fa4d731e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4119 | 2025-06-30T22:14:23.407Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266/build-script-build` |
4120 | 2025-06-30T22:14:23.437Z | Compiling tui-tree-widget v0.23.1 |
4121 | 2025-06-30T22:14:23.447Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-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 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f3b2b665618b21f -C extra-filename=-1b77d5babba41bb1 --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-86adc53cbf672e7b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4122 | 2025-06-30T22:14:23.674Z | Compiling rustls-webpki v0.101.7 |
4123 | 2025-06-30T22:14:23.687Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8503f738e6fbd94e -C extra-filename=-de9d6513783bc4ef --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4124 | 2025-06-30T22:14:23.731Z | Compiling sct v0.7.1 |
4125 | 2025-06-30T22:14:23.742Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5804be263715de4 -C extra-filename=-cdbb9d3a059fbed2 --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4126 | 2025-06-30T22:14:23.820Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=b85c3520f6fbdec7 -C extra-filename=-edc7d2bb26d9dce2 --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-82a628d4163605a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4127 | 2025-06-30T22:14:24.072Z | Compiling async-lock v3.4.0 |
4128 | 2025-06-30T22:14:24.124Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=2a8f1f3d2b4292af -C extra-filename=-388e6a9d0e57a6f9 --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-d5d2e44f215fded0.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4129 | 2025-06-30T22:14:24.264Z | Compiling polyval v0.6.2 |
4130 | 2025-06-30T22:14:24.317Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=26d01eacf54af05d -C extra-filename=-45a6d635e1fd6cd0 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4131 | 2025-06-30T22:14:24.733Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=263c5bf679690e91 -C extra-filename=-a6d838fc62732a0e --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de9d6513783bc4ef.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cdbb9d3a059fbed2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4132 | 2025-06-30T22:14:25.294Z | Compiling polling v3.7.3 |
4133 | 2025-06-30T22:14:25.340Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce35d61b62f4074 -C extra-filename=-182f5cd6f8f54388 --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4134 | 2025-06-30T22:14:25.350Z | Compiling sync-ptr v0.1.4 |
4135 | 2025-06-30T22:14:25.350Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e91215025c8f73f5 -C extra-filename=-ba5aee3d0c00d402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4136 | 2025-06-30T22:14:25.614Z | Compiling ghash v0.5.1 |
4137 | 2025-06-30T22:14:25.654Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=4aa5031f346d6613 -C extra-filename=-4e562c90f052475e --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-46aceb817fe63358.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-45a6d635e1fd6cd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4138 | 2025-06-30T22:14:25.858Z | Compiling async-io v2.3.4 |
4139 | 2025-06-30T22:14:25.871Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1528de272d825f4 -C extra-filename=-d64fe2b86e83d568 --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-388e6a9d0e57a6f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-182f5cd6f8f54388.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4140 | 2025-06-30T22:14:25.900Z | Compiling rustls-pemfile v1.0.4 |
4141 | 2025-06-30T22:14:25.910Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ea2d6db982d9a0 -C extra-filename=-006659a85512cfb2 --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-6479324884e62b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4142 | 2025-06-30T22:14:26.026Z | Compiling ctr v0.9.2 |
4143 | 2025-06-30T22:14:26.037Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=72fa3a577cd6c2a6 -C extra-filename=-d84f5e03080c8f21 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4144 | 2025-06-30T22:14:26.399Z | Compiling twox-hash v2.1.0 |
4145 | 2025-06-30T22:14:26.796Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=027dbb8e4f5237a8 -C extra-filename=-459d8166863e9d8f --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-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4146 | 2025-06-30T22:14:26.796Z | Compiling target-lexicon v0.13.2 |
4147 | 2025-06-30T22:14:26.796Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4bb622eea09e8123 -C extra-filename=-16c4cb10dc9dd090 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4148 | 2025-06-30T22:14:27.239Z | Compiling async-task v4.7.1 |
4149 | 2025-06-30T22:14:27.249Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8d8d3fd131510481 -C extra-filename=-d5268b2e9793dd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4150 | 2025-06-30T22:14:27.579Z | Compiling plotters-backend v0.3.7 |
4151 | 2025-06-30T22:14:27.592Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=51534314e8745f63 -C extra-filename=-ba94dbdc60fd1234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4152 | 2025-06-30T22:14:27.763Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090/build-script-build` |
4153 | 2025-06-30T22:14:27.867Z | Compiling aes-gcm v0.10.3 |
4154 | 2025-06-30T22:14:27.875Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=d47cbbb05f5e6717 -C extra-filename=-440c495ac95b7120 --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-f81760d9507ace70.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-55fdd9699131206a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4e562c90f052475e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4155 | 2025-06-30T22:14:27.909Z | Compiling async-channel v2.3.1 |
4156 | 2025-06-30T22:14:27.926Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f3694775bea3aa01 -C extra-filename=-ee13bfc896415b1e --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-187eeaf7fdc939b9.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4157 | 2025-06-30T22:14:31.867Z | Compiling plotters-svg v0.3.7 |
4158 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=5b8ca6496467f7d7 -C extra-filename=-a98bd41ed1442263 --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-ba94dbdc60fd1234.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4159 | 2025-06-30T22:14:32.018Z | Compiling piper v0.2.4 |
4160 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=48659ce738070b91 -C extra-filename=-8f0631d15a086ab9 --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-fedd5a66ca51a142.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4161 | 2025-06-30T22:14:32.018Z | Compiling fatfs v0.3.6 |
4162 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=0e44d8d8a66d3708 -C extra-filename=-ca2a96f4d5adc91d --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4163 | 2025-06-30T22:14:32.018Z | Compiling tokio-rustls v0.24.1 |
4164 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=14c752cf543755bd -C extra-filename=-3bed9ad62b7b22c7 --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-a6d838fc62732a0e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4165 | 2025-06-30T22:14:32.018Z | Compiling ssh-encoding v0.2.0 |
4166 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=a6d6113bce12a585 -C extra-filename=-7714c03aeba88d40 --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-78e38759e3b6da1b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4167 | 2025-06-30T22:14:32.018Z | Compiling blowfish v0.9.1 |
4168 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=5150b085480835e9 -C extra-filename=-51b7456591fcf8aa --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-96dbc0c5a1d1c4b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4169 | 2025-06-30T22:14:32.018Z | Compiling constant_time_eq v0.3.1 |
4170 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bea72ce093bb1a3a -C extra-filename=-3478a2e01a411a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4171 | 2025-06-30T22:14:32.018Z | Compiling cast v0.3.0 |
4172 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9db58248c85632ae -C extra-filename=-06ec236c14a2b242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4173 | 2025-06-30T22:14:32.018Z | Compiling arrayref v0.3.9 |
4174 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd806ee2b746989c -C extra-filename=-e2d0e0a9688f89ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4175 | 2025-06-30T22:14:32.018Z | Compiling guppy-workspace-hack v0.1.0 |
4176 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af67bacc572f4d1d -C extra-filename=-34090ecfd1140803 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4177 | 2025-06-30T22:14:32.018Z | Compiling arrayvec v0.7.6 |
4178 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=78d1bfbc7ca8581d -C extra-filename=-4dfb2a5e270d285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4179 | 2025-06-30T22:14:32.018Z | Compiling criterion-plot v0.5.0 |
4180 | 2025-06-30T22:14:32.018Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=92a1802c4e6c2dd6 -C extra-filename=-112aef5f0d58e0c2 --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-06ec236c14a2b242.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4181 | 2025-06-30T22:14:32.053Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803/build-script-build` |
4182 | 2025-06-30T22:14:32.053Z | Compiling bcrypt-pbkdf v0.10.0 |
4183 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=872cd66c0662c2f5 -C extra-filename=-5b0131bf01e3e6fd --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-51b7456591fcf8aa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4184 | 2025-06-30T22:14:32.053Z | Compiling ssh-cipher v0.2.0 |
4185 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=8fd53f4fd5676b66 -C extra-filename=-689a1496bddfbf16 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4186 | 2025-06-30T22:14:32.053Z | Compiling blocking v1.6.1 |
4187 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=a73b65715bd94cb3 -C extra-filename=-75675992c5b36896 --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-ee13bfc896415b1e.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-d5268b2e9793dd7f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-8f0631d15a086ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4188 | 2025-06-30T22:14:32.053Z | Compiling plotters v0.3.7 |
4189 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9fcd48471dc160f2 -C extra-filename=-8aaf8f0917a9b7d1 --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-b32efd26b54b6d26.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-ba94dbdc60fd1234.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-a98bd41ed1442263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4190 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=efb050552440ac43 -C extra-filename=-8c485519efe5c091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
4191 | 2025-06-30T22:14:32.053Z | Compiling async-executor v1.13.1 |
4192 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e1e1187fc069bb37 -C extra-filename=-1f25ffc7e3c4e7c1 --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-d5268b2e9793dd7f.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4193 | 2025-06-30T22:14:32.053Z | Compiling async-signal v0.2.10 |
4194 | 2025-06-30T22:14:32.053Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=00259fcd3e613a13 -C extra-filename=-3e0546fcb132d1c5 --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-d64fe2b86e83d568.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4195 | 2025-06-30T22:14:32.076Z | Compiling password-hash v0.4.2 |
4196 | 2025-06-30T22:14:32.082Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=1c9d86d525d11cea -C extra-filename=-3d7591df437e3cf9 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4197 | 2025-06-30T22:14:32.164Z | Compiling tinytemplate v1.2.1 |
4198 | 2025-06-30T22:14:32.168Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d867bc2ec04c9a1 -C extra-filename=-72f49e50882eb421 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4199 | 2025-06-30T22:14:32.332Z | Compiling target-spec v3.4.2 |
4200 | 2025-06-30T22:14:32.336Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=8f1f65f81c828e02 -C extra-filename=-7a25e3c823c33ae1 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4201 | 2025-06-30T22:14:32.883Z | Compiling futures-timer v3.0.3 |
4202 | 2025-06-30T22:14:32.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=dbf433ac861f5c52 -C extra-filename=-ae4a58d11789a9dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4203 | 2025-06-30T22:14:32.932Z | Compiling anes v0.1.6 |
4204 | 2025-06-30T22:14:32.936Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=6cdd6101644565f8 -C extra-filename=-0575b8dfe653323a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4205 | 2025-06-30T22:14:33.048Z | Compiling event-listener v2.5.3 |
4206 | 2025-06-30T22:14:33.051Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1385afd3fb6f22e -C extra-filename=-f908f5bdf03cc380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4207 | 2025-06-30T22:14:33.116Z | Compiling oorandom v11.1.4 |
4208 | 2025-06-30T22:14:33.121Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce3c5954ac60db38 -C extra-filename=-81f988c4f95ce0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4209 | 2025-06-30T22:14:33.380Z | Compiling criterion v0.6.0 |
4210 | 2025-06-30T22:14:33.384Z | Compiling async-channel v1.9.0 |
4211 | 2025-06-30T22:14:33.384Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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 --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=9621fc0dee6214cc -C extra-filename=-efe032c439df8d1d --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-0575b8dfe653323a.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-06ec236c14a2b242.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-112aef5f0d58e0c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-81f988c4f95ce0f4.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-8aaf8f0917a9b7d1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-72f49e50882eb421.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4212 | 2025-06-30T22:14:33.384Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f93ffe7f765468a2 -C extra-filename=-39f7f32c47f70f6a --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-187eeaf7fdc939b9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f908f5bdf03cc380.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4213 | 2025-06-30T22:14:33.502Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1/build-script-build` |
4214 | 2025-06-30T22:14:33.526Z | Compiling pbkdf2 v0.11.0 |
4215 | 2025-06-30T22:14:33.529Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=5212bab23cc32c22 -C extra-filename=-2afe0bc777f08545 --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3d7591df437e3cf9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4216 | 2025-06-30T22:14:33.566Z | Compiling async-global-executor v2.4.1 |
4217 | 2025-06-30T22:14:33.570Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=eb35f9a73ed497bb -C extra-filename=-a942f3e3525a0cd9 --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-ee13bfc896415b1e.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-1f25ffc7e3c4e7c1.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-75675992c5b36896.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4218 | 2025-06-30T22:14:33.698Z | Compiling async-process v2.3.0 |
4219 | 2025-06-30T22:14:33.702Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1aa584799df1527 -C extra-filename=-2327e994f5987a4d --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-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-3e0546fcb132d1c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5d2e44f215fded0.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4220 | 2025-06-30T22:14:33.910Z | Compiling cfg-expr v0.18.0 |
4221 | 2025-06-30T22:14:33.913Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=e01bf8b9ac0eb53e -C extra-filename=-146aa172596edcb9 --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-3b112245a8f41229.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4222 | 2025-06-30T22:14:34.920Z | Compiling ssh-key v0.6.6 |
4223 | 2025-06-30T22:14:34.923Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=68fe9b4474c1bcd8 -C extra-filename=-fc5e13367cae9beb --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-5b0131bf01e3e6fd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-689a1496bddfbf16.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4224 | 2025-06-30T22:14:34.934Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4dfd4d02d997f36 -C extra-filename=-dc1ffcf45921a40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4225 | 2025-06-30T22:14:35.095Z | Compiling p521 v0.13.3 |
4226 | 2025-06-30T22:14:35.098Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=77ef3dd2a72aaf25 -C extra-filename=-dad84d78bab30b40 --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-51d372fa91d20d85.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4227 | 2025-06-30T22:14:35.136Z | Compiling p256 v0.13.2 |
4228 | 2025-06-30T22:14:35.139Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9f29d4701768aea2 -C extra-filename=-81036fcf9781d293 --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4229 | 2025-06-30T22:14:35.945Z | Compiling async-attributes v1.1.2 |
4230 | 2025-06-30T22:14:35.948Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed17c017138e3357 -C extra-filename=-cf51b905438227a0 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4231 | 2025-06-30T22:14:36.933Z | Compiling blake3 v1.5.4 |
4232 | 2025-06-30T22:14:36.937Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=17cb8838d87d6107 -C extra-filename=-558641da5eb2c858 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4233 | 2025-06-30T22:14:37.220Z | Compiling russh-cryptovec v0.7.3 |
4234 | 2025-06-30T22:14:37.224Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=10229c2772851c0d -C extra-filename=-ffc17ae1eef62e55 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4235 | 2025-06-30T22:14:37.597Z | Compiling kv-log-macro v1.0.7 |
4236 | 2025-06-30T22:14:37.601Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6be9e6fa43451f28 -C extra-filename=-a978ee05eb109df6 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4237 | 2025-06-30T22:14:37.659Z | Compiling md5 v0.7.0 |
4238 | 2025-06-30T22:14:37.662Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0618591312966d87 -C extra-filename=-11c972edd063539f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4239 | 2025-06-30T22:14:37.855Z | Compiling async-std v1.13.0 |
4240 | 2025-06-30T22:14:37.858Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6c2170967dcfbafb -C extra-filename=-03e32b8ba347737b --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-cf51b905438227a0.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-39f7f32c47f70f6a.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-a942f3e3525a0cd9.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-2327e994f5987a4d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a978ee05eb109df6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4241 | 2025-06-30T22:14:38.171Z | Compiling russh-keys v0.45.0 |
4242 | 2025-06-30T22:14:38.175Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=196dbe2893fbfa5c -C extra-filename=-6f9a4ca8cf8b25ae --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-55fdd9699131206a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-5b0131bf01e3e6fd.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-296b2c57eb0733aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-11c972edd063539f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-2afe0bc777f08545.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4243 | 2025-06-30T22:14:38.792Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858/build-script-build` |
4244 | 2025-06-30T22:14:39.457Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=b4fe8bf0658b710b -C extra-filename=-c1831b0126a307b9 --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-146aa172596edcb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4245 | 2025-06-30T22:14:40.347Z | Compiling petgraph v0.7.1 |
4246 | 2025-06-30T22:14:40.351Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=874774d8a08e50dd -C extra-filename=-9fe66d1c46e2a898 --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-657e3258fcf4ceb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4247 | 2025-06-30T22:14:41.472Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9/build-script-build` |
4248 | 2025-06-30T22:14:41.542Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=c7fc9c6df41bfea9 -C extra-filename=-06ca4073abd2ea23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated` |
4249 | 2025-06-30T22:14:41.677Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0/build-script-build` |
4250 | 2025-06-30T22:14:41.704Z | Compiling pathdiff v0.2.3 |
4251 | 2025-06-30T22:14:41.764Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=7e3d95f10c716d7d -C extra-filename=-16af63cac94c1744 --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-4f270b9dc7dca48d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4252 | 2025-06-30T22:14:41.940Z | Compiling num-bigint v0.4.6 |
4253 | 2025-06-30T22:14:41.944Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=f650f918ffc2b2eb -C extra-filename=-7be2ddcc08074690 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4254 | 2025-06-30T22:14:43.250Z | Compiling des v0.8.1 |
4255 | 2025-06-30T22:14:43.254Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=2f10a0db4c727db8 -C extra-filename=-c15a96d361fadef4 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4256 | 2025-06-30T22:14:43.641Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4257 | 2025-06-30T22:14:43.645Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0985e06544037af1 -C extra-filename=-9bba31c6e05d917e --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-945f287b7b96ea88.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4258 | 2025-06-30T22:14:43.757Z | Compiling memmap2 v0.9.5 |
4259 | 2025-06-30T22:14:43.760Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=bb42493e21e841d8 -C extra-filename=-d73f581ad6934735 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4260 | 2025-06-30T22:14:44.110Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --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=183118c3630924d9 -C extra-filename=-6abecefb8b67713a --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-06ca4073abd2ea23.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'` |
4261 | 2025-06-30T22:14:44.176Z | Compiling nested v0.1.1 |
4262 | 2025-06-30T22:14:44.180Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf977d94591a88f5 -C extra-filename=-8aa329e5d0663ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4263 | 2025-06-30T22:14:44.220Z | Compiling doc-comment v0.3.3 |
4264 | 2025-06-30T22:14:44.223Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d3107b17c8b082d3 -C extra-filename=-b8abde3cb2e197f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4265 | 2025-06-30T22:14:44.508Z | Compiling escape8259 v0.5.3 |
4266 | 2025-06-30T22:14:44.512Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=82555cc926062f9e -C extra-filename=-0ada0860f3439910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4267 | 2025-06-30T22:14:44.550Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4268 | 2025-06-30T22:14:44.553Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=eae56bd176f3c7ce -C extra-filename=-71ff1e13e9e856f8 --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-9bba31c6e05d917e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4269 | 2025-06-30T22:14:44.853Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0/build-script-build` |
4270 | 2025-06-30T22:14:44.894Z | Compiling russh v0.45.0 |
4271 | 2025-06-30T22:14:44.898Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=f357e9dc8bf48278 -C extra-filename=-6763d881cf1e0b03 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-c15a96d361fadef4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-7be2ddcc08074690.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4272 | 2025-06-30T22:14:45.031Z | Compiling libtest-mimic v0.8.1 |
4273 | 2025-06-30T22:14:45.036Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f52af8f9b48a0731 -C extra-filename=-3e0bcd3421ffc4b1 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-0ada0860f3439910.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4274 | 2025-06-30T22:14:46.863Z | Compiling rustls-webpki v0.102.8 |
4275 | 2025-06-30T22:14:46.867Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0b1f8307cf5e5d3d -C extra-filename=-b6ed5c9162737056 --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-6abecefb8b67713a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4276 | 2025-06-30T22:14:46.947Z | Compiling guppy v0.17.19 |
4277 | 2025-06-30T22:14:46.950Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=77867e8a6c3911a4 -C extra-filename=-ac47e23a47e47000 --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-ce41b31d84d6e3a9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-657e3258fcf4ceb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8aa329e5d0663ec4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-16af63cac94c1744.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9fe66d1c46e2a898.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-c1831b0126a307b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4278 | 2025-06-30T22:14:47.451Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a6ba2c386fc74797 -C extra-filename=-c2e8e3c9cbc1192a --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d73f581ad6934735.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/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()))'` |
4279 | 2025-06-30T22:14:48.564Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=83752908391fd4a3 -C extra-filename=-e70065b2fca30e15 --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-6abecefb8b67713a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
4280 | 2025-06-30T22:14:48.657Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=b316d5cae3c337c8 -C extra-filename=-4c59568842895df5 --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts` |
4281 | 2025-06-30T22:14:51.699Z | Compiling async-object-pool v0.1.5 |
4282 | 2025-06-30T22:14:51.702Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=996b58d2d8e66d60 -C extra-filename=-81047e9d8deebce7 --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-03e32b8ba347737b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4283 | 2025-06-30T22:14:51.751Z | Compiling fancy-regex v0.14.0 |
4284 | 2025-06-30T22:14:51.754Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-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 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=6f1588551c5681ab -C extra-filename=-c23b8ab5d3431cb6 --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-82ae2ff99b341299.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4285 | 2025-06-30T22:14:51.927Z | Compiling rstest_macros v0.25.0 |
4286 | 2025-06-30T22:14:51.931Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=15e874da6ceecb3c -C extra-filename=-888b57fc7d205e2e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4287 | 2025-06-30T22:14:54.403Z | Compiling assert-json-diff v2.0.2 |
4288 | 2025-06-30T22:14:54.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c42942406f9179e8 -C extra-filename=-83b36f86bae8db31 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4289 | 2025-06-30T22:14:54.489Z | Compiling tokio-rustls v0.25.0 |
4290 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5f6d667c46fc1fa9 -C extra-filename=-e95616a73efc6d63 --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-4c59568842895df5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts` |
4291 | 2025-06-30T22:14:54.490Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4292 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8fd7951d764a6af6 -C extra-filename=-f9054557649cbb01 --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-92e945d5f5e30583.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f75ea7d90b779fd9.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d09809bfc2d5bdca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-e3c74751c1f56b3b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e95616a73efc6d63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-3de9fca2e5ae5a6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts` |
4293 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd86a12e448b42f5 -C extra-filename=-7ef9e523f137f2c4 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4294 | 2025-06-30T22:14:54.490Z | Compiling serde_regex v1.1.0 |
4295 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbcb142b8c7447b4 -C extra-filename=-112e053fed5a3b6f --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-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4296 | 2025-06-30T22:14:54.490Z | Compiling path-tree v0.8.1 |
4297 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=873f59cd02808de2 -C extra-filename=-d3880de850041d0e --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4298 | 2025-06-30T22:14:54.490Z | Compiling assert_cmd v2.0.17 |
4299 | 2025-06-30T22:14:54.490Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.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 --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' '--allow=clippy::result_large_err' '--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,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=57c12710ebbd3e5e -C extra-filename=-76c6b97f9adfe5f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4300 | 2025-06-30T22:14:54.831Z | Compiling topological-sort v0.2.2 |
4301 | 2025-06-30T22:14:54.835Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ad9d6950e20c3f -C extra-filename=-93a21d543800dfb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4302 | 2025-06-30T22:14:54.868Z | Compiling internet-checksum v0.2.1 |
4303 | 2025-06-30T22:14:54.871Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=fab952d747ed8a90 -C extra-filename=-6c1f97feedf677b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4304 | 2025-06-30T22:14:55.128Z | Compiling stringmetrics v2.2.2 |
4305 | 2025-06-30T22:14:55.170Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=f73cbf8412b05adf -C extra-filename=-99ce49da95185134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4306 | 2025-06-30T22:14:55.174Z | Compiling target-triple v0.1.3 |
4307 | 2025-06-30T22:14:55.174Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c6dd70685004e4 -C extra-filename=-2be84745219e4d2d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4308 | 2025-06-30T22:14:55.468Z | Compiling tokio-rustls v0.26.0 |
4309 | 2025-06-30T22:14:55.471Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=998befe87e972ae5 -C extra-filename=-9f0c21b5edc822a6 --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-e70065b2fca30e15.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4310 | 2025-06-30T22:14:55.821Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d/build-script-build` |
4311 | 2025-06-30T22:14:55.892Z | Compiling httpmock v0.8.0-alpha.1 |
4312 | 2025-06-30T22:14:55.895Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=018608910cecf12f -C extra-filename=-a9e2cfcc6272f261 --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-83b36f86bae8db31.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-81047e9d8deebce7.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-03e32b8ba347737b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d3880de850041d0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-112e053fed5a3b6f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-99ce49da95185134.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4313 | 2025-06-30T22:14:55.998Z | Compiling hyper-rustls v0.27.7 |
4314 | 2025-06-30T22:14:56.002Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --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=c2d723d4b6cafbec -C extra-filename=-89a89bd82e8d4050 --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-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3b2712159c6a2f0a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4315 | 2025-06-30T22:14:56.752Z | Compiling reqwest v0.12.20 |
4316 | 2025-06-30T22:14:56.756Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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(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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__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", "system-proxy", "trust-dns", "zstd"))' -C metadata=97b6b923b97612ff -C extra-filename=-e05c5f76a68f41a2 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-109203af12b2b6af.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-881d7f8af9b220f6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-d83354642adc80cd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4317 | 2025-06-30T22:14:57.179Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5b0f6077cba9458 -C extra-filename=-07cc63e0f41c8fd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b098ad7483a58c3d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8ac25521d75f80cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out` |
4318 | 2025-06-30T22:14:59.311Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3/build-script-build` |
4319 | 2025-06-30T22:14:59.380Z | Compiling datatest-stable v0.3.2 |
4320 | 2025-06-30T22:14:59.385Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=f59e74e87a935b97 -C extra-filename=-5a7a56f126a0670c --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-4f270b9dc7dca48d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-c23b8ab5d3431cb6.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-3e0bcd3421ffc4b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4321 | 2025-06-30T22:15:00.033Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e/build-script-build` |
4322 | 2025-06-30T22:15:00.206Z | Compiling progenitor-client v0.10.0 |
4323 | 2025-06-30T22:15:00.210Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=831966b13c61cf53 -C extra-filename=-12a5166a9052f900 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4324 | 2025-06-30T22:15:00.877Z | Compiling progenitor-client v0.9.1 |
4325 | 2025-06-30T22:15:00.881Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=773b49fef3b5bc22 -C extra-filename=-12dc860b3731bfb7 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4326 | 2025-06-30T22:15:01.236Z | Compiling progenitor v0.10.0 |
4327 | 2025-06-30T22:15:01.240Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=356151ad5a3d2594 -C extra-filename=-5f14f92b8f82f7fc --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-12a5166a9052f900.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-43609f30b6b138e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4328 | 2025-06-30T22:15:01.467Z | Compiling progenitor v0.9.1 |
4329 | 2025-06-30T22:15:01.470Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b7004c90880e9b9d -C extra-filename=-484069d823752b89 --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-12dc860b3731bfb7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-10ad4c874d237b4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4330 | 2025-06-30T22:15:01.546Z | Compiling progenitor-client v0.8.0 |
4331 | 2025-06-30T22:15:01.549Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e35a27673e1a512 -C extra-filename=-91e1601f75257c4b --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4332 | 2025-06-30T22:15:01.773Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
4333 | 2025-06-30T22:15:01.777Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2df62e8c1151b4c4 -C extra-filename=-81ad0a67624a4c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4334 | 2025-06-30T22:15:02.112Z | Compiling progenitor v0.8.0 |
4335 | 2025-06-30T22:15:02.116Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a59d0241635684a -C extra-filename=-06dcc3ce502be4d7 --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-91e1601f75257c4b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6db1557695f733ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4336 | 2025-06-30T22:15:02.406Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4337 | 2025-06-30T22:15:02.409Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=fad9a497deef2376 -C extra-filename=-b509d6697336dbc9 --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06dcc3ce502be4d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4338 | 2025-06-30T22:15:02.591Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
4339 | 2025-06-30T22:15:02.642Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6cacc3dc9cfb0d5 -C extra-filename=-b2122646d9c78f8f --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-bbae77247e2d1050.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4340 | 2025-06-30T22:15:06.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4341 | 2025-06-30T22:15:06.979Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcc82243c542c3d5 -C extra-filename=-f66fb8baaf448a8a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4342 | 2025-06-30T22:15:07.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a/build-script-build` |
4343 | 2025-06-30T22:15:07.516Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d883e202dd0103 -C extra-filename=-d329a378030b478a --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-ce41b31d84d6e3a9.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4344 | 2025-06-30T22:15:07.705Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4345 | 2025-06-30T22:15:07.709Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=093a013eb0cd2d82 -C extra-filename=-de6ab9c7dbb44e65 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4346 | 2025-06-30T22:15:08.089Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
4347 | 2025-06-30T22:15:08.092Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43cd944bcebef4ba -C extra-filename=-36e08dc1817ff537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4348 | 2025-06-30T22:15:08.530Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4349 | 2025-06-30T22:15:08.534Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4482a9208e74ca7 -C extra-filename=-8244b0e76e42a5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4350 | 2025-06-30T22:15:08.726Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4351 | 2025-06-30T22:15:08.729Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b721870e69d814d7 -C extra-filename=-84b69cb1d9409957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4352 | 2025-06-30T22:15:08.860Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4353 | 2025-06-30T22:15:08.863Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e04946a20c9f93 -C extra-filename=-9c9147f64aa06683 --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-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4354 | 2025-06-30T22:15:09.202Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4355 | 2025-06-30T22:15:09.206Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe055efb4904de7c -C extra-filename=-4623c984fea7cca4 --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-e139f1343979802c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4356 | 2025-06-30T22:15:09.250Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4357 | 2025-06-30T22:15:09.296Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5db466d33bb05a4f -C extra-filename=-3ac32ec69a43aedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4358 | 2025-06-30T22:15:09.762Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
4359 | 2025-06-30T22:15:09.765Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43cbb716f6bed3e6 -C extra-filename=-6d00df43ac584657 --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-f9054557649cbb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4360 | 2025-06-30T22:15:09.815Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=8304571f844d030f -C extra-filename=-4f1f386314e1d0fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4361 | 2025-06-30T22:15:10.760Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
4362 | 2025-06-30T22:15:10.763Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff120f535f59a4c -C extra-filename=-5c766a6d348e1049 --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b509d6697336dbc9.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-63933345abf2de61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-130a8800de47e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cf35d26cce1dfcfe.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-85413a2bafc2fca8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4363 | 2025-06-30T22:15:12.155Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4364 | 2025-06-30T22:15:12.159Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=caae4034391c434b -C extra-filename=-1610afcde392e85b --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4365 | 2025-06-30T22:15:12.406Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4366 | 2025-06-30T22:15:12.411Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28ec543b82caab1d -C extra-filename=-3ef4a040546ae31f --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4367 | 2025-06-30T22:15:12.575Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b/build-script-build` |
4368 | 2025-06-30T22:15:12.643Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
4369 | 2025-06-30T22:15:12.647Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=821e0b13372a436a -C extra-filename=-ae1c79b0610b5d0c --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4370 | 2025-06-30T22:15:12.953Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4371 | 2025-06-30T22:15:12.957Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f0f17ddb50e1966 -C extra-filename=-a11ba0e0b16cd8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4372 | 2025-06-30T22:15:13.494Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
4373 | 2025-06-30T22:15:13.498Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3603926c6d474ac -C extra-filename=-0c92c9442940c946 --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-d329a378030b478a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4374 | 2025-06-30T22:15:13.634Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4375 | 2025-06-30T22:15:13.689Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb4dd2f79f126b2 -C extra-filename=-f4f624c01a5a54e0 --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-d329a378030b478a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4376 | 2025-06-30T22:15:13.767Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4377 | 2025-06-30T22:15:13.771Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cce5fee712714c43 -C extra-filename=-aaea255c0b8d5e87 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4378 | 2025-06-30T22:15:13.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
4379 | 2025-06-30T22:15:13.875Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a20cebb08966e7c -C extra-filename=-f3a231470198e06a --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-63a0384016e95522.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4380 | 2025-06-30T22:15:13.918Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4381 | 2025-06-30T22:15:13.921Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=866951ce9d570f6d -C extra-filename=-b70629b9d363b9ac --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4382 | 2025-06-30T22:15:14.170Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87/build-script-build` |
4383 | 2025-06-30T22:15:14.237Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
4384 | 2025-06-30T22:15:14.241Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=262e127abe691345 -C extra-filename=-8804ad2a31b94b33 --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-6f46b1ad79447fc8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4385 | 2025-06-30T22:15:15.786Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4386 | 2025-06-30T22:15:15.790Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c5ba69dabc0f1af -C extra-filename=-499b10b5ae89c678 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4387 | 2025-06-30T22:15:16.217Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4388 | 2025-06-30T22:15:16.221Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f21ac821a15409e8 -C extra-filename=-890eaa5882507c8e --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-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4389 | 2025-06-30T22:15:16.290Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678/build-script-build` |
4390 | 2025-06-30T22:15:16.355Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4391 | 2025-06-30T22:15:16.359Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcaecbf4faac5d3d -C extra-filename=-6d12ef89ac8f431c --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-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4392 | 2025-06-30T22:15:17.054Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4393 | 2025-06-30T22:15:17.057Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcfa0b6f36b2f622 -C extra-filename=-75a856940aff4dbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4394 | 2025-06-30T22:15:17.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4395 | 2025-06-30T22:15:17.137Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72b9a4c6bd39686c -C extra-filename=-62cd9911aa89bca8 --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4396 | 2025-06-30T22:15:17.458Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb/build-script-build` |
4397 | 2025-06-30T22:15:17.526Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4398 | 2025-06-30T22:15:17.532Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435fef9d63365ad7 -C extra-filename=-80d9c199ba5e0a84 --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-edf8629ceb4f4ea2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4399 | 2025-06-30T22:15:17.673Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
4400 | 2025-06-30T22:15:17.677Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd3afd6a9bdbf907 -C extra-filename=-b2c39fbf39505dfb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4401 | 2025-06-30T22:15:18.085Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb/build-script-build` |
4402 | 2025-06-30T22:15:18.151Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4403 | 2025-06-30T22:15:18.210Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=696759f7867315e6 -C extra-filename=-e9011bd77d9430b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4404 | 2025-06-30T22:15:18.552Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
4405 | 2025-06-30T22:15:18.557Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8657dfcb09f3ba8e -C extra-filename=-f06e739970af8260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4406 | 2025-06-30T22:15:18.848Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4/build-script-build` |
4407 | 2025-06-30T22:15:18.914Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4408 | 2025-06-30T22:15:18.918Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4de17454cd55bf1 -C extra-filename=-fd413b5d386c7e83 --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-ee2129fa6db1368d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4409 | 2025-06-30T22:15:19.015Z | Compiling samael v0.0.19 |
4410 | 2025-06-30T22:15:19.019Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=1ab754100c154086 -C extra-filename=-31fe99fe424b2933 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ae0c4be867a37c8e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4411 | 2025-06-30T22:15:19.278Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
4412 | 2025-06-30T22:15:19.282Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ab91de85a511b3d -C extra-filename=-772ecac758e096fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64` |
4413 | 2025-06-30T22:15:19.606Z | Compiling tough v0.20.0 |
4414 | 2025-06-30T22:15:19.610Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-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="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=8462abbf9d8d9409 -C extra-filename=-7d3f7004a2ec942d --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-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-bef6c33d33ecb758.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d3acb497803444c9.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-00c60c1bf3080728.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9753707502760a35.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4415 | 2025-06-30T22:15:20.192Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4416 | 2025-06-30T22:15:20.196Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6739ff11f4d2905a -C extra-filename=-3da55ef5c00c9da0 --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-863717e309b7a9bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4417 | 2025-06-30T22:15:20.510Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4418 | 2025-06-30T22:15:20.514Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eb9949d8d00ebee -C extra-filename=-1b02f54cb69ebdd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4419 | 2025-06-30T22:15:20.951Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9efb300659967d16 -C extra-filename=-b71279594452f743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out --check-cfg 'cfg(svcadm_autoclear)'` |
4420 | 2025-06-30T22:15:21.438Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4421 | 2025-06-30T22:15:21.442Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398a93296951665f -C extra-filename=-482dcce6b164edb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4422 | 2025-06-30T22:15:24.993Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4423 | 2025-06-30T22:15:24.998Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=522cc5879d4e5672 -C extra-filename=-2858ce7fca430d76 --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-9a1e7e99ca25fd00.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4424 | 2025-06-30T22:15:25.863Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4425 | 2025-06-30T22:15:25.867Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885bdc9480ecfd83 -C extra-filename=-16f1389e7fd53a94 --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-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4426 | 2025-06-30T22:15:26.255Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4427 | 2025-06-30T22:15:26.259Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bf2c8aa18f22180 -C extra-filename=-483eca42e82a785f --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4428 | 2025-06-30T22:15:26.765Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4429 | 2025-06-30T22:15:26.776Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0025fcc01841145 -C extra-filename=-fe64e3457ce1c0bb --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-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4430 | 2025-06-30T22:15:26.976Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4431 | 2025-06-30T22:15:26.980Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cf557566567f508 -C extra-filename=-f2181b84702a7526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4432 | 2025-06-30T22:15:28.554Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4433 | 2025-06-30T22:15:28.558Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc75ea19be2dbac8 -C extra-filename=-080b0af0166715ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4434 | 2025-06-30T22:15:29.317Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4435 | 2025-06-30T22:15:29.322Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=733df31885644e1f -C extra-filename=-0eb15a04d09586e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4436 | 2025-06-30T22:15:30.981Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4437 | 2025-06-30T22:15:30.985Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fbe5173a992cbe8 -C extra-filename=-d05f91da223a6328 --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-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4438 | 2025-06-30T22:15:31.469Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4439 | 2025-06-30T22:15:31.473Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed81696301e69498 -C extra-filename=-3ea14fdbc3dc8e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4440 | 2025-06-30T22:15:32.803Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4441 | 2025-06-30T22:15:32.807Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=cdd0c15a50c019d3 -C extra-filename=-4b1990d917192bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4442 | 2025-06-30T22:15:32.874Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78de700f2aea0b5 -C extra-filename=-3d3d23dec40bec62 --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-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4443 | 2025-06-30T22:15:33.268Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b8ad04f514f01dd -C extra-filename=-a40dda17295f5ad9 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f1f386314e1d0fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4444 | 2025-06-30T22:15:35.476Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4445 | 2025-06-30T22:15:35.481Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2325e388a1f31bab -C extra-filename=-0b0f7d6eadcf208d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4446 | 2025-06-30T22:15:35.736Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4447 | 2025-06-30T22:15:35.740Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97908da13c7e8f5e -C extra-filename=-cfc2c71b5721dbd8 --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-90590cfc90a413fc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4448 | 2025-06-30T22:15:36.698Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4449 | 2025-06-30T22:15:36.703Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3119155b947db06f -C extra-filename=-2c8e96d180d08afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4450 | 2025-06-30T22:15:37.460Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4451 | 2025-06-30T22:15:37.464Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e904cbdb4e57e2ac -C extra-filename=-016eadc048f91be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4452 | 2025-06-30T22:15:38.985Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bab57d096b78b74 -C extra-filename=-cf55631a2ef5aafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4453 | 2025-06-30T22:15:39.766Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4454 | 2025-06-30T22:15:39.770Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=12fdb6e34846d713 -C extra-filename=-1f772e920937f1f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4455 | 2025-06-30T22:15:40.232Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
4456 | 2025-06-30T22:15:40.237Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=55a4b98dbeb0aad6 -C extra-filename=-47f8ba3fc8bc4ec6 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f1f386314e1d0fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4457 | 2025-06-30T22:15:42.470Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4458 | 2025-06-30T22:15:42.473Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecdf6fcdad9b754a -C extra-filename=-e0c14a633803c5cf --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4459 | 2025-06-30T22:15:43.178Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4460 | 2025-06-30T22:15:43.182Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b36494788a17efc4 -C extra-filename=-0cba5ad02c87ce20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4461 | 2025-06-30T22:15:47.131Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4462 | 2025-06-30T22:15:47.136Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b3e99f5efae0d32 -C extra-filename=-49ae992d0c47865d --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4463 | 2025-06-30T22:15:48.111Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
4464 | 2025-06-30T22:15:48.115Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=105ad28b2f030fe5 -C extra-filename=-5fce5267e3b361c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-47f8ba3fc8bc4ec6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4465 | 2025-06-30T22:15:51.120Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4466 | 2025-06-30T22:15:51.124Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c465bd355b9858d -C extra-filename=-0f4e318a80433dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4467 | 2025-06-30T22:15:51.418Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eef776db2596d6f1 -C extra-filename=-0e7f97644d6e7999 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4468 | 2025-06-30T22:15:51.464Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
4469 | 2025-06-30T22:15:51.468Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=23acf3924394504f -C extra-filename=-3b4a87b26751e853 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5fce5267e3b361c1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-47f8ba3fc8bc4ec6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4470 | 2025-06-30T22:15:51.631Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4471 | 2025-06-30T22:15:51.634Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=42482daf8653825f -C extra-filename=-d14c26de00267fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4472 | 2025-06-30T22:15:52.569Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4473 | 2025-06-30T22:15:52.573Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c40ee5b8a2837768 -C extra-filename=-766412797161c7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4474 | 2025-06-30T22:15:54.124Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4475 | 2025-06-30T22:15:54.127Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d9c880d26ac1850d -C extra-filename=-affa07f1fe3725f4 --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-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4476 | 2025-06-30T22:15:54.439Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4477 | 2025-06-30T22:15:54.451Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c96ad84941576c40 -C extra-filename=-12e61130e679340d --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4478 | 2025-06-30T22:15:55.711Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=55b80db8ec6c328b -C extra-filename=-ac08f3e0064fdbd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0e7f97644d6e7999.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4479 | 2025-06-30T22:15:55.998Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4480 | 2025-06-30T22:15:56.040Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd5a962eb110fede -C extra-filename=-7aa26c0c420705e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4481 | 2025-06-30T22:15:58.007Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4482 | 2025-06-30T22:15:58.011Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0642c0f34c86512b -C extra-filename=-40fc2e44375933e4 --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-7b855985f2fc6e77.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4483 | 2025-06-30T22:15:58.947Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4484 | 2025-06-30T22:15:58.954Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d92962b826a6bc9e -C extra-filename=-a49a954467e40bd4 --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-edf8629ceb4f4ea2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4485 | 2025-06-30T22:15:59.216Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4486 | 2025-06-30T22:15:59.223Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5de57b64a33a917e -C extra-filename=-3d9ac8df282ce77a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4487 | 2025-06-30T22:15:59.476Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ad88279e1fcbe032 -C extra-filename=-54dc754451a6f630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4488 | 2025-06-30T22:15:59.586Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4489 | 2025-06-30T22:15:59.610Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=675bdecc8a71ac72 -C extra-filename=-d69472432071b847 --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-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4490 | 2025-06-30T22:15:59.872Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
4491 | 2025-06-30T22:15:59.876Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d82b3bf425cfb2c4 -C extra-filename=-e4a8f2d89c083782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ae1c79b0610b5d0c.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ac08f3e0064fdbd1.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3b4a87b26751e853.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0e7f97644d6e7999.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4492 | 2025-06-30T22:16:00.116Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4493 | 2025-06-30T22:16:00.120Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0f765ef6cc60cb -C extra-filename=-7c6f48a3cddcb896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4494 | 2025-06-30T22:16:00.433Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
4495 | 2025-06-30T22:16:00.452Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=734ced556f9cdedd -C extra-filename=-72e5ad8f9fa587e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e4a8f2d89c083782.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e9f37a016911c5f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4496 | 2025-06-30T22:16:01.178Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4497 | 2025-06-30T22:16:01.183Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1105c75de37276e5 -C extra-filename=-6277bcb465498b42 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4498 | 2025-06-30T22:16:01.334Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4499 | 2025-06-30T22:16:01.344Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36bdeb4bd3922168 -C extra-filename=-8a7368a09c31f60d --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4500 | 2025-06-30T22:16:03.783Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
4501 | 2025-06-30T22:16:03.788Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=d50b1e2e4c660e18 -C extra-filename=-5c9ee4e9ffc7488f --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-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-72e5ad8f9fa587e6.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-558c83f68861bcdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-d8fcbcadbbfd457b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4502 | 2025-06-30T22:16:04.413Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4503 | 2025-06-30T22:16:04.416Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fde7dc53cf8eaaa7 -C extra-filename=-3f2b3bbabe6ddd40 --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-6cdb18cfaf521a4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4504 | 2025-06-30T22:16:04.685Z | Compiling polar-core v0.27.3 |
4505 | 2025-06-30T22:16:04.689Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=97f1f5544162389f -C extra-filename=-b36afc823d5c460e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2ec72dd599364159.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4506 | 2025-06-30T22:16:05.705Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89170e4af052f8ae -C extra-filename=-c49624b5db50b6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4507 | 2025-06-30T22:16:05.785Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4508 | 2025-06-30T22:16:05.790Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9adaace2d3811652 -C extra-filename=-a232bb6fae14e71c --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-8804ad2a31b94b33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4509 | 2025-06-30T22:16:05.913Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933/build-script-bindings` |
4510 | 2025-06-30T22:16:06.421Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e/build-script-build` |
4511 | 2025-06-30T22:16:06.774Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
4512 | 2025-06-30T22:16:06.778Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=af8a5eb67f2b8afb -C extra-filename=-d599089a7172407f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4513 | 2025-06-30T22:16:07.901Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=538a090bd33d399c -C extra-filename=-05fbc0c18b2f03c0 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4bb9c855f7a0a798.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-90ea3f523be66355.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-858072c6e661a7ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cap-lints allow --cfg tokio_unstable -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 --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'` |
4514 | 2025-06-30T22:16:08.229Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a4cd921db32c27b9 -C extra-filename=-cb3e4b67ceb67bf1 --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-41ed1515c5dcdd66.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-02bc2f50f4df49be.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4515 | 2025-06-30T22:16:12.944Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4516 | 2025-06-30T22:16:12.948Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eab79844ced0eff -C extra-filename=-7aad44eb7032c853 --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-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4517 | 2025-06-30T22:16:15.593Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4518 | 2025-06-30T22:16:15.597Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd75c43edd3dac9 -C extra-filename=-0cc88e28765ab17c --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4519 | 2025-06-30T22:16:18.800Z | Compiling oso v0.27.3 |
4520 | 2025-06-30T22:16:18.804Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=44462cc9ba36dd77 -C extra-filename=-d9938fd7365ced27 --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-48aebb6a4847b9c2.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f3dbe17e62f7d0f9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cb3e4b67ceb67bf1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4521 | 2025-06-30T22:16:19.629Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
4522 | 2025-06-30T22:16:19.632Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10270454b1aced5b -C extra-filename=-973017a9c286f392 --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-4f270b9dc7dca48d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4523 | 2025-06-30T22:16:20.146Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4524 | 2025-06-30T22:16:20.150Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=810c27cc1a32d798 -C extra-filename=-32e54d84eb7c68e2 --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-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4525 | 2025-06-30T22:16:20.663Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4526 | 2025-06-30T22:16:20.663Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75f2148e308b10c8 -C extra-filename=-0faabaf2c9bf488a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4527 | 2025-06-30T22:16:22.102Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4528 | 2025-06-30T22:16:22.106Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=904761d2143ef46f -C extra-filename=-0ff35b4c7db55537 --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4529 | 2025-06-30T22:16:22.561Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
4530 | 2025-06-30T22:16:22.565Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82b47a10a24cd10e -C extra-filename=-a82f51dbecd00c3a --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-4f270b9dc7dca48d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4531 | 2025-06-30T22:16:22.794Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
4532 | 2025-06-30T22:16:22.798Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cbf674eb29ffd61 -C extra-filename=-b30f15b0d04081be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-eda6892ece357c68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-505caf4cef9c5e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4533 | 2025-06-30T22:16:22.974Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4534 | 2025-06-30T22:16:22.978Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=22506ea3ec8a1ac6 -C extra-filename=-10814b9d47415291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4535 | 2025-06-30T22:16:23.695Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4536 | 2025-06-30T22:16:23.700Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f384aeac582dd3f3 -C extra-filename=-6cd6d83b68b7cefc --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-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4537 | 2025-06-30T22:16:24.500Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4538 | 2025-06-30T22:16:24.503Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee89cbaea9868877 -C extra-filename=-b52a750bde10378b --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4539 | 2025-06-30T22:16:24.975Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4540 | 2025-06-30T22:16:24.980Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61688c29d6ee9978 -C extra-filename=-820e8d871f309f2e --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4541 | 2025-06-30T22:16:27.104Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4542 | 2025-06-30T22:16:27.108Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64a5c40317980605 -C extra-filename=-7b63e4be5b6320b8 --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4543 | 2025-06-30T22:16:27.318Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4544 | 2025-06-30T22:16:27.322Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1f0d3a3e9c1fc29 -C extra-filename=-58bc14e822050e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4545 | 2025-06-30T22:16:27.635Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4546 | 2025-06-30T22:16:27.639Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77324c58233dc2ff -C extra-filename=-61e30a0cccc17729 --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4547 | 2025-06-30T22:16:29.874Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4548 | 2025-06-30T22:16:29.891Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e245a21ee702332 -C extra-filename=-3f74f0abea83e621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4549 | 2025-06-30T22:16:30.483Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4550 | 2025-06-30T22:16:30.488Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcdf2bfee5cca7a -C extra-filename=-c5f6525f02c85d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4551 | 2025-06-30T22:16:30.663Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4552 | 2025-06-30T22:16:30.667Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87cd5a62cf8447ba -C extra-filename=-5a8ddaaeecd55878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4553 | 2025-06-30T22:16:31.630Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4554 | 2025-06-30T22:16:31.638Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67d97eaebdeaf1d0 -C extra-filename=-b9999fef7d524659 --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-edf8629ceb4f4ea2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4555 | 2025-06-30T22:16:33.146Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4556 | 2025-06-30T22:16:33.149Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b32c761a7e38026c -C extra-filename=-63fcc38ca2e742af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4557 | 2025-06-30T22:16:33.192Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4558 | 2025-06-30T22:16:33.195Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a97c80bf42e35932 -C extra-filename=-d800d1b246a7e1c2 --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-b9999fef7d524659.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4559 | 2025-06-30T22:16:34.747Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4560 | 2025-06-30T22:16:34.751Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f90464e3e0972a9 -C extra-filename=-82714634aec3490d --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4561 | 2025-06-30T22:16:35.428Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4/build-script-build` |
4562 | 2025-06-30T22:16:35.494Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a56ac2e3c1b6598 -C extra-filename=-f1a7bc8aedb37dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4563 | 2025-06-30T22:16:36.092Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
4564 | 2025-06-30T22:16:36.096Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=286bc8cb40e2b93f -C extra-filename=-753d3c11da343843 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4565 | 2025-06-30T22:16:40.137Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4566 | 2025-06-30T22:16:40.142Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e0d5a04ed97a8e0 -C extra-filename=-2a08b715cfcd1209 --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-edf8629ceb4f4ea2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4567 | 2025-06-30T22:16:40.784Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7e6d2dbc39ac6bca -C extra-filename=-9d6a79c134394d48 --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-cefab6d96bfc6445.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-8488d67d3d353b31.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
4568 | 2025-06-30T22:16:41.307Z | Compiling git2 v0.19.0 |
4569 | 2025-06-30T22:16:41.311Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a3163351c801f122 -C extra-filename=-e8161ab2d322d264 --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-612ce2e304571f81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9d6a79c134394d48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64` |
4570 | 2025-06-30T22:16:41.427Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4571 | 2025-06-30T22:16:41.431Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a0c05161c6b177b -C extra-filename=-0494292e11d7fbe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4572 | 2025-06-30T22:16:41.856Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9/build-script-build` |
4573 | 2025-06-30T22:16:41.924Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4574 | 2025-06-30T22:16:41.928Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa292c2798d0654e -C extra-filename=-7956cfa0869d8c87 --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-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4575 | 2025-06-30T22:16:42.010Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4576 | 2025-06-30T22:16:42.014Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f2759db164da948 -C extra-filename=-f9c8c86e8b56cb48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4577 | 2025-06-30T22:16:46.445Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4578 | 2025-06-30T22:16:46.449Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f64e647c1270c9d -C extra-filename=-57ee77431005e571 --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-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4579 | 2025-06-30T22:16:48.296Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5d67e0486b6eae74 -C extra-filename=-8b23ad128ff1c796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-11b66644a8082d17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-e8161ab2d322d264.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/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)'` |
4580 | 2025-06-30T22:16:49.856Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4581 | 2025-06-30T22:16:49.860Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7107537342c1f4f -C extra-filename=-c225cb29054bb752 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4582 | 2025-06-30T22:16:49.921Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4583 | 2025-06-30T22:16:49.924Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e18554e027e33bc -C extra-filename=-71ec489efc73e515 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4584 | 2025-06-30T22:16:50.266Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4585 | 2025-06-30T22:16:50.270Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1f1e5aba11eada -C extra-filename=-30003c2cfe593593 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4586 | 2025-06-30T22:16:50.345Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515/build-script-build` |
4587 | 2025-06-30T22:16:50.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752/build-script-build` |
4588 | 2025-06-30T22:16:50.437Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
4589 | 2025-06-30T22:16:50.477Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc36fc0892a970c -C extra-filename=-2e8b980e981f376a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-8b23ad128ff1c796.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64` |
4590 | 2025-06-30T22:16:50.481Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4591 | 2025-06-30T22:16:50.481Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f76e903dad917852 -C extra-filename=-c9931c5ab8806eaf --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4592 | 2025-06-30T22:16:50.667Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593/build-script-build` |
4593 | 2025-06-30T22:16:50.737Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4594 | 2025-06-30T22:16:50.740Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e195d55d43d355d -C extra-filename=-233d5f13de19571d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4595 | 2025-06-30T22:16:51.588Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
4596 | 2025-06-30T22:16:51.596Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2134f9c11e26a6f4 -C extra-filename=-650e9578005bc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4597 | 2025-06-30T22:16:52.589Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a/build-script-build` |
4598 | 2025-06-30T22:16:53.139Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4599 | 2025-06-30T22:16:53.143Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb84f8b3a59ee33 -C extra-filename=-9e4b3702bfbf64ef --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4600 | 2025-06-30T22:16:53.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4601 | 2025-06-30T22:16:53.297Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9b3f5740075e9b -C extra-filename=-de9eb8140fbf4dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4602 | 2025-06-30T22:16:53.565Z | Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
4603 | 2025-06-30T22:16:53.569Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a86aadebd4eac8 -C extra-filename=-fd7ecf9daf693bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4604 | 2025-06-30T22:16:53.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8/build-script-build` |
4605 | 2025-06-30T22:16:53.787Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef/build-script-build` |
4606 | 2025-06-30T22:16:53.851Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
4607 | 2025-06-30T22:16:53.865Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2edab62203d1dff -C extra-filename=-cb299d2f0eb99bb9 --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-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-650e9578005bc8c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4608 | 2025-06-30T22:16:53.893Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4609 | 2025-06-30T22:16:53.897Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d5239fa43b342b3 -C extra-filename=-18f462546fb16707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4610 | 2025-06-30T22:16:54.076Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4611 | 2025-06-30T22:16:54.080Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=029c6e18e12dfe98 -C extra-filename=-e37019f77f74da6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4612 | 2025-06-30T22:16:54.302Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6582aa85c377e53 -C extra-filename=-b6197df7a0d6acaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-006659a85512cfb2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3bed9ad62b7b22c7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-459d8166863e9d8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts` |
4613 | 2025-06-30T22:16:55.978Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
4614 | 2025-06-30T22:16:55.982Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c2551d76ef2449 -C extra-filename=-d51c4b1c00d4799b --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-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4615 | 2025-06-30T22:16:56.330Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
4616 | 2025-06-30T22:16:56.334Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cae67bfe80f9a215 -C extra-filename=-ec47757df2f3e660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4617 | 2025-06-30T22:16:56.836Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4618 | 2025-06-30T22:16:56.840Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a0f10b545de4e70 -C extra-filename=-096e6feb7cfe26d1 --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-d69472432071b847.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4619 | 2025-06-30T22:16:57.339Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
4620 | 2025-06-30T22:16:57.343Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4074348375e218f -C extra-filename=-7c7ad1bab92c1ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4621 | 2025-06-30T22:16:57.440Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4622 | 2025-06-30T22:16:57.449Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0833349209499010 -C extra-filename=-836bcb07320eacbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4623 | 2025-06-30T22:16:58.920Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9c2ab5fe085eff5 -C extra-filename=-a758da05efed7fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4624 | 2025-06-30T22:16:59.136Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4625 | 2025-06-30T22:16:59.142Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be7b29e490380497 -C extra-filename=-a23024ff10ce3873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4626 | 2025-06-30T22:16:59.948Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e804e7ed4b5424 -C extra-filename=-0685597ec8dcf398 --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-c49624b5db50b6ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4627 | 2025-06-30T22:17:01.048Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4628 | 2025-06-30T22:17:01.052Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=576543f98198b64e -C extra-filename=-496f7fc11a3ad307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4629 | 2025-06-30T22:17:01.450Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c1da030970c61a9 -C extra-filename=-a53643444531e780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4630 | 2025-06-30T22:17:06.822Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
4631 | 2025-06-30T22:17:06.826Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6055a5fa661f4ac8 -C extra-filename=-8b29f993ef945bfe --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-63a0384016e95522.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4632 | 2025-06-30T22:17:08.234Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c077fe2d46463fbd -C extra-filename=-25a371b293367b39 --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-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4633 | 2025-06-30T22:17:11.023Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4634 | 2025-06-30T22:17:11.028Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d02c6e2190f711d -C extra-filename=-fa500c06cf48bd48 --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-766412797161c7bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4635 | 2025-06-30T22:17:15.931Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4636 | 2025-06-30T22:17:15.935Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0b56acef4e8e903 -C extra-filename=-c0622698ecce47a9 --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-4f270b9dc7dca48d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4637 | 2025-06-30T22:17:16.686Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=bc13f34bd8f07654 -C extra-filename=-f0f9e583990eb132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4638 | 2025-06-30T22:17:16.719Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
4639 | 2025-06-30T22:17:16.731Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d660d19abb583645 -C extra-filename=-8d5ef3ef0800e5d2 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4640 | 2025-06-30T22:17:17.649Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4641 | 2025-06-30T22:17:17.663Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=109da42ad7613e82 -C extra-filename=-d1eb42071313cf87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4642 | 2025-06-30T22:17:18.143Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4643 | 2025-06-30T22:17:18.149Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55b570d1cb5ccd23 -C extra-filename=-8e5193a7f1a1af3d --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-cefab6d96bfc6445.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4644 | 2025-06-30T22:17:18.944Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4645 | 2025-06-30T22:17:18.949Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af662ac91206ab14 -C extra-filename=-1dc4a88f151202ad --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4646 | 2025-06-30T22:17:19.383Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4647 | 2025-06-30T22:17:19.387Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6dd2f76ad40b6c4 -C extra-filename=-4ec9b3ebe31fe9e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4648 | 2025-06-30T22:17:19.791Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4649 | 2025-06-30T22:17:19.796Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b58f6d9d6ac651b -C extra-filename=-1f436aaee8f048a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4650 | 2025-06-30T22:17:19.832Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4651 | 2025-06-30T22:17:19.839Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f4ded831b77cba0 -C extra-filename=-37fd96a000ab27fb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4652 | 2025-06-30T22:17:20.214Z | Compiling omicron-zone-package v0.12.2 |
4653 | 2025-06-30T22:17:20.221Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9da2659763a47b85 -C extra-filename=-89fa3850877291a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-c2e8e3c9cbc1192a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-93a21d543800dfb3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64` |
4654 | 2025-06-30T22:17:20.259Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=093cc894c4bc7520 -C extra-filename=-2fba80cc10da6003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4655 | 2025-06-30T22:17:20.436Z | Compiling proc-macro-crate v3.2.0 |
4656 | 2025-06-30T22:17:20.476Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=790eb3e3c52079e6 -C extra-filename=-6a55f4b1362be1ed --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-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4657 | 2025-06-30T22:17:21.785Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
4658 | 2025-06-30T22:17:21.800Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7262861dee47e6 -C extra-filename=-99fa2c98dcf1c79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4659 | 2025-06-30T22:17:22.187Z | Compiling relative-path v1.9.3 |
4660 | 2025-06-30T22:17:22.194Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=86a8f3abcf950091 -C extra-filename=-c6979cf4cd2e6fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4661 | 2025-06-30T22:17:22.883Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=171dbcd713bbe304 -C extra-filename=-8606ec308b91e5d4 --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-3a67e9cd8804fc68.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-6a55f4b1362be1ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c6979cf4cd2e6fc4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4662 | 2025-06-30T22:17:22.927Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.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 --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' '--allow=clippy::result_large_err' '--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,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0f86d6c2011bb5b1 -C extra-filename=-ec767dee9535a4a0 --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-b0351b73701e7482.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-2fba80cc10da6003.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4663 | 2025-06-30T22:17:24.123Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb/build-script-build` |
4664 | 2025-06-30T22:17:24.188Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6/build-script-build` |
4665 | 2025-06-30T22:17:24.252Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8/build-script-build` |
4666 | 2025-06-30T22:17:24.369Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad/build-script-build` |
4667 | 2025-06-30T22:17:24.381Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4668 | 2025-06-30T22:17:24.389Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ea2b8358cdaf781 -C extra-filename=-3291b7bcaa82acdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4669 | 2025-06-30T22:17:25.846Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
4670 | 2025-06-30T22:17:25.850Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cde89ddbd8ea46dd -C extra-filename=-54b19de0db01be94 --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-3e9ff315175280c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4671 | 2025-06-30T22:17:27.574Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4672 | 2025-06-30T22:17:27.577Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6db7fcf248887e7 -C extra-filename=-cea6d5550762a4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4673 | 2025-06-30T22:17:28.095Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d37579c51e9732c1 -C extra-filename=-b1f3b5593660e7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'` |
4674 | 2025-06-30T22:17:28.297Z | Compiling support-bundle-viewer v0.1.2 |
4675 | 2025-06-30T22:17:28.345Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=77df07aa4a401b7f -C extra-filename=-efadbc4ce2b20ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4676 | 2025-06-30T22:17:29.532Z | Compiling multimap v0.10.1 |
4677 | 2025-06-30T22:17:29.536Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=97c5fe1c765938e9 -C extra-filename=-dcfcaf089e3ac52c --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4678 | 2025-06-30T22:17:29.936Z | Compiling uzers v0.12.1 |
4679 | 2025-06-30T22:17:29.940Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=c85172b11f520cfc -C extra-filename=-8bad8f3cc7ccfd76 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4680 | 2025-06-30T22:17:31.126Z | Compiling trybuild v1.0.105 |
4681 | 2025-06-30T22:17:31.130Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=a014aee225b780e8 -C extra-filename=-a3a9a146dfdf743a --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-38c5db4ab82d3093.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b1f3b5593660e7e1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4682 | 2025-06-30T22:17:32.293Z | Compiling rstest v0.25.0 |
4683 | 2025-06-30T22:17:32.343Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7b27a8b7a7ea9268 -C extra-filename=-b6e4b3864d84f85f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8606ec308b91e5d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4684 | 2025-06-30T22:17:32.627Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4685 | 2025-06-30T22:17:32.631Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40d56edd8e91cd14 -C extra-filename=-d8bc6ed2ab8488ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4686 | 2025-06-30T22:17:34.308Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4687 | 2025-06-30T22:17:34.312Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cefe9deaebbef57c -C extra-filename=-0c413452e4913aa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4688 | 2025-06-30T22:17:34.749Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
4689 | 2025-06-30T22:17:34.752Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99df2f2bd25dd7b5 -C extra-filename=-3e0a7e1d5f27fee8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4690 | 2025-06-30T22:17:35.188Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4691 | 2025-06-30T22:17:35.192Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d549c18282ecae79 -C extra-filename=-a88415f44e4e13ae --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4692 | 2025-06-30T22:17:35.620Z | Compiling blake2b_simd v1.0.2 |
4693 | 2025-06-30T22:17:35.624Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=5f22bbff7dbeaadf -C extra-filename=-eb0c9af80a8bcd16 --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4694 | 2025-06-30T22:17:37.120Z | Compiling partial-io v0.5.4 |
4695 | 2025-06-30T22:17:37.124Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=613750b23fe8b435 -C extra-filename=-3372c46ddd282e96 --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-90590cfc90a413fc.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4696 | 2025-06-30T22:17:37.678Z | Compiling httptest v0.16.3 |
4697 | 2025-06-30T22:17:37.681Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4f96e4a7df909e4 -C extra-filename=-3496fbe10c1d0394 --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-faf115b538446cf7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4874f00a18ba00e9.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4698 | 2025-06-30T22:17:40.490Z | Compiling rand_distr v0.4.3 |
4699 | 2025-06-30T22:17:40.493Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=db6f9f85f3303d7e -C extra-filename=-8b871cc6b0764b64 --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-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4700 | 2025-06-30T22:17:41.503Z | Compiling approx v0.5.1 |
4701 | 2025-06-30T22:17:41.552Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=a9f2346b7054dc9f -C extra-filename=-4fdd4e3927eaf215 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4702 | 2025-06-30T22:17:41.840Z | Compiling rust-argon2 v2.1.0 |
4703 | 2025-06-30T22:17:41.844Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=046c5cde7c7d13a0 -C extra-filename=-76724db97869ce18 --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-6479324884e62b47.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eb0c9af80a8bcd16.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4704 | 2025-06-30T22:17:42.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae/build-script-build` |
4705 | 2025-06-30T22:17:42.443Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8/build-script-build` |
4706 | 2025-06-30T22:17:42.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5/build-script-build` |
4707 | 2025-06-30T22:17:42.573Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4708 | 2025-06-30T22:17:42.624Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51586bec3b3222be -C extra-filename=-e3e6ece434d142fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4709 | 2025-06-30T22:17:43.306Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
4710 | 2025-06-30T22:17:43.310Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c56ba38cf31f19c9 -C extra-filename=-e9ccc745ab62ee85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4711 | 2025-06-30T22:17:43.491Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4712 | 2025-06-30T22:17:43.495Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb874d514eed1b46 -C extra-filename=-fb429347234dacbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4713 | 2025-06-30T22:17:43.791Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4714 | 2025-06-30T22:17:43.794Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=117a6d115ff8e28d -C extra-filename=-85373c37faffd6ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4715 | 2025-06-30T22:17:46.860Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4716 | 2025-06-30T22:17:46.865Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f89552f1623aeecc -C extra-filename=-b6858b247a7be4bf --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4717 | 2025-06-30T22:17:48.759Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
4718 | 2025-06-30T22:17:48.763Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73cfc5ec28524cb3 -C extra-filename=-f5a9a76590a02ab2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4719 | 2025-06-30T22:17:48.911Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4720 | 2025-06-30T22:17:48.914Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a048884af5343af8 -C extra-filename=-56fab96baf2f15b4 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4721 | 2025-06-30T22:17:49.364Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
4722 | 2025-06-30T22:17:49.368Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9a6ed7a2e92fb6 -C extra-filename=-99dbb0b02a0740b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4723 | 2025-06-30T22:17:49.904Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4724 | 2025-06-30T22:17:49.910Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b87a8a97bd7b12 -C extra-filename=-2ad6a4cf809e235b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4725 | 2025-06-30T22:17:50.196Z | Compiling cargo_toml v0.21.0 |
4726 | 2025-06-30T22:17:50.229Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/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,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=5c7f0cf5df22d19f -C extra-filename=-46ca977a0a137180 --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-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4727 | 2025-06-30T22:17:50.444Z | Compiling termios v0.3.3 |
4728 | 2025-06-30T22:17:50.448Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=76dad86274fc48ba -C extra-filename=-6b2e3a51641dfa35 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4729 | 2025-06-30T22:17:50.810Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4730 | 2025-06-30T22:17:50.852Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a8c49b22cccc99e -C extra-filename=-a1c1da3233204198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b2e3a51641dfa35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4731 | 2025-06-30T22:17:51.631Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=539137122bd3621e -C extra-filename=-74235d5c5aab60c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4732 | 2025-06-30T22:17:52.502Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=479dff821d7ad30a -C extra-filename=-8ece43d7aade0646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f5a9a76590a02ab2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4733 | 2025-06-30T22:17:54.858Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4734 | 2025-06-30T22:17:54.862Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a54e3d611a36a07 -C extra-filename=-e3277cd3e772d251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out` |
4735 | 2025-06-30T22:17:55.698Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7c0735229cb6b74 -C extra-filename=-0a1d2a5a721b7847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb429347234dacbe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4736 | 2025-06-30T22:17:56.525Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=887e5af16c077ee3 -C extra-filename=-776ecc20a6911e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-85373c37faffd6ca.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4737 | 2025-06-30T22:17:57.348Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4738 | 2025-06-30T22:17:57.390Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8b2841a151bb60c -C extra-filename=-c7e21c3224200fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-46ca977a0a137180.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4739 | 2025-06-30T22:17:58.582Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64d455c979238064 -C extra-filename=-465afa31363da644 --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-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4740 | 2025-06-30T22:17:58.930Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c11ce535a62c054 -C extra-filename=-a3b31be8b202aa1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4741 | 2025-06-30T22:17:59.820Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf64b054aac5fa34 -C extra-filename=-8e6262677e4e84a0 --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e9ccc745ab62ee85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4742 | 2025-06-30T22:18:01.368Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a82f8203bfa2b52f -C extra-filename=-f3e73f133d16e487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e3e6ece434d142fc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4743 | 2025-06-30T22:18:01.413Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=626c36204c59c9fd -C extra-filename=-4ceda828b54a4a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4744 | 2025-06-30T22:18:02.939Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db71c80313c2bf0 -C extra-filename=-0aade0c8c1feef61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4745 | 2025-06-30T22:18:03.195Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a09bde7edbac1173 -C extra-filename=-0646b8ff185c45cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4746 | 2025-06-30T22:18:04.193Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff6a18eb08956885 -C extra-filename=-7208a1c0319502f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4747 | 2025-06-30T22:18:05.405Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d9cb1080156393 -C extra-filename=-7541b72eb12467b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4748 | 2025-06-30T22:18:06.250Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaade0875f089a4c -C extra-filename=-ec31d8ed7c539593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4749 | 2025-06-30T22:18:08.887Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4750 | 2025-06-30T22:18:08.929Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=7081a19c3f682bcc -C extra-filename=-feb292d4de557e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4751 | 2025-06-30T22:18:11.188Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4752 | 2025-06-30T22:18:11.192Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db6f7e9d7603a67b -C extra-filename=-167790543b152142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4753 | 2025-06-30T22:18:11.325Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4754 | 2025-06-30T22:18:11.328Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1f8096c63f0f0ab -C extra-filename=-65e273faea63954f --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-90590cfc90a413fc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4755 | 2025-06-30T22:18:11.923Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d07a70d701ea68be -C extra-filename=-6bbe85e624072b6e --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4756 | 2025-06-30T22:18:13.266Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c46573d8ca1c301 -C extra-filename=-9f743f839125d775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4757 | 2025-06-30T22:18:13.491Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46347ac6e4ca3a66 -C extra-filename=-7c4401ddf17c5985 --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4758 | 2025-06-30T22:18:14.569Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbcd012813608ca4 -C extra-filename=-305e37b3e0e16f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4759 | 2025-06-30T22:18:15.183Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=349dde72dc6d0009 -C extra-filename=-8df1aeacce194d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4760 | 2025-06-30T22:18:15.613Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5f9e54cb03b097c -C extra-filename=-52e454942fff9326 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4761 | 2025-06-30T22:18:17.517Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2120a855d8ddc71f -C extra-filename=-e32ddd01cc25ba40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4762 | 2025-06-30T22:18:17.824Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2246869b0a28f65e -C extra-filename=-084ed216704498ae --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-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4763 | 2025-06-30T22:18:18.179Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01cba019df1c174b -C extra-filename=-e99b0c2f304b6e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4764 | 2025-06-30T22:18:18.465Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab05a5ee55d35e7f -C extra-filename=-4526809717f1eb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-56fab96baf2f15b4.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4765 | 2025-06-30T22:18:21.085Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d5df3e8cc5c0487 -C extra-filename=-432edd259989e2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4766 | 2025-06-30T22:18:24.859Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a09cefd18471472 -C extra-filename=-4a454d05191f8116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4767 | 2025-06-30T22:18:27.228Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=064bd04ad47969d9 -C extra-filename=-0154539325340987 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4768 | 2025-06-30T22:18:31.452Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9320c8bbc2eb71c8 -C extra-filename=-40984ccad9a946ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4769 | 2025-06-30T22:18:34.769Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5a826a60e1d69ee -C extra-filename=-f4ddbf03e69b74e6 --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-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4770 | 2025-06-30T22:18:38.237Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f63dabfd91f081f -C extra-filename=-12a167385b5d51b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4771 | 2025-06-30T22:18:39.282Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ba041042e5a0cf52 -C extra-filename=-79a65d8a3aeb5fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4772 | 2025-06-30T22:18:41.909Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70553e4f401f1578 -C extra-filename=-814a97fcab37ac2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out` |
4773 | 2025-06-30T22:18:46.105Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43e005871260e83d -C extra-filename=-e1dbc752bcf8a7be --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4774 | 2025-06-30T22:19:01.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8395957846c3dd54 -C extra-filename=-ad7152118c870997 --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4775 | 2025-06-30T22:19:05.171Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=3e59d5e77986f607 -C extra-filename=-96c41aca1abb3421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4776 | 2025-06-30T22:19:10.415Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb55b1a69042eae4 -C extra-filename=-2e0e733b38f2122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4777 | 2025-06-30T22:19:11.820Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=dd0a8b4020299cd7 -C extra-filename=-3aa7c408a89e9d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4778 | 2025-06-30T22:19:15.070Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68da3c088c3f07a6 -C extra-filename=-80c7d957a8706b57 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4779 | 2025-06-30T22:19:17.059Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=afb30c7fc13d02d6 -C extra-filename=-458ae7fdbc1538d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4780 | 2025-06-30T22:19:17.560Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1f8e9d1b638e68d0 -C extra-filename=-cc32655c1ed5b3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4781 | 2025-06-30T22:19:26.430Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=373ee4cf514e7e80 -C extra-filename=-ef3e90a66830700c --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4782 | 2025-06-30T22:19:29.081Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a23ee62f4e6f1819 -C extra-filename=-97b92a678c11a727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4783 | 2025-06-30T22:19:32.180Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27fe8be1371a65d5 -C extra-filename=-23e595c06f9f71a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4784 | 2025-06-30T22:19:41.769Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a18cf27c1b19aed -C extra-filename=-71701705a356b700 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4785 | 2025-06-30T22:19:44.904Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=90689e2fcfed7c71 -C extra-filename=-176c7aa01733316d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4786 | 2025-06-30T22:19:52.803Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9691b69e04398677 -C extra-filename=-edc1b90abf6350a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4787 | 2025-06-30T22:19:55.397Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259e2161476046e3 -C extra-filename=-aea6548d98cc6eef --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4788 | 2025-06-30T22:19:58.900Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=261c2db5fa625933 -C extra-filename=-95d07a738e35ebf5 --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4789 | 2025-06-30T22:20:00.055Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=8486d9658ba5f4f9 -C extra-filename=-838e9d3e9fb7cfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4790 | 2025-06-30T22:20:02.612Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c219c3cecae03071 -C extra-filename=-f075f01e8693ae0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4791 | 2025-06-30T22:20:10.892Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a41a18eb66935bd -C extra-filename=-056a2b0a49506d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4792 | 2025-06-30T22:20:11.349Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a3742d08f36f084 -C extra-filename=-cd72163d270c70fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4793 | 2025-06-30T22:20:16.443Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0043016b15cd085f -C extra-filename=-64fa2964e612fe6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4794 | 2025-06-30T22:20:17.605Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f499448f7e1758a1 -C extra-filename=-dd391ae32691dd80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4795 | 2025-06-30T22:20:17.767Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=442f6ef97e63ee82 -C extra-filename=-eb726d6bcc6c41cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4796 | 2025-06-30T22:20:19.781Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c9767c82b8ec574 -C extra-filename=-4617aafbb7a409de --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4797 | 2025-06-30T22:20:22.123Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=325c5157d2d0f49c -C extra-filename=-35b78ca7befb0d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4798 | 2025-06-30T22:20:24.663Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d3a3ba78671a57 -C extra-filename=-57effeba9db2d1f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4799 | 2025-06-30T22:20:29.683Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7667d70b0425ef56 -C extra-filename=-7c55a9633368f6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4800 | 2025-06-30T22:20:32.086Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5378a6e10ff8048 -C extra-filename=-6921cd827aebc69b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4801 | 2025-06-30T22:20:35.518Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5747ac8934e05e6 -C extra-filename=-27b84dd3d39ff2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4802 | 2025-06-30T22:20:36.562Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=088e4f76c2fb8a8f -C extra-filename=-b2220fd5d73871f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4803 | 2025-06-30T22:20:36.652Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed888cd3f635e52c -C extra-filename=-da45d1eff497b538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4804 | 2025-06-30T22:20:38.058Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9c6a4f6ca9bd4f3 -C extra-filename=-80eec652c02b209a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4805 | 2025-06-30T22:20:40.515Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=541b22c27fe4c7be -C extra-filename=-625da3154ed18cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4806 | 2025-06-30T22:20:40.693Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004207af4c78116b -C extra-filename=-5ce918a2a60f2eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64` |
4807 | 2025-06-30T22:20:43.182Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f25d58a73d8e1e52 -C extra-filename=-70cdf7a098e82d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4808 | 2025-06-30T22:20:43.633Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216b95fbe088c126 -C extra-filename=-efd523605ea478e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4809 | 2025-06-30T22:20:45.858Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a9b9b7cb45bfacd -C extra-filename=-714decd4add03170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4810 | 2025-06-30T22:20:56.635Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_custom --edition=2021 dev-tools/reconfigurator-cli/tests/test-custom.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3cdb51051bfb3f6 -C extra-filename=-6349f531a450be6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4811 | 2025-06-30T22:20:56.769Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cbfcaaacbf6aff0 -C extra-filename=-894db46aed42c8be --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-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4812 | 2025-06-30T22:20:57.194Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4813 | 2025-06-30T22:20:57.195Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60558535fee898a7 -C extra-filename=-2ef572a2afbe4c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4814 | 2025-06-30T22:20:58.699Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc9628eea888661d -C extra-filename=-0b725810a5530fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4815 | 2025-06-30T22:21:01.159Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=232c9af1c3a727b6 -C extra-filename=-77f736c83b9cafd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4816 | 2025-06-30T22:21:04.531Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=406f90ebf3da7520 -C extra-filename=-eff5bfa4f987a123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4817 | 2025-06-30T22:21:06.330Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3545b42b012c5a7 -C extra-filename=-93b29bb7d0f8a514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4818 | 2025-06-30T22:21:07.024Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93d71a015b0bb806 -C extra-filename=-e8b6ffbac822932a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4819 | 2025-06-30T22:21:08.909Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8868b6b2d3a66ce2 -C extra-filename=-c91fcc100b8f3cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4820 | 2025-06-30T22:21:15.565Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d42a1f04b3631e1a -C extra-filename=-5301e0363abee581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4821 | 2025-06-30T22:21:15.575Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f385bca24ec8a08a -C extra-filename=-165126d3d430b8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4822 | 2025-06-30T22:21:17.477Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec03d67729c3a4ab -C extra-filename=-92977ee6308d1724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4823 | 2025-06-30T22:21:20.425Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ee8169b3887b85 -C extra-filename=-d8e8add5c6f91a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4824 | 2025-06-30T22:21:25.218Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ae764c4f0a3411d -C extra-filename=-3d281207ea7ca43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4825 | 2025-06-30T22:21:28.118Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e10d615e9bedc077 -C extra-filename=-8c2abe3ac74b9539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4826 | 2025-06-30T22:21:31.351Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fb19396f1481990d -C extra-filename=-5a5ec3a803070c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4827 | 2025-06-30T22:21:31.436Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d51910bdc0f63df4 -C extra-filename=-3481cd91bedf646e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4828 | 2025-06-30T22:21:34.547Z | Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
4829 | 2025-06-30T22:21:34.551Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dff3e08ddb3f3d8 -C extra-filename=-ff80d62deeeabb34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4830 | 2025-06-30T22:21:34.815Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=539c5b44547a41ca -C extra-filename=-e4a70122d6b30f1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4831 | 2025-06-30T22:21:37.749Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ac3380da7f86af -C extra-filename=-94e64950ac2ac5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4832 | 2025-06-30T22:21:40.895Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d51b76b40860fc -C extra-filename=-92b03690409c9d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4833 | 2025-06-30T22:21:46.477Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fbd472811ed259e -C extra-filename=-a06719bc315abaca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4834 | 2025-06-30T22:21:48.582Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d669e1ff66beaa79 -C extra-filename=-c625ba16d06a711a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4835 | 2025-06-30T22:21:48.676Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c4c63ab18d97fd -C extra-filename=-386cd46ddda1c0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4836 | 2025-06-30T22:21:49.222Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d91e4f9730cd84a7 -C extra-filename=-eee0056a0561aed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4837 | 2025-06-30T22:21:50.477Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9685ef7f6d053ce4 -C extra-filename=-d506a1da893ac7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4838 | 2025-06-30T22:21:51.008Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=750e63572ba6a4ad -C extra-filename=-a0314fd301c34e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4839 | 2025-06-30T22:22:20.873Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8075df88bdb2a9e -C extra-filename=-662126a0882e04ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4840 | 2025-06-30T22:22:24.009Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c76d1e22d5f627d3 -C extra-filename=-6179449c13b01e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4841 | 2025-06-30T22:22:25.573Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccc56061558800e9 -C extra-filename=-73591608b833ce14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4842 | 2025-06-30T22:22:25.819Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4843 | 2025-06-30T22:22:25.887Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13100b24bcff9f59 -C extra-filename=-9b23a4211fc6162c --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4844 | 2025-06-30T22:22:25.890Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=383b0693bf7d58c5 -C extra-filename=-48685e321382c3d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4845 | 2025-06-30T22:22:29.281Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce06ba8f0592fd0 -C extra-filename=-5bd0d061921be902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4846 | 2025-06-30T22:22:29.285Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40e7a7adc5211adf -C extra-filename=-fa8d5fd0eaea34e8 --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-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4847 | 2025-06-30T22:22:32.226Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b62e1f6fa9350b50 -C extra-filename=-1071bfcd92aae70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4848 | 2025-06-30T22:22:34.600Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f758e1e1ac546f7 -C extra-filename=-6de33822ebadd199 --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-d69472432071b847.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4849 | 2025-06-30T22:22:36.963Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c107a1b11002bc6 -C extra-filename=-0d520475fd1f474d --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-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4850 | 2025-06-30T22:22:38.156Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15733bc12f88f16f -C extra-filename=-86b0b80dd91554a6 --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-b9999fef7d524659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4851 | 2025-06-30T22:22:39.983Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=247277aae7491970 -C extra-filename=-fd2ad079d425ca65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64` |
4852 | 2025-06-30T22:22:48.940Z | Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
4853 | 2025-06-30T22:22:48.944Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd59de47345c4b4e -C extra-filename=-a843aa6a65df168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4854 | 2025-06-30T22:22:49.685Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fddb2e98f4ec024b -C extra-filename=-fd5d2b0c57869b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4855 | 2025-06-30T22:22:52.940Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3673bb474e89e541 -C extra-filename=-ffda2403a6ebc7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4856 | 2025-06-30T22:22:53.556Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb231aca2c93b1f4 -C extra-filename=-ee258d2e3d47f4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4857 | 2025-06-30T22:22:58.101Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=692261c5cc5fed8e -C extra-filename=-b0dd09b3efc44976 --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4858 | 2025-06-30T22:23:01.037Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=98eb166449039303 -C extra-filename=-297089e655b99318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4859 | 2025-06-30T22:23:01.556Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b7461d66b4aaf5c -C extra-filename=-cc8c7175a78c29b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4860 | 2025-06-30T22:23:15.430Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6c39dcc35e5b093 -C extra-filename=-1dcce3b5aef100ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4861 | 2025-06-30T22:23:16.224Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce3fd99bd1e422a0 -C extra-filename=-5e63171827461aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4862 | 2025-06-30T22:23:17.338Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dcdb725dc802cc8 -C extra-filename=-9ee50dbe99c8d470 --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-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4863 | 2025-06-30T22:23:20.752Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddf472424bdd75ae -C extra-filename=-2ecba4b7d10e230b --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4864 | 2025-06-30T22:23:22.103Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0690f769519fc96 -C extra-filename=-9e4fd5c144b90019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4865 | 2025-06-30T22:23:23.251Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24429ce1d85a029f -C extra-filename=-8f534875c1898e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4866 | 2025-06-30T22:23:26.794Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7da812b82a5d533 -C extra-filename=-afe85a562fee86d6 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4867 | 2025-06-30T22:23:27.362Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f7c170a18fdcfdc3 -C extra-filename=-280692cdb01ddf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4868 | 2025-06-30T22:23:29.460Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=798cf47ec0a4ac79 -C extra-filename=-ebb39cf98f3fdbfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4869 | 2025-06-30T22:23:39.599Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0080cbcee6d1aa43 -C extra-filename=-189c26b956c8cbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4870 | 2025-06-30T22:23:40.947Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ba35e021cb57baf -C extra-filename=-c29cd46a4b9d1c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4871 | 2025-06-30T22:23:42.136Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3137019525df42c3 -C extra-filename=-e6be8bff91f0d729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4872 | 2025-06-30T22:23:46.045Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb4a7bc648fc41a -C extra-filename=-abe25053b434ee06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4873 | 2025-06-30T22:23:52.221Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc98e404bdf793c8 -C extra-filename=-16a311a68cd11ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4874 | 2025-06-30T22:24:06.161Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee55bbb69ce4bce9 -C extra-filename=-1e4140107548ecbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4875 | 2025-06-30T22:24:08.066Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ecef4c86d56034 -C extra-filename=-7001c5e84fcfbae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4876 | 2025-06-30T22:24:09.462Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a913a2a32351adb -C extra-filename=-ec6eb42ffdcc4dbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4877 | 2025-06-30T22:24:09.826Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5694ccb3dcf01d7 -C extra-filename=-220d79e4a09867c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4878 | 2025-06-30T22:24:10.118Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=254763c5a45b0164 -C extra-filename=-06211ccef2fee3f7 --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4879 | 2025-06-30T22:24:11.409Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e017233cce3474b -C extra-filename=-ebd384daccf64918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4880 | 2025-06-30T22:24:13.926Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=830868342b919a0d -C extra-filename=-f3d6f15597a05fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4881 | 2025-06-30T22:24:14.035Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d44154a0d110bf2 -C extra-filename=-2af8c8495017a195 --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4882 | 2025-06-30T22:24:42.558Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c90262ce5f26c5bd -C extra-filename=-9ec46e3a86271ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4883 | 2025-06-30T22:24:42.656Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afed846de96f1b -C extra-filename=-e717d01d68bf0a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4884 | 2025-06-30T22:24:42.944Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54614672bc529f98 -C extra-filename=-271df01e97086832 --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-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4885 | 2025-06-30T22:24:46.864Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=648e88924a8b1b77 -C extra-filename=-6e9c122a09ac5885 --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4886 | 2025-06-30T22:24:48.131Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61e1478df966475 -C extra-filename=-019f57a0efc65c29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4887 | 2025-06-30T22:24:49.406Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=db71282f6da7feca -C extra-filename=-18b70f36b66b64b4 --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4888 | 2025-06-30T22:24:50.410Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30624338216a7e56 -C extra-filename=-029bdbc3ebd7edf2 --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-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4889 | 2025-06-30T22:24:53.102Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c8a79fb773ec672 -C extra-filename=-3a96b7afe36e9c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4890 | 2025-06-30T22:24:54.794Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=71f056db382c6bd4 -C extra-filename=-89daa27e7b689104 --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-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4891 | 2025-06-30T22:25:06.757Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cb0f720dcd55504 -C extra-filename=-b6fd8daa634fe36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4892 | 2025-06-30T22:25:08.736Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=458e3a9fd1940560 -C extra-filename=-eb3f031412ee9dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4893 | 2025-06-30T22:25:09.539Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3337e64308665394 -C extra-filename=-a3c7caf4ee7a7358 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4894 | 2025-06-30T22:25:11.316Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4895 | 2025-06-30T22:25:11.320Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a1ae9c97c8f19c3 -C extra-filename=-d7f261eb6e06af30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4896 | 2025-06-30T22:25:11.366Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d3f43cdb264b874 -C extra-filename=-c090c234de5cda97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4897 | 2025-06-30T22:25:11.855Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=618c7e29c56a70a6 -C extra-filename=-859381b784bb47af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4898 | 2025-06-30T22:25:12.069Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4899 | 2025-06-30T22:25:12.105Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87477d6ab228d678 -C extra-filename=-d6a6482974c6fc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4900 | 2025-06-30T22:25:13.558Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6888912e8628925 -C extra-filename=-063efe2b07512140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4901 | 2025-06-30T22:25:13.858Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b5ee17039698295c -C extra-filename=-d8a828b21705fef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4902 | 2025-06-30T22:25:15.191Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c43f1635c46d30 -C extra-filename=-9124cbdcdceafc5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4903 | 2025-06-30T22:25:15.282Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c564fdb9e9515f66 -C extra-filename=-cf1bfec4d8c0a029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
4904 | 2025-06-30T22:25:16.455Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8acddaae60b44b33 -C extra-filename=-148a61fc30cbc953 --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-7ba6a39e7b86ce7d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4905 | 2025-06-30T22:25:16.801Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=1f28e002c84dc5ca -C extra-filename=-b74918b1573d5dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4906 | 2025-06-30T22:25:19.123Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ba287184a0fa091e -C extra-filename=-0b43299db0db1eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
4907 | 2025-06-30T22:25:21.003Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc464854e6de7825 -C extra-filename=-dde697c90de4baa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4908 | 2025-06-30T22:25:30.759Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4909 | 2025-06-30T22:25:30.793Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e312b56887d8d6e -C extra-filename=-cb41ea4ed3aff944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4910 | 2025-06-30T22:25:31.872Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52a6b0b1409cfe7a -C extra-filename=-dd1d3747d9e9921c --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-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64` |
4911 | 2025-06-30T22:25:33.405Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54ab4fc3b6e14f39 -C extra-filename=-2b93599bf45d9514 --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-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4912 | 2025-06-30T22:25:34.295Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48a8ef93a5bff510 -C extra-filename=-79ab8f99a1fa924e --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4913 | 2025-06-30T22:25:35.177Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a19ba5eafb0a7ac8 -C extra-filename=-dbf2d31428ace927 --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-4f270b9dc7dca48d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4914 | 2025-06-30T22:25:36.982Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=934ca2d71353c365 -C extra-filename=-73e928ababb7ac08 --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-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4915 | 2025-06-30T22:25:38.497Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db57853f6ac5fbbf -C extra-filename=-eab0c80bd0524298 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4916 | 2025-06-30T22:25:39.052Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c85307312afb31a8 -C extra-filename=-7d14b2eb15cdf0e0 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4917 | 2025-06-30T22:25:39.632Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b59c4885cf539a5e -C extra-filename=-0973bb132c1dadc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4918 | 2025-06-30T22:25:39.883Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d2964f8884f35f -C extra-filename=-cb3415659e80cb45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4919 | 2025-06-30T22:25:41.263Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef412f4c53c60af6 -C extra-filename=-d01a9427a21e4536 --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-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4920 | 2025-06-30T22:25:41.377Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85177b51e090042 -C extra-filename=-9d641e1351d92f6e --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4921 | 2025-06-30T22:25:42.549Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c4a12ce84843df0 -C extra-filename=-d35a7851c9cf45c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4922 | 2025-06-30T22:25:43.399Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbc377f533e53a88 -C extra-filename=-2544edbcc8547dbf --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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4923 | 2025-06-30T22:25:43.715Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f502a5c50c469057 -C extra-filename=-c5e608190ff51274 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/` |
4924 | 2025-06-30T22:25:45.701Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91e3acf0b8394ff -C extra-filename=-7ed5b98e0d5261ef --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-b71279594452f743.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4925 | 2025-06-30T22:25:47.805Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3fbf522088e7f1d -C extra-filename=-209edb39229369fa --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-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4926 | 2025-06-30T22:25:48.936Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=827fa17c7fa8e981 -C extra-filename=-c168a7cb237ddcc1 --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-8804ad2a31b94b33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4927 | 2025-06-30T22:25:50.522Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc1c385ddf808dc -C extra-filename=-d0625e1924d40fc3 --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-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4928 | 2025-06-30T22:25:51.058Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ff8ae179cae38cb -C extra-filename=-e3d90fc6fea65470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4929 | 2025-06-30T22:25:51.106Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=9ec136b5de7754ab -C extra-filename=-6b41a4dd97f408f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4930 | 2025-06-30T22:25:51.160Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f608c0f6f6f8ba -C extra-filename=-3cf9e2b80ff5179b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4931 | 2025-06-30T22:25:54.733Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=008c134ddd475aa0 -C extra-filename=-065139c474858178 --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4932 | 2025-06-30T22:25:55.315Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=080bef937daa5e90 -C extra-filename=-10a88cc2b133f5ef --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4933 | 2025-06-30T22:25:57.934Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acbd5cdc2b7ad662 -C extra-filename=-09b4a9b3340a97b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4934 | 2025-06-30T22:25:58.096Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87264c57bf89fdb0 -C extra-filename=-ea9a2f405c141b43 --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-9a1e7e99ca25fd00.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4935 | 2025-06-30T22:26:00.972Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce3352d909ed93e -C extra-filename=-141a69952436ded1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4936 | 2025-06-30T22:26:01.190Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=122522d8143a0b0b -C extra-filename=-f854ea0f08c1346f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4937 | 2025-06-30T22:26:01.202Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcb4dca363f2837d -C extra-filename=-ecacd2f7981cb105 --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-6cdb18cfaf521a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4938 | 2025-06-30T22:26:02.586Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc09b7e79776c23 -C extra-filename=-d522762d4937fdc9 --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-edf8629ceb4f4ea2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4939 | 2025-06-30T22:26:05.776Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27015072dae05c86 -C extra-filename=-a5f43352ee7cdc0d --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4940 | 2025-06-30T22:26:08.654Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
4941 | 2025-06-30T22:26:08.700Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ace05789454a4253 -C extra-filename=-2529fc1946c8bf49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4942 | 2025-06-30T22:26:08.883Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fce6662cd971829 -C extra-filename=-b853d0f72a351a7c --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4943 | 2025-06-30T22:26:09.008Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae7eeee10db48be -C extra-filename=-4e8c243f6f33ca10 --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4944 | 2025-06-30T22:26:10.128Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc87d1b191cea3d -C extra-filename=-4ad46fc4f8b30505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4945 | 2025-06-30T22:26:11.595Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d4e9d1361ef3a194 -C extra-filename=-507f2907859ace5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4946 | 2025-06-30T22:26:12.422Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7835610c1ef698f -C extra-filename=-05f36a611fa39598 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4947 | 2025-06-30T22:26:12.513Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a151a9a876f88a8b -C extra-filename=-98b46a686cbb482a --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-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4948 | 2025-06-30T22:26:12.873Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31bacbb83e7932f -C extra-filename=-b911e7abede3f3df --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-3e9ff315175280c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4949 | 2025-06-30T22:26:13.071Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f0c640f60c48209 -C extra-filename=-66249293e724ff3d --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4950 | 2025-06-30T22:26:13.188Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab52a533b086ab9 -C extra-filename=-0a5da4816c35dfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4951 | 2025-06-30T22:26:13.626Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81f42f02e287f704 -C extra-filename=-2d3ab9bb30dd93bc --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-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4952 | 2025-06-30T22:26:13.679Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159d83b05e69c3d0 -C extra-filename=-1eaa3a5956c610c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4953 | 2025-06-30T22:26:14.299Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a137ce0c219e392 -C extra-filename=-3d6963e712d8cd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4954 | 2025-06-30T22:26:14.519Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2117727afbf88a8d -C extra-filename=-5a70986e8851ef8c --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-edf8629ceb4f4ea2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4955 | 2025-06-30T22:26:15.061Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd501cd0d0bb7fb8 -C extra-filename=-d2f47c9df750053a --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-63a0384016e95522.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4956 | 2025-06-30T22:26:16.367Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=276fc520a58a21dd -C extra-filename=-cdc3a4e580a5ade5 --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-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4957 | 2025-06-30T22:26:16.458Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=982d09f9b64173e0 -C extra-filename=-11cfe34ad386ce98 --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-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4958 | 2025-06-30T22:26:17.076Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfe6026a48b884e -C extra-filename=-7b6d9c22bef9de3f --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-f9054557649cbb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4959 | 2025-06-30T22:26:17.733Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46813726512933cf -C extra-filename=-6afa1ed653e49c15 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4960 | 2025-06-30T22:26:17.876Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b093b3b03c08b64b -C extra-filename=-1d84f066aa191b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4961 | 2025-06-30T22:26:18.484Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee1d543edf76e32 -C extra-filename=-5aa0939736532277 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4962 | 2025-06-30T22:26:18.547Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=848b265ed298da23 -C extra-filename=-f84123795e937039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4963 | 2025-06-30T22:26:19.714Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a3d5e6c10f9c907 -C extra-filename=-f17f0a711614bcbe --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-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4964 | 2025-06-30T22:26:20.063Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6992e34f0dfeafb8 -C extra-filename=-d4ba9f5b435f9a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4965 | 2025-06-30T22:26:21.222Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c358071cc9c401 -C extra-filename=-45f665dc38c82920 --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-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4966 | 2025-06-30T22:26:21.411Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88720f10039fe2c4 -C extra-filename=-86215efe258d950e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4967 | 2025-06-30T22:26:22.323Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=644ad5b09b885bc7 -C extra-filename=-7a73da6e545a7561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4968 | 2025-06-30T22:26:23.262Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd71d92bcf7e7c92 -C extra-filename=-90a23a06e874e6d9 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4969 | 2025-06-30T22:26:23.737Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb20101c0fadcc0 -C extra-filename=-15ec0f9f0e0dc37d --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-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4970 | 2025-06-30T22:26:24.258Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d55583119ec69a90 -C extra-filename=-dc76c69a10f419de --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-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out` |
4971 | 2025-06-30T22:26:24.753Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad96c84311e1cc6 -C extra-filename=-a1adada078d2918d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4972 | 2025-06-30T22:26:24.753Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=9c195176b462eb7a -C extra-filename=-895c6359a1d6d994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4973 | 2025-06-30T22:27:25.846Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c0de5507b6f1544 -C extra-filename=-3eed54970bc25270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4974 | 2025-06-30T22:27:25.846Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=843154cd729d1e6e -C extra-filename=-e97bfe03c3b770ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4975 | 2025-06-30T22:27:25.892Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edf987feda42223c -C extra-filename=-b1fa3bd09376acf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4976 | 2025-06-30T22:27:25.921Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8889243058c01172 -C extra-filename=-0d7affde27d48893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4977 | 2025-06-30T22:27:25.925Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f54d7b77e9dabb6d -C extra-filename=-71c72370859c7971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4978 | 2025-06-30T22:27:25.951Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c079012b3e14dbf -C extra-filename=-e4dd30df5e4af1bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4979 | 2025-06-30T22:27:25.974Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=552d301fda7d00a2 -C extra-filename=-9e7b4f99ed9e565a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4980 | 2025-06-30T22:27:26.041Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=643068b494a66f01 -C extra-filename=-69b9a2f7524eb8a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
4981 | 2025-06-30T22:34:20.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23m 36s |
4982 | 2025-06-30T22:34:45.393Z | |
4983 | 2025-06-30T22:34:45.400Z | real 24:01.636645647 |
4984 | 2025-06-30T22:34:45.400Z | user 1:50:49.640716857 |
4985 | 2025-06-30T22:34:45.400Z | sys 18:07.216085030 |
4986 | 2025-06-30T22:34:45.400Z | trap 6.099336906 |
4987 | 2025-06-30T22:34:45.400Z | tflt 6.349343494 |
4988 | 2025-06-30T22:34:45.400Z | dflt 19:26.996367692 |
4989 | 2025-06-30T22:34:45.400Z | kflt 1.013966746 |
4990 | 2025-06-30T22:34:45.400Z | lock 4:25:31.551111196 |
4991 | 2025-06-30T22:34:45.400Z | slp 11:24:23.255107438 |
4992 | 2025-06-30T22:34:45.400Z | lat 8:01.811225530 |
4993 | 2025-06-30T22:34:45.400Z | stop 14:32.552468643 |
4994 | 2025-06-30T22:34:46.422Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
4995 | 2025-06-30T22:34:52.515Z | Fresh unicode-ident v1.0.18 |
4996 | 2025-06-30T22:34:52.519Z | Fresh cfg-if v1.0.1 |
4997 | 2025-06-30T22:34:52.519Z | Fresh autocfg v1.4.0 |
4998 | 2025-06-30T22:34:52.519Z | Fresh memchr v2.7.4 |
4999 | 2025-06-30T22:34:52.522Z | Fresh value-bag v1.9.0 |
5000 | 2025-06-30T22:34:52.522Z | Fresh proc-macro2 v1.0.95 |
5001 | 2025-06-30T22:34:52.522Z | Fresh log v0.4.27 |
5002 | 2025-06-30T22:34:52.522Z | Fresh smallvec v1.15.0 |
5003 | 2025-06-30T22:34:52.522Z | Fresh version_check v0.9.5 |
5004 | 2025-06-30T22:34:52.522Z | Fresh itoa v1.0.11 |
5005 | 2025-06-30T22:34:52.526Z | Fresh quote v1.0.40 |
5006 | 2025-06-30T22:34:52.526Z | Fresh libc v0.2.174 |
5007 | 2025-06-30T22:34:52.526Z | Fresh scopeguard v1.2.0 |
5008 | 2025-06-30T22:34:52.529Z | Fresh stable_deref_trait v1.2.0 |
5009 | 2025-06-30T22:34:52.529Z | Fresh syn v2.0.104 |
5010 | 2025-06-30T22:34:52.529Z | Fresh getrandom v0.2.15 |
5011 | 2025-06-30T22:34:52.529Z | Fresh lock_api v0.4.12 |
5012 | 2025-06-30T22:34:52.529Z | Fresh ryu v1.0.18 |
5013 | 2025-06-30T22:34:52.529Z | Fresh critical-section v1.1.3 |
5014 | 2025-06-30T22:34:52.533Z | Fresh serde_derive v1.0.219 |
5015 | 2025-06-30T22:34:52.533Z | Fresh zeroize_derive v1.4.2 |
5016 | 2025-06-30T22:34:52.533Z | Fresh libm v0.2.8 |
5017 | 2025-06-30T22:34:52.533Z | Fresh portable-atomic v1.11.0 |
5018 | 2025-06-30T22:34:52.533Z | Fresh synstructure v0.13.1 |
5019 | 2025-06-30T22:34:52.533Z | Fresh rand_core v0.6.4 |
5020 | 2025-06-30T22:34:52.533Z | Fresh zerovec-derive v0.10.3 |
5021 | 2025-06-30T22:34:52.533Z | Fresh displaydoc v0.2.5 |
5022 | 2025-06-30T22:34:52.537Z | Fresh serde v1.0.219 |
5023 | 2025-06-30T22:34:52.537Z | Fresh zeroize v1.8.1 |
5024 | 2025-06-30T22:34:52.537Z | Fresh num-traits v0.2.19 |
5025 | 2025-06-30T22:34:52.537Z | Fresh once_cell v1.21.3 |
5026 | 2025-06-30T22:34:52.537Z | Fresh zerofrom-derive v0.1.4 |
5027 | 2025-06-30T22:34:52.537Z | Fresh yoke-derive v0.7.4 |
5028 | 2025-06-30T22:34:52.537Z | Fresh pin-project-lite v0.2.14 |
5029 | 2025-06-30T22:34:52.537Z | Fresh bytes v1.10.1 |
5030 | 2025-06-30T22:34:52.541Z | Fresh bitflags v2.9.0 |
5031 | 2025-06-30T22:34:52.541Z | Fresh zerofrom v0.1.4 |
5032 | 2025-06-30T22:34:52.541Z | Fresh percent-encoding v2.3.1 |
5033 | 2025-06-30T22:34:52.541Z | Fresh litemap v0.7.3 |
5034 | 2025-06-30T22:34:52.541Z | Fresh writeable v0.5.5 |
5035 | 2025-06-30T22:34:52.541Z | Fresh icu_provider_macros v1.5.0 |
5036 | 2025-06-30T22:34:52.541Z | Fresh yoke v0.7.4 |
5037 | 2025-06-30T22:34:52.541Z | Fresh serde_json v1.0.140 |
5038 | 2025-06-30T22:34:52.541Z | Fresh shlex v1.3.0 |
5039 | 2025-06-30T22:34:52.541Z | Fresh icu_locid_transform_data v1.5.0 |
5040 | 2025-06-30T22:34:52.541Z | Fresh byteorder v1.5.0 |
5041 | 2025-06-30T22:34:52.544Z | Fresh icu_properties_data v1.5.0 |
5042 | 2025-06-30T22:34:52.544Z | Fresh jobserver v0.1.32 |
5043 | 2025-06-30T22:34:52.548Z | Fresh zerovec v0.10.4 |
5044 | 2025-06-30T22:34:52.548Z | Fresh regex-syntax v0.8.5 |
5045 | 2025-06-30T22:34:52.548Z | Fresh utf8_iter v1.0.4 |
5046 | 2025-06-30T22:34:52.548Z | Fresh write16 v1.0.0 |
5047 | 2025-06-30T22:34:52.548Z | Fresh icu_normalizer_data v1.5.0 |
5048 | 2025-06-30T22:34:52.548Z | Fresh utf16_iter v1.0.5 |
5049 | 2025-06-30T22:34:52.548Z | Fresh tinystr v0.7.6 |
5050 | 2025-06-30T22:34:52.548Z | Fresh icu_collections v1.5.0 |
5051 | 2025-06-30T22:34:52.548Z | Fresh parking_lot_core v0.9.10 |
5052 | 2025-06-30T22:34:52.548Z | Fresh cc v1.2.15 |
5053 | 2025-06-30T22:34:52.548Z | Fresh form_urlencoded v1.2.1 |
5054 | 2025-06-30T22:34:52.548Z | Fresh foldhash v0.1.5 |
5055 | 2025-06-30T22:34:52.552Z | Fresh icu_locid v1.5.0 |
5056 | 2025-06-30T22:34:52.552Z | Fresh parking_lot v0.12.3 |
5057 | 2025-06-30T22:34:52.552Z | Fresh semver v1.0.26 |
5058 | 2025-06-30T22:34:52.552Z | Fresh allocator-api2 v0.2.21 |
5059 | 2025-06-30T22:34:52.552Z | Fresh equivalent v1.0.2 |
5060 | 2025-06-30T22:34:52.552Z | Fresh aho-corasick v1.1.3 |
5061 | 2025-06-30T22:34:52.552Z | Fresh subtle v2.6.1 |
5062 | 2025-06-30T22:34:52.552Z | Fresh icu_provider v1.5.0 |
5063 | 2025-06-30T22:34:52.552Z | Fresh hashbrown v0.15.4 |
5064 | 2025-06-30T22:34:52.552Z | Fresh getrandom v0.3.1 |
5065 | 2025-06-30T22:34:52.555Z | Fresh regex-automata v0.4.8 |
5066 | 2025-06-30T22:34:52.555Z | Fresh signal-hook-registry v1.4.2 |
5067 | 2025-06-30T22:34:52.555Z | Fresh errno v0.3.12 |
5068 | 2025-06-30T22:34:52.555Z | Fresh fnv v1.0.7 |
5069 | 2025-06-30T22:34:52.559Z | Fresh icu_locid_transform v1.5.0 |
5070 | 2025-06-30T22:34:52.559Z | Fresh mio v1.0.2 |
5071 | 2025-06-30T22:34:52.559Z | Fresh futures-core v0.3.31 |
5072 | 2025-06-30T22:34:52.559Z | Fresh thiserror-impl v1.0.69 |
5073 | 2025-06-30T22:34:52.559Z | Fresh regex v1.11.1 |
5074 | 2025-06-30T22:34:52.559Z | Fresh icu_properties v1.5.1 |
5075 | 2025-06-30T22:34:52.559Z | Fresh typenum v1.17.0 |
5076 | 2025-06-30T22:34:52.560Z | Fresh heck v0.5.0 |
5077 | 2025-06-30T22:34:52.560Z | Fresh tokio-macros v2.5.0 |
5078 | 2025-06-30T22:34:52.560Z | Fresh socket2 v0.5.10 |
5079 | 2025-06-30T22:34:52.560Z | Fresh icu_normalizer v1.5.0 |
5080 | 2025-06-30T22:34:52.560Z | Fresh generic-array v0.14.7 |
5081 | 2025-06-30T22:34:52.560Z | Fresh thiserror v1.0.69 |
5082 | 2025-06-30T22:34:52.560Z | Fresh either v1.15.0 |
5083 | 2025-06-30T22:34:52.560Z | Fresh tokio v1.45.1 |
5084 | 2025-06-30T22:34:52.560Z | Fresh indexmap v2.9.0 |
5085 | 2025-06-30T22:34:52.560Z | Fresh zerocopy-derive v0.7.35 |
5086 | 2025-06-30T22:34:52.564Z | Fresh idna_adapter v1.2.0 |
5087 | 2025-06-30T22:34:52.564Z | Fresh rustix v0.38.37 |
5088 | 2025-06-30T22:34:52.564Z | Fresh crypto-common v0.1.6 |
5089 | 2025-06-30T22:34:52.564Z | Fresh zerocopy v0.7.35 |
5090 | 2025-06-30T22:34:52.564Z | Fresh iana-time-zone v0.1.63 |
5091 | 2025-06-30T22:34:52.564Z | Fresh uuid v1.17.0 |
5092 | 2025-06-30T22:34:52.567Z | Fresh pkg-config v0.3.31 |
5093 | 2025-06-30T22:34:52.567Z | Fresh idna v1.0.3 |
5094 | 2025-06-30T22:34:52.567Z | Fresh chrono v0.4.41 |
5095 | 2025-06-30T22:34:52.567Z | Fresh spin v0.9.8 |
5096 | 2025-06-30T22:34:52.567Z | Fresh futures-io v0.3.31 |
5097 | 2025-06-30T22:34:52.567Z | Fresh const-oid v0.9.6 |
5098 | 2025-06-30T22:34:52.567Z | Fresh serde_derive_internals v0.29.1 |
5099 | 2025-06-30T22:34:52.567Z | Fresh dyn-clone v1.0.19 |
5100 | 2025-06-30T22:34:52.567Z | Fresh url v2.5.4 |
5101 | 2025-06-30T22:34:52.567Z | Fresh slab v0.4.9 |
5102 | 2025-06-30T22:34:52.568Z | Fresh schemars_derive v0.8.22 |
5103 | 2025-06-30T22:34:52.568Z | Fresh block-buffer v0.10.4 |
5104 | 2025-06-30T22:34:52.568Z | Fresh futures-sink v0.3.31 |
5105 | 2025-06-30T22:34:52.568Z | Fresh lazy_static v1.5.0 |
5106 | 2025-06-30T22:34:52.568Z | Fresh pin-utils v0.1.0 |
5107 | 2025-06-30T22:34:52.572Z | Fresh digest v0.10.7 |
5108 | 2025-06-30T22:34:52.572Z | Fresh cpufeatures v0.2.14 |
5109 | 2025-06-30T22:34:52.575Z | Fresh futures-channel v0.3.31 |
5110 | 2025-06-30T22:34:52.575Z | Fresh ppv-lite86 v0.2.20 |
5111 | 2025-06-30T22:34:52.575Z | Fresh futures-macro v0.3.31 |
5112 | 2025-06-30T22:34:52.576Z | Fresh futures-task v0.3.31 |
5113 | 2025-06-30T22:34:52.576Z | Fresh schemars v0.8.22 |
5114 | 2025-06-30T22:34:52.576Z | Fresh futures-util v0.3.31 |
5115 | 2025-06-30T22:34:52.576Z | Fresh tracing-core v0.1.32 |
5116 | 2025-06-30T22:34:52.576Z | Fresh tracing-attributes v0.1.27 |
5117 | 2025-06-30T22:34:52.576Z | Fresh glob v0.3.2 |
5118 | 2025-06-30T22:34:52.576Z | Fresh http v1.3.1 |
5119 | 2025-06-30T22:34:52.576Z | Fresh syn v1.0.109 |
5120 | 2025-06-30T22:34:52.576Z | Fresh tracing v0.1.40 |
5121 | 2025-06-30T22:34:52.576Z | Fresh thiserror-impl v2.0.12 |
5122 | 2025-06-30T22:34:52.576Z | Fresh strsim v0.11.1 |
5123 | 2025-06-30T22:34:52.576Z | Fresh minimal-lexical v0.2.1 |
5124 | 2025-06-30T22:34:52.580Z | Fresh thiserror v2.0.12 |
5125 | 2025-06-30T22:34:52.580Z | Fresh nom v7.1.3 |
5126 | 2025-06-30T22:34:52.580Z | Fresh adler2 v2.0.0 |
5127 | 2025-06-30T22:34:52.580Z | Fresh libloading v0.8.5 |
5128 | 2025-06-30T22:34:52.580Z | Fresh miniz_oxide v0.8.5 |
5129 | 2025-06-30T22:34:52.580Z | Fresh vcpkg v0.2.15 |
5130 | 2025-06-30T22:34:52.580Z | Fresh prettyplease v0.2.35 |
5131 | 2025-06-30T22:34:52.580Z | Fresh cexpr v0.6.0 |
5132 | 2025-06-30T22:34:52.580Z | Fresh clang-sys v1.8.1 |
5133 | 2025-06-30T22:34:52.580Z | Fresh rand_chacha v0.3.1 |
5134 | 2025-06-30T22:34:52.580Z | Fresh crossbeam-utils v0.8.21 |
5135 | 2025-06-30T22:34:52.580Z | Fresh paste v1.0.15 |
5136 | 2025-06-30T22:34:52.580Z | Fresh home v0.5.9 |
5137 | 2025-06-30T22:34:52.580Z | Fresh rand v0.8.5 |
5138 | 2025-06-30T22:34:52.580Z | Fresh block-padding v0.3.3 |
5139 | 2025-06-30T22:34:52.580Z | Fresh serde_tokenstream v0.2.2 |
5140 | 2025-06-30T22:34:52.580Z | Fresh num-conv v0.1.0 |
5141 | 2025-06-30T22:34:52.580Z | Fresh powerfmt v0.2.0 |
5142 | 2025-06-30T22:34:52.580Z | Fresh time-core v0.1.2 |
5143 | 2025-06-30T22:34:52.584Z | Fresh inout v0.1.3 |
5144 | 2025-06-30T22:34:52.584Z | Fresh num_threads v0.1.7 |
5145 | 2025-06-30T22:34:52.584Z | Fresh itertools v0.12.1 |
5146 | 2025-06-30T22:34:52.584Z | Fresh base64 v0.22.1 |
5147 | 2025-06-30T22:34:52.584Z | Fresh deranged v0.3.11 |
5148 | 2025-06-30T22:34:52.584Z | Fresh time-macros v0.2.18 |
5149 | 2025-06-30T22:34:52.584Z | Fresh cipher v0.4.4 |
5150 | 2025-06-30T22:34:52.584Z | Fresh which v4.4.2 |
5151 | 2025-06-30T22:34:52.584Z | Fresh tokio-util v0.7.15 |
5152 | 2025-06-30T22:34:52.584Z | Fresh ipnet v2.11.0 |
5153 | 2025-06-30T22:34:52.584Z | Fresh atomic-waker v1.1.2 |
5154 | 2025-06-30T22:34:52.585Z | Fresh time v0.3.36 |
5155 | 2025-06-30T22:34:52.585Z | Fresh rustc-hash v1.1.0 |
5156 | 2025-06-30T22:34:52.585Z | Fresh lazycell v1.3.0 |
5157 | 2025-06-30T22:34:52.585Z | Fresh cmake v0.1.51 |
5158 | 2025-06-30T22:34:52.585Z | Fresh base64ct v1.6.0 |
5159 | 2025-06-30T22:34:52.585Z | Fresh untrusted v0.9.0 |
5160 | 2025-06-30T22:34:52.585Z | Fresh fs_extra v1.3.0 |
5161 | 2025-06-30T22:34:52.589Z | Fresh bindgen v0.69.5 |
5162 | 2025-06-30T22:34:52.589Z | Fresh gimli v0.31.1 |
5163 | 2025-06-30T22:34:52.589Z | Fresh dunce v1.0.5 |
5164 | 2025-06-30T22:34:52.589Z | Fresh ring v0.17.14 |
5165 | 2025-06-30T22:34:52.589Z | Fresh sha2 v0.10.9 |
5166 | 2025-06-30T22:34:52.589Z | Fresh hmac v0.12.1 |
5167 | 2025-06-30T22:34:52.589Z | Fresh toml_datetime v0.6.11 |
5168 | 2025-06-30T22:34:52.589Z | Fresh httparse v1.9.5 |
5169 | 2025-06-30T22:34:52.589Z | Fresh addr2line v0.24.2 |
5170 | 2025-06-30T22:34:52.589Z | Fresh serde_spanned v0.6.9 |
5171 | 2025-06-30T22:34:52.589Z | Fresh object v0.36.5 |
5172 | 2025-06-30T22:34:52.589Z | Fresh rustc-demangle v0.1.24 |
5173 | 2025-06-30T22:34:52.589Z | Fresh rustls-pki-types v1.10.0 |
5174 | 2025-06-30T22:34:52.592Z | Fresh backtrace v0.3.74 |
5175 | 2025-06-30T22:34:52.592Z | Fresh http-body v1.0.1 |
5176 | 2025-06-30T22:34:52.596Z | Fresh pem-rfc7468 v0.7.0 |
5177 | 2025-06-30T22:34:52.599Z | Fresh anyhow v1.0.98 |
5178 | 2025-06-30T22:34:52.599Z | Fresh aws-lc-sys v0.26.0 |
5179 | 2025-06-30T22:34:52.599Z | Fresh zerocopy-derive v0.8.26 |
5180 | 2025-06-30T22:34:52.599Z | Fresh untrusted v0.7.1 |
5181 | 2025-06-30T22:34:52.599Z | Fresh utf8parse v0.2.2 |
5182 | 2025-06-30T22:34:52.599Z | Fresh try-lock v0.2.5 |
5183 | 2025-06-30T22:34:52.599Z | Fresh httpdate v1.0.3 |
5184 | 2025-06-30T22:34:52.599Z | Fresh aws-lc-rs v1.12.4 |
5185 | 2025-06-30T22:34:52.599Z | Fresh want v0.3.1 |
5186 | 2025-06-30T22:34:52.599Z | Fresh zerocopy v0.8.26 |
5187 | 2025-06-30T22:34:52.599Z | Fresh h2 v0.4.6 |
5188 | 2025-06-30T22:34:52.603Z | Fresh tower-service v0.3.3 |
5189 | 2025-06-30T22:34:52.606Z | Fresh hyper v1.6.0 |
5190 | 2025-06-30T22:34:52.606Z | Fresh rustls-webpki v0.102.8 |
5191 | 2025-06-30T22:34:52.606Z | Fresh async-trait v0.1.88 |
5192 | 2025-06-30T22:34:52.606Z | Fresh der_derive v0.7.3 |
5193 | 2025-06-30T22:34:52.606Z | Fresh flagset v0.4.6 |
5194 | 2025-06-30T22:34:52.606Z | Fresh pbkdf2 v0.12.2 |
5195 | 2025-06-30T22:34:52.606Z | Fresh rustversion v1.0.17 |
5196 | 2025-06-30T22:34:52.606Z | Fresh der v0.7.9 |
5197 | 2025-06-30T22:34:52.606Z | Fresh aes v0.8.4 |
5198 | 2025-06-30T22:34:52.606Z | Fresh anstyle v1.0.11 |
5199 | 2025-06-30T22:34:52.606Z | Fresh mime v0.3.17 |
5200 | 2025-06-30T22:34:52.606Z | Fresh hyper-util v0.1.14 |
5201 | 2025-06-30T22:34:52.606Z | Fresh cbc v0.1.2 |
5202 | 2025-06-30T22:34:52.610Z | Fresh slog v2.7.0 |
5203 | 2025-06-30T22:34:52.610Z | Fresh spki v0.7.3 |
5204 | 2025-06-30T22:34:52.610Z | Fresh salsa20 v0.10.2 |
5205 | 2025-06-30T22:34:52.610Z | Fresh openssl-probe v0.1.5 |
5206 | 2025-06-30T22:34:52.611Z | Fresh foreign-types-shared v0.1.1 |
5207 | 2025-06-30T22:34:52.611Z | Fresh openssl-sys v0.9.109 |
5208 | 2025-06-30T22:34:52.611Z | Fresh anstyle-parse v0.2.5 |
5209 | 2025-06-30T22:34:52.611Z | Fresh foreign-types v0.3.2 |
5210 | 2025-06-30T22:34:52.611Z | Fresh scrypt v0.11.0 |
5211 | 2025-06-30T22:34:52.611Z | Fresh http-body-util v0.1.3 |
5212 | 2025-06-30T22:34:52.611Z | Fresh rustc_version v0.4.1 |
5213 | 2025-06-30T22:34:52.611Z | Fresh openssl-macros v0.1.1 |
5214 | 2025-06-30T22:34:52.611Z | Fresh anstyle-query v1.1.1 |
5215 | 2025-06-30T22:34:52.611Z | Fresh is_terminal_polyfill v1.70.1 |
5216 | 2025-06-30T22:34:52.615Z | Fresh colorchoice v1.0.2 |
5217 | 2025-06-30T22:34:52.615Z | Fresh openssl v0.10.73 |
5218 | 2025-06-30T22:34:52.615Z | Fresh pkcs5 v0.7.1 |
5219 | 2025-06-30T22:34:52.615Z | Fresh terminal_size v0.4.0 |
5220 | 2025-06-30T22:34:52.615Z | Fresh serde_urlencoded v0.7.1 |
5221 | 2025-06-30T22:34:52.615Z | Fresh anstream v0.6.18 |
5222 | 2025-06-30T22:34:52.615Z | Fresh rustls v0.23.19 |
5223 | 2025-06-30T22:34:52.615Z | Fresh pkcs8 v0.10.2 |
5224 | 2025-06-30T22:34:52.615Z | Fresh encoding_rs v0.8.34 |
5225 | 2025-06-30T22:34:52.615Z | Fresh clap_lex v0.7.4 |
5226 | 2025-06-30T22:34:52.615Z | Fresh clap_derive v4.5.40 |
5227 | 2025-06-30T22:34:52.615Z | Fresh clap_builder v4.5.40 |
5228 | 2025-06-30T22:34:52.615Z | Fresh native-tls v0.2.12 |
5229 | 2025-06-30T22:34:52.615Z | Fresh tokio-rustls v0.26.0 |
5230 | 2025-06-30T22:34:52.615Z | Fresh sync_wrapper v1.0.1 |
5231 | 2025-06-30T22:34:52.619Z | Fresh litrs v0.4.1 |
5232 | 2025-06-30T22:34:52.620Z | Fresh tower-layer v0.3.3 |
5233 | 2025-06-30T22:34:52.620Z | Fresh psl-types v2.0.11 |
5234 | 2025-06-30T22:34:52.620Z | Fresh ucd-trie v0.1.7 |
5235 | 2025-06-30T22:34:52.620Z | Fresh publicsuffix v2.3.0 |
5236 | 2025-06-30T22:34:52.620Z | Fresh document-features v0.2.10 |
5237 | 2025-06-30T22:34:52.620Z | Fresh tower v0.5.2 |
5238 | 2025-06-30T22:34:52.620Z | Fresh cookie v0.18.1 |
5239 | 2025-06-30T22:34:52.620Z | Fresh clap v4.5.40 |
5240 | 2025-06-30T22:34:52.620Z | Fresh tokio-native-tls v0.3.1 |
5241 | 2025-06-30T22:34:52.620Z | Fresh rustls-native-certs v0.8.1 |
5242 | 2025-06-30T22:34:52.620Z | Fresh pest v2.7.14 |
5243 | 2025-06-30T22:34:52.621Z | Fresh webpki-roots v1.0.0 |
5244 | 2025-06-30T22:34:52.621Z | Fresh openapiv3 v2.2.0 |
5245 | 2025-06-30T22:34:52.621Z | Fresh iri-string v0.7.8 |
5246 | 2025-06-30T22:34:52.621Z | Fresh cookie_store v0.21.1 |
5247 | 2025-06-30T22:34:52.624Z | Fresh hyper-tls v0.6.0 |
5248 | 2025-06-30T22:34:52.624Z | Fresh ipnetwork v0.21.1 |
5249 | 2025-06-30T22:34:52.624Z | Fresh scroll_derive v0.12.0 |
5250 | 2025-06-30T22:34:52.624Z | Fresh hyper-rustls v0.27.7 |
5251 | 2025-06-30T22:34:52.624Z | Fresh pest_meta v2.7.14 |
5252 | 2025-06-30T22:34:52.624Z | Fresh tower-http v0.6.6 |
5253 | 2025-06-30T22:34:52.624Z | Fresh data-encoding v2.9.0 |
5254 | 2025-06-30T22:34:52.624Z | Fresh scroll v0.12.0 |
5255 | 2025-06-30T22:34:52.624Z | Fresh rand_core v0.9.2 |
5256 | 2025-06-30T22:34:52.624Z | Fresh plain v0.2.3 |
5257 | 2025-06-30T22:34:52.624Z | Fresh tinyvec_macros v0.1.1 |
5258 | 2025-06-30T22:34:52.624Z | Fresh pest_generator v2.7.14 |
5259 | 2025-06-30T22:34:52.624Z | Fresh reqwest v0.12.20 |
5260 | 2025-06-30T22:34:52.625Z | Fresh winnow v0.5.40 |
5261 | 2025-06-30T22:34:52.625Z | Fresh tinyvec v1.8.0 |
5262 | 2025-06-30T22:34:52.625Z | Fresh goblin v0.8.2 |
5263 | 2025-06-30T22:34:52.625Z | Fresh signature v2.2.0 |
5264 | 2025-06-30T22:34:52.625Z | Fresh winnow v0.7.10 |
5265 | 2025-06-30T22:34:52.625Z | Fresh pest_derive v2.7.14 |
5266 | 2025-06-30T22:34:52.625Z | Fresh toml_edit v0.19.15 |
5267 | 2025-06-30T22:34:52.625Z | Fresh toml_write v0.1.2 |
5268 | 2025-06-30T22:34:52.625Z | Fresh pretty-hex v0.4.1 |
5269 | 2025-06-30T22:34:52.625Z | Fresh rand_chacha v0.9.0 |
5270 | 2025-06-30T22:34:52.625Z | Fresh thread-id v4.2.2 |
5271 | 2025-06-30T22:34:52.625Z | Fresh siphasher v0.3.11 |
5272 | 2025-06-30T22:34:52.625Z | Fresh dtrace-parser v0.2.0 |
5273 | 2025-06-30T22:34:52.625Z | Fresh toml_edit v0.22.27 |
5274 | 2025-06-30T22:34:52.625Z | Fresh dof v0.3.0 |
5275 | 2025-06-30T22:34:52.625Z | Fresh unicode-width v0.2.0 |
5276 | 2025-06-30T22:34:52.629Z | Fresh rand v0.9.1 |
5277 | 2025-06-30T22:34:52.629Z | Fresh phf_shared v0.11.2 |
5278 | 2025-06-30T22:34:52.629Z | Fresh unicode-segmentation v1.12.0 |
5279 | 2025-06-30T22:34:52.629Z | Fresh crossbeam-epoch v0.9.18 |
5280 | 2025-06-30T22:34:52.629Z | Fresh usdt-impl v0.5.0 |
5281 | 2025-06-30T22:34:52.629Z | Fresh sha1 v0.10.6 |
5282 | 2025-06-30T22:34:52.629Z | Fresh num-integer v0.1.46 |
5283 | 2025-06-30T22:34:52.629Z | Fresh crc32fast v1.4.2 |
5284 | 2025-06-30T22:34:52.629Z | Fresh static_assertions v1.1.0 |
5285 | 2025-06-30T22:34:52.629Z | Fresh bstr v1.10.0 |
5286 | 2025-06-30T22:34:52.629Z | Fresh memmap v0.7.0 |
5287 | 2025-06-30T22:34:52.629Z | Fresh base16ct v0.2.0 |
5288 | 2025-06-30T22:34:52.629Z | Fresh usdt-attr-macro v0.5.0 |
5289 | 2025-06-30T22:34:52.629Z | Fresh usdt-macro v0.5.0 |
5290 | 2025-06-30T22:34:52.629Z | Fresh sec1 v0.7.3 |
5291 | 2025-06-30T22:34:52.629Z | Fresh oxnet v0.1.2 |
5292 | 2025-06-30T22:34:52.629Z | Fresh hubpack_derive v0.1.1 |
5293 | 2025-06-30T22:34:52.629Z | Fresh ff v0.13.0 |
5294 | 2025-06-30T22:34:52.629Z | Fresh zlib-rs v0.5.1 |
5295 | 2025-06-30T22:34:52.629Z | Fresh heck v0.4.1 |
5296 | 2025-06-30T22:34:52.629Z | Fresh usdt v0.5.0 |
5297 | 2025-06-30T22:34:52.629Z | Fresh libz-rs-sys v0.5.1 |
5298 | 2025-06-30T22:34:52.630Z | Fresh hubpack v0.1.2 |
5299 | 2025-06-30T22:34:52.630Z | Fresh group v0.13.0 |
5300 | 2025-06-30T22:34:52.630Z | Fresh num-iter v0.1.45 |
5301 | 2025-06-30T22:34:52.630Z | Fresh strum_macros v0.26.4 |
5302 | 2025-06-30T22:34:52.630Z | Fresh hkdf v0.12.4 |
5303 | 2025-06-30T22:34:52.630Z | Fresh crypto-bigint v0.5.5 |
5304 | 2025-06-30T22:34:52.634Z | Fresh bitflags v1.3.2 |
5305 | 2025-06-30T22:34:52.634Z | Fresh unicode-xid v0.2.6 |
5306 | 2025-06-30T22:34:52.634Z | Fresh flate2 v1.1.2 |
5307 | 2025-06-30T22:34:52.634Z | Fresh strum v0.26.3 |
5308 | 2025-06-30T22:34:52.634Z | Fresh crossbeam-deque v0.8.5 |
5309 | 2025-06-30T22:34:52.634Z | Fresh elliptic-curve v0.13.8 |
5310 | 2025-06-30T22:34:52.634Z | Fresh bzip2-sys v0.1.13+1.0.8 |
5311 | 2025-06-30T22:34:52.634Z | Fresh pkcs1 v0.7.5 |
5312 | 2025-06-30T22:34:52.639Z | Fresh itertools v0.10.5 |
5313 | 2025-06-30T22:34:52.639Z | Fresh num-bigint-dig v0.8.4 |
5314 | 2025-06-30T22:34:52.639Z | Fresh cfg_aliases v0.2.1 |
5315 | 2025-06-30T22:34:52.639Z | Fresh newtype-uuid v1.2.4 |
5316 | 2025-06-30T22:34:52.639Z | Fresh rsa v0.9.6 |
5317 | 2025-06-30T22:34:52.639Z | Fresh toml v0.7.8 |
5318 | 2025-06-30T22:34:52.639Z | Fresh unicode-normalization v0.1.24 |
5319 | 2025-06-30T22:34:52.639Z | Fresh rfc6979 v0.4.0 |
5320 | 2025-06-30T22:34:52.639Z | Fresh enum-as-inner v0.6.1 |
5321 | 2025-06-30T22:34:52.639Z | Fresh curve25519-dalek-derive v0.1.1 |
5322 | 2025-06-30T22:34:52.639Z | Fresh daft-derive v0.1.3 |
5323 | 2025-06-30T22:34:52.639Z | Fresh managed v0.8.0 |
5324 | 2025-06-30T22:34:52.639Z | Fresh memoffset v0.9.1 |
5325 | 2025-06-30T22:34:52.639Z | Fresh signal-hook v0.3.18 |
5326 | 2025-06-30T22:34:52.643Z | Fresh ecdsa v0.16.9 |
5327 | 2025-06-30T22:34:52.643Z | Fresh daft v0.1.3 |
5328 | 2025-06-30T22:34:52.643Z | Fresh curve25519-dalek v4.1.3 |
5329 | 2025-06-30T22:34:52.643Z | Fresh ahash v0.8.11 |
5330 | 2025-06-30T22:34:52.643Z | Fresh x509-cert v0.2.5 |
5331 | 2025-06-30T22:34:52.643Z | Fresh new_debug_unreachable v1.0.6 |
5332 | 2025-06-30T22:34:52.643Z | Fresh precomputed-hash v0.1.1 |
5333 | 2025-06-30T22:34:52.643Z | Fresh fixedbitset v0.4.2 |
5334 | 2025-06-30T22:34:52.643Z | Fresh string_cache v0.8.9 |
5335 | 2025-06-30T22:34:52.643Z | Fresh rayon-core v1.12.1 |
5336 | 2025-06-30T22:34:52.643Z | Fresh zstd-sys v2.0.14+zstd.1.5.7 |
5337 | 2025-06-30T22:34:52.643Z | Fresh ed25519 v2.2.3 |
5338 | 2025-06-30T22:34:52.643Z | Fresh signal-hook-mio v0.2.4 |
5339 | 2025-06-30T22:34:52.643Z | Fresh petgraph v0.6.5 |
5340 | 2025-06-30T22:34:52.643Z | Fresh zstd-safe v7.2.3 |
5341 | 2025-06-30T22:34:52.644Z | Fresh ed25519-dalek v2.1.1 |
5342 | 2025-06-30T22:34:52.644Z | Fresh bzip2 v0.4.4 |
5343 | 2025-06-30T22:34:52.644Z | Fresh console v0.15.10 |
5344 | 2025-06-30T22:34:52.644Z | Fresh rustc-hash v2.1.1 |
5345 | 2025-06-30T22:34:52.644Z | Fresh bumpalo v3.16.0 |
5346 | 2025-06-30T22:34:52.644Z | Fresh lalrpop-util v0.19.12 |
5347 | 2025-06-30T22:34:52.644Z | Fresh lockfree-object-pool v0.1.6 |
5348 | 2025-06-30T22:34:52.644Z | Fresh simd-adler32 v0.3.7 |
5349 | 2025-06-30T22:34:52.644Z | Fresh zstd v0.13.3 |
5350 | 2025-06-30T22:34:52.644Z | Fresh zip v0.6.6 |
5351 | 2025-06-30T22:34:52.644Z | Fresh crossterm v0.28.1 |
5352 | 2025-06-30T22:34:52.644Z | Fresh zopfli v0.8.1 |
5353 | 2025-06-30T22:34:52.644Z | Fresh bzip2 v0.5.2 |
5354 | 2025-06-30T22:34:52.648Z | Fresh hash32 v0.2.1 |
5355 | 2025-06-30T22:34:52.648Z | Fresh winnow v0.6.26 |
5356 | 2025-06-30T22:34:52.648Z | Fresh unicode-bidi v0.3.17 |
5357 | 2025-06-30T22:34:52.648Z | Fresh unicode-properties v0.1.3 |
5358 | 2025-06-30T22:34:52.648Z | Fresh predicates-core v1.0.8 |
5359 | 2025-06-30T22:34:52.648Z | Fresh heapless v0.7.17 |
5360 | 2025-06-30T22:34:52.648Z | Fresh zip v4.2.0 |
5361 | 2025-06-30T22:34:52.652Z | Fresh stringprep v0.1.5 |
5362 | 2025-06-30T22:34:52.652Z | Fresh nix v0.29.0 |
5363 | 2025-06-30T22:34:52.652Z | Fresh rayon v1.10.0 |
5364 | 2025-06-30T22:34:52.652Z | Fresh hickory-proto v0.25.2 |
5365 | 2025-06-30T22:34:52.652Z | Fresh similar v2.7.0 |
5366 | 2025-06-30T22:34:52.652Z | Fresh tokio-stream v0.1.17 |
5367 | 2025-06-30T22:34:52.652Z | Fresh md-5 v0.10.6 |
5368 | 2025-06-30T22:34:52.652Z | Fresh float-cmp v0.10.0 |
5369 | 2025-06-30T22:34:52.652Z | Fresh normalize-line-endings v0.3.0 |
5370 | 2025-06-30T22:34:52.652Z | Fresh difflib v0.4.0 |
5371 | 2025-06-30T22:34:52.652Z | Fresh fallible-iterator v0.2.0 |
5372 | 2025-06-30T22:34:52.652Z | Fresh predicates v3.1.3 |
5373 | 2025-06-30T22:34:52.652Z | Fresh smoltcp v0.9.1 |
5374 | 2025-06-30T22:34:52.656Z | Fresh buf-list v1.0.3 |
5375 | 2025-06-30T22:34:52.656Z | Fresh strum_macros v0.25.3 |
5376 | 2025-06-30T22:34:52.656Z | Fresh phf v0.11.2 |
5377 | 2025-06-30T22:34:52.656Z | Fresh serde-big-array v0.5.1 |
5378 | 2025-06-30T22:34:52.656Z | Fresh postgres-protocol v0.6.8 |
5379 | 2025-06-30T22:34:52.656Z | Fresh serde_repr v0.1.19 |
5380 | 2025-06-30T22:34:52.656Z | Fresh number_prefix v0.4.0 |
5381 | 2025-06-30T22:34:52.656Z | Fresh peg-runtime v0.8.5 |
5382 | 2025-06-30T22:34:52.656Z | Fresh fs-err v3.1.1 |
5383 | 2025-06-30T22:34:52.656Z | Fresh whoami v1.6.0 |
5384 | 2025-06-30T22:34:52.657Z | Fresh fastrand v2.1.1 |
5385 | 2025-06-30T22:34:52.657Z | Fresh indicatif v0.17.11 |
5386 | 2025-06-30T22:34:52.657Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
5387 | 2025-06-30T22:34:52.657Z | Fresh postgres-types v0.2.9 |
5388 | 2025-06-30T22:34:52.657Z | Fresh futures-executor v0.3.31 |
5389 | 2025-06-30T22:34:52.657Z | Fresh regress v0.10.3 |
5390 | 2025-06-30T22:34:52.657Z | Fresh is-terminal v0.4.13 |
5391 | 2025-06-30T22:34:52.657Z | Fresh dirs-sys-next v0.1.2 |
5392 | 2025-06-30T22:34:52.657Z | Fresh tokio-postgres v0.7.13 |
5393 | 2025-06-30T22:34:52.657Z | Fresh camino v1.1.10 |
5394 | 2025-06-30T22:34:52.657Z | Fresh futures v0.3.31 |
5395 | 2025-06-30T22:34:52.657Z | Fresh ident_case v1.0.1 |
5396 | 2025-06-30T22:34:52.657Z | Fresh dirs-next v2.0.0 |
5397 | 2025-06-30T22:34:52.657Z | Fresh crossbeam-channel v0.5.15 |
5398 | 2025-06-30T22:34:52.661Z | Fresh toml v0.8.23 |
5399 | 2025-06-30T22:34:52.661Z | Fresh darling_core v0.20.10 |
5400 | 2025-06-30T22:34:52.661Z | Fresh term v0.7.0 |
5401 | 2025-06-30T22:34:52.661Z | Fresh thread_local v1.1.8 |
5402 | 2025-06-30T22:34:52.661Z | Fresh unsafe-libyaml v0.2.11 |
5403 | 2025-06-30T22:34:52.661Z | Fresh take_mut v0.2.2 |
5404 | 2025-06-30T22:34:52.661Z | Fresh darling_macro v0.20.10 |
5405 | 2025-06-30T22:34:52.661Z | Fresh rustix v1.0.7 |
5406 | 2025-06-30T22:34:52.661Z | Fresh serde_yaml v0.9.34+deprecated |
5407 | 2025-06-30T22:34:52.661Z | Fresh quick-error v1.2.3 |
5408 | 2025-06-30T22:34:52.661Z | Fresh slog-term v2.9.1 |
5409 | 2025-06-30T22:34:52.661Z | Fresh match_cfg v0.1.0 |
5410 | 2025-06-30T22:34:52.661Z | Fresh darling v0.20.10 |
5411 | 2025-06-30T22:34:52.661Z | Fresh tempfile v3.20.0 |
5412 | 2025-06-30T22:34:52.661Z | Fresh slog-async v2.8.0 |
5413 | 2025-06-30T22:34:52.661Z | Fresh hostname v0.3.1 |
5414 | 2025-06-30T22:34:52.661Z | Fresh bit-vec v0.8.0 |
5415 | 2025-06-30T22:34:52.661Z | Fresh hex v0.4.3 |
5416 | 2025-06-30T22:34:52.661Z | Fresh structmeta-derive v0.3.0 |
5417 | 2025-06-30T22:34:52.661Z | Fresh bit-set v0.8.0 |
5418 | 2025-06-30T22:34:52.665Z | Fresh wait-timeout v0.2.0 |
5419 | 2025-06-30T22:34:52.665Z | Fresh debug-ignore v1.0.5 |
5420 | 2025-06-30T22:34:52.665Z | Fresh structmeta v0.3.0 |
5421 | 2025-06-30T22:34:52.665Z | Fresh rand_xorshift v0.4.0 |
5422 | 2025-06-30T22:34:52.665Z | Fresh unarray v0.1.4 |
5423 | 2025-06-30T22:34:52.665Z | Fresh serde_path_to_error v0.1.17 |
5424 | 2025-06-30T22:34:52.668Z | Fresh rusty-fork v0.3.0 |
5425 | 2025-06-30T22:34:52.668Z | Fresh progenitor-client v0.10.0 |
5426 | 2025-06-30T22:34:52.668Z | Fresh slog-json v2.6.1 |
5427 | 2025-06-30T22:34:52.668Z | Fresh async-stream-impl v0.3.6 |
5428 | 2025-06-30T22:34:52.668Z | Fresh test-strategy v0.4.1 |
5429 | 2025-06-30T22:34:52.668Z | Fresh proptest v1.7.0 |
5430 | 2025-06-30T22:34:52.668Z | Fresh rustls v0.22.4 |
5431 | 2025-06-30T22:34:52.668Z | Fresh slog-bunyan v2.5.0 |
5432 | 2025-06-30T22:34:52.668Z | Fresh async-stream v0.3.6 |
5433 | 2025-06-30T22:34:52.668Z | Fresh rustls-pemfile v2.2.0 |
5434 | 2025-06-30T22:34:52.668Z | Fresh waitgroup v0.1.2 |
5435 | 2025-06-30T22:34:52.669Z | Fresh multer v3.1.0 |
5436 | 2025-06-30T22:34:52.669Z | Fresh tokio-rustls v0.25.0 |
5437 | 2025-06-30T22:34:52.672Z | Fresh dropshot_endpoint v0.16.2 |
5438 | 2025-06-30T22:34:52.672Z | Fresh hostname v0.4.0 |
5439 | 2025-06-30T22:34:52.672Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5440 | 2025-06-30T22:34:52.672Z | Fresh serde_with_macros v3.12.0 |
5441 | 2025-06-30T22:34:52.673Z | Fresh typify-impl v0.3.0 |
5442 | 2025-06-30T22:34:52.673Z | Fresh macaddr v1.0.1 |
5443 | 2025-06-30T22:34:52.673Z | Fresh dropshot v0.16.2 |
5444 | 2025-06-30T22:34:52.673Z | Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
5445 | 2025-06-30T22:34:52.673Z | Fresh serde_with v3.12.0 |
5446 | 2025-06-30T22:34:52.673Z | Fresh typify-macro v0.3.0 |
5447 | 2025-06-30T22:34:52.673Z | Fresh instant v0.1.13 |
5448 | 2025-06-30T22:34:52.673Z | Fresh derive-where v1.5.0 |
5449 | 2025-06-30T22:34:52.673Z | Fresh parse-display-derive v0.10.0 |
5450 | 2025-06-30T22:34:52.673Z | Fresh typify v0.3.0 |
5451 | 2025-06-30T22:34:52.673Z | Fresh progenitor-client v0.9.1 |
5452 | 2025-06-30T22:34:52.673Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5453 | 2025-06-30T22:34:52.676Z | Fresh parse-display v0.10.0 |
5454 | 2025-06-30T22:34:52.676Z | Fresh ref-cast-impl v1.0.24 |
5455 | 2025-06-30T22:34:52.676Z | Fresh backoff v0.4.0 |
5456 | 2025-06-30T22:34:52.676Z | Fresh progenitor-impl v0.9.1 |
5457 | 2025-06-30T22:34:52.676Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5458 | 2025-06-30T22:34:52.676Z | Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
5459 | 2025-06-30T22:34:52.678Z | Fresh camino-tempfile v1.4.1 |
5460 | 2025-06-30T22:34:52.678Z | Fresh unicode-width v0.1.14 |
5461 | 2025-06-30T22:34:52.678Z | Fresh progenitor-macro v0.9.1 |
5462 | 2025-06-30T22:34:52.678Z | Fresh ref-cast v1.0.24 |
5463 | 2025-06-30T22:34:52.681Z | Fresh proc-macro-crate v1.3.1 |
5464 | 2025-06-30T22:34:52.681Z | Fresh itertools v0.13.0 |
5465 | 2025-06-30T22:34:52.681Z | Fresh progenitor v0.9.1 |
5466 | 2025-06-30T22:34:52.681Z | Fresh iddqd v0.3.8 |
5467 | 2025-06-30T22:34:52.685Z | Fresh proc-macro-error-attr v1.0.4 |
5468 | 2025-06-30T22:34:52.685Z | Fresh num_enum_derive v0.5.11 |
5469 | 2025-06-30T22:34:52.685Z | Fresh tabwriter v1.4.0 |
5470 | 2025-06-30T22:34:52.685Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
5471 | 2025-06-30T22:34:52.685Z | Fresh proc-macro-error v1.0.4 |
5472 | 2025-06-30T22:34:52.685Z | Fresh num_enum v0.5.11 |
5473 | 2025-06-30T22:34:52.685Z | Fresh foreign-types-macros v0.2.3 |
5474 | 2025-06-30T22:34:52.685Z | Fresh foreign-types-shared v0.3.1 |
5475 | 2025-06-30T22:34:52.685Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5476 | 2025-06-30T22:34:52.685Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5477 | 2025-06-30T22:34:52.685Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
5478 | 2025-06-30T22:34:52.685Z | Fresh foreign-types v0.5.0 |
5479 | 2025-06-30T22:34:52.685Z | Fresh cstr-argument v0.1.2 |
5480 | 2025-06-30T22:34:52.689Z | Fresh pretty-hex v0.2.1 |
5481 | 2025-06-30T22:34:52.689Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
5482 | 2025-06-30T22:34:52.689Z | Fresh colored v2.2.0 |
5483 | 2025-06-30T22:34:52.689Z | Fresh smf v0.2.3 |
5484 | 2025-06-30T22:34:52.690Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5485 | 2025-06-30T22:34:52.690Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5486 | 2025-06-30T22:34:52.690Z | Fresh itertools v0.14.0 |
5487 | 2025-06-30T22:34:52.690Z | Fresh atomicwrites v0.4.4 |
5488 | 2025-06-30T22:34:52.690Z | Fresh ingot-macros v0.1.0 |
5489 | 2025-06-30T22:34:52.690Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
5490 | 2025-06-30T22:34:52.690Z | Fresh typify-impl v0.4.1 |
5491 | 2025-06-30T22:34:52.690Z | Fresh hash32 v0.3.1 |
5492 | 2025-06-30T22:34:52.694Z | Fresh ingot-types v0.1.0 |
5493 | 2025-06-30T22:34:52.694Z | Fresh cobs v0.2.3 |
5494 | 2025-06-30T22:34:52.694Z | Fresh crucible-workspace-hack v0.1.0 |
5495 | 2025-06-30T22:34:52.694Z | Fresh typify-macro v0.4.1 |
5496 | 2025-06-30T22:34:52.694Z | Fresh heapless v0.8.0 |
5497 | 2025-06-30T22:34:52.694Z | Fresh postcard v1.0.10 |
5498 | 2025-06-30T22:34:52.694Z | Fresh ingot v0.1.0 |
5499 | 2025-06-30T22:34:52.694Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5500 | 2025-06-30T22:34:52.694Z | Fresh typify v0.4.1 |
5501 | 2025-06-30T22:34:52.694Z | Fresh smoltcp v0.11.0 |
5502 | 2025-06-30T22:34:52.694Z | Fresh base64 v0.21.7 |
5503 | 2025-06-30T22:34:52.694Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5504 | 2025-06-30T22:34:52.694Z | Fresh sigpipe v0.1.3 |
5505 | 2025-06-30T22:34:52.694Z | Fresh jiff v0.2.15 |
5506 | 2025-06-30T22:34:52.694Z | Fresh zone_cfg_derive v0.3.0 |
5507 | 2025-06-30T22:34:52.694Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5508 | 2025-06-30T22:34:52.695Z | Fresh progenitor-impl v0.10.0 |
5509 | 2025-06-30T22:34:52.698Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5510 | 2025-06-30T22:34:52.698Z | Fresh num-derive v0.4.2 |
5511 | 2025-06-30T22:34:52.698Z | Fresh zone v0.3.1 |
5512 | 2025-06-30T22:34:52.698Z | Fresh convert_case v0.4.0 |
5513 | 2025-06-30T22:34:52.698Z | Fresh progenitor-macro v0.10.0 |
5514 | 2025-06-30T22:34:52.698Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5515 | 2025-06-30T22:34:52.698Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5516 | 2025-06-30T22:34:52.698Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
5517 | 2025-06-30T22:34:52.698Z | Fresh derive_more v0.99.20 |
5518 | 2025-06-30T22:34:52.698Z | Fresh utf-8 v0.7.6 |
5519 | 2025-06-30T22:34:52.698Z | Fresh half v2.4.1 |
5520 | 2025-06-30T22:34:52.698Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5521 | 2025-06-30T22:34:52.698Z | Fresh progenitor v0.10.0 |
5522 | 2025-06-30T22:34:52.698Z | Fresh tungstenite v0.21.0 |
5523 | 2025-06-30T22:34:52.698Z | Fresh ciborium-io v0.2.2 |
5524 | 2025-06-30T22:34:52.698Z | Fresh newline-converter v0.3.0 |
5525 | 2025-06-30T22:34:52.698Z | Fresh tokio-dtrace v0.1.0 |
5526 | 2025-06-30T22:34:52.698Z | Fresh num-rational v0.4.2 |
5527 | 2025-06-30T22:34:52.699Z | Fresh num-complex v0.4.6 |
5528 | 2025-06-30T22:34:52.702Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
5529 | 2025-06-30T22:34:52.702Z | Fresh ciborium-ll v0.2.2 |
5530 | 2025-06-30T22:34:52.702Z | Fresh tokio-tungstenite v0.21.0 |
5531 | 2025-06-30T22:34:52.702Z | Fresh expectorate v1.2.0 |
5532 | 2025-06-30T22:34:52.702Z | Fresh num v0.4.3 |
5533 | 2025-06-30T22:34:52.702Z | Fresh oxide-tokio-rt v0.1.1 |
5534 | 2025-06-30T22:34:52.702Z | Fresh float-ord v0.3.2 |
5535 | 2025-06-30T22:34:52.703Z | Fresh secrecy v0.10.3 |
5536 | 2025-06-30T22:34:52.703Z | Fresh ciborium v0.2.2 |
5537 | 2025-06-30T22:34:52.703Z | Fresh same-file v1.0.6 |
5538 | 2025-06-30T22:34:52.703Z | Fresh fixedbitset v0.5.7 |
5539 | 2025-06-30T22:34:52.703Z | Fresh password-hash v0.5.0 |
5540 | 2025-06-30T22:34:52.703Z | Fresh blake2 v0.10.6 |
5541 | 2025-06-30T22:34:52.703Z | Fresh indent_write v2.2.0 |
5542 | 2025-06-30T22:34:52.703Z | Fresh walkdir v2.5.0 |
5543 | 2025-06-30T22:34:52.703Z | Fresh argon2 v0.5.3 |
5544 | 2025-06-30T22:34:52.703Z | Fresh petgraph v0.8.2 |
5545 | 2025-06-30T22:34:52.703Z | Fresh xattr v1.3.1 |
5546 | 2025-06-30T22:34:52.703Z | Fresh filetime v0.2.25 |
5547 | 2025-06-30T22:34:52.703Z | Fresh tar v0.4.44 |
5548 | 2025-06-30T22:34:52.703Z | Fresh arc-swap v1.7.1 |
5549 | 2025-06-30T22:34:52.706Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
5550 | 2025-06-30T22:34:52.706Z | Fresh slog-scope v4.4.0 |
5551 | 2025-06-30T22:34:52.706Z | Fresh libsw-core v0.3.1 |
5552 | 2025-06-30T22:34:52.706Z | Fresh swrite v0.1.0 |
5553 | 2025-06-30T22:34:52.706Z | Fresh keccak v0.1.5 |
5554 | 2025-06-30T22:34:52.706Z | Fresh slog-stdlog v4.1.1 |
5555 | 2025-06-30T22:34:52.706Z | Fresh owo-colors v4.2.2 |
5556 | 2025-06-30T22:34:52.707Z | Fresh cancel-safe-futures v0.1.5 |
5557 | 2025-06-30T22:34:52.707Z | Fresh libsw v3.5.0 |
5558 | 2025-06-30T22:34:52.707Z | Fresh linear-map v1.2.0 |
5559 | 2025-06-30T22:34:52.707Z | Fresh sha3 v0.10.8 |
5560 | 2025-06-30T22:34:52.707Z | Fresh slog-envlogger v2.2.0 |
5561 | 2025-06-30T22:34:52.707Z | Fresh pem v3.0.5 |
5562 | 2025-06-30T22:34:52.710Z | Fresh highway v1.3.0 |
5563 | 2025-06-30T22:34:52.710Z | Fresh typify-impl v0.2.0 |
5564 | 2025-06-30T22:34:52.710Z | Fresh headers-core v0.3.0 |
5565 | 2025-06-30T22:34:52.710Z | Fresh resolv-conf v0.7.0 |
5566 | 2025-06-30T22:34:52.710Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
5567 | 2025-06-30T22:34:52.710Z | Fresh typify-macro v0.2.0 |
5568 | 2025-06-30T22:34:52.710Z | Fresh headers v0.4.1 |
5569 | 2025-06-30T22:34:52.711Z | Fresh heck v0.3.3 |
5570 | 2025-06-30T22:34:52.711Z | Fresh progenitor-client v0.8.0 |
5571 | 2025-06-30T22:34:52.711Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5572 | 2025-06-30T22:34:52.711Z | Fresh yasna v0.5.2 |
5573 | 2025-06-30T22:34:52.711Z | Fresh universal-hash v0.5.1 |
5574 | 2025-06-30T22:34:52.714Z | Fresh typify v0.2.0 |
5575 | 2025-06-30T22:34:52.714Z | Fresh lzma-sys v0.1.20 |
5576 | 2025-06-30T22:34:52.714Z | Fresh zone_cfg_derive v0.1.2 |
5577 | 2025-06-30T22:34:52.715Z | Fresh base64 v0.13.1 |
5578 | 2025-06-30T22:34:52.715Z | Fresh opaque-debug v0.3.1 |
5579 | 2025-06-30T22:34:52.715Z | Fresh rcgen v0.12.1 |
5580 | 2025-06-30T22:34:52.715Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5581 | 2025-06-30T22:34:52.715Z | Fresh humantime v2.2.0 |
5582 | 2025-06-30T22:34:52.715Z | Fresh progenitor-impl v0.8.0 |
5583 | 2025-06-30T22:34:52.715Z | Fresh xz2 v0.1.7 |
5584 | 2025-06-30T22:34:52.715Z | Fresh zone v0.1.8 |
5585 | 2025-06-30T22:34:52.715Z | Fresh ron v0.7.1 |
5586 | 2025-06-30T22:34:52.716Z | Fresh subprocess v0.2.9 |
5587 | 2025-06-30T22:34:52.716Z | Fresh semver v0.1.20 |
5588 | 2025-06-30T22:34:52.716Z | Fresh aead v0.5.2 |
5589 | 2025-06-30T22:34:52.716Z | Fresh poly1305 v0.8.0 |
5590 | 2025-06-30T22:34:52.719Z | Fresh progenitor-macro v0.8.0 |
5591 | 2025-06-30T22:34:52.719Z | Fresh rustc_version v0.1.7 |
5592 | 2025-06-30T22:34:52.719Z | Fresh chacha20 v0.9.1 |
5593 | 2025-06-30T22:34:52.719Z | Fresh thiserror-impl-no-std v2.0.2 |
5594 | 2025-06-30T22:34:52.719Z | Fresh linked-hash-map v0.5.6 |
5595 | 2025-06-30T22:34:52.719Z | Fresh hickory-proto v0.24.4 |
5596 | 2025-06-30T22:34:52.719Z | Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
5597 | 2025-06-30T22:34:52.719Z | Fresh progenitor v0.8.0 |
5598 | 2025-06-30T22:34:52.719Z | Fresh thiserror-no-std v2.0.2 |
5599 | 2025-06-30T22:34:52.720Z | Fresh chacha20poly1305 v0.10.1 |
5600 | 2025-06-30T22:34:52.720Z | Fresh lru-cache v0.1.2 |
5601 | 2025-06-30T22:34:52.723Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5602 | 2025-06-30T22:34:52.723Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5603 | 2025-06-30T22:34:52.723Z | Fresh vsss-rs v3.3.4 |
5604 | 2025-06-30T22:34:52.723Z | Fresh hickory-resolver v0.24.4 |
5605 | 2025-06-30T22:34:52.723Z | Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5606 | 2025-06-30T22:34:52.723Z | Fresh tagptr v0.2.0 |
5607 | 2025-06-30T22:34:52.729Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
5608 | 2025-06-30T22:34:52.730Z | Fresh newtype_derive v0.1.6 |
5609 | 2025-06-30T22:34:52.730Z | Fresh qorb v0.4.0 |
5610 | 2025-06-30T22:34:52.730Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5611 | 2025-06-30T22:34:52.730Z | Fresh moka v0.12.10 |
5612 | 2025-06-30T22:34:52.730Z | Fresh display-error-chain v0.2.2 |
5613 | 2025-06-30T22:34:52.730Z | Fresh steno v0.4.1 |
5614 | 2025-06-30T22:34:52.730Z | Fresh hickory-resolver v0.25.2 |
5615 | 2025-06-30T22:34:52.735Z | Fresh slog-dtrace v0.3.0 |
5616 | 2025-06-30T22:34:52.735Z | Fresh bytecount v0.6.8 |
5617 | 2025-06-30T22:34:52.735Z | Fresh gethostname v0.5.0 |
5618 | 2025-06-30T22:34:52.735Z | Fresh nibble_vec v0.1.0 |
5619 | 2025-06-30T22:34:52.735Z | Fresh endian-type v0.1.2 |
5620 | 2025-06-30T22:34:52.735Z | Fresh radix_trie v0.2.1 |
5621 | 2025-06-30T22:34:52.735Z | Fresh bitfield-struct v0.6.2 |
5622 | 2025-06-30T22:34:52.735Z | Fresh termtree v0.5.1 |
5623 | 2025-06-30T22:34:52.738Z | Fresh libefi-sys v0.1.0 |
5624 | 2025-06-30T22:34:52.739Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5625 | 2025-06-30T22:34:52.739Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5626 | 2025-06-30T22:34:52.739Z | Fresh zerocopy-derive v0.6.6 |
5627 | 2025-06-30T22:34:52.739Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5628 | 2025-06-30T22:34:52.739Z | Fresh termcolor v1.4.1 |
5629 | 2025-06-30T22:34:52.739Z | Fresh tap v1.0.1 |
5630 | 2025-06-30T22:34:52.739Z | Fresh radium v0.7.0 |
5631 | 2025-06-30T22:34:52.739Z | Fresh zerocopy v0.6.6 |
5632 | 2025-06-30T22:34:52.739Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
5633 | 2025-06-30T22:34:52.739Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5634 | 2025-06-30T22:34:52.739Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5635 | 2025-06-30T22:34:52.739Z | Fresh wyz v0.5.1 |
5636 | 2025-06-30T22:34:52.739Z | Fresh funty v2.0.0 |
5637 | 2025-06-30T22:34:52.739Z | Fresh crc-catalog v2.4.0 |
5638 | 2025-06-30T22:34:52.742Z | Fresh packed_struct_codegen v0.10.1 |
5639 | 2025-06-30T22:34:52.742Z | Fresh nodrop v0.1.14 |
5640 | 2025-06-30T22:34:52.742Z | Fresh crc v3.2.1 |
5641 | 2025-06-30T22:34:52.743Z | Fresh bitvec v1.0.1 |
5642 | 2025-06-30T22:34:52.743Z | Fresh maybe-uninit v2.0.0 |
5643 | 2025-06-30T22:34:52.743Z | Fresh array-init v0.0.4 |
5644 | 2025-06-30T22:34:52.743Z | Fresh hashbrown v0.12.3 |
5645 | 2025-06-30T22:34:52.743Z | Fresh smallvec v0.6.14 |
5646 | 2025-06-30T22:34:52.743Z | Fresh packed_struct v0.10.1 |
5647 | 2025-06-30T22:34:52.743Z | Fresh bitfield v0.14.0 |
5648 | 2025-06-30T22:34:52.743Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5649 | 2025-06-30T22:34:52.743Z | Fresh indexmap v1.9.3 |
5650 | 2025-06-30T22:34:52.743Z | Fresh env_logger v0.10.2 |
5651 | 2025-06-30T22:34:52.743Z | Fresh ron v0.8.1 |
5652 | 2025-06-30T22:34:52.743Z | Fresh hashbrown v0.13.2 |
5653 | 2025-06-30T22:34:52.743Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
5654 | 2025-06-30T22:34:52.743Z | Fresh serde-hex v0.1.0 |
5655 | 2025-06-30T22:34:52.746Z | Fresh async-recursion v1.1.1 |
5656 | 2025-06-30T22:34:52.746Z | Fresh crc-any v2.5.0 |
5657 | 2025-06-30T22:34:52.747Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5658 | 2025-06-30T22:34:52.747Z | Fresh object v0.30.4 |
5659 | 2025-06-30T22:34:52.747Z | Fresh proc-macro-error-attr2 v2.0.0 |
5660 | 2025-06-30T22:34:52.747Z | Fresh xshell-macros v0.2.7 |
5661 | 2025-06-30T22:34:52.747Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
5662 | 2025-06-30T22:34:52.747Z | Fresh path-slash v0.1.5 |
5663 | 2025-06-30T22:34:52.747Z | Fresh proc-macro-error2 v2.0.1 |
5664 | 2025-06-30T22:34:52.747Z | Fresh xshell v0.2.7 |
5665 | 2025-06-30T22:34:52.750Z | Fresh maplit v1.0.2 |
5666 | 2025-06-30T22:34:52.750Z | Fresh papergrid v0.14.0 |
5667 | 2025-06-30T22:34:52.750Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
5668 | 2025-06-30T22:34:52.750Z | Fresh tabled_derive v0.10.0 |
5669 | 2025-06-30T22:34:52.750Z | Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
5670 | 2025-06-30T22:34:52.754Z | Fresh num-derive v0.3.3 |
5671 | 2025-06-30T22:34:52.754Z | Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
5672 | 2025-06-30T22:34:52.754Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
5673 | 2025-06-30T22:34:52.754Z | Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
5674 | 2025-06-30T22:34:52.754Z | Fresh libscf-sys v1.1.0 |
5675 | 2025-06-30T22:34:52.754Z | Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
5676 | 2025-06-30T22:34:52.754Z | Fresh tabled v0.18.0 |
5677 | 2025-06-30T22:34:52.754Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
5678 | 2025-06-30T22:34:52.754Z | Fresh fxhash v0.2.1 |
5679 | 2025-06-30T22:34:52.754Z | Fresh vte_generate_state_changes v0.1.2 |
5680 | 2025-06-30T22:34:52.754Z | Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
5681 | 2025-06-30T22:34:52.754Z | Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
5682 | 2025-06-30T22:34:52.754Z | Fresh vte v0.11.1 |
5683 | 2025-06-30T22:34:52.754Z | Fresh fd-lock v4.0.2 |
5684 | 2025-06-30T22:34:52.754Z | Fresh crc8 v0.1.1 |
5685 | 2025-06-30T22:34:52.754Z | Fresh const_format_proc_macros v0.2.34 |
5686 | 2025-06-30T22:34:52.754Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
5687 | 2025-06-30T22:34:52.758Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
5688 | 2025-06-30T22:34:52.758Z | Fresh strip-ansi-escapes v0.2.0 |
5689 | 2025-06-30T22:34:52.758Z | Fresh nu-ansi-term v0.50.1 |
5690 | 2025-06-30T22:34:52.758Z | Fresh const_format v0.2.34 |
5691 | 2025-06-30T22:34:52.758Z | Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
5692 | 2025-06-30T22:34:52.758Z | Fresh half v1.8.3 |
5693 | 2025-06-30T22:34:52.758Z | Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
5694 | 2025-06-30T22:34:52.758Z | Fresh reedline v0.40.0 |
5695 | 2025-06-30T22:34:52.758Z | Fresh serde_cbor v0.11.2 |
5696 | 2025-06-30T22:34:52.758Z | Fresh papergrid v0.11.0 |
5697 | 2025-06-30T22:34:52.758Z | Fresh tabled_derive v0.7.0 |
5698 | 2025-06-30T22:34:52.758Z | Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
5699 | 2025-06-30T22:34:52.758Z | Fresh tabled v0.15.0 |
5700 | 2025-06-30T22:34:52.758Z | Fresh kstat-rs v0.2.4 |
5701 | 2025-06-30T22:34:52.758Z | Fresh diff v0.1.13 |
5702 | 2025-06-30T22:34:52.758Z | Fresh globset v0.4.15 |
5703 | 2025-06-30T22:34:52.758Z | Fresh dsl_auto_type v0.1.2 |
5704 | 2025-06-30T22:34:52.758Z | Fresh phf_generator v0.11.2 |
5705 | 2025-06-30T22:34:52.762Z | Fresh nix v0.30.1 |
5706 | 2025-06-30T22:34:52.762Z | Fresh scheduled-thread-pool v0.2.7 |
5707 | 2025-06-30T22:34:52.762Z | Fresh diesel_table_macro_syntax v0.2.0 |
5708 | 2025-06-30T22:34:52.762Z | Fresh phf_codegen v0.11.2 |
5709 | 2025-06-30T22:34:52.762Z | Fresh parse-zoneinfo v0.3.1 |
5710 | 2025-06-30T22:34:52.762Z | Fresh r2d2 v0.8.10 |
5711 | 2025-06-30T22:34:52.762Z | Fresh diesel_derives v2.2.3 |
5712 | 2025-06-30T22:34:52.762Z | Fresh cfg_aliases v0.1.1 |
5713 | 2025-06-30T22:34:52.762Z | Fresh chrono-tz-build v0.4.0 |
5714 | 2025-06-30T22:34:52.762Z | Fresh bcs v0.1.6 |
5715 | 2025-06-30T22:34:52.762Z | Fresh diesel v2.2.11 |
5716 | 2025-06-30T22:34:52.762Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
5717 | 2025-06-30T22:34:52.762Z | Fresh nanorand v0.7.0 |
5718 | 2025-06-30T22:34:52.766Z | Fresh parking_lot_core v0.8.6 |
5719 | 2025-06-30T22:34:52.766Z | Fresh peg-macros v0.8.5 |
5720 | 2025-06-30T22:34:52.766Z | Fresh crunchy v0.2.2 |
5721 | 2025-06-30T22:34:52.766Z | Fresh nix v0.28.0 |
5722 | 2025-06-30T22:34:52.766Z | Fresh flume v0.11.1 |
5723 | 2025-06-30T22:34:52.766Z | Fresh sqlparser_derive v0.2.2 |
5724 | 2025-06-30T22:34:52.766Z | Fresh unicode_categories v0.1.1 |
5725 | 2025-06-30T22:34:52.766Z | Fresh bit-vec v0.6.3 |
5726 | 2025-06-30T22:34:52.766Z | Fresh parking_lot v0.11.2 |
5727 | 2025-06-30T22:34:52.766Z | Fresh sqlparser v0.45.0 |
5728 | 2025-06-30T22:34:52.766Z | Fresh rustyline v14.0.0 |
5729 | 2025-06-30T22:34:52.766Z | Fresh sqlformat v0.3.5 |
5730 | 2025-06-30T22:34:52.766Z | Fresh bit-set v0.5.3 |
5731 | 2025-06-30T22:34:52.766Z | Fresh tiny-keccak v2.0.2 |
5732 | 2025-06-30T22:34:52.766Z | Fresh peg v0.8.5 |
5733 | 2025-06-30T22:34:52.766Z | Fresh chrono-tz v0.10.3 |
5734 | 2025-06-30T22:34:52.766Z | Fresh ascii-canvas v3.0.0 |
5735 | 2025-06-30T22:34:52.766Z | Fresh prefix-trie v0.7.0 |
5736 | 2025-06-30T22:34:52.766Z | Fresh ena v0.14.3 |
5737 | 2025-06-30T22:34:52.770Z | Fresh regex-syntax v0.6.29 |
5738 | 2025-06-30T22:34:52.770Z | Fresh sled v0.34.7 |
5739 | 2025-06-30T22:34:52.770Z | Fresh hickory-server v0.25.2 |
5740 | 2025-06-30T22:34:52.770Z | Fresh lalrpop v0.19.12 |
5741 | 2025-06-30T22:34:52.773Z | Fresh hickory-client v0.25.2 |
5742 | 2025-06-30T22:34:52.774Z | Fresh bindgen v0.71.1 |
5743 | 2025-06-30T22:34:52.774Z | Fresh derive_builder_core v0.20.2 |
5744 | 2025-06-30T22:34:52.774Z | Fresh assert_matches v1.5.0 |
5745 | 2025-06-30T22:34:52.774Z | Fresh derive_builder_macro v0.20.2 |
5746 | 2025-06-30T22:34:52.774Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
5747 | 2025-06-30T22:34:52.774Z | Fresh strum_macros v0.24.3 |
5748 | 2025-06-30T22:34:52.774Z | Fresh indoc v1.0.9 |
5749 | 2025-06-30T22:34:52.774Z | Fresh derive_builder v0.20.2 |
5750 | 2025-06-30T22:34:52.777Z | Fresh libxml v0.3.3 |
5751 | 2025-06-30T22:34:52.777Z | Fresh predicates-tree v1.0.12 |
5752 | 2025-06-30T22:34:52.777Z | Fresh polar-core v0.27.3 |
5753 | 2025-06-30T22:34:52.777Z | Fresh oso-derive v0.27.3 |
5754 | 2025-06-30T22:34:52.777Z | Fresh impl-trait-for-tuples v0.2.2 |
5755 | 2025-06-30T22:34:52.777Z | Fresh quick-xml v0.37.2 |
5756 | 2025-06-30T22:34:52.781Z | Fresh samael v0.0.19 |
5757 | 2025-06-30T22:34:52.781Z | Fresh oso v0.27.3 |
5758 | 2025-06-30T22:34:52.781Z | Fresh primeorder v0.13.6 |
5759 | 2025-06-30T22:34:52.781Z | Fresh ignore v0.4.23 |
5760 | 2025-06-30T22:34:52.781Z | Fresh unicase v2.7.0 |
5761 | 2025-06-30T22:34:52.781Z | Fresh signal-hook-tokio v0.3.1 |
5762 | 2025-06-30T22:34:52.781Z | Fresh pin-project-internal v1.1.6 |
5763 | 2025-06-30T22:34:52.781Z | Fresh http-range v0.1.5 |
5764 | 2025-06-30T22:34:52.784Z | Fresh globwalk v0.9.1 |
5765 | 2025-06-30T22:34:52.788Z | Fresh pin-project v1.1.6 |
5766 | 2025-06-30T22:34:52.788Z | Fresh bb8 v0.8.5 |
5767 | 2025-06-30T22:34:52.788Z | Fresh atty v0.2.14 |
5768 | 2025-06-30T22:34:52.788Z | Fresh diesel-dtrace v0.4.2 |
5769 | 2025-06-30T22:34:52.788Z | Fresh async-bb8-diesel v0.2.1 |
5770 | 2025-06-30T22:34:52.788Z | Fresh camino-tempfile-ext v0.3.1 |
5771 | 2025-06-30T22:34:52.788Z | Fresh p384 v0.13.0 |
5772 | 2025-06-30T22:34:52.788Z | Fresh mime_guess v2.0.5 |
5773 | 2025-06-30T22:34:52.788Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
5774 | 2025-06-30T22:34:52.788Z | Fresh tungstenite v0.23.0 |
5775 | 2025-06-30T22:34:52.788Z | Fresh snafu-derive v0.8.5 |
5776 | 2025-06-30T22:34:52.788Z | Fresh void v1.0.2 |
5777 | 2025-06-30T22:34:52.792Z | Fresh tokio-tungstenite v0.23.1 |
5778 | 2025-06-30T22:34:52.792Z | Fresh hyper-staticfile v0.10.1 |
5779 | 2025-06-30T22:34:52.792Z | Fresh snafu v0.8.5 |
5780 | 2025-06-30T22:34:52.792Z | Fresh salty v0.3.0 |
5781 | 2025-06-30T22:34:52.792Z | Fresh lzss v0.8.2 |
5782 | 2025-06-30T22:34:52.792Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5783 | 2025-06-30T22:34:52.792Z | Fresh nix v0.27.1 |
5784 | 2025-06-30T22:34:52.792Z | Fresh olpc-cjson v0.1.4 |
5785 | 2025-06-30T22:34:52.792Z | Fresh serde_plain v1.0.2 |
5786 | 2025-06-30T22:34:52.792Z | Fresh serde_bytes v0.11.17 |
5787 | 2025-06-30T22:34:52.792Z | Fresh env_filter v0.1.2 |
5788 | 2025-06-30T22:34:52.792Z | Fresh typed-path v0.9.3 |
5789 | 2025-06-30T22:34:52.792Z | Fresh fs-err v2.11.0 |
5790 | 2025-06-30T22:34:52.792Z | Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
5791 | 2025-06-30T22:34:52.796Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
5792 | 2025-06-30T22:34:52.796Z | Fresh env_logger v0.11.5 |
5793 | 2025-06-30T22:34:52.796Z | Fresh tough v0.20.0 |
5794 | 2025-06-30T22:34:52.796Z | Fresh parse-size v1.1.0 |
5795 | 2025-06-30T22:34:52.796Z | Fresh secrecy v0.8.0 |
5796 | 2025-06-30T22:34:52.796Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
5797 | 2025-06-30T22:34:52.796Z | Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
5798 | 2025-06-30T22:34:52.797Z | Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
5799 | 2025-06-30T22:34:52.797Z | Fresh rand_seeder v0.3.0 |
5800 | 2025-06-30T22:34:52.797Z | Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
5801 | 2025-06-30T22:34:52.797Z | Fresh csv-core v0.1.11 |
5802 | 2025-06-30T22:34:52.797Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5803 | 2025-06-30T22:34:52.797Z | Fresh yansi v1.0.1 |
5804 | 2025-06-30T22:34:52.797Z | Fresh csv v1.3.1 |
5805 | 2025-06-30T22:34:52.797Z | Fresh pretty_assertions v1.4.1 |
5806 | 2025-06-30T22:34:52.800Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5807 | 2025-06-30T22:34:52.803Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5808 | 2025-06-30T22:34:52.803Z | Fresh castaway v0.2.3 |
5809 | 2025-06-30T22:34:52.803Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5810 | 2025-06-30T22:34:52.804Z | Fresh concurrent-queue v2.5.0 |
5811 | 2025-06-30T22:34:52.804Z | Fresh parking v2.2.1 |
5812 | 2025-06-30T22:34:52.804Z | Fresh indoc v2.0.6 |
5813 | 2025-06-30T22:34:52.804Z | Fresh compact_str v0.8.0 |
5814 | 2025-06-30T22:34:52.804Z | Fresh typeid v1.0.3 |
5815 | 2025-06-30T22:34:52.804Z | Fresh libz-sys v1.1.20 |
5816 | 2025-06-30T22:34:52.804Z | Fresh unicode-truncate v1.1.0 |
5817 | 2025-06-30T22:34:52.804Z | Fresh lru v0.12.5 |
5818 | 2025-06-30T22:34:52.804Z | Fresh erased-serde v0.4.6 |
5819 | 2025-06-30T22:34:52.808Z | Fresh ordered-float v2.10.1 |
5820 | 2025-06-30T22:34:52.808Z | Fresh instability v0.3.2 |
5821 | 2025-06-30T22:34:52.808Z | Fresh cassowary v0.3.0 |
5822 | 2025-06-30T22:34:52.808Z | Fresh smawk v0.3.2 |
5823 | 2025-06-30T22:34:52.808Z | Fresh is_ci v1.2.0 |
5824 | 2025-06-30T22:34:52.808Z | Fresh unicode-linebreak v0.1.5 |
5825 | 2025-06-30T22:34:52.808Z | Fresh libgit2-sys v0.17.0+1.8.1 |
5826 | 2025-06-30T22:34:52.808Z | Fresh serde-value v0.7.0 |
5827 | 2025-06-30T22:34:52.808Z | Fresh ratatui v0.29.0 |
5828 | 2025-06-30T22:34:52.808Z | Fresh supports-color v3.0.2 |
5829 | 2025-06-30T22:34:52.808Z | Fresh textwrap v0.16.2 |
5830 | 2025-06-30T22:34:52.808Z | Fresh serde-untagged v0.1.7 |
5831 | 2025-06-30T22:34:52.808Z | Fresh cargo-platform v0.1.8 |
5832 | 2025-06-30T22:34:52.808Z | Fresh cargo_metadata v0.18.1 |
5833 | 2025-06-30T22:34:52.808Z | Fresh cargo-util-schemas v0.2.0 |
5834 | 2025-06-30T22:34:52.808Z | Fresh git2 v0.19.0 |
5835 | 2025-06-30T22:34:52.808Z | Fresh event-listener v5.3.1 |
5836 | 2025-06-30T22:34:52.808Z | Fresh cargo-platform v0.2.0 |
5837 | 2025-06-30T22:34:52.812Z | Fresh vergen v8.3.2 |
5838 | 2025-06-30T22:34:52.812Z | Fresh event-listener-strategy v0.5.2 |
5839 | 2025-06-30T22:34:52.812Z | Fresh cargo_metadata v0.20.0 |
5840 | 2025-06-30T22:34:52.815Z | Fresh sct v0.7.1 |
5841 | 2025-06-30T22:34:52.815Z | Fresh rustls-webpki v0.101.7 |
5842 | 2025-06-30T22:34:52.818Z | Fresh rustls v0.21.12 |
5843 | 2025-06-30T22:34:52.818Z | Fresh futures-lite v2.3.0 |
5844 | 2025-06-30T22:34:52.818Z | Fresh tokio-rustls v0.24.1 |
5845 | 2025-06-30T22:34:52.818Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
5846 | 2025-06-30T22:34:52.819Z | Fresh rustls-pemfile v1.0.4 |
5847 | 2025-06-30T22:34:52.819Z | Fresh twox-hash v2.1.0 |
5848 | 2025-06-30T22:34:52.819Z | Fresh shell-words v1.1.0 |
5849 | 2025-06-30T22:34:52.819Z | Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
5850 | 2025-06-30T22:34:52.819Z | Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
5851 | 2025-06-30T22:34:52.819Z | Fresh async-lock v3.4.0 |
5852 | 2025-06-30T22:34:52.819Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
5853 | 2025-06-30T22:34:52.822Z | Fresh fatfs v0.3.6 |
5854 | 2025-06-30T22:34:52.822Z | Fresh polling v3.7.3 |
5855 | 2025-06-30T22:34:52.822Z | Fresh async-task v4.7.1 |
5856 | 2025-06-30T22:34:52.822Z | Fresh plotters-backend v0.3.7 |
5857 | 2025-06-30T22:34:52.822Z | Fresh async-channel v2.3.1 |
5858 | 2025-06-30T22:34:52.822Z | Fresh piper v0.2.4 |
5859 | 2025-06-30T22:34:52.823Z | Fresh async-io v2.3.4 |
5860 | 2025-06-30T22:34:52.823Z | Fresh plotters-svg v0.3.7 |
5861 | 2025-06-30T22:34:52.823Z | Fresh rtoolbox v0.0.2 |
5862 | 2025-06-30T22:34:52.823Z | Fresh cast v0.3.0 |
5863 | 2025-06-30T22:34:52.823Z | Fresh hex-literal v0.4.1 |
5864 | 2025-06-30T22:34:52.823Z | Fresh async-executor v1.13.1 |
5865 | 2025-06-30T22:34:52.823Z | Fresh criterion-plot v0.5.0 |
5866 | 2025-06-30T22:34:52.823Z | Fresh rpassword v7.4.0 |
5867 | 2025-06-30T22:34:52.823Z | Fresh plotters v0.3.7 |
5868 | 2025-06-30T22:34:52.823Z | Fresh async-signal v0.2.10 |
5869 | 2025-06-30T22:34:52.823Z | Fresh blocking v1.6.1 |
5870 | 2025-06-30T22:34:52.828Z | Fresh tui-tree-widget v0.23.1 |
5871 | 2025-06-30T22:34:52.828Z | Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
5872 | 2025-06-30T22:34:52.828Z | Fresh tinytemplate v1.2.1 |
5873 | 2025-06-30T22:34:52.828Z | Fresh futures-timer v3.0.3 |
5874 | 2025-06-30T22:34:52.828Z | Fresh anes v0.1.6 |
5875 | 2025-06-30T22:34:52.828Z | Fresh event-listener v2.5.3 |
5876 | 2025-06-30T22:34:52.829Z | Fresh oorandom v11.1.4 |
5877 | 2025-06-30T22:34:52.829Z | Fresh async-global-executor v2.4.1 |
5878 | 2025-06-30T22:34:52.829Z | Fresh async-process v2.3.0 |
5879 | 2025-06-30T22:34:52.829Z | Fresh petname v2.0.2 |
5880 | 2025-06-30T22:34:52.829Z | Fresh async-channel v1.9.0 |
5881 | 2025-06-30T22:34:52.829Z | Fresh criterion v0.6.0 |
5882 | 2025-06-30T22:34:52.829Z | Fresh polyval v0.6.2 |
5883 | 2025-06-30T22:34:52.829Z | Fresh async-attributes v1.1.2 |
5884 | 2025-06-30T22:34:52.829Z | Fresh kv-log-macro v1.0.7 |
5885 | 2025-06-30T22:34:52.829Z | Fresh sync-ptr v0.1.4 |
5886 | 2025-06-30T22:34:52.829Z | Fresh ghash v0.5.1 |
5887 | 2025-06-30T22:34:52.829Z | Fresh async-std v1.13.0 |
5888 | 2025-06-30T22:34:52.829Z | Fresh ctr v0.9.2 |
5889 | 2025-06-30T22:34:52.829Z | Fresh aes-gcm v0.10.3 |
5890 | 2025-06-30T22:34:52.829Z | Fresh async-object-pool v0.1.5 |
5891 | 2025-06-30T22:34:52.829Z | Fresh ssh-encoding v0.2.0 |
5892 | 2025-06-30T22:34:52.829Z | Fresh blowfish v0.9.1 |
5893 | 2025-06-30T22:34:52.829Z | Fresh serde_regex v1.1.0 |
5894 | 2025-06-30T22:34:52.829Z | Fresh assert-json-diff v2.0.2 |
5895 | 2025-06-30T22:34:52.829Z | Fresh path-tree v0.8.1 |
5896 | 2025-06-30T22:34:52.829Z | Fresh arrayref v0.3.9 |
5897 | 2025-06-30T22:34:52.829Z | Fresh arrayvec v0.7.6 |
5898 | 2025-06-30T22:34:52.829Z | Fresh stringmetrics v2.2.2 |
5899 | 2025-06-30T22:34:52.829Z | Fresh constant_time_eq v0.3.1 |
5900 | 2025-06-30T22:34:52.834Z | Fresh ssh-cipher v0.2.0 |
5901 | 2025-06-30T22:34:52.834Z | Fresh httpmock v0.8.0-alpha.1 |
5902 | 2025-06-30T22:34:52.834Z | Fresh target-lexicon v0.13.2 |
5903 | 2025-06-30T22:34:52.834Z | Fresh bcrypt-pbkdf v0.10.0 |
5904 | 2025-06-30T22:34:52.834Z | Fresh password-hash v0.4.2 |
5905 | 2025-06-30T22:34:52.834Z | Fresh pbkdf2 v0.11.0 |
5906 | 2025-06-30T22:34:52.834Z | Fresh ssh-key v0.6.6 |
5907 | 2025-06-30T22:34:52.834Z | Fresh guppy-workspace-hack v0.1.0 |
5908 | 2025-06-30T22:34:52.834Z | Fresh cfg-expr v0.18.0 |
5909 | 2025-06-30T22:34:52.834Z | Fresh p521 v0.13.3 |
5910 | 2025-06-30T22:34:52.834Z | Fresh p256 v0.13.2 |
5911 | 2025-06-30T22:34:52.838Z | Fresh russh-cryptovec v0.7.3 |
5912 | 2025-06-30T22:34:52.838Z | Fresh md5 v0.7.0 |
5913 | 2025-06-30T22:34:52.838Z | Fresh target-spec v3.4.2 |
5914 | 2025-06-30T22:34:52.838Z | Fresh petgraph v0.7.1 |
5915 | 2025-06-30T22:34:52.838Z | Fresh russh-keys v0.45.0 |
5916 | 2025-06-30T22:34:52.838Z | Fresh httptest v0.16.3 |
5917 | 2025-06-30T22:34:52.838Z | Fresh pathdiff v0.2.3 |
5918 | 2025-06-30T22:34:52.838Z | Fresh num-bigint v0.4.6 |
5919 | 2025-06-30T22:34:52.838Z | Fresh des v0.8.1 |
5920 | 2025-06-30T22:34:52.838Z | Fresh memmap2 v0.9.5 |
5921 | 2025-06-30T22:34:52.838Z | Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
5922 | 2025-06-30T22:34:52.838Z | Fresh escape8259 v0.5.3 |
5923 | 2025-06-30T22:34:52.838Z | Fresh nested v0.1.1 |
5924 | 2025-06-30T22:34:52.838Z | Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
5925 | 2025-06-30T22:34:52.838Z | Fresh blake3 v1.5.4 |
5926 | 2025-06-30T22:34:52.838Z | Fresh russh v0.45.0 |
5927 | 2025-06-30T22:34:52.838Z | Fresh fancy-regex v0.14.0 |
5928 | 2025-06-30T22:34:52.839Z | Fresh guppy v0.17.19 |
5929 | 2025-06-30T22:34:52.839Z | Fresh libtest-mimic v0.8.1 |
5930 | 2025-06-30T22:34:52.842Z | Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
5931 | 2025-06-30T22:34:52.842Z | Fresh internet-checksum v0.2.1 |
5932 | 2025-06-30T22:34:52.842Z | Fresh topological-sort v0.2.2 |
5933 | 2025-06-30T22:34:52.842Z | Fresh doc-comment v0.3.3 |
5934 | 2025-06-30T22:34:52.842Z | Fresh datatest-stable v0.3.2 |
5935 | 2025-06-30T22:34:52.842Z | Fresh omicron-zone-package v0.12.2 |
5936 | 2025-06-30T22:34:52.846Z | Compiling similar-asserts v1.7.0 |
5937 | 2025-06-30T22:34:52.846Z | Fresh proc-macro-crate v3.2.0 |
5938 | 2025-06-30T22:34:53.009Z | Fresh relative-path v1.9.3 |
5939 | 2025-06-30T22:34:53.013Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=8a64ad0db68be1fa -C extra-filename=-ab2ff3dc60214ab8 --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-379a38323fc33607.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
5940 | 2025-06-30T22:34:53.014Z | Fresh rstest_macros v0.25.0 |
5941 | 2025-06-30T22:34:53.014Z | Fresh assert_cmd v2.0.17 |
5942 | 2025-06-30T22:34:53.014Z | Fresh target-triple v0.1.3 |
5943 | 2025-06-30T22:34:53.018Z | Fresh support-bundle-viewer v0.1.2 |
5944 | 2025-06-30T22:34:53.018Z | Fresh multimap v0.10.1 |
5945 | 2025-06-30T22:34:53.018Z | Fresh uzers v0.12.1 |
5946 | 2025-06-30T22:34:53.018Z | Fresh rstest v0.25.0 |
5947 | 2025-06-30T22:34:53.018Z | Fresh trybuild v1.0.105 |
5948 | 2025-06-30T22:34:53.019Z | Fresh blake2b_simd v1.0.2 |
5949 | 2025-06-30T22:34:53.020Z | Fresh partial-io v0.5.4 |
5950 | 2025-06-30T22:34:53.020Z | Fresh rand_distr v0.4.3 |
5951 | 2025-06-30T22:34:53.020Z | Fresh approx v0.5.1 |
5952 | 2025-06-30T22:34:53.020Z | Fresh rust-argon2 v2.1.0 |
5953 | 2025-06-30T22:34:53.024Z | Fresh cargo_toml v0.21.0 |
5954 | 2025-06-30T22:34:53.024Z | Fresh termios v0.3.3 |
5955 | 2025-06-30T22:34:53.024Z | Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
5956 | 2025-06-30T22:34:53.024Z | Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
5957 | 2025-06-30T22:34:53.024Z | Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
5958 | 2025-06-30T22:34:53.024Z | Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
5959 | 2025-06-30T22:34:53.024Z | Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
5960 | 2025-06-30T22:34:53.024Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5961 | 2025-06-30T22:34:53.024Z | Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
5962 | 2025-06-30T22:34:53.024Z | Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
5963 | 2025-06-30T22:34:53.024Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5964 | 2025-06-30T22:34:53.024Z | Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
5965 | 2025-06-30T22:34:53.027Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
5966 | 2025-06-30T22:34:53.027Z | Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
5967 | 2025-06-30T22:34:53.027Z | Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
5968 | 2025-06-30T22:34:53.031Z | Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
5969 | 2025-06-30T22:34:53.031Z | Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
5970 | 2025-06-30T22:34:53.031Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5971 | 2025-06-30T22:34:53.031Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5972 | 2025-06-30T22:34:53.031Z | Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
5973 | 2025-06-30T22:34:53.031Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
5974 | 2025-06-30T22:34:53.031Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
5975 | 2025-06-30T22:34:53.037Z | Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
5976 | 2025-06-30T22:34:53.037Z | Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
5977 | 2025-06-30T22:34:53.037Z | Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
5978 | 2025-06-30T22:34:53.037Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
5979 | 2025-06-30T22:34:53.037Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
5980 | 2025-06-30T22:34:53.037Z | Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
5981 | 2025-06-30T22:34:53.037Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5982 | 2025-06-30T22:34:53.037Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5983 | 2025-06-30T22:34:53.037Z | Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
5984 | 2025-06-30T22:34:53.037Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5985 | 2025-06-30T22:34:53.037Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
5986 | 2025-06-30T22:34:53.037Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5987 | 2025-06-30T22:34:53.037Z | Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
5988 | 2025-06-30T22:34:53.068Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1beb922e4073d04b -C extra-filename=-158a0294068927f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
5989 | 2025-06-30T22:34:53.072Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c329cbfeecb30656 -C extra-filename=-e04925dd78c34aa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/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 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out` |
5990 | 2025-06-30T22:34:53.073Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
5991 | 2025-06-30T22:34:53.077Z | Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
5992 | 2025-06-30T22:34:53.077Z | Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
5993 | 2025-06-30T22:34:53.077Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5994 | 2025-06-30T22:34:53.077Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5995 | 2025-06-30T22:34:53.077Z | Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
5996 | 2025-06-30T22:34:53.077Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
5997 | 2025-06-30T22:34:53.077Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5998 | 2025-06-30T22:34:53.077Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5999 | 2025-06-30T22:34:53.078Z | Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
6000 | 2025-06-30T22:34:53.078Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
6001 | 2025-06-30T22:34:53.078Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
6002 | 2025-06-30T22:34:53.081Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
6003 | 2025-06-30T22:34:53.081Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
6004 | 2025-06-30T22:34:53.081Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
6005 | 2025-06-30T22:34:53.081Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
6006 | 2025-06-30T22:34:53.081Z | Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
6007 | 2025-06-30T22:34:53.081Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
6008 | 2025-06-30T22:34:53.081Z | Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
6009 | 2025-06-30T22:34:53.081Z | Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
6010 | 2025-06-30T22:34:53.082Z | Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
6011 | 2025-06-30T22:34:53.082Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
6012 | 2025-06-30T22:34:53.082Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
6013 | 2025-06-30T22:34:53.082Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
6014 | 2025-06-30T22:34:53.082Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
6015 | 2025-06-30T22:34:53.082Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
6016 | 2025-06-30T22:34:53.082Z | Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
6017 | 2025-06-30T22:34:53.082Z | Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
6018 | 2025-06-30T22:34:53.082Z | Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
6019 | 2025-06-30T22:34:53.082Z | Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
6020 | 2025-06-30T22:34:53.082Z | Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
6021 | 2025-06-30T22:34:53.082Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
6022 | 2025-06-30T22:34:53.082Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
6023 | 2025-06-30T22:34:53.086Z | Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
6024 | 2025-06-30T22:34:53.086Z | Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
6025 | 2025-06-30T22:34:53.086Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6026 | 2025-06-30T22:34:53.086Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
6027 | 2025-06-30T22:34:53.086Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
6028 | 2025-06-30T22:34:53.086Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
6029 | 2025-06-30T22:34:53.086Z | Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
6030 | 2025-06-30T22:34:53.086Z | Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
6031 | 2025-06-30T22:34:53.086Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
6032 | 2025-06-30T22:34:53.086Z | Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
6033 | 2025-06-30T22:34:53.086Z | Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
6034 | 2025-06-30T22:34:53.086Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
6035 | 2025-06-30T22:34:53.086Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
6036 | 2025-06-30T22:34:53.086Z | Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
6037 | 2025-06-30T22:34:53.087Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
6038 | 2025-06-30T22:34:53.087Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
6039 | 2025-06-30T22:34:53.087Z | Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
6040 | 2025-06-30T22:34:53.087Z | Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
6041 | 2025-06-30T22:34:53.087Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
6042 | 2025-06-30T22:34:53.087Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
6043 | 2025-06-30T22:34:53.087Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
6044 | 2025-06-30T22:34:53.087Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
6045 | 2025-06-30T22:34:53.087Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
6046 | 2025-06-30T22:34:53.087Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
6047 | 2025-06-30T22:34:53.090Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
6048 | 2025-06-30T22:34:53.090Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
6049 | 2025-06-30T22:34:53.090Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
6050 | 2025-06-30T22:34:53.090Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
6051 | 2025-06-30T22:34:53.091Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
6052 | 2025-06-30T22:34:53.091Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6053 | 2025-06-30T22:34:53.091Z | Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
6054 | 2025-06-30T22:34:53.091Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
6055 | 2025-06-30T22:34:53.091Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
6056 | 2025-06-30T22:34:53.091Z | Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
6057 | 2025-06-30T22:34:53.091Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
6058 | 2025-06-30T22:34:53.091Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
6059 | 2025-06-30T22:34:53.091Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
6060 | 2025-06-30T22:34:53.091Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
6061 | 2025-06-30T22:34:53.091Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
6062 | 2025-06-30T22:34:53.091Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
6063 | 2025-06-30T22:34:53.091Z | Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6064 | 2025-06-30T22:34:53.091Z | Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
6065 | 2025-06-30T22:34:53.091Z | Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
6066 | 2025-06-30T22:34:53.091Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
6067 | 2025-06-30T22:34:53.091Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
6068 | 2025-06-30T22:34:53.091Z | Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
6069 | 2025-06-30T22:34:53.091Z | Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
6070 | 2025-06-30T22:34:53.091Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
6071 | 2025-06-30T22:34:53.091Z | Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
6072 | 2025-06-30T22:34:53.092Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
6073 | 2025-06-30T22:34:53.092Z | Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
6074 | 2025-06-30T22:34:53.092Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
6075 | 2025-06-30T22:34:53.092Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
6076 | 2025-06-30T22:34:53.092Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
6077 | 2025-06-30T22:34:53.092Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
6078 | 2025-06-30T22:34:53.092Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
6079 | 2025-06-30T22:34:53.092Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
6080 | 2025-06-30T22:34:53.096Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
6081 | 2025-06-30T22:34:53.096Z | Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
6082 | 2025-06-30T22:34:53.096Z | Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
6083 | 2025-06-30T22:34:53.096Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6084 | 2025-06-30T22:34:53.096Z | Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
6085 | 2025-06-30T22:34:53.096Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
6086 | 2025-06-30T22:34:53.096Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
6087 | 2025-06-30T22:34:53.096Z | Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
6088 | 2025-06-30T22:34:53.096Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
6089 | 2025-06-30T22:34:53.096Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
6090 | 2025-06-30T22:34:53.097Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
6091 | 2025-06-30T22:34:53.097Z | Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
6092 | 2025-06-30T22:34:53.097Z | Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
6093 | 2025-06-30T22:34:53.097Z | Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
6094 | 2025-06-30T22:34:53.097Z | Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
6095 | 2025-06-30T22:34:53.097Z | Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
6096 | 2025-06-30T22:34:53.097Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
6097 | 2025-06-30T22:34:53.097Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
6098 | 2025-06-30T22:34:53.097Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
6099 | 2025-06-30T22:34:53.097Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
6100 | 2025-06-30T22:34:53.097Z | Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
6101 | 2025-06-30T22:34:53.097Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
6102 | 2025-06-30T22:34:53.097Z | Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
6103 | 2025-06-30T22:34:53.098Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
6104 | 2025-06-30T22:34:53.098Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
6105 | 2025-06-30T22:34:53.098Z | Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
6106 | 2025-06-30T22:34:55.495Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1058760d1edecc4a -C extra-filename=-25be6d6c4d61be21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
6107 | 2025-06-30T22:34:55.511Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fae1d8d2ec4c88ed -C extra-filename=-276f89f42648bad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
6108 | 2025-06-30T22:34:55.520Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a928fbc0966c18c -C extra-filename=-8463694dbb54ff22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
6109 | 2025-06-30T22:34:55.522Z | Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c14e40362c22616a -C extra-filename=-468e65a0a5798208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/` |
6110 | 2025-06-30T22:39:42.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 55s |
6111 | 2025-06-30T22:39:43.012Z | |
6112 | 2025-06-30T22:39:43.018Z | real 4:56.438881315 |
6113 | 2025-06-30T22:39:43.018Z | user 11:15.326096097 |
6114 | 2025-06-30T22:39:43.018Z | sys 1:03.734786692 |
6115 | 2025-06-30T22:39:43.018Z | trap 0.175547305 |
6116 | 2025-06-30T22:39:43.018Z | tflt 2.580543122 |
6117 | 2025-06-30T22:39:43.018Z | dflt 36.829029961 |
6118 | 2025-06-30T22:39:43.018Z | kflt 0.306926249 |
6119 | 2025-06-30T22:39:43.018Z | lock 21:27.239731935 |
6120 | 2025-06-30T22:39:43.018Z | slp 36:52.528230150 |
6121 | 2025-06-30T22:39:43.018Z | lat 2.579660330 |
6122 | 2025-06-30T22:39:43.018Z | stop 23.867093800 |
6123 | 2025-06-30T22:39:43.018Z | + banner test |
6124 | 2025-06-30T22:39:43.029Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
6125 | 2025-06-30T22:39:43.406Z | |
6126 | 2025-06-30T22:39:43.406Z | ##### ###### #### ##### |
6127 | 2025-06-30T22:39:43.406Z | # # # # |
6128 | 2025-06-30T22:39:43.406Z | # ##### #### # |
6129 | 2025-06-30T22:39:43.406Z | # # # # |
6130 | 2025-06-30T22:39:43.406Z | # # # # # |
6131 | 2025-06-30T22:39:43.406Z | # ###### #### # |
6132 | 2025-06-30T22:39:43.406Z | |
6133 | 2025-06-30T22:39:44.836Z | info: experimental features enabled: setup-scripts |
6134 | 2025-06-30T22:39:46.485Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
6135 | 2025-06-30T22:39:46.658Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
6136 | 2025-06-30T22:39:46.686Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
6137 | 2025-06-30T22:39:46.702Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
6138 | 2025-06-30T22:39:46.735Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6139 | 2025-06-30T22:39:59.621Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 12.24s |
6140 | 2025-06-30T22:40:05.525Z | ──────────── |
6141 | 2025-06-30T22:40:05.525Z | Nextest run ID 13584410-5a88-4336-b3e6-54461dfec4c3 with nextest profile: ci |
6142 | 2025-06-30T22:40:05.525Z | Starting 2119 tests across 206 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
6143 | 2025-06-30T22:40:05.533Z | SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test |
6144 | 2025-06-30T22:40:06.537Z | Compiling newtype-uuid v1.2.4 |
6145 | 2025-06-30T22:40:07.092Z | Compiling daft v0.1.3 |
6146 | 2025-06-30T22:40:07.431Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
6147 | 2025-06-30T22:40:07.759Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
6148 | 2025-06-30T22:40:07.785Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
6149 | 2025-06-30T22:40:08.379Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6150 | 2025-06-30T22:40:16.064Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
6151 | 2025-06-30T22:40:18.287Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6152 | 2025-06-30T22:40:20.022Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
6153 | 2025-06-30T22:40:32.273Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 20.40s |
6154 | 2025-06-30T22:40:32.273Z | Running `target/debug/crdb-seed` |
6155 | 2025-06-30T22:40:32.273Z | Jun 30 22:40:24.775 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpdvB7Sm |
6156 | 2025-06-30T22:40:32.273Z | Jun 30 22:40:24.775 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpJSMNz9,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpdvB7Sm/listen-url |
6157 | 2025-06-30T22:40:32.273Z | Jun 30 22:40:24.775 INFO cockroach environment: BUILDOMAT_JOB_ID=01JZ1DVM859B9Q8TKXFSWTJQ9D BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.87.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_BRANCH=dap/mgs-qorb-fix GITHUB_REF=refs/heads/dap/mgs-qorb-fix GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d64b132bf067cb012ab527523917442e73126aa8 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-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envADjPu2 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=13584410-5a88-4336-b3e6-54461dfec4c3 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=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.87.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 |
6158 | 2025-06-30T22:40:32.278Z | Jun 30 22:40:26.531 INFO cockroach pid: 12444 |
6159 | 2025-06-30T22:40:32.278Z | Jun 30 22:40:26.531 INFO cockroach listen URL: postgresql://root@[::1]:52653/omicron?sslmode=disable |
6160 | 2025-06-30T22:40:32.278Z | Jun 30 22:40:26.537 INFO cockroach: populating |
6161 | 2025-06-30T22:40:32.351Z | Jun 30 22:40:28.161 INFO cockroach: populated |
6162 | 2025-06-30T22:40:32.431Z | Jun 30 22:40:29.180 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/53411067e7d1153e6f44b18920befbe23eefd3ef2a4f25adb122268f315efb90.tar` |
6163 | 2025-06-30T22:40:32.431Z | SETUP PASS [ 25.058s] crdb-seed: cargo run -p crdb-seed --profile test |
6164 | 2025-06-30T22:40:32.438Z | SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
6165 | 2025-06-30T22:40:32.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
6166 | 2025-06-30T22:40:32.438Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
6167 | 2025-06-30T22:40:32.438Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
6168 | 2025-06-30T22:40:32.438Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
6169 | 2025-06-30T22:40:32.438Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
6170 | 2025-06-30T22:40:33.941Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
6171 | 2025-06-30T22:40:34.085Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6172 | 2025-06-30T22:40:36.783Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
6173 | 2025-06-30T22:40:39.521Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
6174 | 2025-06-30T22:40:45.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
6175 | 2025-06-30T22:40:45.180Z | Running `target/debug/clickhouse-cluster-dev` |
6176 | 2025-06-30T22:40:45.230Z | Jun 30 22:40:43.822 INFO Setting up a ClickHouse cluster |
6177 | 2025-06-30T22:40:45.240Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1 |
6178 | 2025-06-30T22:40:45.240Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2 |
6179 | 2025-06-30T22:40:45.241Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3 |
6180 | 2025-06-30T22:40:45.241Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1 |
6181 | 2025-06-30T22:40:45.241Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2 |
6182 | 2025-06-30T22:40:48.160Z | Jun 30 22:40:46.752 INFO ClickHouse server ready |
6183 | 2025-06-30T22:40:48.248Z | Jun 30 22:40:46.834 INFO ClickHouse server ready |
6184 | 2025-06-30T22:40:49.449Z | Jun 30 22:40:48.040 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)] |
6185 | 2025-06-30T22:40:49.454Z | SETUP PASS [ 18.859s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
6186 | 2025-06-30T22:41:11.590Z | PASS [ 22.132s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently |
6187 | 2025-06-30T22:41:11.726Z | PASS [ 22.268s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind |
6188 | 2025-06-30T22:41:16.446Z | PASS [ 26.988s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
6189 | 2025-06-30T22:41:17.267Z | PASS [ 27.808s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
6190 | 2025-06-30T22:41:27.249Z | PASS [ 37.789s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
6191 | 2025-06-30T22:41:27.475Z | PASS [ 38.014s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
6192 | 2025-06-30T22:41:43.254Z | PASS [ 31.660s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
6193 | 2025-06-30T22:41:43.576Z | PASS [ 31.845s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
6194 | 2025-06-30T22:41:46.653Z | PASS [ 29.377s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
6195 | 2025-06-30T22:41:49.471Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6196 | 2025-06-30T22:41:49.472Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6197 | 2025-06-30T22:41:58.683Z | PASS [ 31.204s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
6198 | 2025-06-30T22:42:01.421Z | PASS [ 34.169s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
6199 | 2025-06-30T22:42:16.453Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6200 | 2025-06-30T22:42:17.333Z | PASS [ 33.755s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
6201 | 2025-06-30T22:42:17.794Z | PASS [ 34.536s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind |
6202 | 2025-06-30T22:42:32.619Z | PASS [ 31.195s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
6203 | 2025-06-30T22:42:35.618Z | PASS [ 79.165s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6204 | 2025-06-30T22:42:35.657Z | PASS [ 0.038s] api_identity test::test_identity |
6205 | 2025-06-30T22:42:35.684Z | PASS [ 0.027s] api_identity test::test_identity_no_field |
6206 | 2025-06-30T22:42:35.753Z | PASS [ 0.069s] authz-macros tests::test_authz_snapshots |
6207 | 2025-06-30T22:42:35.802Z | PASS [ 0.049s] bootstore schemes::tests::hello_roundtrip |
6208 | 2025-06-30T22:42:36.964Z | PASS [ 1.160s] bootstore schemes::v0::peer::tests::basic_3_nodes |
6209 | 2025-06-30T22:42:37.019Z | PASS [ 0.056s] bootstore schemes::v0::peer::tests::network_config |
6210 | 2025-06-30T22:42:37.049Z | PASS [ 0.031s] bootstore schemes::v0::share_pkg::tests::create_packages |
6211 | 2025-06-30T22:42:37.078Z | PASS [ 0.028s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
6212 | 2025-06-30T22:42:37.099Z | PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
6213 | 2025-06-30T22:42:37.408Z | PASS [ 20.073s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind |
6214 | 2025-06-30T22:42:37.510Z | PASS [ 19.714s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently |
6215 | 2025-06-30T22:42:37.884Z | PASS [ 0.374s] cert-dev::test-cert-dev test_cert_create |
6216 | 2025-06-30T22:42:38.304Z | PASS [ 0.420s] clickana chart::tests::gather_chart_data_failure |
6217 | 2025-06-30T22:42:38.338Z | PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_disk_usage_success |
6218 | 2025-06-30T22:42:38.355Z | PASS [ 0.016s] clickana chart::tests::gather_chart_data_for_memory_tracking_success |
6219 | 2025-06-30T22:42:38.371Z | PASS [ 0.016s] clickana chart::tests::gather_chart_data_for_query_count_success |
6220 | 2025-06-30T22:42:38.388Z | PASS [ 0.015s] clickana chart::tests::gather_chart_data_for_running_queries_success |
6221 | 2025-06-30T22:42:38.479Z | PASS [ 0.092s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
6222 | 2025-06-30T22:42:38.534Z | PASS [ 0.055s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success |
6223 | 2025-06-30T22:42:38.556Z | PASS [ 0.022s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success |
6224 | 2025-06-30T22:42:38.577Z | PASS [ 0.020s] clickhouse-admin-types tests::test_empty_output_parse_fail |
6225 | 2025-06-30T22:42:38.597Z | PASS [ 0.021s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
6226 | 2025-06-30T22:42:38.618Z | PASS [ 0.021s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
6227 | 2025-06-30T22:42:38.642Z | PASS [ 0.024s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
6228 | 2025-06-30T22:42:38.662Z | PASS [ 0.019s] clickhouse-admin-types tests::test_full_lgif_parse_success |
6229 | 2025-06-30T22:42:38.702Z | PASS [ 0.040s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
6230 | 2025-06-30T22:42:38.744Z | PASS [ 0.042s] clickhouse-admin-types tests::test_generate_keeper_config |
6231 | 2025-06-30T22:42:38.771Z | PASS [ 0.027s] clickhouse-admin-types tests::test_generate_replica_config |
6232 | 2025-06-30T22:42:38.794Z | PASS [ 0.023s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
6233 | 2025-06-30T22:42:38.817Z | PASS [ 0.023s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
6234 | 2025-06-30T22:42:38.842Z | PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail |
6235 | 2025-06-30T22:42:38.872Z | PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
6236 | 2025-06-30T22:42:38.894Z | PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
6237 | 2025-06-30T22:42:38.916Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
6238 | 2025-06-30T22:42:38.937Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
6239 | 2025-06-30T22:42:38.958Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
6240 | 2025-06-30T22:42:38.986Z | PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail |
6241 | 2025-06-30T22:42:39.010Z | PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
6242 | 2025-06-30T22:42:39.033Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
6243 | 2025-06-30T22:42:39.056Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
6244 | 2025-06-30T22:42:39.077Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
6245 | 2025-06-30T22:42:39.099Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
6246 | 2025-06-30T22:42:39.121Z | PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
6247 | 2025-06-30T22:42:39.141Z | PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
6248 | 2025-06-30T22:42:39.164Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
6249 | 2025-06-30T22:42:39.187Z | PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
6250 | 2025-06-30T22:42:39.210Z | PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
6251 | 2025-06-30T22:42:39.231Z | PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
6252 | 2025-06-30T22:42:39.251Z | PASS [ 0.020s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail |
6253 | 2025-06-30T22:42:39.273Z | PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success |
6254 | 2025-06-30T22:42:39.293Z | PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success |
6255 | 2025-06-30T22:42:39.396Z | PASS [ 0.102s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
6256 | 2025-06-30T22:42:39.471Z | PASS [ 0.076s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
6257 | 2025-06-30T22:42:39.491Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
6258 | 2025-06-30T22:42:39.506Z | PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
6259 | 2025-06-30T22:42:39.521Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
6260 | 2025-06-30T22:42:39.537Z | PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
6261 | 2025-06-30T22:42:39.552Z | PASS [ 0.014s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
6262 | 2025-06-30T22:42:39.958Z | PASS [ 0.406s] db-dev::test-db-dev test_db_dev_populate_no_args |
6263 | 2025-06-30T22:42:40.001Z | PASS [ 0.042s] db-dev::test-db-dev test_db_dev_wipe_no_args |
6264 | 2025-06-30T22:42:40.522Z | PASS [ 3.423s] bootstore::v0-fsm-proptest-learner run |
6265 | 2025-06-30T22:42:44.175Z | PASS [ 6.766s] bootstore::v0-fsm-proptest-rack-coordinator run |
6266 | 2025-06-30T22:42:44.286Z | PASS [ 0.110s] db-macros lookup::test::test_lookup_snapshots |
6267 | 2025-06-30T22:42:44.306Z | PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
6268 | 2025-06-30T22:42:44.326Z | PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
6269 | 2025-06-30T22:42:44.346Z | PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
6270 | 2025-06-30T22:42:44.365Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
6271 | 2025-06-30T22:42:44.385Z | PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
6272 | 2025-06-30T22:42:44.413Z | PASS [ 0.028s] db-macros tests::test_derive_snapshots |
6273 | 2025-06-30T22:42:44.433Z | PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field |
6274 | 2025-06-30T22:42:44.884Z | PASS [ 0.451s] dns-server storage::test::test_update_basic |
6275 | 2025-06-30T22:42:45.120Z | PASS [ 0.236s] dns-server storage::test::test_update_in_progress |
6276 | 2025-06-30T22:42:45.277Z | PASS [ 0.157s] dns-server storage::test::test_update_interrupted |
6277 | 2025-06-30T22:42:45.454Z | PASS [ 0.177s] dns-server storage::test::test_zone_gets_soa_record |
6278 | 2025-06-30T22:42:46.524Z | PASS [ 6.523s] db-dev::test-db-dev test_db_killed |
6279 | 2025-06-30T22:42:46.560Z | PASS [ 1.106s] dns-server::basic_test a_crud |
6280 | 2025-06-30T22:42:46.654Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6281 | 2025-06-30T22:42:47.001Z | PASS [ 0.441s] dns-server::basic_test answers_match_question |
6282 | 2025-06-30T22:42:47.096Z | PASS [ 0.571s] dns-server::basic_test aaaa_crud |
6283 | 2025-06-30T22:42:47.377Z | PASS [ 0.376s] dns-server::basic_test empty_record |
6284 | 2025-06-30T22:42:47.395Z | PASS [ 0.299s] dns-server::basic_test multi_record_crud |
6285 | 2025-06-30T22:42:47.672Z | PASS [ 0.295s] dns-server::basic_test name_contains_zone |
6286 | 2025-06-30T22:42:47.698Z | PASS [ 0.302s] dns-server::basic_test nxdomain |
6287 | 2025-06-30T22:42:48.043Z | PASS [ 0.346s] dns-server::basic_test soa |
6288 | 2025-06-30T22:42:48.060Z | PASS [ 0.386s] dns-server::basic_test servfail |
6289 | 2025-06-30T22:42:48.337Z | PASS [ 0.294s] dns-server::basic_test srv_crud |
6290 | 2025-06-30T22:42:49.471Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6291 | 2025-06-30T22:42:49.474Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6292 | 2025-06-30T22:42:49.740Z | PASS [ 1.402s] dns-server::cross_version_test cross_version_works |
6293 | 2025-06-30T22:42:49.823Z | PASS [ 0.083s] ereport-types tests::test_arb_json_deserializes |
6294 | 2025-06-30T22:42:49.856Z | PASS [ 0.033s] ereport-types tests::test_ena_from_str |
6295 | 2025-06-30T22:42:49.880Z | PASS [ 0.024s] ereport-types tests::test_ena_from_str_roundtrip |
6296 | 2025-06-30T22:42:49.953Z | PASS [ 0.073s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
6297 | 2025-06-30T22:42:49.986Z | PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
6298 | 2025-06-30T22:42:50.014Z | PASS [ 0.027s] gfss gf256::tests::test_all_multiplication |
6299 | 2025-06-30T22:42:50.034Z | PASS [ 0.021s] gfss gf256::tests::test_all_multiplicative_inverses |
6300 | 2025-06-30T22:42:50.049Z | PASS [ 0.015s] gfss gf256::tests::test_docs_example |
6301 | 2025-06-30T22:42:52.803Z | PASS [ 4.744s] dns-server::commands_test test_dnsadm |
6302 | 2025-06-30T22:42:54.646Z | PASS [ 1.842s] gfss shamir::tests::split_and_combine |
6303 | 2025-06-30T22:42:54.664Z | PASS [ 0.018s] gfss shamir::tests::test_share_reconstruction |
6304 | 2025-06-30T22:42:54.699Z | PASS [ 0.034s] id-map tests::deserialize_rejects_duplicates |
6305 | 2025-06-30T22:42:54.748Z | PASS [ 0.050s] id-map tests::deserialize_rejects_mismatched_keys |
6306 | 2025-06-30T22:42:54.979Z | PASS [ 0.230s] id-map tests::get_mut_panics_if_id_changes |
6307 | 2025-06-30T22:42:55.046Z | PASS [ 0.067s] id-map tests::iter_mut_panics_if_id_changes |
6308 | 2025-06-30T22:42:55.064Z | PASS [ 0.017s] id-map tests::methods_allow_borrowed_ids |
6309 | 2025-06-30T22:42:55.120Z | PASS [ 0.056s] id-map tests::mut_into_iter_panics_if_id_changes |
6310 | 2025-06-30T22:42:55.205Z | PASS [ 0.085s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut |
6311 | 2025-06-30T22:42:55.263Z | PASS [ 0.058s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut |
6312 | 2025-06-30T22:42:55.318Z | PASS [ 0.055s] id-map tests::occupied_entry_panics_if_id_changes_on_insert |
6313 | 2025-06-30T22:42:55.383Z | PASS [ 0.065s] id-map tests::retain_panics_if_id_changes |
6314 | 2025-06-30T22:42:55.457Z | PASS [ 0.073s] id-map tests::serialization_is_transparent |
6315 | 2025-06-30T22:42:55.550Z | PASS [ 0.093s] id-map tests::serialization_roundtrip |
6316 | 2025-06-30T22:42:55.604Z | PASS [ 0.054s] id-map tests::vacant_entry_panics_if_id_changed_after_insert |
6317 | 2025-06-30T22:42:55.659Z | PASS [ 0.055s] id-map tests::vacant_entry_panics_if_id_changes_on_insert |
6318 | 2025-06-30T22:42:55.904Z | PASS [ 0.246s] illumos-utils destructor::test::test_delayed_delete |
6319 | 2025-06-30T22:42:56.547Z | PASS [ 0.643s] illumos-utils destructor::test::test_delayed_delete_with_error |
6320 | 2025-06-30T22:42:57.205Z | PASS [ 0.025s] illumos-utils destructor::test::test_destructor_bad_close |
6321 | 2025-06-30T22:42:57.220Z | PASS [ 0.034s] illumos-utils link::test::test_allocate |
6322 | 2025-06-30T22:42:57.220Z | PASS [ 0.022s] illumos-utils link::test::test_allocate_within_scopes |
6323 | 2025-06-30T22:42:57.220Z | PASS [ 0.076s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route |
6324 | 2025-06-30T22:42:57.220Z | PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
6325 | 2025-06-30T22:42:57.220Z | PASS [ 0.155s] illumos-utils zfs::test::directory_mutability |
6326 | 2025-06-30T22:42:57.220Z | PASS [ 0.076s] illumos-utils zfs::test::get_values_of_rpool |
6327 | 2025-06-30T22:42:57.220Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_avail |
6328 | 2025-06-30T22:42:57.220Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_quota |
6329 | 2025-06-30T22:42:57.220Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_reservation |
6330 | 2025-06-30T22:42:57.220Z | PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_usage |
6331 | 2025-06-30T22:42:57.220Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_uuid |
6332 | 2025-06-30T22:42:57.220Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_missing_fields |
6333 | 2025-06-30T22:42:57.220Z | PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props |
6334 | 2025-06-30T22:42:57.220Z | PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
6335 | 2025-06-30T22:42:57.220Z | PASS [ 0.021s] illumos-utils zfs::test::parse_dataset_too_many_columns |
6336 | 2025-06-30T22:42:57.224Z | PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash |
6337 | 2025-06-30T22:42:57.242Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited |
6338 | 2025-06-30T22:42:57.264Z | PASS [ 0.021s] illumos-utils zfs::test::parse_quota_ignored_if_default |
6339 | 2025-06-30T22:42:57.284Z | PASS [ 0.020s] illumos-utils zfs::test::parse_reservation_ignored_if_default |
6340 | 2025-06-30T22:42:57.309Z | PASS [ 0.025s] illumos-utils zfs::test::parse_sorts_and_dedups |
6341 | 2025-06-30T22:42:57.349Z | PASS [ 0.040s] illumos-utils zone::tests::delete_nonexistent_address |
6342 | 2025-06-30T22:42:57.375Z | PASS [ 0.026s] illumos-utils zone::tests::test_parse_ip_network |
6343 | 2025-06-30T22:42:57.399Z | PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool |
6344 | 2025-06-30T22:42:57.421Z | PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool_missing_column |
6345 | 2025-06-30T22:42:58.690Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6346 | 2025-06-30T22:43:01.880Z | PASS [ 11.830s] gfss polynomial::tests::test_polynomial_eval |
6347 | 2025-06-30T22:43:02.381Z | PASS [ 4.958s] installinator mock_peers::tests::proptest_fetch_artifact |
6348 | 2025-06-30T22:43:02.600Z | PASS [ 0.219s] installinator-common block_size_writer::tests::proptest_block_writer |
6349 | 2025-06-30T22:43:02.663Z | PASS [ 22.139s] db-dev::test-db-dev test_db_run |
6350 | 2025-06-30T22:43:03.313Z | PASS [ 0.648s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
6351 | 2025-06-30T22:43:03.325Z | PASS [ 0.726s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
6352 | 2025-06-30T22:43:03.417Z | PASS [ 1.536s] installinator write::tests::proptest_write_artifact |
6353 | 2025-06-30T22:43:03.638Z | PASS [ 0.327s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
6354 | 2025-06-30T22:43:03.831Z | PASS [ 0.414s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
6355 | 2025-06-30T22:43:03.851Z | PASS [ 0.525s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
6356 | 2025-06-30T22:43:03.890Z | PASS [ 0.039s] internal-dns-types config::test::display_hosts |
6357 | 2025-06-30T22:43:03.912Z | PASS [ 0.022s] internal-dns-types config::test::display_srv_service |
6358 | 2025-06-30T22:43:03.982Z | PASS [ 0.070s] internal-dns-types config::test::test_builder_errors |
6359 | 2025-06-30T22:43:04.055Z | PASS [ 0.417s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
6360 | 2025-06-30T22:43:04.059Z | PASS [ 0.075s] internal-dns-types config::test::test_builder_output |
6361 | 2025-06-30T22:43:04.087Z | PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent |
6362 | 2025-06-30T22:43:04.091Z | PASS [ 0.034s] internal-dns-types diff::test::diff_different |
6363 | 2025-06-30T22:43:04.109Z | PASS [ 0.021s] internal-dns-types diff::test::diff_invalid |
6364 | 2025-06-30T22:43:04.117Z | PASS [ 0.027s] ipcc tests::deserialize_fixed_value |
6365 | 2025-06-30T22:43:04.137Z | PASS [ 0.020s] ipcc tests::serialized_size |
6366 | 2025-06-30T22:43:04.141Z | PASS [ 0.030s] ipcc tests::installinator_image_id_round_trip |
6367 | 2025-06-30T22:43:04.145Z | PASS [ 0.314s] internal-dns-resolver resolver::test::update_record |
6368 | 2025-06-30T22:43:04.235Z | PASS [ 0.090s] key-manager tests::disk_encryption_key_epoch_0 |
6369 | 2025-06-30T22:43:04.235Z | PASS [ 0.097s] key-manager tests::different_disks_produce_different_keys |
6370 | 2025-06-30T22:43:04.235Z | PASS [ 0.096s] key-manager tests::different_ikm_produces_different_keys |
6371 | 2025-06-30T22:43:04.256Z | PASS [ 0.021s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
6372 | 2025-06-30T22:43:04.367Z | PASS [ 0.109s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
6373 | 2025-06-30T22:43:04.402Z | PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
6374 | 2025-06-30T22:43:04.406Z | PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token |
6375 | 2025-06-30T22:43:04.407Z | PASS [ 0.168s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
6376 | 2025-06-30T22:43:04.433Z | PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
6377 | 2025-06-30T22:43:04.437Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
6378 | 2025-06-30T22:43:04.440Z | PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
6379 | 2025-06-30T22:43:04.462Z | PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
6380 | 2025-06-30T22:43:04.469Z | PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
6381 | 2025-06-30T22:43:04.473Z | PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
6382 | 2025-06-30T22:43:04.490Z | PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
6383 | 2025-06-30T22:43:04.510Z | PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
6384 | 2025-06-30T22:43:04.513Z | PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value |
6385 | 2025-06-30T22:43:04.535Z | PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
6386 | 2025-06-30T22:43:04.540Z | PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
6387 | 2025-06-30T22:43:04.543Z | PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
6388 | 2025-06-30T22:43:04.567Z | PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
6389 | 2025-06-30T22:43:04.572Z | PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value |
6390 | 2025-06-30T22:43:04.585Z | PASS [ 0.045s] nexus-auth authn::external::test::test_authn_sequence |
6391 | 2025-06-30T22:43:04.596Z | PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
6392 | 2025-06-30T22:43:04.599Z | PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_missing |
6393 | 2025-06-30T22:43:04.617Z | PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_valid |
6394 | 2025-06-30T22:43:04.663Z | PASS [ 0.067s] nexus-auth authn::test::test_internal_users |
6395 | 2025-06-30T22:43:04.678Z | PASS [ 0.061s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
6396 | 2025-06-30T22:43:04.789Z | PASS [ 0.111s] nexus-auth context::test::test_child_context |
6397 | 2025-06-30T22:43:04.795Z | PASS [ 0.132s] nexus-auth context::test::test_background_context |
6398 | 2025-06-30T22:43:04.835Z | PASS [ 0.236s] nexus-auth authz::context::test::test_unregistered_resource |
6399 | 2025-06-30T22:43:04.862Z | PASS [ 0.072s] nexus-auth context::test::test_test_context |
6400 | 2025-06-30T22:43:04.885Z | PASS [ 0.050s] nexus-config nexus_config::test::test_config_bad_toml |
6401 | 2025-06-30T22:43:04.902Z | PASS [ 0.041s] nexus-config nexus_config::test::test_config_empty |
6402 | 2025-06-30T22:43:04.910Z | PASS [ 0.025s] nexus-config nexus_config::test::test_config_nonexistent |
6403 | 2025-06-30T22:43:04.943Z | PASS [ 0.033s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
6404 | 2025-06-30T22:43:04.963Z | PASS [ 0.168s] nexus-config nexus_config::test::test_bad_authn_schemes |
6405 | 2025-06-30T22:43:04.983Z | PASS [ 0.080s] nexus-config nexus_config::test::test_deployment_config_schema |
6406 | 2025-06-30T22:43:05.005Z | PASS [ 0.022s] nexus-config postgres_config::test::test_bad_url |
6407 | 2025-06-30T22:43:05.014Z | PASS [ 0.070s] nexus-config nexus_config::test::test_repo_configs_are_valid |
6408 | 2025-06-30T22:43:05.014Z | PASS [ 0.051s] nexus-config nexus_config::test::test_valid |
6409 | 2025-06-30T22:43:05.024Z | PASS [ 0.019s] nexus-config postgres_config::test::test_example_url |
6410 | 2025-06-30T22:43:05.054Z | PASS [ 0.030s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
6411 | 2025-06-30T22:43:05.057Z | PASS [ 0.043s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
6412 | 2025-06-30T22:43:05.082Z | PASS [ 0.028s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
6413 | 2025-06-30T22:43:05.087Z | PASS [ 0.070s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
6414 | 2025-06-30T22:43:05.110Z | PASS [ 0.053s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
6415 | 2025-06-30T22:43:05.129Z | PASS [ 0.045s] nexus-db-model alert_class::tests::test_from_str_roundtrips |
6416 | 2025-06-30T22:43:05.139Z | PASS [ 0.029s] nexus-db-model alert_class::tests::test_is_test |
6417 | 2025-06-30T22:43:05.173Z | PASS [ 0.045s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex |
6418 | 2025-06-30T22:43:05.187Z | PASS [ 0.048s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing |
6419 | 2025-06-30T22:43:05.218Z | PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
6420 | 2025-06-30T22:43:05.264Z | PASS [ 0.091s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing |
6421 | 2025-06-30T22:43:05.277Z | PASS [ 0.059s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
6422 | 2025-06-30T22:43:05.310Z | PASS [ 0.032s] nexus-db-model instance_state::tests::test_from_str_roundtrips |
6423 | 2025-06-30T22:43:05.319Z | PASS [ 0.055s] nexus-db-model device_auth::test::test_generate_user_code |
6424 | 2025-06-30T22:43:05.349Z | PASS [ 0.039s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
6425 | 2025-06-30T22:43:05.362Z | PASS [ 0.043s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
6426 | 2025-06-30T22:43:05.395Z | PASS [ 0.033s] nexus-db-model schema_versions::test::test_known_versions |
6427 | 2025-06-30T22:43:05.415Z | PASS [ 0.066s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
6428 | 2025-06-30T22:43:05.429Z | PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
6429 | 2025-06-30T22:43:05.453Z | PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
6430 | 2025-06-30T22:43:05.460Z | PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
6431 | 2025-06-30T22:43:05.477Z | PASS [ 0.024s] nexus-db-model schema_versions::test::test_verify |
6432 | 2025-06-30T22:43:05.487Z | PASS [ 0.027s] nexus-db-model semver_version::test::test_to_from_sortable_string |
6433 | 2025-06-30T22:43:05.509Z | PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
6434 | 2025-06-30T22:43:05.514Z | PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet |
6435 | 2025-06-30T22:43:05.542Z | PASS [ 0.027s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
6436 | 2025-06-30T22:43:05.545Z | PASS [ 0.034s] nexus-db-model tests::test_roles_database_strings |
6437 | 2025-06-30T22:43:05.567Z | PASS [ 0.025s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
6438 | 2025-06-30T22:43:05.574Z | PASS [ 0.025s] nexus-db-model vmm_state::tests::test_from_str_roundtrips |
6439 | 2025-06-30T22:43:09.425Z | PASS [ 3.856s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
6440 | 2025-06-30T22:43:09.511Z | PASS [ 3.944s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
6441 | 2025-06-30T22:43:10.151Z | PASS [ 5.068s] nexus-db-lookup::integration lookup::test_lookup |
6442 | 2025-06-30T22:43:12.130Z | PASS [ 2.705s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
6443 | 2025-06-30T22:43:12.382Z | PASS [ 2.870s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
6444 | 2025-06-30T22:43:13.034Z | PASS [ 2.882s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
6445 | 2025-06-30T22:43:14.569Z | PASS [ 2.438s] nexus-db-queries db::collection_attach::test::test_attach_once |
6446 | 2025-06-30T22:43:14.819Z | PASS [ 2.437s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
6447 | 2025-06-30T22:43:15.674Z | PASS [ 2.639s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
6448 | 2025-06-30T22:43:15.716Z | PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query |
6449 | 2025-06-30T22:43:16.973Z | PASS [ 2.404s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
6450 | 2025-06-30T22:43:17.253Z | PASS [ 2.434s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
6451 | 2025-06-30T22:43:18.138Z | PASS [ 2.421s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
6452 | 2025-06-30T22:43:19.405Z | PASS [ 2.431s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
6453 | 2025-06-30T22:43:19.822Z | PASS [ 2.569s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
6454 | 2025-06-30T22:43:20.575Z | PASS [ 2.437s] nexus-db-queries db::collection_detach::test::test_detach_once |
6455 | 2025-06-30T22:43:20.617Z | PASS [ 0.041s] nexus-db-queries db::collection_detach::test::test_verify_query |
6456 | 2025-06-30T22:43:22.089Z | PASS [ 2.683s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
6457 | 2025-06-30T22:43:22.404Z | PASS [ 2.581s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
6458 | 2025-06-30T22:43:23.289Z | PASS [ 2.672s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
6459 | 2025-06-30T22:43:23.900Z | PASS [ 85.209s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6460 | 2025-06-30T22:43:25.148Z | PASS [ 2.745s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
6461 | 2025-06-30T22:43:25.149Z | PASS [ 3.060s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
6462 | 2025-06-30T22:43:26.040Z | PASS [ 2.750s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
6463 | 2025-06-30T22:43:26.809Z | PASS [ 2.908s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
6464 | 2025-06-30T22:43:26.887Z | PASS [ 0.078s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
6465 | 2025-06-30T22:43:27.997Z | PASS [ 2.848s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
6466 | 2025-06-30T22:43:28.114Z | PASS [ 2.965s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
6467 | 2025-06-30T22:43:28.157Z | PASS [ 0.043s] nexus-db-queries db::collection_insert::test::test_verify_query |
6468 | 2025-06-30T22:43:28.200Z | PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
6469 | 2025-06-30T22:43:28.244Z | PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_columns |
6470 | 2025-06-30T22:43:28.283Z | PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_table |
6471 | 2025-06-30T22:43:28.630Z | PASS [ 2.590s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
6472 | 2025-06-30T22:43:29.454Z | PASS [ 2.567s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
6473 | 2025-06-30T22:43:30.287Z | PASS [ 2.289s] nexus-db-queries db::collection_insert::test::test_collection_present |
6474 | 2025-06-30T22:43:32.628Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
6475 | 2025-06-30T22:43:33.488Z | PASS [ 5.204s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members |
6476 | 2025-06-30T22:43:33.605Z | PASS [ 4.974s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership |
6477 | 2025-06-30T22:43:35.421Z | PASS [ 5.133s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove |
6478 | 2025-06-30T22:43:37.643Z | PASS [ 8.189s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members |
6479 | 2025-06-30T22:43:38.609Z | PASS [ 5.121s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm |
6480 | 2025-06-30T22:43:39.707Z | PASS [ 6.102s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects |
6481 | 2025-06-30T22:43:40.117Z | PASS [ 4.695s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency |
6482 | 2025-06-30T22:43:43.326Z | PASS [ 5.682s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended |
6483 | 2025-06-30T22:43:43.431Z | PASS [ 4.820s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project |
6484 | 2025-06-30T22:43:44.118Z | PASS [ 4.411s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped |
6485 | 2025-06-30T22:43:44.860Z | PASS [ 4.702s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion |
6486 | 2025-06-30T22:43:46.661Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6487 | 2025-06-30T22:43:48.556Z | PASS [ 5.229s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members |
6488 | 2025-06-30T22:43:48.824Z | PASS [ 5.394s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership |
6489 | 2025-06-30T22:43:49.478Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6490 | 2025-06-30T22:43:49.478Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6491 | 2025-06-30T22:43:50.242Z | PASS [ 5.422s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove |
6492 | 2025-06-30T22:43:52.066Z | PASS [ 7.947s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members |
6493 | 2025-06-30T22:43:53.484Z | PASS [ 4.928s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm |
6494 | 2025-06-30T22:43:54.843Z | PASS [ 6.018s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects |
6495 | 2025-06-30T22:43:55.390Z | PASS [ 5.148s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency |
6496 | 2025-06-30T22:43:58.341Z | PASS [ 6.274s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended |
6497 | 2025-06-30T22:43:58.426Z | PASS [ 4.941s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project |
6498 | 2025-06-30T22:44:00.239Z | PASS [ 5.396s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped |
6499 | 2025-06-30T22:44:00.640Z | PASS [ 5.249s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion |
6500 | 2025-06-30T22:44:02.864Z | PASS [ 2.624s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob |
6501 | 2025-06-30T22:44:05.513Z | PASS [ 7.171s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups |
6502 | 2025-06-30T22:44:05.564Z | PASS [ 7.137s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups |
6503 | 2025-06-30T22:44:05.596Z | PASS [ 4.956s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs |
6504 | 2025-06-30T22:44:07.191Z | PASS [ 4.327s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event |
6505 | 2025-06-30T22:44:09.771Z | PASS [ 4.207s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
6506 | 2025-06-30T22:44:09.834Z | PASS [ 4.321s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
6507 | 2025-06-30T22:44:10.074Z | PASS [ 4.477s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
6508 | 2025-06-30T22:44:11.843Z | PASS [ 4.651s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
6509 | 2025-06-30T22:44:13.297Z | PASS [ 3.223s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
6510 | 2025-06-30T22:44:14.109Z | PASS [ 2.265s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
6511 | 2025-06-30T22:44:14.631Z | PASS [ 4.859s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
6512 | 2025-06-30T22:44:14.757Z | PASS [ 4.923s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists |
6513 | 2025-06-30T22:44:15.650Z | PASS [ 2.352s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
6514 | 2025-06-30T22:44:19.113Z | PASS [ 5.004s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
6515 | 2025-06-30T22:44:19.413Z | PASS [ 4.655s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
6516 | 2025-06-30T22:44:19.568Z | PASS [ 4.937s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
6517 | 2025-06-30T22:44:20.809Z | PASS [ 5.159s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
6518 | 2025-06-30T22:44:24.254Z | PASS [ 5.140s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
6519 | 2025-06-30T22:44:24.657Z | PASS [ 5.088s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
6520 | 2025-06-30T22:44:24.710Z | PASS [ 0.052s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
6521 | 2025-06-30T22:44:26.129Z | PASS [ 6.716s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
6522 | 2025-06-30T22:44:26.857Z | PASS [ 6.047s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
6523 | 2025-06-30T22:44:28.987Z | PASS [ 4.733s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
6524 | 2025-06-30T22:44:29.108Z | PASS [ 4.397s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
6525 | 2025-06-30T22:44:31.242Z | PASS [ 5.112s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
6526 | 2025-06-30T22:44:32.635Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
6527 | 2025-06-30T22:44:32.809Z | PASS [ 5.952s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
6528 | 2025-06-30T22:44:33.439Z | PASS [ 4.451s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
6529 | 2025-06-30T22:44:33.923Z | PASS [ 4.814s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
6530 | 2025-06-30T22:44:34.607Z | PASS [ 1.797s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id |
6531 | 2025-06-30T22:44:35.283Z | PASS [ 1.844s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial |
6532 | 2025-06-30T22:44:35.847Z | PASS [ 4.604s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
6533 | 2025-06-30T22:44:36.289Z | PASS [ 2.366s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id |
6534 | 2025-06-30T22:44:36.635Z | PASS [ 2.028s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial |
6535 | 2025-06-30T22:44:40.871Z | PASS [ 5.587s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
6536 | 2025-06-30T22:44:41.254Z | PASS [ 4.964s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
6537 | 2025-06-30T22:44:41.296Z | PASS [ 4.661s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent |
6538 | 2025-06-30T22:44:43.037Z | PASS [ 7.189s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
6539 | 2025-06-30T22:44:45.658Z | PASS [ 4.787s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
6540 | 2025-06-30T22:44:46.143Z | PASS [ 4.846s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
6541 | 2025-06-30T22:44:46.411Z | PASS [ 5.157s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
6542 | 2025-06-30T22:44:46.668Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6543 | 2025-06-30T22:44:48.167Z | PASS [ 5.129s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
6544 | 2025-06-30T22:44:49.485Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6545 | 2025-06-30T22:44:49.485Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6546 | 2025-06-30T22:44:50.348Z | PASS [ 4.689s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
6547 | 2025-06-30T22:44:50.769Z | PASS [ 4.625s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
6548 | 2025-06-30T22:44:51.291Z | PASS [ 4.880s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
6549 | 2025-06-30T22:44:52.589Z | PASS [ 4.422s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
6550 | 2025-06-30T22:44:55.567Z | PASS [ 5.219s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
6551 | 2025-06-30T22:44:56.723Z | PASS [ 5.431s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields |
6552 | 2025-06-30T22:44:57.725Z | PASS [ 5.135s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
6553 | 2025-06-30T22:44:58.307Z | PASS [ 7.537s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
6554 | 2025-06-30T22:45:00.654Z | PASS [ 5.086s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source |
6555 | 2025-06-30T22:45:02.262Z | PASS [ 5.538s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
6556 | 2025-06-30T22:45:02.610Z | PASS [ 4.885s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
6557 | 2025-06-30T22:45:03.494Z | PASS [ 5.186s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
6558 | 2025-06-30T22:45:06.720Z | PASS [ 4.457s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
6559 | 2025-06-30T22:45:06.878Z | PASS [ 6.223s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
6560 | 2025-06-30T22:45:06.979Z | PASS [ 4.368s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
6561 | 2025-06-30T22:45:07.806Z | PASS [ 4.312s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
6562 | 2025-06-30T22:45:11.384Z | PASS [ 4.405s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
6563 | 2025-06-30T22:45:11.616Z | PASS [ 4.896s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
6564 | 2025-06-30T22:45:12.374Z | PASS [ 5.496s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
6565 | 2025-06-30T22:45:13.461Z | PASS [ 5.654s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
6566 | 2025-06-30T22:45:16.331Z | PASS [ 4.715s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
6567 | 2025-06-30T22:45:17.796Z | PASS [ 4.334s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
6568 | 2025-06-30T22:45:21.025Z | PASS [ 4.693s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic |
6569 | 2025-06-30T22:45:22.456Z | PASS [ 4.660s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
6570 | 2025-06-30T22:45:25.684Z | PASS [ 14.298s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
6571 | 2025-06-30T22:45:26.204Z | PASS [ 5.178s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
6572 | 2025-06-30T22:45:27.926Z | PASS [ 5.469s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
6573 | 2025-06-30T22:45:30.397Z | PASS [ 4.712s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
6574 | 2025-06-30T22:45:31.499Z | PASS [ 5.294s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
6575 | 2025-06-30T22:45:32.642Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
6576 | 2025-06-30T22:45:33.053Z | PASS [ 5.126s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
6577 | 2025-06-30T22:45:35.266Z | PASS [ 22.889s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
6578 | 2025-06-30T22:45:35.766Z | PASS [ 5.369s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
6579 | 2025-06-30T22:45:38.720Z | PASS [ 5.666s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
6580 | 2025-06-30T22:45:39.175Z | PASS [ 7.675s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
6581 | 2025-06-30T22:45:40.104Z | PASS [ 4.838s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
6582 | 2025-06-30T22:45:41.350Z | PASS [ 5.583s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
6583 | 2025-06-30T22:45:44.800Z | PASS [ 6.080s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
6584 | 2025-06-30T22:45:44.840Z | PASS [ 0.039s] nexus-db-queries db::datastore::region::test::test_extent_count |
6585 | 2025-06-30T22:45:44.893Z | PASS [ 4.788s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
6586 | 2025-06-30T22:45:45.295Z | PASS [ 6.119s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
6587 | 2025-06-30T22:45:46.062Z | PASS [ 4.711s] nexus-db-queries db::datastore::reconfigurator_chicken_switches::tests::test_reconfigurator_chicken_switches_basic |
6588 | 2025-06-30T22:45:46.676Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6589 | 2025-06-30T22:45:49.380Z | PASS [ 4.540s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
6590 | 2025-06-30T22:45:49.494Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6591 | 2025-06-30T22:45:49.495Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6592 | 2025-06-30T22:45:49.534Z | PASS [ 4.640s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
6593 | 2025-06-30T22:45:49.735Z | PASS [ 4.440s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
6594 | 2025-06-30T22:45:51.222Z | PASS [ 5.160s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
6595 | 2025-06-30T22:45:54.209Z | PASS [ 4.828s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
6596 | 2025-06-30T22:45:54.255Z | PASS [ 4.720s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
6597 | 2025-06-30T22:45:54.516Z | PASS [ 4.780s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
6598 | 2025-06-30T22:45:55.980Z | PASS [ 4.757s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
6599 | 2025-06-30T22:45:58.919Z | PASS [ 4.664s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
6600 | 2025-06-30T22:45:59.225Z | PASS [ 4.709s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists |
6601 | 2025-06-30T22:45:59.233Z | PASS [ 5.024s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
6602 | 2025-06-30T22:46:00.707Z | PASS [ 4.726s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone |
6603 | 2025-06-30T22:46:03.908Z | PASS [ 4.988s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
6604 | 2025-06-30T22:46:03.935Z | PASS [ 4.701s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
6605 | 2025-06-30T22:46:04.369Z | PASS [ 5.143s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
6606 | 2025-06-30T22:46:05.531Z | PASS [ 4.823s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
6607 | 2025-06-30T22:46:08.414Z | PASS [ 4.479s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
6608 | 2025-06-30T22:46:08.616Z | PASS [ 4.708s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
6609 | 2025-06-30T22:46:09.348Z | PASS [ 4.979s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow |
6610 | 2025-06-30T22:46:10.462Z | PASS [ 4.930s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail |
6611 | 2025-06-30T22:46:13.461Z | PASS [ 5.046s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups |
6612 | 2025-06-30T22:46:13.703Z | PASS [ 5.086s] nexus-db-queries db::datastore::sled::test::affinity_multi_group |
6613 | 2025-06-30T22:46:14.156Z | PASS [ 4.805s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled |
6614 | 2025-06-30T22:46:15.622Z | PASS [ 5.160s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail |
6615 | 2025-06-30T22:46:18.429Z | PASS [ 4.967s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity |
6616 | 2025-06-30T22:46:18.706Z | PASS [ 5.001s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints |
6617 | 2025-06-30T22:46:19.412Z | PASS [ 5.257s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups |
6618 | 2025-06-30T22:46:20.582Z | PASS [ 4.960s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group |
6619 | 2025-06-30T22:46:23.445Z | PASS [ 5.016s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow |
6620 | 2025-06-30T22:46:23.653Z | PASS [ 4.948s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail |
6621 | 2025-06-30T22:46:24.287Z | PASS [ 4.875s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity |
6622 | 2025-06-30T22:46:26.172Z | PASS [ 5.589s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
6623 | 2025-06-30T22:46:28.424Z | PASS [ 4.978s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement |
6624 | 2025-06-30T22:46:28.588Z | PASS [ 4.934s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement |
6625 | 2025-06-30T22:46:28.847Z | PASS [ 4.559s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement |
6626 | 2025-06-30T22:46:31.488Z | PASS [ 5.316s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
6627 | 2025-06-30T22:46:32.648Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
6628 | 2025-06-30T22:46:33.045Z | PASS [ 4.196s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
6629 | 2025-06-30T22:46:33.254Z | PASS [ 4.829s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
6630 | 2025-06-30T22:46:35.861Z | PASS [ 4.373s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
6631 | 2025-06-30T22:46:37.512Z | PASS [ 8.923s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
6632 | 2025-06-30T22:46:37.596Z | PASS [ 4.552s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits |
6633 | 2025-06-30T22:46:40.417Z | PASS [ 7.162s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset |
6634 | 2025-06-30T22:46:44.026Z | PASS [ 8.164s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset |
6635 | 2025-06-30T22:46:45.266Z | PASS [ 7.753s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign |
6636 | 2025-06-30T22:46:45.333Z | PASS [ 7.736s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign |
6637 | 2025-06-30T22:46:45.854Z | PASS [ 5.436s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering |
6638 | 2025-06-30T22:46:46.682Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6639 | 2025-06-30T22:46:49.161Z | PASS [ 5.134s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations |
6640 | 2025-06-30T22:46:49.501Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6641 | 2025-06-30T22:46:49.501Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6642 | 2025-06-30T22:46:49.724Z | PASS [ 4.390s] nexus-db-queries db::datastore::target_release::test::target_release_datastore |
6643 | 2025-06-30T22:46:49.775Z | PASS [ 4.508s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
6644 | 2025-06-30T22:46:50.227Z | PASS [ 4.373s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
6645 | 2025-06-30T22:46:53.728Z | PASS [ 3.953s] nexus-db-queries db::datastore::test::test_project_creation |
6646 | 2025-06-30T22:46:53.731Z | PASS [ 4.568s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
6647 | 2025-06-30T22:46:54.128Z | PASS [ 4.404s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
6648 | 2025-06-30T22:46:54.283Z | PASS [ 4.055s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
6649 | 2025-06-30T22:46:58.321Z | PASS [ 4.592s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
6650 | 2025-06-30T22:46:58.690Z | PASS [ 4.561s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
6651 | 2025-06-30T22:46:59.408Z | PASS [ 5.125s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
6652 | 2025-06-30T22:47:03.653Z | PASS [ 5.331s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
6653 | 2025-06-30T22:47:05.367Z | PASS [ 11.636s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
6654 | 2025-06-30T22:47:09.902Z | PASS [ 11.211s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
6655 | 2025-06-30T22:47:11.337Z | PASS [ 11.927s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
6656 | 2025-06-30T22:47:14.183Z | PASS [ 4.280s] nexus-db-queries db::datastore::test::test_session_methods |
6657 | 2025-06-30T22:47:16.022Z | PASS [ 4.685s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
6658 | 2025-06-30T22:47:17.729Z | PASS [ 14.075s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
6659 | 2025-06-30T22:47:18.097Z | PASS [ 12.730s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
6660 | 2025-06-30T22:47:18.484Z | PASS [ 4.301s] nexus-db-queries db::datastore::test::test_ssh_keys |
6661 | 2025-06-30T22:47:19.685Z | PASS [ 3.662s] nexus-db-queries db::datastore::test::test_table_scan |
6662 | 2025-06-30T22:47:22.582Z | PASS [ 4.852s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
6663 | 2025-06-30T22:47:23.032Z | PASS [ 4.934s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
6664 | 2025-06-30T22:47:23.049Z | PASS [ 4.564s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
6665 | 2025-06-30T22:47:24.082Z | PASS [ 4.397s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
6666 | 2025-06-30T22:47:27.422Z | PASS [ 4.389s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
6667 | 2025-06-30T22:47:27.467Z | PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
6668 | 2025-06-30T22:47:27.511Z | PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
6669 | 2025-06-30T22:47:27.563Z | PASS [ 4.980s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
6670 | 2025-06-30T22:47:27.618Z | PASS [ 4.568s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
6671 | 2025-06-30T22:47:31.937Z | PASS [ 4.318s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
6672 | 2025-06-30T22:47:32.655Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
6673 | 2025-06-30T22:47:35.171Z | PASS [ 11.088s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume |
6674 | 2025-06-30T22:47:36.328Z | PASS [ 4.391s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed |
6675 | 2025-06-30T22:47:38.993Z | PASS [ 11.482s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
6676 | 2025-06-30T22:47:39.194Z | PASS [ 11.629s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
6677 | 2025-06-30T22:47:39.680Z | PASS [ 4.508s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume |
6678 | 2025-06-30T22:47:41.695Z | PASS [ 5.366s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
6679 | 2025-06-30T22:47:44.949Z | PASS [ 5.955s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
6680 | 2025-06-30T22:47:45.373Z | PASS [ 0.424s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable |
6681 | 2025-06-30T22:47:45.920Z | PASS [ 6.239s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
6682 | 2025-06-30T22:47:46.688Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6683 | 2025-06-30T22:47:46.862Z | PASS [ 7.667s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
6684 | 2025-06-30T22:47:48.203Z | PASS [ 2.830s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events |
6685 | 2025-06-30T22:47:48.674Z | PASS [ 6.979s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
6686 | 2025-06-30T22:47:48.711Z | PASS [ 1.850s] nexus-db-queries db::explain::test::test_explain_async |
6687 | 2025-06-30T22:47:49.508Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6688 | 2025-06-30T22:47:49.509Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6689 | 2025-06-30T22:47:50.425Z | PASS [ 2.222s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
6690 | 2025-06-30T22:47:50.728Z | PASS [ 4.807s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx |
6691 | 2025-06-30T22:47:51.388Z | PASS [ 2.713s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
6692 | 2025-06-30T22:47:51.427Z | PASS [ 2.713s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
6693 | 2025-06-30T22:47:51.466Z | PASS [ 0.038s] nexus-db-queries db::pagination::test::test_paginator |
6694 | 2025-06-30T22:47:53.233Z | PASS [ 1.768s] nexus-db-queries db::pool::test::test_pool_can_be_terminated |
6695 | 2025-06-30T22:47:53.411Z | PASS [ 2.985s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
6696 | 2025-06-30T22:47:53.471Z | PASS [ 2.742s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
6697 | 2025-06-30T22:47:54.185Z | PASS [ 2.797s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
6698 | 2025-06-30T22:47:54.558Z | PASS [ 367.876s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6699 | 2025-06-30T22:47:54.964Z | PASS [ 1.732s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic |
6700 | 2025-06-30T22:47:59.163Z | PASS [ 5.690s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
6701 | 2025-06-30T22:47:59.206Z | PASS [ 5.794s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
6702 | 2025-06-30T22:47:59.290Z | PASS [ 5.104s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
6703 | 2025-06-30T22:47:59.374Z | PASS [ 4.815s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
6704 | 2025-06-30T22:48:00.258Z | PASS [ 5.293s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
6705 | 2025-06-30T22:48:04.410Z | PASS [ 5.248s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
6706 | 2025-06-30T22:48:04.464Z | PASS [ 5.090s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
6707 | 2025-06-30T22:48:04.464Z | PASS [ 5.258s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
6708 | 2025-06-30T22:48:04.508Z | PASS [ 5.217s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
6709 | 2025-06-30T22:48:04.545Z | PASS [ 0.037s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
6710 | 2025-06-30T22:48:05.363Z | PASS [ 5.104s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address |
6711 | 2025-06-30T22:48:09.127Z | PASS [ 4.662s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
6712 | 2025-06-30T22:48:09.347Z | PASS [ 4.802s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
6713 | 2025-06-30T22:48:09.848Z | PASS [ 5.437s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address |
6714 | 2025-06-30T22:48:10.234Z | PASS [ 4.871s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
6715 | 2025-06-30T22:48:10.360Z | PASS [ 5.895s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
6716 | 2025-06-30T22:48:14.378Z | PASS [ 5.249s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
6717 | 2025-06-30T22:48:14.609Z | PASS [ 4.760s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
6718 | 2025-06-30T22:48:14.980Z | PASS [ 5.632s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
6719 | 2025-06-30T22:48:15.502Z | PASS [ 5.141s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
6720 | 2025-06-30T22:48:15.814Z | PASS [ 5.580s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
6721 | 2025-06-30T22:48:16.360Z | PASS [ 343.707s] oximeter-db client::tests::test_replicated |
6722 | 2025-06-30T22:48:16.475Z | PASS [ 0.112s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1 |
6723 | 2025-06-30T22:48:16.514Z | PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2 |
6724 | 2025-06-30T22:48:16.532Z | PASS [ 0.021s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3 |
6725 | 2025-06-30T22:48:16.555Z | PASS [ 0.022s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none |
6726 | 2025-06-30T22:48:16.579Z | PASS [ 0.025s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success |
6727 | 2025-06-30T22:48:17.452Z | PASS [ 0.872s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
6728 | 2025-06-30T22:48:17.647Z | PASS [ 0.196s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
6729 | 2025-06-30T22:48:17.801Z | PASS [ 0.154s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
6730 | 2025-06-30T22:48:18.003Z | PASS [ 0.202s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
6731 | 2025-06-30T22:48:18.226Z | PASS [ 0.223s] omicron-clickhouse-admin::integration_test test_teardown |
6732 | 2025-06-30T22:48:18.367Z | PASS [ 0.141s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
6733 | 2025-06-30T22:48:19.156Z | PASS [ 4.778s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
6734 | 2025-06-30T22:48:19.315Z | PASS [ 4.706s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
6735 | 2025-06-30T22:48:19.650Z | PASS [ 4.669s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
6736 | 2025-06-30T22:48:19.685Z | PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
6737 | 2025-06-30T22:48:20.046Z | PASS [ 4.543s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
6738 | 2025-06-30T22:48:20.292Z | PASS [ 4.476s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
6739 | 2025-06-30T22:48:22.214Z | PASS [ 2.168s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
6740 | 2025-06-30T22:48:22.687Z | PASS [ 2.396s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
6741 | 2025-06-30T22:48:23.449Z | PASS [ 4.294s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
6742 | 2025-06-30T22:48:23.486Z | PASS [ 0.036s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
6743 | 2025-06-30T22:48:23.564Z | PASS [ 4.248s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
6744 | 2025-06-30T22:48:23.933Z | PASS [ 0.369s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
6745 | 2025-06-30T22:48:24.261Z | PASS [ 4.575s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
6746 | 2025-06-30T22:48:24.298Z | PASS [ 0.366s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
6747 | 2025-06-30T22:48:24.524Z | PASS [ 2.310s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
6748 | 2025-06-30T22:48:24.561Z | PASS [ 0.036s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow |
6749 | 2025-06-30T22:48:24.595Z | PASS [ 0.034s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large |
6750 | 2025-06-30T22:48:24.796Z | PASS [ 2.108s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
6751 | 2025-06-30T22:48:25.831Z | PASS [ 2.345s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
6752 | 2025-06-30T22:48:25.890Z | PASS [ 1.295s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
6753 | 2025-06-30T22:48:25.902Z | PASS [ 1.641s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
6754 | 2025-06-30T22:48:26.140Z | PASS [ 0.308s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query |
6755 | 2025-06-30T22:48:26.317Z | PASS [ 0.415s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query |
6756 | 2025-06-30T22:48:26.451Z | PASS [ 2.153s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
6757 | 2025-06-30T22:48:26.509Z | PASS [ 0.369s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query |
6758 | 2025-06-30T22:48:26.831Z | PASS [ 0.322s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
6759 | 2025-06-30T22:48:27.098Z | PASS [ 0.267s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
6760 | 2025-06-30T22:48:27.204Z | PASS [ 2.408s] nexus-db-queries db::queries::region_allocation::test::explainable |
6761 | 2025-06-30T22:48:27.428Z | PASS [ 0.329s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
6762 | 2025-06-30T22:48:27.520Z | PASS [ 0.315s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
6763 | 2025-06-30T22:48:27.737Z | PASS [ 1.846s] nexus-db-queries db::queries::regions_hard_delete::test::explainable |
6764 | 2025-06-30T22:48:28.308Z | PASS [ 1.990s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query |
6765 | 2025-06-30T22:48:28.352Z | PASS [ 1.900s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query |
6766 | 2025-06-30T22:48:28.484Z | PASS [ 0.132s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
6767 | 2025-06-30T22:48:28.520Z | PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
6768 | 2025-06-30T22:48:28.558Z | PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
6769 | 2025-06-30T22:48:28.589Z | PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
6770 | 2025-06-30T22:48:28.625Z | PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
6771 | 2025-06-30T22:48:29.332Z | PASS [ 1.904s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
6772 | 2025-06-30T22:48:29.483Z | PASS [ 1.963s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
6773 | 2025-06-30T22:48:29.532Z | PASS [ 1.795s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
6774 | 2025-06-30T22:48:30.089Z | PASS [ 1.780s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
6775 | 2025-06-30T22:48:30.330Z | PASS [ 1.705s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
6776 | 2025-06-30T22:48:31.330Z | PASS [ 1.998s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
6777 | 2025-06-30T22:48:31.441Z | PASS [ 1.958s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
6778 | 2025-06-30T22:48:31.488Z | PASS [ 0.047s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
6779 | 2025-06-30T22:48:32.352Z | PASS [ 0.864s] nexus-inventory builder::test::test_basic |
6780 | 2025-06-30T22:48:32.387Z | PASS [ 0.033s] nexus-inventory builder::test::test_empty |
6781 | 2025-06-30T22:48:32.429Z | PASS [ 0.042s] nexus-inventory builder::test::test_problems |
6782 | 2025-06-30T22:48:34.519Z | PASS [ 4.188s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
6783 | 2025-06-30T22:48:35.431Z | PASS [ 3.002s] nexus-inventory collector::test::test_basic |
6784 | 2025-06-30T22:48:35.709Z | PASS [ 4.378s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
6785 | 2025-06-30T22:48:36.078Z | PASS [ 0.646s] nexus-inventory collector::test::test_multi_mgs_failure |
6786 | 2025-06-30T22:48:36.603Z | PASS [ 2.083s] nexus-inventory collector::test::test_multi_mgs |
6787 | 2025-06-30T22:48:36.907Z | PASS [ 1.198s] nexus-inventory collector::test::test_sled_agent_failure |
6788 | 2025-06-30T22:48:39.113Z | PASS [ 9.580s] nexus-db-queries policy_test::test_conferred_roles |
6789 | 2025-06-30T22:48:41.514Z | PASS [ 4.912s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
6790 | 2025-06-30T22:48:41.518Z | PASS [ 5.439s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
6791 | 2025-06-30T22:48:41.566Z | PASS [ 4.659s] nexus-mgs-updates driver_update::test::test_rot_basic_failures |
6792 | 2025-06-30T22:48:43.990Z | PASS [ 2.475s] nexus-mgs-updates driver_update::test::test_sp_basic_failures |
6793 | 2025-06-30T22:48:47.227Z | PASS [ 8.113s] nexus-mgs-updates driver_update::test::test_rot_update_basic |
6794 | 2025-06-30T22:48:47.476Z | PASS [ 0.249s] nexus-mgs-updates test_util::step_through::test::test_basic |
6795 | 2025-06-30T22:48:49.017Z | PASS [ 5.026s] nexus-mgs-updates driver_update::test::test_sp_update_watched |
6796 | 2025-06-30T22:48:49.420Z | PASS [ 0.404s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance |
6797 | 2025-06-30T22:48:49.515Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6798 | 2025-06-30T22:48:49.515Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6799 | 2025-06-30T22:48:49.743Z | PASS [ 0.321s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure |
6800 | 2025-06-30T22:48:50.053Z | PASS [ 0.311s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled |
6801 | 2025-06-30T22:48:51.420Z | PASS [ 3.943s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress |
6802 | 2025-06-30T22:48:51.520Z | PASS [ 10.001s] nexus-mgs-updates driver_update::test::test_sp_update_basic |
6803 | 2025-06-30T22:48:51.862Z | PASS [ 0.341s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure |
6804 | 2025-06-30T22:48:54.032Z | PASS [ 3.978s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress |
6805 | 2025-06-30T22:48:54.861Z | PASS [ 3.441s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance |
6806 | 2025-06-30T22:48:55.244Z | PASS [ 3.382s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled |
6807 | 2025-06-30T22:48:56.860Z | PASS [ 15.291s] nexus-mgs-updates driver_update::test::test_sp_update_takeover |
6808 | 2025-06-30T22:48:57.415Z | PASS [ 3.383s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch |
6809 | 2025-06-30T22:48:58.183Z | PASS [ 1.323s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure |
6810 | 2025-06-30T22:48:59.857Z | PASS [ 4.995s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress |
6811 | 2025-06-30T22:48:59.928Z | PASS [ 4.684s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance |
6812 | 2025-06-30T22:49:00.233Z | PASS [ 0.305s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool |
6813 | 2025-06-30T22:49:00.235Z | PASS [ 0.376s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet |
6814 | 2025-06-30T22:49:00.274Z | PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip |
6815 | 2025-06-30T22:49:00.277Z | PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address |
6816 | 2025-06-30T22:49:00.312Z | PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac |
6817 | 2025-06-30T22:49:00.315Z | PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip |
6818 | 2025-06-30T22:49:00.352Z | PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips |
6819 | 2025-06-30T22:49:00.356Z | PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision |
6820 | 2025-06-30T22:49:00.392Z | PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean |
6821 | 2025-06-30T22:49:00.400Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets |
6822 | 2025-06-30T22:49:00.429Z | PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision |
6823 | 2025-06-30T22:49:00.439Z | PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets |
6824 | 2025-06-30T22:49:00.464Z | PASS [ 0.035s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets |
6825 | 2025-06-30T22:49:00.476Z | PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds |
6826 | 2025-06-30T22:49:00.739Z | PASS [ 0.261s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
6827 | 2025-06-30T22:49:01.739Z | PASS [ 4.323s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled |
6828 | 2025-06-30T22:49:01.990Z | PASS [ 0.250s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
6829 | 2025-06-30T22:49:02.189Z | PASS [ 0.200s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
6830 | 2025-06-30T22:49:02.237Z | PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
6831 | 2025-06-30T22:49:02.318Z | PASS [ 0.081s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
6832 | 2025-06-30T22:49:02.533Z | PASS [ 4.349s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch |
6833 | 2025-06-30T22:49:18.748Z | SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6834 | 2025-06-30T22:49:24.863Z | PASS [ 66.489s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6835 | 2025-06-30T22:49:26.418Z | PASS [ 23.883s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
6836 | 2025-06-30T22:49:27.919Z | PASS [ 3.055s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
6837 | 2025-06-30T22:49:30.095Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
6838 | 2025-06-30T22:49:37.402Z | PASS [ 67.307s] nexus-db-queries policy_test::test_iam_roles_behavior |
6839 | 2025-06-30T22:49:44.810Z | PASS [ 16.889s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
6840 | 2025-06-30T22:49:45.301Z | PASS [ 18.879s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config |
6841 | 2025-06-30T22:49:46.524Z | PASS [ 46.055s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit |
6842 | 2025-06-30T22:49:46.924Z | PASS [ 0.400s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
6843 | 2025-06-30T22:49:46.957Z | PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
6844 | 2025-06-30T22:49:46.988Z | PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
6845 | 2025-06-30T22:49:47.070Z | PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
6846 | 2025-06-30T22:49:47.120Z | PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones |
6847 | 2025-06-30T22:49:47.182Z | PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds |
6848 | 2025-06-30T22:49:47.226Z | PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
6849 | 2025-06-30T22:49:47.262Z | PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
6850 | 2025-06-30T22:49:47.317Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff |
6851 | 2025-06-30T22:49:47.345Z | PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
6852 | 2025-06-30T22:49:47.370Z | PASS [ 0.025s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
6853 | 2025-06-30T22:49:47.397Z | PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
6854 | 2025-06-30T22:49:47.423Z | PASS [ 0.026s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
6855 | 2025-06-30T22:49:47.450Z | PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
6856 | 2025-06-30T22:49:47.477Z | PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
6857 | 2025-06-30T22:49:47.502Z | PASS [ 0.025s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
6858 | 2025-06-30T22:49:47.527Z | PASS [ 0.025s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately |
6859 | 2025-06-30T22:49:47.619Z | PASS [ 0.091s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator |
6860 | 2025-06-30T22:49:49.522Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6861 | 2025-06-30T22:49:49.523Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6862 | 2025-06-30T22:49:53.166Z | PASS [ 5.547s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator |
6863 | 2025-06-30T22:49:53.207Z | PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator |
6864 | 2025-06-30T22:49:53.649Z | PASS [ 0.443s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging |
6865 | 2025-06-30T22:49:54.073Z | PASS [ 0.424s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool |
6866 | 2025-06-30T22:49:54.120Z | PASS [ 16.716s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
6867 | 2025-06-30T22:49:54.274Z | PASS [ 0.153s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets |
6868 | 2025-06-30T22:49:54.315Z | PASS [ 0.041s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic |
6869 | 2025-06-30T22:49:54.318Z | PASS [ 0.246s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets |
6870 | 2025-06-30T22:49:54.345Z | PASS [ 0.026s] nexus-reconfigurator-planning example::tests::instances_on_examples |
6871 | 2025-06-30T22:49:54.372Z | PASS [ 0.057s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
6872 | 2025-06-30T22:49:54.392Z | PASS [ 0.046s] nexus-reconfigurator-planning mgs_updates::test::test_basic |
6873 | 2025-06-30T22:49:54.403Z | PASS [ 0.031s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move |
6874 | 2025-06-30T22:49:54.426Z | PASS [ 0.033s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential |
6875 | 2025-06-30T22:49:54.434Z | PASS [ 0.031s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous |
6876 | 2025-06-30T22:49:54.509Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
6877 | 2025-06-30T22:49:54.529Z | PASS [ 0.094s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
6878 | 2025-06-30T22:49:54.559Z | PASS [ 0.042s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
6879 | 2025-06-30T22:49:54.604Z | PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
6880 | 2025-06-30T22:49:54.613Z | PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
6881 | 2025-06-30T22:49:54.657Z | PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_pantry |
6882 | 2025-06-30T22:49:54.664Z | PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place |
6883 | 2025-06-30T22:49:54.719Z | PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission |
6884 | 2025-06-30T22:49:54.726Z | PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
6885 | 2025-06-30T22:49:54.762Z | PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
6886 | 2025-06-30T22:49:54.765Z | PASS [ 0.037s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
6887 | 2025-06-30T22:49:54.827Z | PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
6888 | 2025-06-30T22:49:54.830Z | PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed |
6889 | 2025-06-30T22:49:54.923Z | PASS [ 0.096s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup |
6890 | 2025-06-30T22:49:54.928Z | PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
6891 | 2025-06-30T22:49:55.001Z | PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
6892 | 2025-06-30T22:49:55.010Z | PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
6893 | 2025-06-30T22:49:55.057Z | PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse |
6894 | 2025-06-30T22:49:55.064Z | PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
6895 | 2025-06-30T22:49:55.117Z | PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
6896 | 2025-06-30T22:49:55.125Z | PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
6897 | 2025-06-30T22:49:56.244Z | PASS [ 0.115s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry |
6898 | 2025-06-30T22:49:56.248Z | PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory |
6899 | 2025-06-30T22:49:56.248Z | PASS [ 0.437s] nexus-reconfigurator-planning planner::test::test_update_all_zones |
6900 | 2025-06-30T22:50:00.745Z | SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
6901 | 2025-06-30T22:50:01.710Z | PASS [ 16.408s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
6902 | 2025-06-30T22:50:01.756Z | PASS [ 0.047s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by |
6903 | 2025-06-30T22:50:01.929Z | PASS [ 0.173s] nexus-saga-recovery recovery::test::test_execution_basic |
6904 | 2025-06-30T22:50:01.954Z | PASS [ 0.025s] nexus-saga-recovery recovery::test::test_plan_basic |
6905 | 2025-06-30T22:50:01.980Z | PASS [ 0.026s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
6906 | 2025-06-30T22:50:02.003Z | PASS [ 17.192s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
6907 | 2025-06-30T22:50:02.016Z | PASS [ 0.036s] nexus-saga-recovery test::test_basic |
6908 | 2025-06-30T22:50:02.069Z | PASS [ 0.066s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
6909 | 2025-06-30T22:50:02.097Z | PASS [ 0.080s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
6910 | 2025-06-30T22:50:02.123Z | PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
6911 | 2025-06-30T22:50:02.127Z | PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
6912 | 2025-06-30T22:50:02.160Z | PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
6913 | 2025-06-30T22:50:02.160Z | PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
6914 | 2025-06-30T22:50:02.187Z | PASS [ 0.026s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
6915 | 2025-06-30T22:50:02.199Z | PASS [ 0.039s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
6916 | 2025-06-30T22:50:02.249Z | PASS [ 0.049s] nexus-types external_api::shared::test::test_policy_parsing |
6917 | 2025-06-30T22:50:02.258Z | PASS [ 0.071s] nexus-types deployment::test::test_serialize_pending_mgs_updates |
6918 | 2025-06-30T22:50:02.286Z | PASS [ 0.028s] nexus-types external_api::views::test::test_expected_one_of |
6919 | 2025-06-30T22:50:02.325Z | SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6920 | 2025-06-30T22:50:02.330Z | PASS [ 0.039s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates |
6921 | 2025-06-30T22:50:02.339Z | PASS [ 0.090s] nexus-types external_api::shared::test::test_webhook_subscription_validation |
6922 | 2025-06-30T22:50:02.476Z | PASS [ 0.136s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
6923 | 2025-06-30T22:50:02.476Z | PASS [ 0.150s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
6924 | 2025-06-30T22:50:02.534Z | PASS [ 0.058s] omicron-certificates tests::test_cert_extended_key_usage |
6925 | 2025-06-30T22:50:02.543Z | PASS [ 0.067s] omicron-certificates tests::test_common_name_is_validated |
6926 | 2025-06-30T22:50:02.591Z | PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated |
6927 | 2025-06-30T22:50:02.932Z | PASS [ 0.389s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable |
6928 | 2025-06-30T22:50:03.872Z | PASS [ 554.362s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6929 | 2025-06-30T22:50:04.155Z | PASS [ 63.410s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
6930 | 2025-06-30T22:50:06.424Z | PASS [ 2.336s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
6931 | 2025-06-30T22:50:06.436Z | PASS [ 2.134s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
6932 | 2025-06-30T22:50:06.436Z | PASS [ 3.771s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility |
6933 | 2025-06-30T22:50:06.449Z | PASS [ 0.086s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics |
6934 | 2025-06-30T22:50:06.525Z | PASS [ 0.077s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input |
6935 | 2025-06-30T22:50:06.884Z | PASS [ 0.358s] omicron-cockroach-metrics tests::test_cluster_client_caching |
6936 | 2025-06-30T22:50:06.905Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting |
6937 | 2025-06-30T22:50:06.927Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing |
6938 | 2025-06-30T22:50:06.948Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only |
6939 | 2025-06-30T22:50:06.970Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty |
6940 | 2025-06-30T22:50:06.991Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience |
6941 | 2025-06-30T22:50:07.015Z | PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing |
6942 | 2025-06-30T22:50:07.037Z | PASS [ 0.021s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics |
6943 | 2025-06-30T22:50:07.089Z | PASS [ 0.053s] omicron-common address::test::test_dns_subnets |
6944 | 2025-06-30T22:50:07.120Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing |
6945 | 2025-06-30T22:50:07.255Z | PASS [ 0.135s] omicron-common address::test::test_ip_range_enum_deserialization |
6946 | 2025-06-30T22:50:07.278Z | PASS [ 0.023s] omicron-common address::test::test_ip_range_iter |
6947 | 2025-06-30T22:50:07.300Z | PASS [ 0.022s] omicron-common address::test::test_ip_range_length |
6948 | 2025-06-30T22:50:07.322Z | PASS [ 0.022s] omicron-common address::test::test_ip_range_try_from |
6949 | 2025-06-30T22:50:07.359Z | PASS [ 0.037s] omicron-common address::test::test_ipv6_subnet_deserialize |
6950 | 2025-06-30T22:50:07.382Z | PASS [ 0.022s] omicron-common address::test::test_sled_address |
6951 | 2025-06-30T22:50:07.410Z | PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless |
6952 | 2025-06-30T22:50:07.432Z | PASS [ 0.022s] omicron-common api::external::error::test::test_context |
6953 | 2025-06-30T22:50:07.495Z | PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_pagination_examples |
6954 | 2025-06-30T22:50:07.555Z | PASS [ 0.060s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
6955 | 2025-06-30T22:50:07.605Z | PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_id |
6956 | 2025-06-30T22:50:07.631Z | PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_name |
6957 | 2025-06-30T22:50:07.652Z | PASS [ 0.020s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
6958 | 2025-06-30T22:50:07.679Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
6959 | 2025-06-30T22:50:07.701Z | PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
6960 | 2025-06-30T22:50:07.724Z | PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id |
6961 | 2025-06-30T22:50:07.750Z | PASS [ 0.026s] omicron-common api::external::test::test_bytecount |
6962 | 2025-06-30T22:50:07.771Z | PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display |
6963 | 2025-06-30T22:50:07.822Z | PASS [ 0.050s] omicron-common api::external::test::test_digest |
6964 | 2025-06-30T22:50:07.857Z | PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization |
6965 | 2025-06-30T22:50:07.966Z | PASS [ 0.109s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
6966 | 2025-06-30T22:50:08.008Z | PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse |
6967 | 2025-06-30T22:50:08.025Z | PASS [ 1.737s] omicron-cockroach-admin context::tests::test_node_id |
6968 | 2025-06-30T22:50:08.030Z | PASS [ 0.022s] omicron-common api::external::test::test_generation_display_parse |
6969 | 2025-06-30T22:50:08.046Z | PASS [ 0.021s] omicron-common api::external::test::test_generation_from_int |
6970 | 2025-06-30T22:50:08.069Z | PASS [ 0.023s] omicron-common api::external::test::test_generation_serde |
6971 | 2025-06-30T22:50:08.108Z | PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str |
6972 | 2025-06-30T22:50:08.139Z | PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_from_str |
6973 | 2025-06-30T22:50:08.164Z | PASS [ 0.024s] omicron-common api::external::test::test_ip_port_range_into_str |
6974 | 2025-06-30T22:50:08.212Z | PASS [ 0.048s] omicron-common api::external::test::test_ipv6_net_operations |
6975 | 2025-06-30T22:50:08.240Z | PASS [ 0.027s] omicron-common api::external::test::test_mac_system_iterator |
6976 | 2025-06-30T22:50:08.261Z | PASS [ 0.021s] omicron-common api::external::test::test_mac_to_int_conversions |
6977 | 2025-06-30T22:50:08.284Z | PASS [ 0.023s] omicron-common api::external::test::test_macaddr |
6978 | 2025-06-30T22:50:08.307Z | PASS [ 0.023s] omicron-common api::external::test::test_name_parse |
6979 | 2025-06-30T22:50:08.330Z | PASS [ 0.023s] omicron-common api::external::test::test_name_parse_from_param |
6980 | 2025-06-30T22:50:08.353Z | PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse |
6981 | 2025-06-30T22:50:08.379Z | PASS [ 0.025s] omicron-common api::external::test::test_role_name_parse |
6982 | 2025-06-30T22:50:08.420Z | PASS [ 0.041s] omicron-common api::external::test::test_route_destination_parse |
6983 | 2025-06-30T22:50:08.470Z | PASS [ 0.049s] omicron-common api::external::test::test_route_target_parse |
6984 | 2025-06-30T22:50:08.492Z | PASS [ 0.023s] omicron-common api::external::test::test_semver_serialize |
6985 | 2025-06-30T22:50:08.514Z | PASS [ 0.022s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
6986 | 2025-06-30T22:50:08.536Z | PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
6987 | 2025-06-30T22:50:08.558Z | PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
6988 | 2025-06-30T22:50:08.582Z | PASS [ 0.023s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
6989 | 2025-06-30T22:50:08.621Z | PASS [ 0.039s] omicron-common disk::tests::parse_dataset_name |
6990 | 2025-06-30T22:50:08.683Z | PASS [ 0.062s] omicron-common ledger::test::test_commit_handles_write_failures |
6991 | 2025-06-30T22:50:08.710Z | PASS [ 0.026s] omicron-common ledger::test::test_create_default_ledger |
6992 | 2025-06-30T22:50:08.737Z | PASS [ 0.027s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
6993 | 2025-06-30T22:50:08.766Z | PASS [ 0.029s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
6994 | 2025-06-30T22:50:08.796Z | PASS [ 0.029s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
6995 | 2025-06-30T22:50:08.819Z | PASS [ 0.024s] omicron-common zpool_name::test::test_parse_external_zpool_name |
6996 | 2025-06-30T22:50:08.843Z | PASS [ 0.023s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
6997 | 2025-06-30T22:50:08.866Z | PASS [ 0.023s] omicron-common zpool_name::test::test_parse_zpool_name_json |
6998 | 2025-06-30T22:50:08.893Z | PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex |
6999 | 2025-06-30T22:50:09.059Z | PASS [ 1.029s] omicron-common api::external::test::test_generation_overflow |
7000 | 2025-06-30T22:50:10.140Z | PASS [ 560.630s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
7001 | 2025-06-30T22:50:11.224Z | PASS [ 8.291s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved |
7002 | 2025-06-30T22:50:11.326Z | PASS [ 0.102s] omicron-gateway management_switch::location_map::tests::test_config_validation |
7003 | 2025-06-30T22:50:11.416Z | PASS [ 0.090s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
7004 | 2025-06-30T22:50:11.611Z | PASS [ 2.718s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
7005 | 2025-06-30T22:50:11.621Z | PASS [ 2.561s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
7006 | 2025-06-30T22:50:11.671Z | PASS [ 0.060s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
7007 | 2025-06-30T22:50:12.051Z | PASS [ 0.429s] omicron-gateway::test_all integration_tests::ereports::ereports_basic |
7008 | 2025-06-30T22:50:12.145Z | PASS [ 0.729s] omicron-gateway::test_all integration_tests::component_list::component_list |
7009 | 2025-06-30T22:50:12.146Z | PASS [ 0.473s] omicron-gateway::test_all integration_tests::ereports::ereports_commit |
7010 | 2025-06-30T22:50:12.271Z | PASS [ 0.220s] omicron-gateway::test_all integration_tests::ereports::ereports_limit |
7011 | 2025-06-30T22:50:12.368Z | PASS [ 0.223s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
7012 | 2025-06-30T22:50:12.457Z | PASS [ 0.186s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
7013 | 2025-06-30T22:50:12.558Z | PASS [ 0.412s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
7014 | 2025-06-30T22:50:12.571Z | PASS [ 0.202s] omicron-gateway::test_all integration_tests::task_dump::task_dump |
7015 | 2025-06-30T22:50:12.611Z | PASS [ 0.054s] omicron-nexus app::alert::tests::test_alert_class_list |
7016 | 2025-06-30T22:50:13.049Z | PASS [ 6.840s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init |
7017 | 2025-06-30T22:50:14.986Z | PASS [ 19.688s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation |
7018 | 2025-06-30T22:50:20.455Z | PASS [ 24.902s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation |
7019 | 2025-06-30T22:50:22.788Z | PASS [ 80.462s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
7020 | 2025-06-30T22:50:30.455Z | PASS [ 17.842s] omicron-nexus app::background::driver::test::test_driver_basic |
7021 | 2025-06-30T22:50:30.937Z | PASS [ 20.795s] omicron-dev::test-omicron-dev test_run_all |
7022 | 2025-06-30T22:50:31.886Z | PASS [ 19.313s] omicron-nexus app::background::driver::test::test_activation_in_progress |
7023 | 2025-06-30T22:50:32.181Z | PASS [ 19.130s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
7024 | 2025-06-30T22:50:41.246Z | PASS [ 26.257s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted |
7025 | 2025-06-30T22:50:42.187Z | PASS [ 29.727s] omicron-ls-apis::test_dependencies test_api_dependencies |
7026 | 2025-06-30T22:50:43.400Z | PASS [ 22.942s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
7027 | 2025-06-30T22:50:45.613Z | PASS [ 4.366s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
7028 | 2025-06-30T22:50:45.659Z | PASS [ 0.047s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
7029 | 2025-06-30T22:50:47.029Z | PASS [ 4.842s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
7030 | 2025-06-30T22:50:47.501Z | PASS [ 24.710s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
7031 | 2025-06-30T22:50:47.573Z | PASS [ 17.115s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing |
7032 | 2025-06-30T22:50:48.106Z | PASS [ 4.706s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
7033 | 2025-06-30T22:50:49.253Z | PASS [ 17.366s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
7034 | 2025-06-30T22:50:50.668Z | PASS [ 18.484s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner |
7035 | 2025-06-30T22:50:51.565Z | PASS [ 20.626s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config |
7036 | 2025-06-30T22:51:04.887Z | PASS [ 19.225s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
7037 | 2025-06-30T22:51:06.478Z | PASS [ 19.447s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
7038 | 2025-06-30T22:51:07.174Z | PASS [ 19.600s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
7039 | 2025-06-30T22:51:07.185Z | PASS [ 19.682s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
7040 | 2025-06-30T22:51:07.774Z | PASS [ 19.665s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
7041 | 2025-06-30T22:51:08.749Z | PASS [ 19.493s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion |
7042 | 2025-06-30T22:51:10.491Z | PASS [ 19.821s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
7043 | 2025-06-30T22:51:27.037Z | PASS [ 18.287s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
7044 | 2025-06-30T22:51:27.769Z | PASS [ 19.994s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
7045 | 2025-06-30T22:51:28.798Z | PASS [ 23.909s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
7046 | 2025-06-30T22:51:30.863Z | PASS [ 23.686s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
7047 | 2025-06-30T22:51:33.695Z | PASS [ 23.201s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request |
7048 | 2025-06-30T22:51:39.284Z | PASS [ 47.714s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
7049 | 2025-06-30T22:51:41.670Z | PASS [ 34.482s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
7050 | 2025-06-30T22:51:44.195Z | PASS [ 17.157s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
7051 | 2025-06-30T22:51:45.059Z | PASS [ 17.287s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
7052 | 2025-06-30T22:51:47.215Z | PASS [ 18.414s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
7053 | 2025-06-30T22:51:48.516Z | PASS [ 17.651s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
7054 | 2025-06-30T22:51:51.506Z | PASS [ 17.810s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
7055 | 2025-06-30T22:51:58.186Z | PASS [ 18.901s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
7056 | 2025-06-30T22:52:00.525Z | PASS [ 18.852s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
7057 | 2025-06-30T22:52:01.242Z | PASS [ 3.054s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
7058 | 2025-06-30T22:52:02.002Z | PASS [ 17.804s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
7059 | 2025-06-30T22:52:04.158Z | PASS [ 2.916s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
7060 | 2025-06-30T22:52:06.486Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
7061 | 2025-06-30T22:52:06.877Z | PASS [ 18.359s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
7062 | 2025-06-30T22:52:07.636Z | PASS [ 22.576s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete |
7063 | 2025-06-30T22:52:09.800Z | PASS [ 18.291s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
7064 | 2025-06-30T22:52:12.314Z | PASS [ 25.098s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
7065 | 2025-06-30T22:52:21.292Z | PASS [ 20.766s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
7066 | 2025-06-30T22:52:22.998Z | PASS [ 20.994s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion |
7067 | 2025-06-30T22:52:24.691Z | PASS [ 20.531s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect |
7068 | 2025-06-30T22:52:26.120Z | PASS [ 19.241s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect |
7069 | 2025-06-30T22:52:26.174Z | PASS [ 0.053s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation |
7070 | 2025-06-30T22:52:26.773Z | PASS [ 0.600s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled |
7071 | 2025-06-30T22:52:27.269Z | PASS [ 0.495s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing |
7072 | 2025-06-30T22:52:28.009Z | PASS [ 0.740s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy |
7073 | 2025-06-30T22:52:28.152Z | PASS [ 20.514s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection |
7074 | 2025-06-30T22:52:28.365Z | PASS [ 18.563s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection |
7075 | 2025-06-30T22:52:28.451Z | PASS [ 0.086s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
7076 | 2025-06-30T22:52:29.169Z | PASS [ 0.836s] omicron-nexus app::external_endpoints::test::test_authority |
7077 | 2025-06-30T22:52:29.172Z | PASS [ 0.087s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
7078 | 2025-06-30T22:52:29.172Z | PASS [ 0.053s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
7079 | 2025-06-30T22:52:29.175Z | PASS [ 0.046s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
7080 | 2025-06-30T22:52:29.224Z | PASS [ 0.049s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
7081 | 2025-06-30T22:52:29.275Z | PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
7082 | 2025-06-30T22:52:29.394Z | PASS [ 0.119s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
7083 | 2025-06-30T22:52:29.461Z | PASS [ 0.067s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
7084 | 2025-06-30T22:52:29.511Z | PASS [ 0.049s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
7085 | 2025-06-30T22:52:29.696Z | PASS [ 1.686s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate |
7086 | 2025-06-30T22:52:29.792Z | PASS [ 17.476s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop |
7087 | 2025-06-30T22:52:29.965Z | PASS [ 1.513s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
7088 | 2025-06-30T22:52:41.234Z | PASS [ 18.234s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop |
7089 | 2025-06-30T22:52:41.521Z | PASS [ 20.189s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many |
7090 | 2025-06-30T22:52:43.940Z | PASS [ 19.247s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one |
7091 | 2025-06-30T22:52:45.694Z | PASS [ 99.205s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
7092 | 2025-06-30T22:52:53.788Z | PASS [ 24.089s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
7093 | 2025-06-30T22:52:54.965Z | PASS [ 25.452s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
7094 | 2025-06-30T22:52:55.476Z | PASS [ 25.508s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
7095 | 2025-06-30T22:52:55.496Z | PASS [ 25.702s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
7096 | 2025-06-30T22:53:01.970Z | PASS [ 20.734s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently |
7097 | 2025-06-30T22:53:05.640Z | PASS [ 21.698s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo |
7098 | 2025-06-30T22:53:10.310Z | PASS [ 28.823s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project |
7099 | 2025-06-30T22:53:19.240Z | PASS [ 33.543s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
7100 | 2025-06-30T22:53:21.422Z | PASS [ 27.632s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
7101 | 2025-06-30T22:53:24.442Z | PASS [ 29.474s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
7102 | 2025-06-30T22:53:24.486Z | PASS [ 28.987s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
7103 | 2025-06-30T22:53:25.117Z | PASS [ 29.638s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
7104 | 2025-06-30T22:53:29.711Z | PASS [ 27.737s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
7105 | 2025-06-30T22:53:38.330Z | PASS [ 32.687s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
7106 | 2025-06-30T22:53:40.418Z | PASS [ 30.106s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
7107 | 2025-06-30T22:53:46.763Z | PASS [ 27.520s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
7108 | 2025-06-30T22:53:47.752Z | PASS [ 26.328s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
7109 | 2025-06-30T22:53:48.821Z | PASS [ 24.331s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
7110 | 2025-06-30T22:53:50.500Z | PASS [ 26.055s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
7111 | 2025-06-30T22:53:57.362Z | PASS [ 27.650s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
7112 | 2025-06-30T22:54:04.645Z | PASS [ 26.312s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
7113 | 2025-06-30T22:54:10.988Z | PASS [ 30.567s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
7114 | 2025-06-30T22:54:15.898Z | PASS [ 28.143s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
7115 | 2025-06-30T22:54:18.757Z | PASS [ 29.934s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
7116 | 2025-06-30T22:54:25.124Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
7117 | 2025-06-30T22:54:25.870Z | PASS [ 28.505s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
7118 | 2025-06-30T22:54:34.867Z | PASS [ 30.219s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
7119 | 2025-06-30T22:54:44.544Z | PASS [ 28.643s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
7120 | 2025-06-30T22:54:46.770Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
7121 | 2025-06-30T22:54:46.839Z | PASS [ 28.079s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
7122 | 2025-06-30T22:54:50.508Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
7123 | 2025-06-30T22:55:05.128Z | PASS [ 30.258s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
7124 | 2025-06-30T22:55:10.558Z | PASS [ 105.431s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
7125 | 2025-06-30T22:55:10.996Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
7126 | 2025-06-30T22:55:13.828Z | PASS [ 29.281s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
7127 | 2025-06-30T22:55:25.878Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
7128 | 2025-06-30T22:55:34.238Z | PASS [ 29.107s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
7129 | 2025-06-30T22:55:40.029Z | PASS [ 29.469s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
7130 | 2025-06-30T22:55:44.631Z | PASS [ 78.752s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
7131 | 2025-06-30T22:55:46.778Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
7132 | 2025-06-30T22:55:46.848Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
7133 | 2025-06-30T22:55:50.524Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
7134 | 2025-06-30T22:55:50.890Z | PASS [ 120.375s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
7135 | 2025-06-30T22:56:03.021Z | PASS [ 28.779s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
7136 | 2025-06-30T22:56:08.298Z | PASS [ 141.519s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
7137 | 2025-06-30T22:56:08.882Z | PASS [ 28.850s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
7138 | 2025-06-30T22:56:11.003Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
7139 | 2025-06-30T22:56:13.835Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
7140 | 2025-06-30T22:56:21.367Z | PASS [ 30.478s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
7141 | 2025-06-30T22:56:32.134Z | PASS [ 78.299s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
7142 | 2025-06-30T22:56:36.979Z | PASS [ 28.681s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
7143 | 2025-06-30T22:56:37.409Z | PASS [ 28.524s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
7144 | 2025-06-30T22:56:44.638Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
7145 | 2025-06-30T22:56:46.857Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
7146 | 2025-06-30T22:56:55.325Z | PASS [ 17.915s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
7147 | 2025-06-30T22:56:55.577Z | PASS [ 18.596s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
7148 | 2025-06-30T22:56:56.721Z | PASS [ 24.584s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
7149 | 2025-06-30T22:56:58.788Z | PASS [ 37.409s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
7150 | 2025-06-30T22:57:03.028Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
7151 | 2025-06-30T22:57:04.612Z | PASS [ 137.759s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
7152 | 2025-06-30T22:57:11.009Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
7153 | 2025-06-30T22:57:13.850Z | PASS [ 18.270s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
7154 | 2025-06-30T22:57:14.922Z | PASS [ 183.916s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
7155 | 2025-06-30T22:57:17.228Z | PASS [ 18.446s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
7156 | 2025-06-30T22:57:20.476Z | PASS [ 25.148s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
7157 | 2025-06-30T22:57:22.831Z | PASS [ 26.107s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
7158 | 2025-06-30T22:57:34.308Z | PASS [ 29.694s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
7159 | 2025-06-30T22:57:34.356Z | PASS [ 0.047s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
7160 | 2025-06-30T22:57:40.395Z | PASS [ 26.543s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region |
7161 | 2025-06-30T22:57:40.514Z | PASS [ 17.681s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
7162 | 2025-06-30T22:57:42.434Z | PASS [ 27.509s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary |
7163 | 2025-06-30T22:57:43.775Z | PASS [ 26.545s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self |
7164 | 2025-06-30T22:57:44.645Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
7165 | 2025-06-30T22:57:48.089Z | PASS [ 27.608s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
7166 | 2025-06-30T22:57:58.093Z | PASS [ 133.448s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
7167 | 2025-06-30T22:57:59.654Z | PASS [ 25.275s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
7168 | 2025-06-30T22:57:59.892Z | PASS [ 17.456s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
7169 | 2025-06-30T22:58:03.036Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
7170 | 2025-06-30T22:58:05.035Z | PASS [ 21.257s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
7171 | 2025-06-30T22:58:08.368Z | PASS [ 20.279s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently |
7172 | 2025-06-30T22:58:15.264Z | PASS [ 34.746s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
7173 | 2025-06-30T22:58:15.923Z | PASS [ 35.525s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
7174 | 2025-06-30T22:58:15.966Z | PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_accept_gz |
7175 | 2025-06-30T22:58:16.011Z | PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
7176 | 2025-06-30T22:58:16.054Z | PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
7177 | 2025-06-30T22:58:16.099Z | PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
7178 | 2025-06-30T22:58:16.142Z | PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
7179 | 2025-06-30T22:58:16.183Z | PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
7180 | 2025-06-30T22:58:16.227Z | PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
7181 | 2025-06-30T22:58:16.270Z | PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_relative_uri |
7182 | 2025-06-30T22:58:17.677Z | PASS [ 19.584s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds |
7183 | 2025-06-30T22:58:18.560Z | PASS [ 18.666s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds |
7184 | 2025-06-30T22:58:18.815Z | PASS [ 19.180s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently |
7185 | 2025-06-30T22:58:19.011Z | PASS [ 135.977s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
7186 | 2025-06-30T22:58:19.956Z | PASS [ 4.691s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
7187 | 2025-06-30T22:58:24.545Z | PASS [ 19.508s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently |
7188 | 2025-06-30T22:58:29.313Z | PASS [ 20.943s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds |
7189 | 2025-06-30T22:58:36.286Z | PASS [ 18.606s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
7190 | 2025-06-30T22:58:37.018Z | PASS [ 18.456s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
7191 | 2025-06-30T22:58:45.279Z | PASS [ 26.461s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud |
7192 | 2025-06-30T22:58:45.561Z | PASS [ 26.547s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector |
7193 | 2025-06-30T22:58:48.708Z | PASS [ 24.161s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list |
7194 | 2025-06-30T22:58:50.765Z | PASS [ 2.057s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
7195 | 2025-06-30T22:58:52.993Z | PASS [ 2.228s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
7196 | 2025-06-30T22:58:53.631Z | PASS [ 0.638s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
7197 | 2025-06-30T22:58:53.863Z | PASS [ 24.547s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud |
7198 | 2025-06-30T22:58:56.323Z | PASS [ 40.048s] omicron-nexus populate::test::test_populators |
7199 | 2025-06-30T22:59:01.650Z | PASS [ 25.362s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector |
7200 | 2025-06-30T22:59:06.043Z | PASS [ 46.082s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage |
7201 | 2025-06-30T22:59:06.665Z | PASS [ 21.102s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
7202 | 2025-06-30T22:59:07.402Z | PASS [ 22.121s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list |
7203 | 2025-06-30T22:59:10.729Z | PASS [ 16.865s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
7204 | 2025-06-30T22:59:11.355Z | PASS [ 17.720s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
7205 | 2025-06-30T22:59:16.451Z | PASS [ 20.126s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
7206 | 2025-06-30T22:59:21.021Z | PASS [ 19.369s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
7207 | 2025-06-30T22:59:21.096Z | PASS [ 44.073s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage |
7208 | 2025-06-30T22:59:25.579Z | PASS [ 18.912s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
7209 | 2025-06-30T22:59:25.590Z | PASS [ 19.545s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
7210 | 2025-06-30T22:59:25.989Z | PASS [ 18.585s] omicron-nexus::test_all integration_tests::basic::test_ping |
7211 | 2025-06-30T22:59:35.124Z | PASS [ 18.671s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
7212 | 2025-06-30T22:59:44.740Z | PASS [ 27.130s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
7213 | 2025-06-30T22:59:44.810Z | PASS [ 17.785s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
7214 | 2025-06-30T22:59:44.810Z | PASS [ 18.611s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
7215 | 2025-06-30T22:59:44.836Z | PASS [ 1.009s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
7216 | 2025-06-30T22:59:44.836Z | PASS [ 1.124s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
7217 | 2025-06-30T22:59:44.836Z | PASS [ 0.188s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
7218 | 2025-06-30T22:59:44.836Z | PASS [ 17.258s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
7219 | 2025-06-30T22:59:44.836Z | PASS [ 17.255s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
7220 | 2025-06-30T22:59:44.836Z | PASS [ 31.648s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
7221 | 2025-06-30T22:59:46.824Z | PASS [ 20.833s] omicron-nexus::test_all integration_tests::certificates::test_crud |
7222 | 2025-06-30T22:59:54.233Z | PASS [ 19.101s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
7223 | 2025-06-30T22:59:58.411Z | PASS [ 19.600s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server |
7224 | 2025-06-30T22:59:59.969Z | PASS [ 17.936s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
7225 | 2025-06-30T23:00:01.464Z | PASS [ 18.623s] omicron-nexus::test_all integration_tests::console_api::test_assets |
7226 | 2025-06-30T23:00:01.706Z | PASS [ 18.857s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
7227 | 2025-06-30T23:00:05.173Z | PASS [ 27.307s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
7228 | 2025-06-30T23:00:06.806Z | PASS [ 23.798s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
7229 | 2025-06-30T23:00:11.331Z | PASS [ 24.458s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
7230 | 2025-06-30T23:00:11.987Z | PASS [ 17.757s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
7231 | 2025-06-30T23:00:19.717Z | PASS [ 19.745s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
7232 | 2025-06-30T23:00:21.008Z | PASS [ 19.541s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
7233 | 2025-06-30T23:00:21.712Z | PASS [ 23.283s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session |
7234 | 2025-06-30T23:00:22.677Z | PASS [ 17.503s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
7235 | 2025-06-30T23:00:25.890Z | PASS [ 24.182s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
7236 | 2025-06-30T23:00:42.596Z | PASS [ 35.787s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
7237 | 2025-06-30T23:00:45.248Z | PASS [ 33.258s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
7238 | 2025-06-30T23:00:45.339Z | PASS [ 34.047s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
7239 | 2025-06-30T23:00:56.224Z | PASS [ 35.858s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
7240 | 2025-06-30T23:01:07.140Z | PASS [ 46.129s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
7241 | 2025-06-30T23:01:07.868Z | PASS [ 41.974s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
7242 | 2025-06-30T23:01:08.161Z | PASS [ 45.480s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
7243 | 2025-06-30T23:01:09.086Z | PASS [ 47.385s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
7244 | 2025-06-30T23:01:30.305Z | PASS [ 47.705s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
7245 | 2025-06-30T23:01:31.078Z | PASS [ 23.935s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
7246 | 2025-06-30T23:01:31.274Z | PASS [ 45.934s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
7247 | 2025-06-30T23:01:31.746Z | PASS [ 46.492s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
7248 | 2025-06-30T23:01:53.270Z | PASS [ 44.180s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove |
7249 | 2025-06-30T23:01:55.587Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
7250 | 2025-06-30T23:02:07.875Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
7251 | 2025-06-30T23:02:08.170Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
7252 | 2025-06-30T23:02:13.903Z | PASS [ 20.521s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
7253 | 2025-06-30T23:02:13.910Z | PASS [ 78.290s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
7254 | 2025-06-30T23:02:22.994Z | PASS [ 52.681s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone |
7255 | 2025-06-30T23:02:25.226Z | PASS [ 77.348s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
7256 | 2025-06-30T23:02:25.682Z | PASS [ 54.597s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity |
7257 | 2025-06-30T23:02:27.859Z | PASS [ 79.689s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
7258 | 2025-06-30T23:02:31.282Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
7259 | 2025-06-30T23:02:31.753Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
7260 | 2025-06-30T23:02:35.486Z | PASS [ 21.686s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
7261 | 2025-06-30T23:02:43.332Z | PASS [ 28.193s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration |
7262 | 2025-06-30T23:02:44.464Z | PASS [ 19.239s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid |
7263 | 2025-06-30T23:02:49.399Z | PASS [ 26.406s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl |
7264 | 2025-06-30T23:02:53.442Z | PASS [ 27.760s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
7265 | 2025-06-30T23:03:02.591Z | PASS [ 26.067s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
7266 | 2025-06-30T23:03:03.704Z | PASS [ 92.421s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
7267 | 2025-06-30T23:03:04.539Z | PASS [ 36.654s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
7268 | 2025-06-30T23:03:06.877Z | PASS [ 24.804s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
7269 | 2025-06-30T23:03:08.516Z | PASS [ 24.049s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
7270 | 2025-06-30T23:03:14.981Z | PASS [ 25.558s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
7271 | 2025-06-30T23:03:20.816Z | PASS [ 24.217s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
7272 | 2025-06-30T23:03:30.923Z | PASS [ 24.044s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
7273 | 2025-06-30T23:03:31.759Z | SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
7274 | 2025-06-30T23:03:33.293Z | PASS [ 24.775s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
7275 | 2025-06-30T23:03:35.922Z | PASS [ 20.960s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
7276 | 2025-06-30T23:03:37.364Z | PASS [ 19.700s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
7277 | 2025-06-30T23:03:37.682Z | PASS [ 36.127s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
7278 | 2025-06-30T23:03:39.576Z | PASS [ 35.869s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
7279 | 2025-06-30T23:03:51.285Z | PASS [ 138.404s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete |
7280 | 2025-06-30T23:03:53.110Z | PASS [ 19.815s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
7281 | 2025-06-30T23:03:53.334Z | PASS [ 22.409s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
7282 | 2025-06-30T23:03:57.331Z | PASS [ 52.810s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
7283 | 2025-06-30T23:04:01.937Z | PASS [ 24.253s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
7284 | 2025-06-30T23:04:02.596Z | PASS [ 26.672s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
7285 | 2025-06-30T23:04:07.459Z | PASS [ 27.880s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
7286 | 2025-06-30T23:04:16.719Z | PASS [ 26.554s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
7287 | 2025-06-30T23:04:21.081Z | PASS [ 43.711s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
7288 | 2025-06-30T23:04:21.393Z | PASS [ 28.056s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough |
7289 | 2025-06-30T23:04:25.767Z | PASS [ 28.433s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
7290 | 2025-06-30T23:04:25.927Z | PASS [ 32.811s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset |
7291 | 2025-06-30T23:04:26.122Z | PASS [ 24.183s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
7292 | 2025-06-30T23:04:28.850Z | PASS [ 26.250s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
7293 | 2025-06-30T23:04:33.579Z | PASS [ 26.117s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
7294 | 2025-06-30T23:04:43.988Z | PASS [ 22.593s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
7295 | 2025-06-30T23:04:44.958Z | PASS [ 28.235s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
7296 | 2025-06-30T23:04:45.050Z | PASS [ 23.968s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
7297 | 2025-06-30T23:04:50.425Z | PASS [ 24.498s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
7298 | 2025-06-30T23:04:52.390Z | PASS [ 26.621s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
7299 | 2025-06-30T23:04:58.804Z | PASS [ 32.353s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer |
7300 | 2025-06-30T23:04:58.819Z | PASS [ 29.906s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
7301 | 2025-06-30T23:05:05.500Z | PASS [ 20.448s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
7302 | 2025-06-30T23:05:08.882Z | PASS [ 34.666s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
7303 | 2025-06-30T23:05:14.227Z | PASS [ 21.836s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
7304 | 2025-06-30T23:05:18.280Z | PASS [ 19.519s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
7305 | 2025-06-30T23:05:19.428Z | PASS [ 29.000s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
7306 | 2025-06-30T23:05:25.399Z | PASS [ 19.898s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
7307 | 2025-06-30T23:05:28.717Z | PASS [ 20.339s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
7308 | 2025-06-30T23:05:29.358Z | PASS [ 45.365s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
7309 | 2025-06-30T23:05:29.842Z | PASS [ 31.361s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
7310 | 2025-06-30T23:05:31.410Z | PASS [ 46.449s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
7311 | 2025-06-30T23:05:36.289Z | PASS [ 22.059s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
7312 | 2025-06-30T23:05:39.840Z | PASS [ 21.558s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
7313 | 2025-06-30T23:05:40.577Z | PASS [ 21.146s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
7314 | 2025-06-30T23:05:51.819Z | PASS [ 26.417s] omicron-nexus::test_all integration_tests::images::test_image_create |
7315 | 2025-06-30T23:05:54.560Z | PASS [ 25.965s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
7316 | 2025-06-30T23:05:55.705Z | PASS [ 25.860s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
7317 | 2025-06-30T23:05:55.914Z | PASS [ 24.501s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
7318 | 2025-06-30T23:05:56.356Z | PASS [ 26.995s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
7319 | 2025-06-30T23:05:59.035Z | PASS [ 22.744s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
7320 | 2025-06-30T23:05:59.824Z | PASS [ 4.116s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
7321 | 2025-06-30T23:06:00.080Z | PASS [ 5.521s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
7322 | 2025-06-30T23:06:00.431Z | PASS [ 19.852s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
7323 | 2025-06-30T23:06:00.604Z | PASS [ 20.761s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
7324 | 2025-06-30T23:06:01.452Z | PASS [ 5.537s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
7325 | 2025-06-30T23:06:07.990Z | PASS [ 16.169s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
7326 | 2025-06-30T23:06:23.522Z | PASS [ 23.440s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
7327 | 2025-06-30T23:06:25.634Z | PASS [ 25.028s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
7328 | 2025-06-30T23:06:26.506Z | PASS [ 26.072s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
7329 | 2025-06-30T23:06:26.605Z | PASS [ 26.781s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
7330 | 2025-06-30T23:06:32.157Z | PASS [ 35.798s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
7331 | 2025-06-30T23:06:33.818Z | PASS [ 34.779s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
7332 | 2025-06-30T23:06:35.317Z | PASS [ 27.325s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
7333 | 2025-06-30T23:06:40.052Z | PASS [ 38.596s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
7334 | 2025-06-30T23:06:42.455Z | PASS [ 18.931s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
7335 | 2025-06-30T23:06:45.246Z | PASS [ 19.610s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
7336 | 2025-06-30T23:06:53.147Z | PASS [ 20.988s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
7337 | 2025-06-30T23:06:55.361Z | PASS [ 28.852s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
7338 | 2025-06-30T23:07:04.522Z | PASS [ 19.274s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
7339 | 2025-06-30T23:07:05.723Z | PASS [ 39.114s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
7340 | 2025-06-30T23:07:08.287Z | PASS [ 25.830s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
7341 | 2025-06-30T23:07:10.185Z | PASS [ 36.363s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
7342 | 2025-06-30T23:07:22.157Z | PASS [ 42.100s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
7343 | 2025-06-30T23:07:23.047Z | PASS [ 29.896s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
7344 | 2025-06-30T23:07:27.851Z | PASS [ 32.486s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
7345 | 2025-06-30T23:07:35.325Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
7346 | 2025-06-30T23:07:37.803Z | PASS [ 29.513s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
7347 | 2025-06-30T23:07:38.218Z | PASS [ 33.693s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
7348 | 2025-06-30T23:07:39.248Z | PASS [ 33.521s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
7349 | 2025-06-30T23:07:43.160Z | PASS [ 32.972s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
7350 | 2025-06-30T23:07:48.898Z | PASS [ 25.848s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist |
7351 | 2025-06-30T23:07:49.815Z | PASS [ 74.490s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
7352 | 2025-06-30T23:07:52.811Z | PASS [ 30.651s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups |
7353 | 2025-06-30T23:07:58.143Z | PASS [ 30.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups |
7354 | 2025-06-30T23:08:06.593Z | PASS [ 27.342s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
7355 | 2025-06-30T23:08:07.901Z | PASS [ 24.738s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
7356 | 2025-06-30T23:08:13.042Z | PASS [ 35.235s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
7357 | 2025-06-30T23:08:17.329Z | PASS [ 28.429s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
7358 | 2025-06-30T23:08:18.766Z | PASS [ 28.948s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
7359 | 2025-06-30T23:08:21.400Z | PASS [ 28.587s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
7360 | 2025-06-30T23:08:28.858Z | PASS [ 50.635s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
7361 | 2025-06-30T23:08:29.376Z | PASS [ 31.230s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
7362 | 2025-06-30T23:08:34.698Z | PASS [ 28.102s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
7363 | 2025-06-30T23:08:37.542Z | PASS [ 29.638s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
7364 | 2025-06-30T23:08:53.997Z | PASS [ 35.227s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
7365 | 2025-06-30T23:08:58.561Z | PASS [ 29.700s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
7366 | 2025-06-30T23:08:59.649Z | PASS [ 38.245s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
7367 | 2025-06-30T23:09:00.893Z | PASS [ 31.514s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
7368 | 2025-06-30T23:09:05.069Z | PASS [ 47.735s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
7369 | 2025-06-30T23:09:07.859Z | PASS [ 30.314s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
7370 | 2025-06-30T23:09:12.671Z | PASS [ 37.969s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
7371 | 2025-06-30T23:09:13.049Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate |
7372 | 2025-06-30T23:09:15.149Z | PASS [ 21.150s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips |
7373 | 2025-06-30T23:09:19.365Z | PASS [ 19.714s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
7374 | 2025-06-30T23:09:25.836Z | PASS [ 72.787s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate |
7375 | 2025-06-30T23:09:26.094Z | PASS [ 21.022s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
7376 | 2025-06-30T23:09:34.716Z | PASS [ 33.820s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
7377 | 2025-06-30T23:09:35.429Z | PASS [ 27.568s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
7378 | 2025-06-30T23:09:35.536Z | PASS [ 20.385s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
7379 | 2025-06-30T23:09:37.877Z | PASS [ 39.312s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
7380 | 2025-06-30T23:09:39.080Z | PASS [ 26.406s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
7381 | 2025-06-30T23:09:47.312Z | PASS [ 27.944s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
7382 | 2025-06-30T23:09:52.764Z | PASS [ 26.925s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
7383 | 2025-06-30T23:09:53.113Z | PASS [ 17.575s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
7384 | 2025-06-30T23:09:57.470Z | PASS [ 19.591s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
7385 | 2025-06-30T23:09:58.251Z | PASS [ 19.169s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
7386 | 2025-06-30T23:09:59.787Z | PASS [ 25.069s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
7387 | 2025-06-30T23:10:04.519Z | PASS [ 29.087s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
7388 | 2025-06-30T23:10:06.662Z | PASS [ 40.565s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
7389 | 2025-06-30T23:10:07.272Z | PASS [ 19.959s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
7390 | 2025-06-30T23:10:11.098Z | PASS [ 17.983s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
7391 | 2025-06-30T23:10:25.345Z | PASS [ 32.578s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed |
7392 | 2025-06-30T23:10:26.434Z | PASS [ 19.160s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
7393 | 2025-06-30T23:10:28.326Z | PASS [ 30.072s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
7394 | 2025-06-30T23:10:28.482Z | PASS [ 28.691s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
7395 | 2025-06-30T23:10:30.172Z | PASS [ 32.698s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
7396 | 2025-06-30T23:10:33.445Z | PASS [ 22.345s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
7397 | 2025-06-30T23:10:36.154Z | PASS [ 29.489s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
7398 | 2025-06-30T23:10:39.054Z | PASS [ 34.532s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
7399 | 2025-06-30T23:10:46.280Z | PASS [ 20.933s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
7400 | 2025-06-30T23:10:46.631Z | PASS [ 20.195s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
7401 | 2025-06-30T23:10:47.631Z | PASS [ 19.302s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
7402 | 2025-06-30T23:10:47.721Z | PASS [ 19.237s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
7403 | 2025-06-30T23:10:48.798Z | PASS [ 18.625s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
7404 | 2025-06-30T23:10:53.560Z | PASS [ 20.112s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
7405 | 2025-06-30T23:10:57.604Z | PASS [ 21.449s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
7406 | 2025-06-30T23:11:01.703Z | PASS [ 22.646s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
7407 | 2025-06-30T23:11:06.657Z | PASS [ 20.374s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
7408 | 2025-06-30T23:11:08.393Z | PASS [ 20.669s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
7409 | 2025-06-30T23:11:09.436Z | PASS [ 21.803s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
7410 | 2025-06-30T23:11:10.913Z | PASS [ 24.280s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
7411 | 2025-06-30T23:11:20.717Z | PASS [ 31.915s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
7412 | 2025-06-30T23:11:27.056Z | PASS [ 25.351s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
7413 | 2025-06-30T23:11:27.856Z | PASS [ 18.418s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
7414 | 2025-06-30T23:11:28.059Z | PASS [ 19.665s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list |
7415 | 2025-06-30T23:11:31.908Z | PASS [ 38.345s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
7416 | 2025-06-30T23:11:35.098Z | PASS [ 24.183s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
7417 | 2025-06-30T23:11:51.566Z | PASS [ 23.708s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
7418 | 2025-06-30T23:11:52.858Z | PASS [ 24.794s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
7419 | 2025-06-30T23:11:53.335Z | PASS [ 55.725s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
7420 | 2025-06-30T23:11:54.166Z | PASS [ 33.446s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
7421 | 2025-06-30T23:11:54.758Z | PASS [ 48.096s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
7422 | 2025-06-30T23:11:56.157Z | PASS [ 24.246s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
7423 | 2025-06-30T23:12:10.437Z | PASS [ 43.377s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
7424 | 2025-06-30T23:12:17.989Z | PASS [ 25.131s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
7425 | 2025-06-30T23:12:18.454Z | PASS [ 43.351s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
7426 | 2025-06-30T23:12:27.095Z | PASS [ 32.921s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
7427 | 2025-06-30T23:12:28.005Z | PASS [ 33.242s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
7428 | 2025-06-30T23:12:30.542Z | PASS [ 34.374s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
7429 | 2025-06-30T23:12:33.299Z | PASS [ 22.860s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
7430 | 2025-06-30T23:12:35.081Z | PASS [ 43.511s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
7431 | 2025-06-30T23:12:36.861Z | PASS [ 43.521s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
7432 | 2025-06-30T23:12:49.905Z | PASS [ 21.899s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
7433 | 2025-06-30T23:12:51.194Z | PASS [ 20.657s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
7434 | 2025-06-30T23:12:52.891Z | PASS [ 19.588s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group |
7435 | 2025-06-30T23:12:54.779Z | PASS [ 19.696s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group |
7436 | 2025-06-30T23:13:02.146Z | PASS [ 25.282s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
7437 | 2025-06-30T23:13:02.216Z | PASS [ 44.223s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
7438 | 2025-06-30T23:13:06.249Z | PASS [ 47.790s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
7439 | 2025-06-30T23:13:12.359Z | PASS [ 21.163s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
7440 | 2025-06-30T23:13:16.270Z | PASS [ 26.363s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
7441 | 2025-06-30T23:13:17.773Z | PASS [ 24.881s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
7442 | 2025-06-30T23:13:21.723Z | PASS [ 19.505s] omicron-nexus::test_all integration_tests::projects::test_projects |
7443 | 2025-06-30T23:13:22.544Z | PASS [ 27.762s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
7444 | 2025-06-30T23:13:23.822Z | PASS [ 21.674s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
7445 | 2025-06-30T23:13:26.576Z | PASS [ 20.325s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
7446 | 2025-06-30T23:13:27.097Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
7447 | 2025-06-30T23:13:35.014Z | PASS [ 18.740s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
7448 | 2025-06-30T23:13:36.971Z | PASS [ 19.197s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
7449 | 2025-06-30T23:13:42.851Z | PASS [ 20.305s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
7450 | 2025-06-30T23:13:43.397Z | PASS [ 21.672s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
7451 | 2025-06-30T23:13:43.775Z | PASS [ 19.952s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
7452 | 2025-06-30T23:13:46.005Z | PASS [ 19.427s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
7453 | 2025-06-30T23:13:56.149Z | PASS [ 19.175s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
7454 | 2025-06-30T23:13:56.459Z | PASS [ 21.444s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
7455 | 2025-06-30T23:13:58.141Z | PASS [ 91.042s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
7456 | 2025-06-30T23:14:01.032Z | PASS [ 18.179s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
7457 | 2025-06-30T23:14:01.155Z | PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
7458 | 2025-06-30T23:14:01.259Z | PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
7459 | 2025-06-30T23:14:01.361Z | PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
7460 | 2025-06-30T23:14:01.461Z | PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
7461 | 2025-06-30T23:14:01.567Z | PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
7462 | 2025-06-30T23:14:03.269Z | PASS [ 19.870s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
7463 | 2025-06-30T23:14:05.419Z | PASS [ 53.054s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
7464 | 2025-06-30T23:14:06.591Z | PASS [ 22.813s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
7465 | 2025-06-30T23:14:07.369Z | PASS [ 21.361s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
7466 | 2025-06-30T23:14:17.937Z | PASS [ 21.476s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
7467 | 2025-06-30T23:14:20.346Z | PASS [ 22.200s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
7468 | 2025-06-30T23:14:20.449Z | PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
7469 | 2025-06-30T23:14:21.360Z | PASS [ 19.791s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
7470 | 2025-06-30T23:14:22.383Z | PASS [ 19.112s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
7471 | 2025-06-30T23:14:22.472Z | PASS [ 0.088s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
7472 | 2025-06-30T23:14:22.564Z | PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
7473 | 2025-06-30T23:14:23.689Z | PASS [ 18.267s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
7474 | 2025-06-30T23:14:24.240Z | PASS [ 28.089s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
7475 | 2025-06-30T23:14:25.050Z | PASS [ 18.458s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
7476 | 2025-06-30T23:14:25.601Z | PASS [ 18.231s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
7477 | 2025-06-30T23:14:35.961Z | PASS [ 18.022s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
7478 | 2025-06-30T23:14:38.986Z | PASS [ 18.536s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
7479 | 2025-06-30T23:14:39.026Z | PASS [ 17.663s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
7480 | 2025-06-30T23:14:39.111Z | PASS [ 16.546s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
7481 | 2025-06-30T23:14:39.699Z | PASS [ 16.010s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
7482 | 2025-06-30T23:14:40.063Z | PASS [ 15.821s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
7483 | 2025-06-30T23:14:40.426Z | PASS [ 15.374s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
7484 | 2025-06-30T23:14:41.179Z | PASS [ 2.126s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
7485 | 2025-06-30T23:14:42.440Z | PASS [ 2.014s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
7486 | 2025-06-30T23:14:42.860Z | PASS [ 1.708s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
7487 | 2025-06-30T23:14:44.173Z | PASS [ 1.733s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
7488 | 2025-06-30T23:14:44.651Z | PASS [ 1.791s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
7489 | 2025-06-30T23:14:45.905Z | PASS [ 1.732s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
7490 | 2025-06-30T23:14:47.191Z | PASS [ 1.286s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
7491 | 2025-06-30T23:15:25.482Z | PASS [ 38.287s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
7492 | 2025-06-30T23:15:40.216Z | PASS [ 55.560s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
7493 | 2025-06-30T23:15:49.138Z | PASS [ 23.652s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
7494 | 2025-06-30T23:16:14.705Z | PASS [ 34.483s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
7495 | 2025-06-30T23:16:26.435Z | PASS [ 11.730s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
7496 | 2025-06-30T23:16:26.488Z | PASS [ 11.783s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
7497 | 2025-06-30T23:16:26.865Z | PASS [ 12.160s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
7498 | 2025-06-30T23:16:27.258Z | PASS [ 12.553s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
7499 | 2025-06-30T23:16:36.937Z | PASS [ 47.795s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
7500 | 2025-06-30T23:16:40.182Z | PASS [ 13.746s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
7501 | 2025-06-30T23:16:40.726Z | PASS [ 14.234s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
7502 | 2025-06-30T23:16:41.646Z | PASS [ 14.780s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
7503 | 2025-06-30T23:16:41.861Z | PASS [ 14.602s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
7504 | 2025-06-30T23:16:56.851Z | PASS [ 19.913s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
7505 | 2025-06-30T23:16:56.874Z | PASS [ 19.935s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
7506 | 2025-06-30T23:16:57.137Z | PASS [ 20.198s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
7507 | 2025-06-30T23:16:59.354Z | PASS [ 22.415s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
7508 | 2025-06-30T23:17:00.529Z | PASS [ 20.345s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
7509 | 2025-06-30T23:17:01.895Z | PASS [ 21.169s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
7510 | 2025-06-30T23:17:02.621Z | PASS [ 20.758s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
7511 | 2025-06-30T23:17:12.071Z | PASS [ 30.422s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
7512 | 2025-06-30T23:17:16.208Z | PASS [ 19.333s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
7513 | 2025-06-30T23:17:16.711Z | PASS [ 19.572s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
7514 | 2025-06-30T23:17:18.716Z | PASS [ 21.861s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
7515 | 2025-06-30T23:17:20.169Z | PASS [ 19.638s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
7516 | 2025-06-30T23:17:20.339Z | PASS [ 20.983s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
7517 | 2025-06-30T23:17:21.521Z | PASS [ 19.624s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
7518 | 2025-06-30T23:17:28.757Z | PASS [ 26.134s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
7519 | 2025-06-30T23:17:36.621Z | PASS [ 20.410s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
7520 | 2025-06-30T23:17:38.441Z | PASS [ 19.725s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
7521 | 2025-06-30T23:17:39.083Z | PASS [ 27.010s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
7522 | 2025-06-30T23:17:40.586Z | PASS [ 23.871s] omicron-nexus::test_all integration_tests::silos::test_silos |
7523 | 2025-06-30T23:17:40.617Z | PASS [ 20.276s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
7524 | 2025-06-30T23:17:46.933Z | PASS [ 25.409s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
7525 | 2025-06-30T23:17:49.915Z | PASS [ 29.743s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
7526 | 2025-06-30T23:17:50.832Z | PASS [ 22.072s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
7527 | 2025-06-30T23:17:59.055Z | PASS [ 18.468s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
7528 | 2025-06-30T23:18:01.340Z | PASS [ 20.721s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
7529 | 2025-06-30T23:18:06.743Z | PASS [ 30.120s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
7530 | 2025-06-30T23:18:08.703Z | PASS [ 21.768s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
7531 | 2025-06-30T23:18:09.329Z | PASS [ 30.242s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
7532 | 2025-06-30T23:18:10.286Z | PASS [ 20.369s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
7533 | 2025-06-30T23:18:12.426Z | PASS [ 33.981s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
7534 | 2025-06-30T23:18:25.859Z | PASS [ 26.802s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
7535 | 2025-06-30T23:18:26.636Z | PASS [ 35.799s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
7536 | 2025-06-30T23:18:27.667Z | PASS [ 18.336s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
7537 | 2025-06-30T23:18:31.125Z | PASS [ 29.782s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
7538 | 2025-06-30T23:18:35.321Z | PASS [ 22.893s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle |
7539 | 2025-06-30T23:18:36.430Z | PASS [ 29.684s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
7540 | 2025-06-30T23:18:36.473Z | PASS [ 27.767s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
7541 | 2025-06-30T23:18:39.784Z | PASS [ 3.353s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
7542 | 2025-06-30T23:18:44.449Z | PASS [ 34.159s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
7543 | 2025-06-30T23:18:44.841Z | PASS [ 18.977s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found |
7544 | 2025-06-30T23:18:48.985Z | PASS [ 21.316s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud |
7545 | 2025-06-30T23:18:49.358Z | PASS [ 18.229s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release |
7546 | 2025-06-30T23:18:50.034Z | PASS [ 23.398s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests |
7547 | 2025-06-30T23:18:54.972Z | PASS [ 18.496s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
7548 | 2025-06-30T23:19:01.059Z | PASS [ 16.608s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured |
7549 | 2025-06-30T23:19:04.579Z | PASS [ 19.736s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
7550 | 2025-06-30T23:19:04.805Z | PASS [ 25.018s] omicron-nexus::test_all integration_tests::updates::test_repo_upload |
7551 | 2025-06-30T23:19:18.340Z | PASS [ 28.407s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list |
7552 | 2025-06-30T23:19:19.072Z | PASS [ 29.035s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
7553 | 2025-06-30T23:19:20.454Z | PASS [ 31.095s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view |
7554 | 2025-06-30T23:19:24.721Z | PASS [ 29.747s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
7555 | 2025-06-30T23:19:25.110Z | PASS [ 24.049s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
7556 | 2025-06-30T23:19:33.394Z | PASS [ 28.814s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
7557 | 2025-06-30T23:19:34.384Z | PASS [ 29.577s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
7558 | 2025-06-30T23:19:35.329Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7559 | 2025-06-30T23:19:48.360Z | PASS [ 30.962s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
7560 | 2025-06-30T23:19:48.962Z | PASS [ 29.887s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
7561 | 2025-06-30T23:19:50.502Z | PASS [ 30.045s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
7562 | 2025-06-30T23:19:53.057Z | PASS [ 28.333s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
7563 | 2025-06-30T23:19:53.646Z | PASS [ 28.532s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
7564 | 2025-06-30T23:19:57.353Z | PASS [ 23.955s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
7565 | 2025-06-30T23:20:12.814Z | PASS [ 23.306s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
7566 | 2025-06-30T23:20:15.425Z | PASS [ 22.366s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting |
7567 | 2025-06-30T23:20:20.041Z | PASS [ 29.536s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records |
7568 | 2025-06-30T23:20:21.685Z | PASS [ 28.037s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume |
7569 | 2025-06-30T23:20:30.174Z | PASS [ 32.819s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
7570 | 2025-06-30T23:20:33.079Z | PASS [ 58.688s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
7571 | 2025-06-30T23:20:35.336Z | SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7572 | 2025-06-30T23:20:37.562Z | PASS [ 49.197s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete |
7573 | 2025-06-30T23:20:44.507Z | PASS [ 32.233s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
7574 | 2025-06-30T23:20:53.727Z | PASS [ 38.298s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
7575 | 2025-06-30T23:20:55.538Z | PASS [ 140.203s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7576 | 2025-06-30T23:20:57.566Z | PASS [ 35.877s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
7577 | 2025-06-30T23:20:58.739Z | PASS [ 38.694s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
7578 | 2025-06-30T23:21:00.971Z | PASS [ 27.889s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions |
7579 | 2025-06-30T23:21:07.702Z | PASS [ 30.137s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions |
7580 | 2025-06-30T23:21:09.372Z | PASS [ 39.194s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
7581 | 2025-06-30T23:21:19.649Z | PASS [ 35.139s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots |
7582 | 2025-06-30T23:21:23.808Z | PASS [ 25.066s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi |
7583 | 2025-06-30T23:21:25.395Z | PASS [ 24.422s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop |
7584 | 2025-06-30T23:21:32.764Z | PASS [ 25.059s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi |
7585 | 2025-06-30T23:21:34.477Z | PASS [ 25.103s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity |
7586 | 2025-06-30T23:21:45.763Z | PASS [ 50.221s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting |
7587 | 2025-06-30T23:21:45.808Z | PASS [ 26.156s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
7588 | 2025-06-30T23:21:49.790Z | PASS [ 52.219s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers |
7589 | 2025-06-30T23:21:49.823Z | PASS [ 17.058s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
7590 | 2025-06-30T23:21:51.647Z | PASS [ 17.167s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
7591 | 2025-06-30T23:21:53.734Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
7592 | 2025-06-30T23:21:53.777Z | PASS [ 29.965s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
7593 | 2025-06-30T23:21:54.188Z | PASS [ 28.790s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
7594 | 2025-06-30T23:22:05.556Z | PASS [ 19.790s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
7595 | 2025-06-30T23:22:06.333Z | PASS [ 20.522s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
7596 | 2025-06-30T23:22:09.637Z | PASS [ 19.812s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
7597 | 2025-06-30T23:22:09.889Z | PASS [ 20.096s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
7598 | 2025-06-30T23:22:10.802Z | PASS [ 19.153s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
7599 | 2025-06-30T23:22:13.577Z | PASS [ 19.799s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
7600 | 2025-06-30T23:22:13.827Z | PASS [ 19.637s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
7601 | 2025-06-30T23:22:24.815Z | PASS [ 18.480s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
7602 | 2025-06-30T23:22:27.157Z | PASS [ 21.599s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
7603 | 2025-06-30T23:22:27.344Z | PASS [ 17.705s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
7604 | 2025-06-30T23:22:27.893Z | PASS [ 18.003s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
7605 | 2025-06-30T23:22:28.745Z | PASS [ 17.941s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
7606 | 2025-06-30T23:22:30.600Z | PASS [ 16.772s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
7607 | 2025-06-30T23:22:30.966Z | PASS [ 17.388s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
7608 | 2025-06-30T23:22:44.526Z | PASS [ 110.788s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
7609 | 2025-06-30T23:22:45.262Z | PASS [ 17.916s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
7610 | 2025-06-30T23:22:45.713Z | PASS [ 17.817s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
7611 | 2025-06-30T23:22:45.866Z | PASS [ 18.707s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
7612 | 2025-06-30T23:22:46.943Z | PASS [ 18.195s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
7613 | 2025-06-30T23:22:49.335Z | PASS [ 18.732s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
7614 | 2025-06-30T23:22:49.418Z | PASS [ 18.450s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
7615 | 2025-06-30T23:22:57.364Z | PASS [ 32.546s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots |
7616 | 2025-06-30T23:23:05.657Z | PASS [ 19.789s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
7617 | 2025-06-30T23:23:05.856Z | PASS [ 20.143s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
7618 | 2025-06-30T23:23:06.540Z | PASS [ 19.596s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
7619 | 2025-06-30T23:23:08.535Z | PASS [ 19.115s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
7620 | 2025-06-30T23:23:08.752Z | PASS [ 19.415s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
7621 | 2025-06-30T23:23:14.718Z | PASS [ 30.189s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting |
7622 | 2025-06-30T23:23:18.719Z | PASS [ 33.453s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others |
7623 | 2025-06-30T23:23:26.073Z | PASS [ 20.212s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
7624 | 2025-06-30T23:23:27.855Z | PASS [ 30.487s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting |
7625 | 2025-06-30T23:23:28.586Z | PASS [ 22.926s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
7626 | 2025-06-30T23:23:29.305Z | PASS [ 22.763s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
7627 | 2025-06-30T23:23:33.898Z | PASS [ 25.143s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
7628 | 2025-06-30T23:23:38.584Z | PASS [ 30.046s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
7629 | 2025-06-30T23:23:46.782Z | PASS [ 17.475s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes |
7630 | 2025-06-30T23:23:48.722Z | PASS [ 30.000s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
7631 | 2025-06-30T23:23:50.155Z | PASS [ 24.082s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
7632 | 2025-06-30T23:23:51.106Z | PASS [ 23.249s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
7633 | 2025-06-30T23:23:51.259Z | PASS [ 17.361s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery |
7634 | 2025-06-30T23:23:56.645Z | PASS [ 18.058s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add |
7635 | 2025-06-30T23:24:04.810Z | PASS [ 50.087s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
7636 | 2025-06-30T23:24:05.537Z | PASS [ 18.753s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers |
7637 | 2025-06-30T23:24:07.195Z | PASS [ 18.472s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets |
7638 | 2025-06-30T23:24:12.930Z | PASS [ 16.285s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add |
7639 | 2025-06-30T23:24:17.075Z | PASS [ 12.263s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove |
7640 | 2025-06-30T23:24:17.862Z | PASS [ 12.323s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob |
7641 | 2025-06-30T23:24:18.127Z | PASS [ 10.929s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete |
7642 | 2025-06-30T23:24:21.651Z | PASS [ 53.060s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries |
7643 | 2025-06-30T23:24:22.698Z | PASS [ 9.767s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get |
7644 | 2025-06-30T23:24:22.809Z | PASS [ 0.110s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only |
7645 | 2025-06-30T23:24:22.835Z | PASS [ 0.026s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure |
7646 | 2025-06-30T23:24:22.905Z | PASS [ 0.070s] omicron-package config::tests::multi_preset_arg |
7647 | 2025-06-30T23:24:22.950Z | PASS [ 0.045s] omicron-package dot::test::test_bad_dependency |
7648 | 2025-06-30T23:24:22.980Z | PASS [ 0.029s] omicron-package dot::test::test_dot_output |
7649 | 2025-06-30T23:24:28.633Z | PASS [ 11.556s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique |
7650 | 2025-06-30T23:24:28.649Z | PASS [ 0.017s] omicron-passwords test::test_password_constraints |
7651 | 2025-06-30T23:24:31.974Z | PASS [ 3.324s] omicron-passwords test::test_reproducible |
7652 | 2025-06-30T23:24:32.392Z | PASS [ 10.739s] omicron-omdb::test_all_output test_omdb_usage_errors |
7653 | 2025-06-30T23:24:32.429Z | PASS [ 0.037s] omicron-passwords test::test_stable |
7654 | 2025-06-30T23:24:32.447Z | PASS [ 0.017s] omicron-passwords test::test_weak_hashes |
7655 | 2025-06-30T23:24:32.460Z | PASS [ 0.014s] omicron-rpaths internal::tests::test_configure_from_path |
7656 | 2025-06-30T23:24:32.497Z | PASS [ 0.036s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
7657 | 2025-06-30T23:24:32.510Z | PASS [ 0.014s] omicron-rpaths internal::tests::test_emit_rpath |
7658 | 2025-06-30T23:24:32.535Z | PASS [ 9.554s] omicron-passwords test::test_compatible |
7659 | 2025-06-30T23:24:33.080Z | PASS [ 0.569s] omicron-sled-agent artifact_store::test::generations |
7660 | 2025-06-30T23:24:33.091Z | PASS [ 0.557s] omicron-sled-agent artifact_store::test::issue_7796 |
7661 | 2025-06-30T23:24:33.207Z | PASS [ 0.128s] omicron-sled-agent artifact_store::test::list_get_put |
7662 | 2025-06-30T23:24:33.211Z | PASS [ 0.118s] omicron-sled-agent artifact_store::test::no_dataset |
7663 | 2025-06-30T23:24:33.318Z | PASS [ 0.110s] omicron-sled-agent artifact_store::test::wrong_hash |
7664 | 2025-06-30T23:24:33.328Z | PASS [ 0.118s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
7665 | 2025-06-30T23:24:33.417Z | PASS [ 0.089s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
7666 | 2025-06-30T23:24:33.555Z | PASS [ 0.138s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
7667 | 2025-06-30T23:24:33.640Z | PASS [ 0.083s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
7668 | 2025-06-30T23:24:33.916Z | PASS [ 0.598s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
7669 | 2025-06-30T23:24:33.988Z | PASS [ 0.073s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
7670 | 2025-06-30T23:24:34.021Z | PASS [ 0.033s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
7671 | 2025-06-30T23:24:34.077Z | PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
7672 | 2025-06-30T23:24:34.101Z | PASS [ 0.024s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
7673 | 2025-06-30T23:24:34.126Z | PASS [ 0.025s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
7674 | 2025-06-30T23:24:34.153Z | PASS [ 0.024s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted |
7675 | 2025-06-30T23:24:34.174Z | PASS [ 0.023s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations |
7676 | 2025-06-30T23:24:34.183Z | PASS [ 0.544s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
7677 | 2025-06-30T23:24:34.195Z | PASS [ 0.021s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
7678 | 2025-06-30T23:24:34.205Z | PASS [ 0.021s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
7679 | 2025-06-30T23:24:34.251Z | PASS [ 0.052s] omicron-sled-agent config::test::test_smf_configs |
7680 | 2025-06-30T23:24:34.682Z | PASS [ 0.477s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed |
7681 | 2025-06-30T23:24:34.683Z | PASS [ 0.435s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone |
7682 | 2025-06-30T23:24:35.046Z | PASS [ 0.364s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
7683 | 2025-06-30T23:24:36.339Z | PASS [ 1.656s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
7684 | 2025-06-30T23:24:36.343Z | PASS [ 1.297s] omicron-sled-agent instance::tests::test_instance_manager_creation |
7685 | 2025-06-30T23:24:36.662Z | PASS [ 46.502s] omicron-nexus::test_all integration_tests::webhooks::test_probe |
7686 | 2025-06-30T23:24:36.692Z | PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
7687 | 2025-06-30T23:24:36.724Z | PASS [ 0.031s] omicron-sled-agent profile::tests::empty_profile |
7688 | 2025-06-30T23:24:36.739Z | PASS [ 0.400s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout |
7689 | 2025-06-30T23:24:36.752Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_disabled_instance |
7690 | 2025-06-30T23:24:36.766Z | PASS [ 0.027s] omicron-sled-agent profile::tests::test_instance |
7691 | 2025-06-30T23:24:36.778Z | PASS [ 0.026s] omicron-sled-agent profile::tests::test_multiple |
7692 | 2025-06-30T23:24:36.789Z | PASS [ 0.023s] omicron-sled-agent profile::tests::test_property |
7693 | 2025-06-30T23:24:36.800Z | PASS [ 0.022s] omicron-sled-agent profile::tests::test_property_group |
7694 | 2025-06-30T23:24:36.812Z | PASS [ 0.022s] omicron-sled-agent profile::tests::test_service |
7695 | 2025-06-30T23:24:36.826Z | PASS [ 0.026s] omicron-sled-agent profile::tests::test_service_property_group |
7696 | 2025-06-30T23:24:36.838Z | PASS [ 0.026s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
7697 | 2025-06-30T23:24:36.851Z | PASS [ 0.024s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
7698 | 2025-06-30T23:24:36.874Z | PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
7699 | 2025-06-30T23:24:36.891Z | PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count |
7700 | 2025-06-30T23:24:36.920Z | PASS [ 0.046s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean |
7701 | 2025-06-30T23:24:36.924Z | PASS [ 0.032s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
7702 | 2025-06-30T23:24:36.944Z | PASS [ 0.023s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
7703 | 2025-06-30T23:24:36.952Z | PASS [ 0.029s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
7704 | 2025-06-30T23:24:36.973Z | PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
7705 | 2025-06-30T23:24:36.978Z | PASS [ 0.026s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
7706 | 2025-06-30T23:24:37.004Z | PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
7707 | 2025-06-30T23:24:37.007Z | PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
7708 | 2025-06-30T23:24:37.034Z | PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
7709 | 2025-06-30T23:24:37.037Z | PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
7710 | 2025-06-30T23:24:37.073Z | PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
7711 | 2025-06-30T23:24:37.103Z | PASS [ 0.031s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
7712 | 2025-06-30T23:24:37.135Z | PASS [ 0.032s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
7713 | 2025-06-30T23:24:37.166Z | PASS [ 0.030s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
7714 | 2025-06-30T23:24:37.198Z | PASS [ 0.032s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
7715 | 2025-06-30T23:24:37.231Z | PASS [ 0.033s] omicron-sled-agent sim::storage::test::nested_dataset |
7716 | 2025-06-30T23:24:37.259Z | PASS [ 0.029s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship |
7717 | 2025-06-30T23:24:37.290Z | PASS [ 0.030s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset |
7718 | 2025-06-30T23:24:37.314Z | PASS [ 0.025s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
7719 | 2025-06-30T23:24:37.344Z | PASS [ 0.029s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
7720 | 2025-06-30T23:24:37.867Z | PASS [ 20.002s] omicron-omdb::test_all_output test_omdb_env_settings |
7721 | 2025-06-30T23:24:39.899Z | PASS [ 2.866s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
7722 | 2025-06-30T23:24:40.693Z | PASS [ 2.824s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent |
7723 | 2025-06-30T23:24:40.748Z | PASS [ 3.403s] omicron-sled-agent support_bundle::storage::tests::basic_crud |
7724 | 2025-06-30T23:24:42.168Z | PASS [ 51.057s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries |
7725 | 2025-06-30T23:24:43.624Z | PASS [ 3.724s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash |
7726 | 2025-06-30T23:24:44.160Z | PASS [ 3.454s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable |
7727 | 2025-06-30T23:24:44.201Z | PASS [ 3.453s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency |
7728 | 2025-06-30T23:24:45.355Z | PASS [ 27.227s] omicron-omdb::test_all_output test_omdb_success_cases |
7729 | 2025-06-30T23:24:45.386Z | PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components |
7730 | 2025-06-30T23:24:45.433Z | PASS [ 0.046s] omicron-sled-agent updates::test::test_query_sled_agent_version |
7731 | 2025-06-30T23:24:45.472Z | PASS [ 0.040s] omicron-sled-agent updates::test::test_query_zone_version |
7732 | 2025-06-30T23:24:45.502Z | PASS [ 0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
7733 | 2025-06-30T23:24:45.549Z | PASS [ 54.284s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff |
7734 | 2025-06-30T23:24:45.735Z | PASS [ 3.567s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset |
7735 | 2025-06-30T23:24:45.770Z | PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
7736 | 2025-06-30T23:24:47.329Z | PASS [ 3.704s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them |
7737 | 2025-06-30T23:24:47.720Z | PASS [ 3.573s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them |
7738 | 2025-06-30T23:24:47.861Z | PASS [ 2.312s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
7739 | 2025-06-30T23:24:47.910Z | PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
7740 | 2025-06-30T23:24:47.941Z | PASS [ 0.031s] omicron-sled-agent zone_bundle::tests::test_dir_size |
7741 | 2025-06-30T23:24:47.974Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
7742 | 2025-06-30T23:24:48.191Z | PASS [ 3.989s] omicron-sled-agent support_bundle::storage::tests::ranges |
7743 | 2025-06-30T23:24:48.385Z | PASS [ 2.882s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
7744 | 2025-06-30T23:24:48.571Z | PASS [ 0.187s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
7745 | 2025-06-30T23:24:48.675Z | PASS [ 2.904s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
7746 | 2025-06-30T23:24:48.708Z | PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
7747 | 2025-06-30T23:24:48.734Z | PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
7748 | 2025-06-30T23:24:48.780Z | PASS [ 0.806s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
7749 | 2025-06-30T23:24:48.852Z | PASS [ 0.660s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
7750 | 2025-06-30T23:24:49.355Z | PASS [ 0.575s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
7751 | 2025-06-30T23:24:49.358Z | PASS [ 0.621s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
7752 | 2025-06-30T23:24:49.380Z | PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
7753 | 2025-06-30T23:24:49.380Z | PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
7754 | 2025-06-30T23:24:49.419Z | PASS [ 0.847s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled |
7755 | 2025-06-30T23:24:49.502Z | PASS [ 0.122s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
7756 | 2025-06-30T23:24:49.634Z | PASS [ 0.215s] omicron-test-utils dev::db::test::test_bad_cmd |
7757 | 2025-06-30T23:24:49.680Z | PASS [ 2.350s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
7758 | 2025-06-30T23:24:49.813Z | PASS [ 0.433s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
7759 | 2025-06-30T23:24:49.879Z | PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
7760 | 2025-06-30T23:24:49.894Z | PASS [ 0.391s] omicron-test-utils dev::db::test::test_cmd_fails |
7761 | 2025-06-30T23:24:49.908Z | PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
7762 | 2025-06-30T23:24:49.927Z | PASS [ 0.022s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
7763 | 2025-06-30T23:24:49.927Z | PASS [ 0.240s] omicron-test-utils dev::db::test::test_database_start_hang |
7764 | 2025-06-30T23:24:49.937Z | PASS [ 0.021s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
7765 | 2025-06-30T23:24:49.945Z | PASS [ 0.036s] omicron-test-utils dev::db::test::test_parse_http_addr |
7766 | 2025-06-30T23:24:49.948Z | PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_normal |
7767 | 2025-06-30T23:24:50.158Z | PASS [ 2.438s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
7768 | 2025-06-30T23:24:50.185Z | PASS [ 0.026s] omicron-test-utils dev::db::test::test_starter_tmpdir |
7769 | 2025-06-30T23:24:50.253Z | PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
7770 | 2025-06-30T23:24:50.279Z | PASS [ 0.027s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
7771 | 2025-06-30T23:24:50.300Z | PASS [ 0.363s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
7772 | 2025-06-30T23:24:50.305Z | PASS [ 0.027s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
7773 | 2025-06-30T23:24:50.327Z | PASS [ 0.026s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
7774 | 2025-06-30T23:24:50.369Z | PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
7775 | 2025-06-30T23:24:50.408Z | PASS [ 0.078s] omicron-test-utils dev::test_cmds::tests::test_redact_section |
7776 | 2025-06-30T23:24:50.529Z | PASS [ 18.553s] omicron-passwords test::test_smoke |
7777 | 2025-06-30T23:24:50.605Z | PASS [ 0.076s] openapi-manager cmd::dispatch::test::test_arg_parsing |
7778 | 2025-06-30T23:24:50.634Z | PASS [ 0.028s] openapi-manager cmd::dispatch::test::test_blessed_args |
7779 | 2025-06-30T23:24:50.657Z | PASS [ 0.023s] openapi-manager cmd::dispatch::test::test_generated_args |
7780 | 2025-06-30T23:24:50.683Z | PASS [ 0.025s] openapi-manager cmd::dispatch::test::test_local_args |
7781 | 2025-06-30T23:24:50.707Z | PASS [ 0.023s] openapi-manager iter_only::test::test_basic |
7782 | 2025-06-30T23:24:50.727Z | PASS [ 0.022s] openapi-manager omicron::tests::all_apis_is_sorted |
7783 | 2025-06-30T23:24:50.748Z | PASS [ 0.020s] openapi-manager resolved::test::test_displayable_vec |
7784 | 2025-06-30T23:24:50.767Z | PASS [ 0.954s] omicron-test-utils dev::db::test::test_http_addr_integration |
7785 | 2025-06-30T23:24:50.772Z | PASS [ 0.024s] openapi-manager spec_files_generic::test::test_parse_name_lockstep |
7786 | 2025-06-30T23:24:50.792Z | PASS [ 0.024s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail |
7787 | 2025-06-30T23:24:50.795Z | PASS [ 0.022s] openapi-manager spec_files_generic::test::test_parse_name_versioned |
7788 | 2025-06-30T23:24:50.835Z | PASS [ 0.044s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail |
7789 | 2025-06-30T23:24:50.926Z | PASS [ 0.557s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
7790 | 2025-06-30T23:24:51.040Z | PASS [ 0.205s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
7791 | 2025-06-30T23:24:51.234Z | PASS [ 0.440s] oximeter test::timeseries_schema_consistency |
7792 | 2025-06-30T23:24:51.334Z | PASS [ 0.408s] oximeter-collector agent::tests::test_self_stat_collection_count |
7793 | 2025-06-30T23:24:51.334Z | PASS [ 0.294s] oximeter-collector agent::tests::test_self_stat_error_counter |
7794 | 2025-06-30T23:24:51.354Z | PASS [ 0.119s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
7795 | 2025-06-30T23:24:51.375Z | PASS [ 0.021s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different |
7796 | 2025-06-30T23:24:51.396Z | PASS [ 0.021s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
7797 | 2025-06-30T23:24:51.460Z | PASS [ 0.126s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from |
7798 | 2025-06-30T23:24:51.484Z | PASS [ 0.024s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
7799 | 2025-06-30T23:24:51.514Z | PASS [ 0.027s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
7800 | 2025-06-30T23:24:51.520Z | PASS [ 1.573s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
7801 | 2025-06-30T23:24:51.531Z | PASS [ 0.017s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
7802 | 2025-06-30T23:24:51.537Z | PASS [ 0.018s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
7803 | 2025-06-30T23:24:51.544Z | PASS [ 0.016s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
7804 | 2025-06-30T23:24:51.557Z | PASS [ 1.921s] omicron-test-utils dev::db::test::test_database_concurrent |
7805 | 2025-06-30T23:24:51.997Z | PASS [ 0.601s] oximeter-collector::test_commands test_oximeter_no_args |
7806 | 2025-06-30T23:24:52.232Z | PASS [ 1.823s] openapi-manager cmd::check::test::check_apis_up_to_date |
7807 | 2025-06-30T23:24:52.387Z | PASS [ 1.053s] oximeter-collector agent::tests::verify_producer_details |
7808 | 2025-06-30T23:24:52.509Z | PASS [ 0.973s] oximeter-db client::oxql::tests::test_get_entire_table |
7809 | 2025-06-30T23:24:52.545Z | PASS [ 0.990s] oximeter-db client::oxql::tests::test_get_one_timeseries |
7810 | 2025-06-30T23:24:52.580Z | PASS [ 0.071s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
7811 | 2025-06-30T23:24:52.618Z | PASS [ 1.075s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
7812 | 2025-06-30T23:24:52.814Z | PASS [ 0.586s] oximeter-db client::tests::can_ping_clickhouse |
7813 | 2025-06-30T23:24:52.888Z | PASS [ 0.892s] oximeter-db client::oxql::tests::test_limit_operations |
7814 | 2025-06-30T23:24:53.392Z | PASS [ 0.774s] oximeter-db client::tests::read_latest_version_reports_max |
7815 | 2025-06-30T23:24:53.478Z | PASS [ 0.590s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero |
7816 | 2025-06-30T23:24:53.526Z | PASS [ 0.712s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero |
7817 | 2025-06-30T23:24:54.109Z | PASS [ 0.717s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero |
7818 | 2025-06-30T23:24:54.133Z | PASS [ 0.607s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
7819 | 2025-06-30T23:24:54.286Z | PASS [ 0.806s] oximeter-db client::tests::select_timeseries_with_select_one |
7820 | 2025-06-30T23:24:54.438Z | PASS [ 1.893s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
7821 | 2025-06-30T23:24:54.893Z | PASS [ 2.313s] oximeter-db client::tests::insert_samples_fails_fast |
7822 | 2025-06-30T23:24:54.998Z | PASS [ 0.864s] oximeter-db client::tests::test_database_version_update_is_idempotent |
7823 | 2025-06-30T23:24:55.166Z | PASS [ 1.056s] oximeter-db client::tests::test_client_select_timeseries_one |
7824 | 2025-06-30T23:24:55.253Z | PASS [ 0.969s] oximeter-db client::tests::test_database_version_will_not_downgrade |
7825 | 2025-06-30T23:24:55.276Z | PASS [ 0.838s] oximeter-db client::tests::test_database_version_will_not_upgrade |
7826 | 2025-06-30T23:24:55.644Z | PASS [ 0.751s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
7827 | 2025-06-30T23:24:55.734Z | PASS [ 0.735s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
7828 | 2025-06-30T23:24:55.886Z | PASS [ 0.721s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
7829 | 2025-06-30T23:24:55.994Z | PASS [ 0.740s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
7830 | 2025-06-30T23:24:56.329Z | PASS [ 1.053s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
7831 | 2025-06-30T23:24:56.378Z | PASS [ 0.733s] oximeter-db client::tests::test_field_record_count |
7832 | 2025-06-30T23:24:56.456Z | PASS [ 0.723s] oximeter-db client::tests::test_get_schema_no_new_values |
7833 | 2025-06-30T23:24:56.487Z | PASS [ 0.030s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
7834 | 2025-06-30T23:24:56.518Z | PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete |
7835 | 2025-06-30T23:24:56.544Z | PASS [ 0.025s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
7836 | 2025-06-30T23:24:56.570Z | PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
7837 | 2025-06-30T23:24:56.623Z | PASS [ 0.737s] oximeter-db client::tests::test_insert_samples |
7838 | 2025-06-30T23:24:56.685Z | PASS [ 0.691s] oximeter-db client::tests::test_is_oximeter_cluster |
7839 | 2025-06-30T23:24:57.226Z | PASS [ 0.848s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
7840 | 2025-06-30T23:24:57.273Z | PASS [ 0.943s] oximeter-db client::tests::test_list_timeseries |
7841 | 2025-06-30T23:24:57.340Z | PASS [ 0.716s] oximeter-db client::tests::test_schema_mismatch |
7842 | 2025-06-30T23:24:57.440Z | PASS [ 0.754s] oximeter-db client::tests::test_schema_update |
7843 | 2025-06-30T23:24:57.862Z | PASS [ 1.292s] oximeter-db client::tests::test_recall_of_all_fields |
7844 | 2025-06-30T23:24:58.191Z | PASS [ 0.918s] oximeter-db client::tests::test_select_all_field_types |
7845 | 2025-06-30T23:24:58.214Z | PASS [ 0.987s] oximeter-db client::tests::test_select_all_datum_types |
7846 | 2025-06-30T23:24:58.231Z | PASS [ 0.891s] oximeter-db client::tests::test_select_timeseries_with_all |
7847 | 2025-06-30T23:24:58.248Z | PASS [ 8.303s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
7848 | 2025-06-30T23:24:58.451Z | PASS [ 1.011s] oximeter-db client::tests::test_select_timeseries_with_limit |
7849 | 2025-06-30T23:24:58.733Z | PASS [ 0.867s] oximeter-db client::tests::test_select_timeseries_with_order |
7850 | 2025-06-30T23:24:58.749Z | PASS [ 0.016s] oximeter-db client::tests::test_unravel_index |
7851 | 2025-06-30T23:24:58.954Z | PASS [ 0.763s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
7852 | 2025-06-30T23:24:58.983Z | PASS [ 0.768s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
7853 | 2025-06-30T23:24:58.983Z | PASS [ 0.027s] oximeter-db client::tests::test_verify_schema_upgrades |
7854 | 2025-06-30T23:24:58.995Z | PASS [ 0.763s] oximeter-db client::tests::test_select_timeseries_with_start_time |
7855 | 2025-06-30T23:24:59.002Z | PASS [ 0.020s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns |
7856 | 2025-06-30T23:24:59.005Z | PASS [ 0.024s] oximeter-db model::fields::tests::test_extract_fields_as_block |
7857 | 2025-06-30T23:24:59.016Z | PASS [ 0.021s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative |
7858 | 2025-06-30T23:24:59.022Z | PASS [ 0.019s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge |
7859 | 2025-06-30T23:24:59.027Z | PASS [ 0.021s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram |
7860 | 2025-06-30T23:24:59.031Z | PASS [ 0.016s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar |
7861 | 2025-06-30T23:24:59.037Z | PASS [ 0.015s] oximeter-db native::block::tests::concat_blocks |
7862 | 2025-06-30T23:24:59.041Z | PASS [ 0.015s] oximeter-db native::block::tests::datetime64_scale_checks_range |
7863 | 2025-06-30T23:24:59.048Z | PASS [ 0.016s] oximeter-db native::block::tests::parse_date_time |
7864 | 2025-06-30T23:24:59.052Z | PASS [ 0.015s] oximeter-db native::block::tests::parse_date_time64 |
7865 | 2025-06-30T23:24:59.057Z | PASS [ 0.015s] oximeter-db native::block::tests::parse_escaped_date_time64 |
7866 | 2025-06-30T23:24:59.066Z | PASS [ 0.018s] oximeter-db native::block::tests::test_data_type_to_string |
7867 | 2025-06-30T23:24:59.070Z | PASS [ 0.015s] oximeter-db native::block::tests::test_datetime64_conversions |
7868 | 2025-06-30T23:24:59.075Z | PASS [ 0.018s] oximeter-db native::block::tests::test_parse_all_known_timezones |
7869 | 2025-06-30T23:24:59.081Z | PASS [ 0.015s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes |
7870 | 2025-06-30T23:24:59.084Z | PASS [ 0.016s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes |
7871 | 2025-06-30T23:24:59.092Z | PASS [ 0.017s] oximeter-db native::block::tests::test_parse_enum8 |
7872 | 2025-06-30T23:24:59.097Z | PASS [ 0.016s] oximeter-db native::block::tests::test_parse_enum_variant |
7873 | 2025-06-30T23:24:59.100Z | PASS [ 0.016s] oximeter-db native::block::tests::test_parse_invalid_data_type |
7874 | 2025-06-30T23:24:59.170Z | PASS [ 0.719s] oximeter-db client::tests::test_timeseries_schema_list |
7875 | 2025-06-30T23:24:59.391Z | PASS [ 1.142s] oximeter-db client::tests::test_sql_query_output |
7876 | 2025-06-30T23:24:59.451Z | PASS [ 0.702s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
7877 | 2025-06-30T23:24:59.658Z | PASS [ 0.565s] oximeter-db native::connection::tests::test_basic_select_query |
7878 | 2025-06-30T23:24:59.661Z | PASS [ 0.559s] oximeter-db native::connection::tests::test_exchange_hello |
7879 | 2025-06-30T23:24:59.739Z | PASS [ 0.568s] oximeter-db native::connection::tests::test_insert_and_select_data |
7880 | 2025-06-30T23:24:59.761Z | PASS [ 0.664s] oximeter-db native::connection::tests::test_can_cancel_query |
7881 | 2025-06-30T23:24:59.781Z | PASS [ 0.020s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
7882 | 2025-06-30T23:24:59.796Z | PASS [ 0.015s] oximeter-db native::io::block::tests::test_decode_full_block |
7883 | 2025-06-30T23:24:59.810Z | PASS [ 0.014s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode |
7884 | 2025-06-30T23:24:59.824Z | PASS [ 0.014s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column |
7885 | 2025-06-30T23:24:59.850Z | PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
7886 | 2025-06-30T23:24:59.868Z | PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
7887 | 2025-06-30T23:24:59.887Z | PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_string_column |
7888 | 2025-06-30T23:24:59.899Z | PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_uint64_column |
7889 | 2025-06-30T23:24:59.912Z | PASS [ 0.012s] oximeter-db native::io::column::tests::test_decode_uint8_column |
7890 | 2025-06-30T23:24:59.926Z | PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uuid_column |
7891 | 2025-06-30T23:24:59.943Z | PASS [ 0.016s] oximeter-db native::io::column::tests::test_encode_decode_column |
7892 | 2025-06-30T23:24:59.959Z | PASS [ 0.567s] oximeter-db native::connection::tests::test_insert_and_select_uuid |
7893 | 2025-06-30T23:24:59.959Z | PASS [ 0.015s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
7894 | 2025-06-30T23:24:59.974Z | PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
7895 | 2025-06-30T23:24:59.974Z | PASS [ 0.014s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
7896 | 2025-06-30T23:24:59.984Z | PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
7897 | 2025-06-30T23:24:59.984Z | PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
7898 | 2025-06-30T23:24:59.996Z | PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_pong |
7899 | 2025-06-30T23:24:59.999Z | PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
7900 | 2025-06-30T23:25:00.010Z | PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
7901 | 2025-06-30T23:25:00.015Z | PASS [ 0.558s] oximeter-db native::connection::tests::test_select_array_column |
7902 | 2025-06-30T23:25:00.017Z | PASS [ 0.013s] oximeter-db native::io::string::test::test_encode_decode |
7903 | 2025-06-30T23:25:00.020Z | PASS [ 0.011s] oximeter-db native::io::string::test::test_encode_hello_world |
7904 | 2025-06-30T23:25:00.024Z | PASS [ 0.011s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name |
7905 | 2025-06-30T23:25:00.024Z | PASS [ 0.011s] oximeter-db native::io::table_columns::tests::test_column_count |
7906 | 2025-06-30T23:25:00.033Z | PASS [ 0.012s] oximeter-db native::io::table_columns::tests::test_column_descriptions |
7907 | 2025-06-30T23:25:00.037Z | PASS [ 0.014s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts |
7908 | 2025-06-30T23:25:00.037Z | PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_description_with_default |
7909 | 2025-06-30T23:25:00.047Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
7910 | 2025-06-30T23:25:00.050Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
7911 | 2025-06-30T23:25:00.050Z | PASS [ 0.014s] oximeter-db native::io::varuint::test_encode_decode_varuint |
7912 | 2025-06-30T23:25:00.058Z | PASS [ 0.011s] oximeter-db oxql::ast::grammar::tests::test_comparison |
7913 | 2025-06-30T23:25:00.061Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
7914 | 2025-06-30T23:25:00.061Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
7915 | 2025-06-30T23:25:00.072Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
7916 | 2025-06-30T23:25:00.075Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
7917 | 2025-06-30T23:25:00.075Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
7918 | 2025-06-30T23:25:00.083Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
7919 | 2025-06-30T23:25:00.086Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
7920 | 2025-06-30T23:25:00.090Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
7921 | 2025-06-30T23:25:00.095Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
7922 | 2025-06-30T23:25:00.098Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
7923 | 2025-06-30T23:25:00.102Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
7924 | 2025-06-30T23:25:00.107Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_group_by |
7925 | 2025-06-30T23:25:00.110Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
7926 | 2025-06-30T23:25:00.114Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_ident |
7927 | 2025-06-30T23:25:00.120Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
7928 | 2025-06-30T23:25:00.123Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
7929 | 2025-06-30T23:25:00.127Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
7930 | 2025-06-30T23:25:00.133Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
7931 | 2025-06-30T23:25:00.136Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
7932 | 2025-06-30T23:25:00.139Z | PASS [ 0.011s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
7933 | 2025-06-30T23:25:00.145Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
7934 | 2025-06-30T23:25:00.148Z | PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
7935 | 2025-06-30T23:25:00.157Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_query |
7936 | 2025-06-30T23:25:00.166Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
7937 | 2025-06-30T23:25:00.171Z | PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
7938 | 2025-06-30T23:25:00.178Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
7939 | 2025-06-30T23:25:00.185Z | PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
7940 | 2025-06-30T23:25:00.192Z | PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_reducer |
7941 | 2025-06-30T23:25:00.199Z | PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
7942 | 2025-06-30T23:25:00.208Z | PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
7943 | 2025-06-30T23:25:00.214Z | PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
7944 | 2025-06-30T23:25:00.220Z | PASS [ 0.012s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
7945 | 2025-06-30T23:25:00.223Z | PASS [ 0.565s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
7946 | 2025-06-30T23:25:00.226Z | PASS [ 0.566s] oximeter-db native::connection::tests::test_select_nullable_column |
7947 | 2025-06-30T23:25:00.226Z | PASS [ 0.012s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
7948 | 2025-06-30T23:25:00.235Z | PASS [ 0.015s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
7949 | 2025-06-30T23:25:00.238Z | PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
7950 | 2025-06-30T23:25:00.238Z | PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
7951 | 2025-06-30T23:25:00.242Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
7952 | 2025-06-30T23:25:00.249Z | PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
7953 | 2025-06-30T23:25:00.252Z | PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
7954 | 2025-06-30T23:25:00.252Z | PASS [ 0.013s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
7955 | 2025-06-30T23:25:00.255Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
7956 | 2025-06-30T23:25:00.263Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
7957 | 2025-06-30T23:25:00.266Z | PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
7958 | 2025-06-30T23:25:00.271Z | PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
7959 | 2025-06-30T23:25:00.274Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
7960 | 2025-06-30T23:25:00.279Z | PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
7961 | 2025-06-30T23:25:00.282Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
7962 | 2025-06-30T23:25:00.286Z | PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
7963 | 2025-06-30T23:25:00.291Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types |
7964 | 2025-06-30T23:25:00.294Z | PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
7965 | 2025-06-30T23:25:00.298Z | PASS [ 0.014s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display |
7966 | 2025-06-30T23:25:00.302Z | PASS [ 0.017s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
7967 | 2025-06-30T23:25:00.306Z | PASS [ 0.564s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
7968 | 2025-06-30T23:25:00.306Z | PASS [ 0.016s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
7969 | 2025-06-30T23:25:00.309Z | PASS [ 0.014s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
7970 | 2025-06-30T23:25:00.312Z | PASS [ 0.016s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display |
7971 | 2025-06-30T23:25:00.316Z | PASS [ 0.014s] oximeter-db oxql::plan::align::test::test_align_input_schema |
7972 | 2025-06-30T23:25:00.390Z | PASS [ 0.087s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables |
7973 | 2025-06-30T23:25:00.393Z | PASS [ 0.081s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables |
7974 | 2025-06-30T23:25:00.417Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables |
7975 | 2025-06-30T23:25:00.423Z | PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types |
7976 | 2025-06-30T23:25:00.434Z | PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table |
7977 | 2025-06-30T23:25:00.498Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables |
7978 | 2025-06-30T23:25:00.501Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema |
7979 | 2025-06-30T23:25:00.520Z | PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes |
7980 | 2025-06-30T23:25:00.530Z | PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node |
7981 | 2025-06-30T23:25:00.539Z | PASS [ 0.105s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields |
7982 | 2025-06-30T23:25:00.617Z | PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema |
7983 | 2025-06-30T23:25:00.617Z | PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align |
7984 | 2025-06-30T23:25:00.633Z | PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes |
7985 | 2025-06-30T23:25:00.648Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by |
7986 | 2025-06-30T23:25:00.651Z | PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries |
7987 | 2025-06-30T23:25:00.712Z | PASS [ 0.095s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join |
7988 | 2025-06-30T23:25:00.723Z | PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan |
7989 | 2025-06-30T23:25:00.737Z | PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables |
7990 | 2025-06-30T23:25:00.740Z | PASS [ 0.090s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment |
7991 | 2025-06-30T23:25:00.749Z | PASS [ 0.101s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment |
7992 | 2025-06-30T23:25:00.752Z | PASS [ 0.014s] oximeter-db oxql::query::tests::test_coalesce_limits |
7993 | 2025-06-30T23:25:00.762Z | PASS [ 0.013s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
7994 | 2025-06-30T23:25:00.769Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
7995 | 2025-06-30T23:25:00.777Z | PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
7996 | 2025-06-30T23:25:00.784Z | PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
7997 | 2025-06-30T23:25:00.794Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
7998 | 2025-06-30T23:25:00.799Z | PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
7999 | 2025-06-30T23:25:00.812Z | PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
8000 | 2025-06-30T23:25:00.815Z | PASS [ 0.104s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently |
8001 | 2025-06-30T23:25:00.819Z | PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates |
8002 | 2025-06-30T23:25:00.822Z | PASS [ 0.097s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment |
8003 | 2025-06-30T23:25:00.830Z | PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
8004 | 2025-06-30T23:25:00.833Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
8005 | 2025-06-30T23:25:00.836Z | PASS [ 0.097s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment |
8006 | 2025-06-30T23:25:00.837Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
8007 | 2025-06-30T23:25:00.840Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_insert_filters |
8008 | 2025-06-30T23:25:00.849Z | PASS [ 0.019s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries |
8009 | 2025-06-30T23:25:00.852Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries |
8010 | 2025-06-30T23:25:00.852Z | PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
8011 | 2025-06-30T23:25:00.853Z | PASS [ 0.017s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
8012 | 2025-06-30T23:25:00.856Z | PASS [ 0.020s] oximeter-db oxql::query::tests::test_query_end_time |
8013 | 2025-06-30T23:25:00.862Z | PASS [ 0.012s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
8014 | 2025-06-30T23:25:00.865Z | PASS [ 0.015s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
8015 | 2025-06-30T23:25:00.868Z | PASS [ 0.014s] oximeter-db query::tests::test_field_cmp |
8016 | 2025-06-30T23:25:00.868Z | PASS [ 0.014s] oximeter-db query::tests::test_field_selector_as_query |
8017 | 2025-06-30T23:25:00.872Z | PASS [ 0.020s] oximeter-db oxql::query::tests::test_split_query |
8018 | 2025-06-30T23:25:00.877Z | PASS [ 0.015s] oximeter-db query::tests::test_field_value_as_db_str |
8019 | 2025-06-30T23:25:00.886Z | PASS [ 0.018s] oximeter-db query::tests::test_select_query_builder_from_parts |
8020 | 2025-06-30T23:25:00.889Z | PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_field_selectors |
8021 | 2025-06-30T23:25:00.889Z | PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_filter_raw |
8022 | 2025-06-30T23:25:00.892Z | PASS [ 0.016s] oximeter-db query::tests::test_select_query_builder_limit_offset |
8023 | 2025-06-30T23:25:00.895Z | PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_full |
8024 | 2025-06-30T23:25:00.901Z | PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_no_fields |
8025 | 2025-06-30T23:25:00.905Z | PASS [ 0.017s] oximeter-db query::tests::test_select_query_builder_no_selectors |
8026 | 2025-06-30T23:25:00.908Z | PASS [ 0.016s] oximeter-db query::tests::test_time_range |
8027 | 2025-06-30T23:25:00.911Z | PASS [ 0.020s] oximeter-db query::tests::test_string_field_selector |
8028 | 2025-06-30T23:25:00.914Z | PASS [ 0.019s] oximeter-db sql::tests::test_allow_limit_offset |
8029 | 2025-06-30T23:25:00.920Z | PASS [ 0.019s] oximeter-db sql::tests::test_allow_subqueries |
8030 | 2025-06-30T23:25:00.923Z | PASS [ 0.017s] oximeter-db sql::tests::test_cannot_name_database |
8031 | 2025-06-30T23:25:00.927Z | PASS [ 0.019s] oximeter-db sql::tests::test_ctes_are_not_supported |
8032 | 2025-06-30T23:25:00.930Z | PASS [ 0.020s] oximeter-db sql::tests::test_function_allow_list |
8033 | 2025-06-30T23:25:00.937Z | PASS [ 0.018s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
8034 | 2025-06-30T23:25:00.944Z | PASS [ 0.024s] oximeter-db sql::tests::test_query_must_be_select_statement |
8035 | 2025-06-30T23:25:00.948Z | PASS [ 0.021s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
8036 | 2025-06-30T23:25:00.952Z | PASS [ 0.023s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
8037 | 2025-06-30T23:25:00.955Z | PASS [ 0.041s] oximeter-db sql::tests::test_join_must_be_inner |
8038 | 2025-06-30T23:25:00.955Z | PASS [ 0.017s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
8039 | 2025-06-30T23:25:00.963Z | PASS [ 0.019s] oximeter-db sql::tests::test_with_comma_join_fails |
8040 | 2025-06-30T23:25:00.966Z | PASS [ 0.016s] oximeter-db tests::test_timeseries_key_field_stability |
8041 | 2025-06-30T23:25:00.970Z | PASS [ 0.016s] oximeter-db tests::test_timeseries_key_sample_stability |
8042 | 2025-06-30T23:25:01.011Z | PASS [ 0.048s] oximeter-instruments http::tests::test_latency_tracker |
8043 | 2025-06-30T23:25:01.051Z | PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_interested |
8044 | 2025-06-30T23:25:01.145Z | PASS [ 0.133s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
8045 | 2025-06-30T23:25:01.148Z | PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
8046 | 2025-06-30T23:25:01.200Z | PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
8047 | 2025-06-30T23:25:01.222Z | PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
8048 | 2025-06-30T23:25:01.266Z | PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
8049 | 2025-06-30T23:25:01.302Z | PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
8050 | 2025-06-30T23:25:01.308Z | PASS [ 0.042s] oximeter-instruments kstat::link::tests::test_sled_datalink |
8051 | 2025-06-30T23:25:01.335Z | PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
8052 | 2025-06-30T23:25:01.336Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
8053 | 2025-06-30T23:25:01.351Z | PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
8054 | 2025-06-30T23:25:01.355Z | PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
8055 | 2025-06-30T23:25:01.367Z | PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
8056 | 2025-06-30T23:25:01.370Z | PASS [ 0.019s] oximeter-macro-impl tests::test_metric_annotated_field |
8057 | 2025-06-30T23:25:01.384Z | PASS [ 0.018s] oximeter-macro-impl tests::test_metric_datum_field |
8058 | 2025-06-30T23:25:01.387Z | PASS [ 0.016s] oximeter-macro-impl tests::test_metric_enum |
8059 | 2025-06-30T23:25:01.399Z | PASS [ 0.014s] oximeter-macro-impl tests::test_metric_without_datum_field |
8060 | 2025-06-30T23:25:01.402Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target |
8061 | 2025-06-30T23:25:01.413Z | PASS [ 0.015s] oximeter-macro-impl tests::test_target_empty_struct |
8062 | 2025-06-30T23:25:01.417Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_enum |
8063 | 2025-06-30T23:25:01.428Z | PASS [ 0.015s] oximeter-macro-impl tests::test_target_unit_struct |
8064 | 2025-06-30T23:25:01.431Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_with_datum_field |
8065 | 2025-06-30T23:25:01.517Z | PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
8066 | 2025-06-30T23:25:01.538Z | PASS [ 1.391s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
8067 | 2025-06-30T23:25:01.541Z | PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
8068 | 2025-06-30T23:25:01.554Z | PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
8069 | 2025-06-30T23:25:01.557Z | PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
8070 | 2025-06-30T23:25:01.568Z | PASS [ 0.014s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
8071 | 2025-06-30T23:25:01.586Z | PASS [ 0.017s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
8072 | 2025-06-30T23:25:01.586Z | PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
8073 | 2025-06-30T23:25:01.616Z | PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
8074 | 2025-06-30T23:25:01.616Z | PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
8075 | 2025-06-30T23:25:01.645Z | PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
8076 | 2025-06-30T23:25:01.656Z | PASS [ 0.039s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
8077 | 2025-06-30T23:25:01.659Z | PASS [ 0.014s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
8078 | 2025-06-30T23:25:01.674Z | PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
8079 | 2025-06-30T23:25:01.678Z | PASS [ 0.017s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
8080 | 2025-06-30T23:25:01.689Z | PASS [ 0.014s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
8081 | 2025-06-30T23:25:01.692Z | PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
8082 | 2025-06-30T23:25:01.704Z | PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
8083 | 2025-06-30T23:25:01.709Z | PASS [ 0.017s] oximeter-schema ir::tests::fail_on_empty_descriptions |
8084 | 2025-06-30T23:25:01.720Z | PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_metric_name |
8085 | 2025-06-30T23:25:01.725Z | PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_target_name |
8086 | 2025-06-30T23:25:01.737Z | PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_field_names |
8087 | 2025-06-30T23:25:01.748Z | PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
8088 | 2025-06-30T23:25:01.757Z | PASS [ 0.020s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
8089 | 2025-06-30T23:25:01.768Z | PASS [ 0.020s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
8090 | 2025-06-30T23:25:01.783Z | PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
8091 | 2025-06-30T23:25:01.790Z | PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
8092 | 2025-06-30T23:25:01.805Z | PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
8093 | 2025-06-30T23:25:01.810Z | PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
8094 | 2025-06-30T23:25:01.828Z | PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
8095 | 2025-06-30T23:25:01.832Z | PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
8096 | 2025-06-30T23:25:01.849Z | PASS [ 0.020s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
8097 | 2025-06-30T23:25:01.853Z | PASS [ 0.020s] oximeter-schema ir::tests::only_support_format_version_1 |
8098 | 2025-06-30T23:25:01.867Z | PASS [ 0.014s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
8099 | 2025-06-30T23:25:01.870Z | PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
8100 | 2025-06-30T23:25:01.982Z | PASS [ 0.114s] oximeter-test-utils tests::test_sample_struct |
8101 | 2025-06-30T23:25:01.986Z | PASS [ 0.119s] oximeter-test-utils tests::test_gen_test_samples |
8102 | 2025-06-30T23:25:02.004Z | PASS [ 0.022s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
8103 | 2025-06-30T23:25:02.007Z | PASS [ 0.020s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
8104 | 2025-06-30T23:25:02.021Z | PASS [ 0.017s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
8105 | 2025-06-30T23:25:02.025Z | PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range |
8106 | 2025-06-30T23:25:02.033Z | PASS [ 0.012s] oximeter-types histogram::tests::test_bin_range_from |
8107 | 2025-06-30T23:25:02.037Z | PASS [ 0.011s] oximeter-types histogram::tests::test_bin_range_to |
8108 | 2025-06-30T23:25:02.049Z | PASS [ 0.013s] oximeter-types histogram::tests::test_ensure_finite |
8109 | 2025-06-30T23:25:02.052Z | PASS [ 0.019s] oximeter-types histogram::tests::test_empty_bins_not_supported |
8110 | 2025-06-30T23:25:02.071Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_construct_with |
8111 | 2025-06-30T23:25:02.075Z | PASS [ 0.026s] oximeter-types histogram::tests::test_histogram |
8112 | 2025-06-30T23:25:02.086Z | PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_extreme_bins |
8113 | 2025-06-30T23:25:02.089Z | PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_extreme_samples |
8114 | 2025-06-30T23:25:02.097Z | PASS [ 0.011s] oximeter-types histogram::tests::test_histogram_float_bins |
8115 | 2025-06-30T23:25:02.100Z | PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
8116 | 2025-06-30T23:25:02.112Z | PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_with_bins |
8117 | 2025-06-30T23:25:02.116Z | PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
8118 | 2025-06-30T23:25:02.127Z | PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
8119 | 2025-06-30T23:25:02.130Z | PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
8120 | 2025-06-30T23:25:02.139Z | PASS [ 0.012s] oximeter-types histogram::tests::test_log_bins_u64 |
8121 | 2025-06-30T23:25:02.147Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u8 |
8122 | 2025-06-30T23:25:02.160Z | PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
8123 | 2025-06-30T23:25:02.170Z | PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
8124 | 2025-06-30T23:25:02.173Z | PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
8125 | 2025-06-30T23:25:02.185Z | PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
8126 | 2025-06-30T23:25:02.189Z | PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
8127 | 2025-06-30T23:25:02.196Z | PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
8128 | 2025-06-30T23:25:02.199Z | PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
8129 | 2025-06-30T23:25:02.207Z | PASS [ 0.010s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
8130 | 2025-06-30T23:25:02.212Z | PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
8131 | 2025-06-30T23:25:02.217Z | PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades |
8132 | 2025-06-30T23:25:02.228Z | PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
8133 | 2025-06-30T23:25:02.231Z | PASS [ 0.012s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
8134 | 2025-06-30T23:25:02.238Z | PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
8135 | 2025-06-30T23:25:02.242Z | PASS [ 0.012s] oximeter-types quantile::tests::test_default_percentiles |
8136 | 2025-06-30T23:25:02.249Z | PASS [ 0.011s] oximeter-types quantile::tests::test_empty_observations |
8137 | 2025-06-30T23:25:02.254Z | PASS [ 0.011s] oximeter-types quantile::tests::test_find_cells |
8138 | 2025-06-30T23:25:02.260Z | PASS [ 0.011s] oximeter-types quantile::tests::test_float_observations |
8139 | 2025-06-30T23:25:02.266Z | PASS [ 0.014s] oximeter-types quantile::tests::test_integer_observations |
8140 | 2025-06-30T23:25:02.271Z | PASS [ 0.011s] oximeter-types quantile::tests::test_invalid_p_value |
8141 | 2025-06-30T23:25:02.277Z | PASS [ 0.011s] oximeter-types quantile::tests::test_max_p |
8142 | 2025-06-30T23:25:02.282Z | PASS [ 0.011s] oximeter-types quantile::tests::test_min_p |
8143 | 2025-06-30T23:25:02.289Z | PASS [ 0.012s] oximeter-types quantile::tests::test_non_filled_observations |
8144 | 2025-06-30T23:25:02.302Z | PASS [ 0.020s] oximeter-types quantile::tests::test_rounding |
8145 | 2025-06-30T23:25:02.307Z | PASS [ 0.015s] oximeter-types schema::tests::test_field_schema_ordering |
8146 | 2025-06-30T23:25:02.355Z | PASS [ 0.053s] oximeter-types schema::tests::test_timeseries_name |
8147 | 2025-06-30T23:25:02.358Z | PASS [ 0.053s] oximeter-types schema::tests::test_timeseries_name_from_str |
8148 | 2025-06-30T23:25:02.372Z | PASS [ 0.017s] oximeter-types traits::tests::test_metric_trait |
8149 | 2025-06-30T23:25:02.382Z | PASS [ 0.024s] oximeter-types traits::tests::test_producer_trait |
8150 | 2025-06-30T23:25:02.385Z | PASS [ 0.012s] oximeter-types traits::tests::test_target_trait |
8151 | 2025-06-30T23:25:02.394Z | PASS [ 0.012s] oximeter-types types::tests::test_cumulative_f64 |
8152 | 2025-06-30T23:25:02.397Z | PASS [ 0.012s] oximeter-types types::tests::test_cumulative_i64 |
8153 | 2025-06-30T23:25:02.407Z | PASS [ 0.013s] oximeter-types types::tests::test_datum |
8154 | 2025-06-30T23:25:02.411Z | PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
8155 | 2025-06-30T23:25:02.419Z | PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
8156 | 2025-06-30T23:25:02.425Z | PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
8157 | 2025-06-30T23:25:02.435Z | PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
8158 | 2025-06-30T23:25:02.439Z | PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
8159 | 2025-06-30T23:25:02.447Z | PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
8160 | 2025-06-30T23:25:02.453Z | PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
8161 | 2025-06-30T23:25:02.463Z | PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
8162 | 2025-06-30T23:25:02.466Z | PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
8163 | 2025-06-30T23:25:02.475Z | PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
8164 | 2025-06-30T23:25:02.479Z | PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
8165 | 2025-06-30T23:25:02.488Z | PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
8166 | 2025-06-30T23:25:02.494Z | PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
8167 | 2025-06-30T23:25:02.499Z | PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
8168 | 2025-06-30T23:25:02.507Z | PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
8169 | 2025-06-30T23:25:02.511Z | PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
8170 | 2025-06-30T23:25:02.518Z | PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
8171 | 2025-06-30T23:25:02.527Z | PASS [ 0.015s] oximeter-types types::tests::test_measurement |
8172 | 2025-06-30T23:25:02.530Z | PASS [ 0.013s] oximeter-types types::tests::test_verify_field_names |
8173 | 2025-06-30T23:25:02.542Z | PASS [ 0.012s] oxlog tests::test_is_oxide_smf_log_file |
8174 | 2025-06-30T23:25:02.548Z | PASS [ 0.022s] oxlog tests::test_daterange_filter |
8175 | 2025-06-30T23:25:02.552Z | PASS [ 0.009s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
8176 | 2025-06-30T23:25:02.556Z | PASS [ 0.008s] oxlog tests::test_sort_logs |
8177 | 2025-06-30T23:25:02.602Z | PASS [ 0.050s] oxlog::bin/oxlog tests::test_parse_timestamp |
8178 | 2025-06-30T23:25:02.631Z | PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_double |
8179 | 2025-06-30T23:25:02.631Z | PASS [ 0.075s] oxql-types point::tests::test_cast_points_from_bool |
8180 | 2025-06-30T23:25:02.646Z | PASS [ 0.014s] oxql-types point::tests::test_cast_points_from_int_distribution |
8181 | 2025-06-30T23:25:02.650Z | PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_double_distribution |
8182 | 2025-06-30T23:25:02.657Z | PASS [ 0.012s] oxql-types point::tests::test_cast_points_from_integer |
8183 | 2025-06-30T23:25:02.672Z | PASS [ 0.015s] oxql-types point::tests::test_join_point_arrays |
8184 | 2025-06-30T23:25:02.675Z | PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_string |
8185 | 2025-06-30T23:25:02.686Z | PASS [ 0.014s] oxql-types point::tests::test_point_delta_between |
8186 | 2025-06-30T23:25:02.690Z | PASS [ 0.014s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
8187 | 2025-06-30T23:25:02.699Z | PASS [ 0.012s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
8188 | 2025-06-30T23:25:02.702Z | PASS [ 0.012s] oxql-types point::tests::test_push_concrete_values |
8189 | 2025-06-30T23:25:02.712Z | PASS [ 0.014s] oxql-types point::tests::test_sub_between_histogram_distributions |
8190 | 2025-06-30T23:25:02.758Z | PASS [ 0.046s] range-requests test::get_response_no_range |
8191 | 2025-06-30T23:25:02.783Z | PASS [ 0.083s] parallel-task-set test::test_spawn_many |
8192 | 2025-06-30T23:25:02.794Z | PASS [ 0.010s] range-requests test::invalid_ranges |
8193 | 2025-06-30T23:25:02.802Z | PASS [ 0.009s] range-requests test::parse_range_invalid |
8194 | 2025-06-30T23:25:02.808Z | PASS [ 0.049s] range-requests test::get_response_with_range |
8195 | 2025-06-30T23:25:02.811Z | PASS [ 0.009s] range-requests test::parse_range_valid |
8196 | 2025-06-30T23:25:02.824Z | PASS [ 0.013s] range-requests test::range_into_str |
8197 | 2025-06-30T23:25:02.827Z | PASS [ 0.019s] range-requests test::potential_range_parsing_does_not_crash |
8198 | 2025-06-30T23:25:02.836Z | PASS [ 0.012s] range-requests test::single_range_parsing_does_not_crash |
8199 | 2025-06-30T23:25:03.810Z | PASS [ 0.975s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt |
8200 | 2025-06-30T23:25:03.931Z | PASS [ 0.121s] reconfigurator-cli::test-scripts script::cmds-example.txt |
8201 | 2025-06-30T23:25:04.071Z | PASS [ 0.139s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt |
8202 | 2025-06-30T23:25:04.198Z | PASS [ 0.127s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt |
8203 | 2025-06-30T23:25:04.204Z | PASS [ 1.377s] reconfigurator-cli::test-custom test_target_release |
8204 | 2025-06-30T23:25:04.284Z | PASS [ 0.080s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt |
8205 | 2025-06-30T23:25:04.335Z | PASS [ 0.137s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt |
8206 | 2025-06-30T23:25:04.403Z | PASS [ 0.119s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt |
8207 | 2025-06-30T23:25:04.446Z | PASS [ 0.111s] reconfigurator-cli::test-scripts script::cmds.txt |
8208 | 2025-06-30T23:25:04.514Z | PASS [ 3.085s] oximeter-producer tests::test_producer_registration_task |
8209 | 2025-06-30T23:25:05.361Z | PASS [ 0.958s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets |
8210 | 2025-06-30T23:25:05.435Z | PASS [ 0.921s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data |
8211 | 2025-06-30T23:25:05.579Z | PASS [ 1.132s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted |
8212 | 2025-06-30T23:25:06.342Z | PASS [ 0.907s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset |
8213 | 2025-06-30T23:25:06.893Z | PASS [ 1.314s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed |
8214 | 2025-06-30T23:25:08.468Z | PASS [ 32.120s] omicron-sled-agent nexus::test::nexus_self_notification_test |
8215 | 2025-06-30T23:25:09.493Z | PASS [ 3.150s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed |
8216 | 2025-06-30T23:25:10.429Z | PASS [ 0.936s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root |
8217 | 2025-06-30T23:25:10.617Z | PASS [ 3.723s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets |
8218 | 2025-06-30T23:25:10.663Z | PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores |
8219 | 2025-06-30T23:25:10.700Z | PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
8220 | 2025-06-30T23:25:10.739Z | PASS [ 0.039s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold |
8221 | 2025-06-30T23:25:10.773Z | PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files |
8222 | 2025-06-30T23:25:10.806Z | PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles |
8223 | 2025-06-30T23:25:10.843Z | PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold |
8224 | 2025-06-30T23:25:10.873Z | PASS [ 0.030s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
8225 | 2025-06-30T23:25:10.906Z | PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
8226 | 2025-06-30T23:25:10.937Z | PASS [ 0.031s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
8227 | 2025-06-30T23:25:10.973Z | PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
8228 | 2025-06-30T23:25:11.252Z | PASS [ 0.281s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map |
8229 | 2025-06-30T23:25:11.864Z | PASS [ 1.435s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root |
8230 | 2025-06-30T23:25:11.903Z | PASS [ 0.039s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated |
8231 | 2025-06-30T23:25:11.931Z | PASS [ 0.027s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted |
8232 | 2025-06-30T23:25:11.957Z | PASS [ 0.027s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated |
8233 | 2025-06-30T23:25:12.036Z | PASS [ 0.078s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs |
8234 | 2025-06-30T23:25:12.180Z | PASS [ 0.928s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried |
8235 | 2025-06-30T23:25:12.206Z | PASS [ 0.026s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs |
8236 | 2025-06-30T23:25:12.275Z | PASS [ 6.913s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets |
8237 | 2025-06-30T23:25:12.285Z | PASS [ 0.079s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs |
8238 | 2025-06-30T23:25:12.313Z | PASS [ 0.037s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema |
8239 | 2025-06-30T23:25:12.344Z | PASS [ 0.031s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered |
8240 | 2025-06-30T23:25:12.353Z | PASS [ 0.067s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present |
8241 | 2025-06-30T23:25:12.370Z | PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::read_existing_config |
8242 | 2025-06-30T23:25:12.378Z | PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts |
8243 | 2025-06-30T23:25:12.394Z | PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump |
8244 | 2025-06-30T23:25:12.411Z | PASS [ 0.031s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts |
8245 | 2025-06-30T23:25:12.420Z | PASS [ 0.026s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation |
8246 | 2025-06-30T23:25:12.434Z | PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk |
8247 | 2025-06-30T23:25:13.037Z | PASS [ 1.002s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs |
8248 | 2025-06-30T23:25:14.332Z | PASS [ 1.755s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes |
8249 | 2025-06-30T23:25:14.997Z | PASS [ 2.509s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present |
8250 | 2025-06-30T23:25:15.505Z | PASS [ 14.549s] oximeter-db::integration_test test_schemas_disjoint |
8251 | 2025-06-30T23:25:15.536Z | PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup |
8252 | 2025-06-30T23:25:15.564Z | PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt |
8253 | 2025-06-30T23:25:15.594Z | PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails |
8254 | 2025-06-30T23:25:15.626Z | PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset |
8255 | 2025-06-30T23:25:15.653Z | PASS [ 0.026s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset |
8256 | 2025-06-30T23:25:15.685Z | PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required |
8257 | 2025-06-30T23:25:15.713Z | PASS [ 0.028s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones |
8258 | 2025-06-30T23:25:15.743Z | PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start |
8259 | 2025-06-30T23:25:15.916Z | PASS [ 0.172s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
8260 | 2025-06-30T23:25:15.933Z | PASS [ 7.465s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations |
8261 | 2025-06-30T23:25:15.946Z | PASS [ 0.030s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
8262 | 2025-06-30T23:25:15.985Z | PASS [ 0.039s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
8263 | 2025-06-30T23:25:15.988Z | PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization |
8264 | 2025-06-30T23:25:16.005Z | PASS [ 0.019s] sled-agent-types rack_init::tests::test_subnets |
8265 | 2025-06-30T23:25:16.031Z | PASS [ 0.046s] sled-agent-types rack_init::tests::test_extra_certs |
8266 | 2025-06-30T23:25:16.045Z | PASS [ 0.040s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
8267 | 2025-06-30T23:25:16.054Z | PASS [ 0.022s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
8268 | 2025-06-30T23:25:16.062Z | PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_compare_bundles |
8269 | 2025-06-30T23:25:16.069Z | PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_priority_dimension |
8270 | 2025-06-30T23:25:16.077Z | PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
8271 | 2025-06-30T23:25:16.082Z | PASS [ 0.013s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
8272 | 2025-06-30T23:25:16.216Z | PASS [ 0.133s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing |
8273 | 2025-06-30T23:25:16.225Z | PASS [ 0.140s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present |
8274 | 2025-06-30T23:25:16.237Z | PASS [ 0.019s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent |
8275 | 2025-06-30T23:25:16.240Z | PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir |
8276 | 2025-06-30T23:25:16.258Z | PASS [ 0.020s] sled-agent-zone-images mupdate_override::tests::read_both_absent |
8277 | 2025-06-30T23:25:16.264Z | PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error |
8278 | 2025-06-30T23:25:16.279Z | PASS [ 0.020s] sled-agent-zone-images mupdate_override::tests::read_both_present |
8279 | 2025-06-30T23:25:16.285Z | PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_different_values |
8280 | 2025-06-30T23:25:16.300Z | PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk |
8281 | 2025-06-30T23:25:16.325Z | PASS [ 0.025s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid |
8282 | 2025-06-30T23:25:16.332Z | PASS [ 0.047s] sled-agent-zone-images source_resolver::tests::file_source_with_errors |
8283 | 2025-06-30T23:25:16.344Z | PASS [ 0.019s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory |
8284 | 2025-06-30T23:25:16.354Z | PASS [ 0.022s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing |
8285 | 2025-06-30T23:25:16.367Z | PASS [ 0.023s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error |
8286 | 2025-06-30T23:25:16.377Z | PASS [ 0.023s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch |
8287 | 2025-06-30T23:25:16.398Z | PASS [ 0.031s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch |
8288 | 2025-06-30T23:25:16.403Z | PASS [ 0.025s] sled-agent-zone-images zone_manifest::tests::read_success |
8289 | 2025-06-30T23:25:16.592Z | PASS [ 3.554s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated |
8290 | 2025-06-30T23:25:16.792Z | PASS [ 2.617s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected |
8291 | 2025-06-30T23:25:18.134Z | PASS [ 3.190s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config |
8292 | 2025-06-30T23:25:18.166Z | PASS [ 0.032s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs |
8293 | 2025-06-30T23:25:18.201Z | PASS [ 0.035s] sled-diagnostics queries::test::test_command_stderr_is_correct |
8294 | 2025-06-30T23:25:18.237Z | PASS [ 0.033s] sled-diagnostics queries::test::test_command_stdout_is_correct |
8295 | 2025-06-30T23:25:18.266Z | PASS [ 0.031s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved |
8296 | 2025-06-30T23:25:18.446Z | PASS [ 17.479s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler |
8297 | 2025-06-30T23:25:18.503Z | PASS [ 0.049s] sled-hardware disk::test::test_disk_paths |
8298 | 2025-06-30T23:25:18.525Z | PASS [ 0.023s] sled-hardware disk::test::test_partition_device_paths |
8299 | 2025-06-30T23:25:18.624Z | PASS [ 0.096s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
8300 | 2025-06-30T23:25:18.644Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
8301 | 2025-06-30T23:25:18.666Z | PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
8302 | 2025-06-30T23:25:18.691Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
8303 | 2025-06-30T23:25:18.720Z | PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
8304 | 2025-06-30T23:25:18.737Z | PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
8305 | 2025-06-30T23:25:18.755Z | PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
8306 | 2025-06-30T23:25:18.783Z | PASS [ 0.028s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
8307 | 2025-06-30T23:25:18.790Z | PASS [ 0.525s] sled-diagnostics queries::test::test_long_running_command_is_aborted |
8308 | 2025-06-30T23:25:18.850Z | PASS [ 0.066s] sled-storage dataset::test::serialize_dataset_name |
8309 | 2025-06-30T23:25:18.890Z | PASS [ 0.040s] sled-storage manager::test::test_omicron_physical_disks_schema |
8310 | 2025-06-30T23:25:18.890Z | PASS [ 0.100s] sled-storage manager::test::test_datasets_schema |
8311 | 2025-06-30T23:25:19.375Z | PASS [ 2.783s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot |
8312 | 2025-06-30T23:25:19.415Z | PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
8313 | 2025-06-30T23:25:19.855Z | PASS [ 3.452s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot |
8314 | 2025-06-30T23:25:19.926Z | PASS [ 3.134s] sled-diagnostics logs::illumos_tests::log_snapshots_work |
8315 | 2025-06-30T23:25:19.987Z | PASS [ 3.589s] sled-diagnostics logs::illumos_tests::collect_current_logs |
8316 | 2025-06-30T23:25:20.491Z | PASS [ 1.601s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
8317 | 2025-06-30T23:25:21.351Z | PASS [ 2.461s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
8318 | 2025-06-30T23:25:21.392Z | PASS [ 0.041s] sled-storage manager::tests::ensure_using_exactly_these_disks |
8319 | 2025-06-30T23:25:21.926Z | PASS [ 2.071s] sled-storage manager::tests::ensure_datasets |
8320 | 2025-06-30T23:25:22.143Z | PASS [ 2.155s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data |
8321 | 2025-06-30T23:25:22.204Z | PASS [ 2.789s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
8322 | 2025-06-30T23:25:22.263Z | PASS [ 2.336s] sled-storage manager::tests::ensure_datasets_get_mounted |
8323 | 2025-06-30T23:25:22.422Z | PASS [ 30.031s] oximeter-db client::tests::cannot_ping_nonexistent_server |
8324 | 2025-06-30T23:25:23.433Z | PASS [ 1.230s] sled-storage manager::tests::update_rawdisk_firmware |
8325 | 2025-06-30T23:25:23.783Z | PASS [ 2.390s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
8326 | 2025-06-30T23:25:24.514Z | PASS [ 2.370s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
8327 | 2025-06-30T23:25:24.585Z | PASS [ 2.656s] sled-storage manager::tests::nested_dataset |
8328 | 2025-06-30T23:25:24.733Z | PASS [ 0.150s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure |
8329 | 2025-06-30T23:25:24.781Z | PASS [ 2.518s] sled-storage manager::tests::upsert_filesystem |
8330 | 2025-06-30T23:25:24.793Z | PASS [ 0.280s] trust-quorum node::tests::initial_configuration |
8331 | 2025-06-30T23:25:24.845Z | PASS [ 2.423s] sled-storage manager::tests::upsert_filesystem_no_uuid |
8332 | 2025-06-30T23:25:24.850Z | PASS [ 0.117s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success |
8333 | 2025-06-30T23:25:24.946Z | PASS [ 1.163s] trust-quorum crypto::tests::rack_secret_test |
8334 | 2025-06-30T23:25:25.075Z | PASS [ 0.129s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
8335 | 2025-06-30T23:25:25.099Z | PASS [ 1.665s] sled-storage manager::tests::wait_for_boot_disk |
8336 | 2025-06-30T23:25:25.160Z | PASS [ 0.085s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
8337 | 2025-06-30T23:25:25.176Z | PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_bord |
8338 | 2025-06-30T23:25:25.219Z | PASS [ 0.043s] update-common artifacts::update_plan::tests::test_split_control_plane |
8339 | 2025-06-30T23:25:25.237Z | PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_version |
8340 | 2025-06-30T23:25:25.246Z | PASS [ 0.027s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders |
8341 | 2025-06-30T23:25:25.269Z | PASS [ 0.032s] update-common artifacts::update_plan::tests::test_too_many_rot_bord |
8342 | 2025-06-30T23:25:25.304Z | PASS [ 0.059s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
8343 | 2025-06-30T23:25:25.520Z | PASS [ 0.215s] update-engine display::group_display::tests::test_stats |
8344 | 2025-06-30T23:25:25.544Z | PASS [ 0.762s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state |
8345 | 2025-06-30T23:25:25.552Z | PASS [ 0.030s] update-engine display::line_display_shared::tests::test_format_progress_counter |
8346 | 2025-06-30T23:25:25.582Z | PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line |
8347 | 2025-06-30T23:25:25.585Z | PASS [ 0.031s] update-engine engine::tests::error_exits_early |
8348 | 2025-06-30T23:25:25.604Z | PASS [ 0.811s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
8349 | 2025-06-30T23:25:25.613Z | PASS [ 0.768s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split |
8350 | 2025-06-30T23:25:25.627Z | PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown |
8351 | 2025-06-30T23:25:25.628Z | PASS [ 0.045s] update-engine events::tests::step_event_parse_unknown |
8352 | 2025-06-30T23:25:25.630Z | PASS [ 0.026s] update-engine spec::tests::test_merge_anyhow_list |
8353 | 2025-06-30T23:25:25.654Z | PASS [ 0.024s] wicket state::rack::tests::up_down_are_opposites |
8354 | 2025-06-30T23:25:25.657Z | PASS [ 0.027s] wicket state::rack::tests::prev_next_are_opposites |
8355 | 2025-06-30T23:25:25.657Z | PASS [ 0.027s] wicket state::inventory::tests::component_id_display |
8356 | 2025-06-30T23:25:25.676Z | PASS [ 0.406s] update-engine buffer::tests::test_buffer |
8357 | 2025-06-30T23:25:25.749Z | PASS [ 0.092s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
8358 | 2025-06-30T23:25:25.787Z | PASS [ 0.132s] wicketd installinator_progress::tests::test_states |
8359 | 2025-06-30T23:25:25.791Z | PASS [ 0.114s] wicketd rss_config::tests::test_bgp_auth_key_states |
8360 | 2025-06-30T23:25:25.820Z | PASS [ 0.206s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
8361 | 2025-06-30T23:25:26.119Z | PASS [ 25.163s] oximeter-db::integration_test test_cluster |
8362 | 2025-06-30T23:25:26.301Z | PASS [ 0.646s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
8363 | 2025-06-30T23:25:27.362Z | PASS [ 1.615s] wicketd::mod integration_tests::inventory::test_inventory |
8364 | 2025-06-30T23:25:27.708Z | PASS [ 1.919s] wicketd::mod integration_tests::updates::test_update_races |
8365 | 2025-06-30T23:25:27.857Z | PASS [ 2.070s] wicketd::mod integration_tests::updates::test_installinator_fetch |
8366 | 2025-06-30T23:25:27.920Z | PASS [ 3.069s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
8367 | 2025-06-30T23:25:28.838Z | PASS [ 8.346s] sled-storage manager::tests::ensure_many_datasets |
8368 | 2025-06-30T23:25:29.773Z | PASS [ 3.953s] wicketd::mod integration_tests::updates::test_updates |
8369 | 2025-06-30T23:25:29.776Z | ──────────── |
8370 | 2025-06-30T23:25:29.776Z | Summary [2723.987s] 2119 tests run: 2119 passed (30 slow), 3 skipped |
8371 | 2025-06-30T23:25:29.850Z | |
8372 | 2025-06-30T23:25:29.854Z | real 45:46.549838119 |
8373 | 2025-06-30T23:25:29.854Z | user 4:49:34.193379081 |
8374 | 2025-06-30T23:25:29.854Z | sys 45:11.543345389 |
8375 | 2025-06-30T23:25:29.854Z | trap 3:56.582005175 |
8376 | 2025-06-30T23:25:29.854Z | tflt 54.329559056 |
8377 | 2025-06-30T23:25:29.854Z | dflt 2:44.876301832 |
8378 | 2025-06-30T23:25:29.854Z | kflt 0.711339086 |
8379 | 2025-06-30T23:25:29.854Z | lock 1560:53:47.402632370 |
8380 | 2025-06-30T23:25:29.854Z | slp 124:51:42.997847785 |
8381 | 2025-06-30T23:25:29.854Z | lat 6:32:22.953032398 |
8382 | 2025-06-30T23:25:29.854Z | stop 1:13:31.535686139 |
8383 | 2025-06-30T23:25:29.854Z | + banner doctest |
8384 | 2025-06-30T23:25:29.854Z | |
8385 | 2025-06-30T23:25:29.854Z | ##### #### #### ##### ###### #### ##### |
8386 | 2025-06-30T23:25:29.854Z | # # # # # # # # # # |
8387 | 2025-06-30T23:25:29.854Z | # # # # # # ##### #### # |
8388 | 2025-06-30T23:25:29.854Z | # # # # # # # # # |
8389 | 2025-06-30T23:25:29.854Z | # # # # # # # # # # # |
8390 | 2025-06-30T23:25:29.854Z | ##### #### #### # ###### #### # |
8391 | 2025-06-30T23:25:29.854Z | |
8392 | 2025-06-30T23:25:29.854Z | + ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast |
8393 | 2025-06-30T23:25:32.053Z | Fresh unicode-ident v1.0.18 |
8394 | 2025-06-30T23:25:32.053Z | Fresh cfg-if v1.0.1 |
8395 | 2025-06-30T23:25:32.057Z | Fresh autocfg v1.4.0 |
8396 | 2025-06-30T23:25:32.057Z | Fresh memchr v2.7.4 |
8397 | 2025-06-30T23:25:32.057Z | Fresh value-bag v1.9.0 |
8398 | 2025-06-30T23:25:32.057Z | Fresh proc-macro2 v1.0.95 |
8399 | 2025-06-30T23:25:32.057Z | Fresh log v0.4.27 |
8400 | 2025-06-30T23:25:32.057Z | Fresh smallvec v1.15.0 |
8401 | 2025-06-30T23:25:32.057Z | Fresh version_check v0.9.5 |
8402 | 2025-06-30T23:25:32.057Z | Fresh itoa v1.0.11 |
8403 | 2025-06-30T23:25:32.057Z | Fresh quote v1.0.40 |
8404 | 2025-06-30T23:25:32.057Z | Fresh libc v0.2.174 |
8405 | 2025-06-30T23:25:32.057Z | Fresh scopeguard v1.2.0 |
8406 | 2025-06-30T23:25:32.057Z | Fresh stable_deref_trait v1.2.0 |
8407 | 2025-06-30T23:25:32.057Z | Fresh syn v2.0.104 |
8408 | 2025-06-30T23:25:32.057Z | Fresh getrandom v0.2.15 |
8409 | 2025-06-30T23:25:32.057Z | Fresh lock_api v0.4.12 |
8410 | 2025-06-30T23:25:32.057Z | Fresh ryu v1.0.18 |
8411 | 2025-06-30T23:25:32.057Z | Fresh critical-section v1.1.3 |
8412 | 2025-06-30T23:25:32.057Z | Fresh serde_derive v1.0.219 |
8413 | 2025-06-30T23:25:32.057Z | Fresh zeroize_derive v1.4.2 |
8414 | 2025-06-30T23:25:32.057Z | Fresh libm v0.2.8 |
8415 | 2025-06-30T23:25:32.057Z | Fresh portable-atomic v1.11.0 |
8416 | 2025-06-30T23:25:32.057Z | Fresh synstructure v0.13.1 |
8417 | 2025-06-30T23:25:32.057Z | Fresh rand_core v0.6.4 |
8418 | 2025-06-30T23:25:32.057Z | Fresh zerovec-derive v0.10.3 |
8419 | 2025-06-30T23:25:32.057Z | Fresh displaydoc v0.2.5 |
8420 | 2025-06-30T23:25:32.057Z | Fresh serde v1.0.219 |
8421 | 2025-06-30T23:25:32.057Z | Fresh zeroize v1.8.1 |
8422 | 2025-06-30T23:25:32.057Z | Fresh num-traits v0.2.19 |
8423 | 2025-06-30T23:25:32.057Z | Fresh once_cell v1.21.3 |
8424 | 2025-06-30T23:25:32.057Z | Fresh zerofrom-derive v0.1.4 |
8425 | 2025-06-30T23:25:32.057Z | Fresh yoke-derive v0.7.4 |
8426 | 2025-06-30T23:25:32.057Z | Fresh pin-project-lite v0.2.14 |
8427 | 2025-06-30T23:25:32.057Z | Fresh bytes v1.10.1 |
8428 | 2025-06-30T23:25:32.057Z | Fresh bitflags v2.9.0 |
8429 | 2025-06-30T23:25:32.057Z | Fresh zerofrom v0.1.4 |
8430 | 2025-06-30T23:25:32.057Z | Fresh percent-encoding v2.3.1 |
8431 | 2025-06-30T23:25:32.058Z | Fresh writeable v0.5.5 |
8432 | 2025-06-30T23:25:32.058Z | Fresh litemap v0.7.3 |
8433 | 2025-06-30T23:25:32.062Z | Fresh icu_provider_macros v1.5.0 |
8434 | 2025-06-30T23:25:32.062Z | Fresh yoke v0.7.4 |
8435 | 2025-06-30T23:25:32.062Z | Fresh serde_json v1.0.140 |
8436 | 2025-06-30T23:25:32.062Z | Fresh shlex v1.3.0 |
8437 | 2025-06-30T23:25:32.062Z | Fresh byteorder v1.5.0 |
8438 | 2025-06-30T23:25:32.062Z | Fresh icu_locid_transform_data v1.5.0 |
8439 | 2025-06-30T23:25:32.062Z | Fresh icu_properties_data v1.5.0 |
8440 | 2025-06-30T23:25:32.062Z | Fresh regex-syntax v0.8.5 |
8441 | 2025-06-30T23:25:32.062Z | Fresh jobserver v0.1.32 |
8442 | 2025-06-30T23:25:32.062Z | Fresh zerovec v0.10.4 |
8443 | 2025-06-30T23:25:32.062Z | Fresh utf16_iter v1.0.5 |
8444 | 2025-06-30T23:25:32.062Z | Fresh icu_normalizer_data v1.5.0 |
8445 | 2025-06-30T23:25:32.062Z | Fresh utf8_iter v1.0.4 |
8446 | 2025-06-30T23:25:32.062Z | Fresh write16 v1.0.0 |
8447 | 2025-06-30T23:25:32.062Z | Fresh cc v1.2.15 |
8448 | 2025-06-30T23:25:32.062Z | Fresh tinystr v0.7.6 |
8449 | 2025-06-30T23:25:32.062Z | Fresh icu_collections v1.5.0 |
8450 | 2025-06-30T23:25:32.062Z | Fresh form_urlencoded v1.2.1 |
8451 | 2025-06-30T23:25:32.063Z | Fresh aho-corasick v1.1.3 |
8452 | 2025-06-30T23:25:32.063Z | Fresh equivalent v1.0.2 |
8453 | 2025-06-30T23:25:32.063Z | Fresh icu_locid v1.5.0 |
8454 | 2025-06-30T23:25:32.063Z | Fresh parking_lot_core v0.9.10 |
8455 | 2025-06-30T23:25:32.063Z | Fresh semver v1.0.26 |
8456 | 2025-06-30T23:25:32.063Z | Fresh regex-automata v0.4.8 |
8457 | 2025-06-30T23:25:32.063Z | Fresh allocator-api2 v0.2.21 |
8458 | 2025-06-30T23:25:32.063Z | Fresh foldhash v0.1.5 |
8459 | 2025-06-30T23:25:32.063Z | Fresh subtle v2.6.1 |
8460 | 2025-06-30T23:25:32.063Z | Fresh icu_provider v1.5.0 |
8461 | 2025-06-30T23:25:32.063Z | Fresh parking_lot v0.12.3 |
8462 | 2025-06-30T23:25:32.063Z | Fresh getrandom v0.3.1 |
8463 | 2025-06-30T23:25:32.063Z | Fresh hashbrown v0.15.4 |
8464 | 2025-06-30T23:25:32.063Z | Fresh signal-hook-registry v1.4.2 |
8465 | 2025-06-30T23:25:32.063Z | Fresh errno v0.3.12 |
8466 | 2025-06-30T23:25:32.063Z | Fresh icu_locid_transform v1.5.0 |
8467 | 2025-06-30T23:25:32.063Z | Fresh fnv v1.0.7 |
8468 | 2025-06-30T23:25:32.063Z | Fresh futures-core v0.3.31 |
8469 | 2025-06-30T23:25:32.064Z | Fresh mio v1.0.2 |
8470 | 2025-06-30T23:25:32.064Z | Fresh regex v1.11.1 |
8471 | 2025-06-30T23:25:32.064Z | Fresh icu_properties v1.5.1 |
8472 | 2025-06-30T23:25:32.064Z | Fresh typenum v1.17.0 |
8473 | 2025-06-30T23:25:32.064Z | Fresh thiserror-impl v1.0.69 |
8474 | 2025-06-30T23:25:32.064Z | Fresh heck v0.5.0 |
8475 | 2025-06-30T23:25:32.064Z | Fresh either v1.15.0 |
8476 | 2025-06-30T23:25:32.064Z | Fresh tokio-macros v2.5.0 |
8477 | 2025-06-30T23:25:32.064Z | Fresh icu_normalizer v1.5.0 |
8478 | 2025-06-30T23:25:32.064Z | Fresh generic-array v0.14.7 |
8479 | 2025-06-30T23:25:32.064Z | Fresh thiserror v1.0.69 |
8480 | 2025-06-30T23:25:32.064Z | Fresh socket2 v0.5.10 |
8481 | 2025-06-30T23:25:32.064Z | Fresh indexmap v2.9.0 |
8482 | 2025-06-30T23:25:32.064Z | Fresh zerocopy-derive v0.7.35 |
8483 | 2025-06-30T23:25:32.064Z | Fresh iana-time-zone v0.1.63 |
8484 | 2025-06-30T23:25:32.064Z | Fresh idna_adapter v1.2.0 |
8485 | 2025-06-30T23:25:32.064Z | Fresh rustix v0.38.37 |
8486 | 2025-06-30T23:25:32.064Z | Fresh crypto-common v0.1.6 |
8487 | 2025-06-30T23:25:32.064Z | Fresh tokio v1.45.1 |
8488 | 2025-06-30T23:25:32.064Z | Fresh zerocopy v0.7.35 |
8489 | 2025-06-30T23:25:32.064Z | Fresh chrono v0.4.41 |
8490 | 2025-06-30T23:25:32.064Z | Fresh uuid v1.17.0 |
8491 | 2025-06-30T23:25:32.064Z | Fresh idna v1.0.3 |
8492 | 2025-06-30T23:25:32.064Z | Fresh spin v0.9.8 |
8493 | 2025-06-30T23:25:32.064Z | Fresh pkg-config v0.3.31 |
8494 | 2025-06-30T23:25:32.064Z | Fresh futures-io v0.3.31 |
8495 | 2025-06-30T23:25:32.064Z | Fresh const-oid v0.9.6 |
8496 | 2025-06-30T23:25:32.064Z | Fresh serde_derive_internals v0.29.1 |
8497 | 2025-06-30T23:25:32.068Z | Fresh url v2.5.4 |
8498 | 2025-06-30T23:25:32.068Z | Fresh slab v0.4.9 |
8499 | 2025-06-30T23:25:32.068Z | Fresh dyn-clone v1.0.19 |
8500 | 2025-06-30T23:25:32.068Z | Fresh schemars_derive v0.8.22 |
8501 | 2025-06-30T23:25:32.068Z | Fresh block-buffer v0.10.4 |
8502 | 2025-06-30T23:25:32.069Z | Fresh futures-sink v0.3.31 |
8503 | 2025-06-30T23:25:32.069Z | Fresh lazy_static v1.5.0 |
8504 | 2025-06-30T23:25:32.069Z | Fresh schemars v0.8.22 |
8505 | 2025-06-30T23:25:32.069Z | Fresh digest v0.10.7 |
8506 | 2025-06-30T23:25:32.069Z | Fresh cpufeatures v0.2.14 |
8507 | 2025-06-30T23:25:32.069Z | Fresh pin-utils v0.1.0 |
8508 | 2025-06-30T23:25:32.069Z | Fresh futures-channel v0.3.31 |
8509 | 2025-06-30T23:25:32.069Z | Fresh ppv-lite86 v0.2.20 |
8510 | 2025-06-30T23:25:32.069Z | Fresh futures-macro v0.3.31 |
8511 | 2025-06-30T23:25:32.069Z | Fresh futures-task v0.3.31 |
8512 | 2025-06-30T23:25:32.069Z | Fresh futures-util v0.3.31 |
8513 | 2025-06-30T23:25:32.069Z | Fresh tracing-core v0.1.32 |
8514 | 2025-06-30T23:25:32.069Z | Fresh tracing-attributes v0.1.27 |
8515 | 2025-06-30T23:25:32.069Z | Fresh glob v0.3.2 |
8516 | 2025-06-30T23:25:32.069Z | Fresh http v1.3.1 |
8517 | 2025-06-30T23:25:32.069Z | Fresh thiserror-impl v2.0.12 |
8518 | 2025-06-30T23:25:32.069Z | Fresh tracing v0.1.40 |
8519 | 2025-06-30T23:25:32.069Z | Fresh strsim v0.11.1 |
8520 | 2025-06-30T23:25:32.069Z | Fresh minimal-lexical v0.2.1 |
8521 | 2025-06-30T23:25:32.069Z | Fresh syn v1.0.109 |
8522 | 2025-06-30T23:25:32.069Z | Fresh thiserror v2.0.12 |
8523 | 2025-06-30T23:25:32.069Z | Fresh nom v7.1.3 |
8524 | 2025-06-30T23:25:32.069Z | Fresh libloading v0.8.5 |
8525 | 2025-06-30T23:25:32.069Z | Fresh crossbeam-utils v0.8.21 |
8526 | 2025-06-30T23:25:32.069Z | Fresh vcpkg v0.2.15 |
8527 | 2025-06-30T23:25:32.069Z | Fresh prettyplease v0.2.35 |
8528 | 2025-06-30T23:25:32.069Z | Fresh clang-sys v1.8.1 |
8529 | 2025-06-30T23:25:32.069Z | Fresh cexpr v0.6.0 |
8530 | 2025-06-30T23:25:32.069Z | Fresh rand_chacha v0.3.1 |
8531 | 2025-06-30T23:25:32.069Z | Fresh home v0.5.9 |
8532 | 2025-06-30T23:25:32.069Z | Fresh paste v1.0.15 |
8533 | 2025-06-30T23:25:32.069Z | Fresh adler2 v2.0.0 |
8534 | 2025-06-30T23:25:32.069Z | Fresh rand v0.8.5 |
8535 | 2025-06-30T23:25:32.069Z | Fresh block-padding v0.3.3 |
8536 | 2025-06-30T23:25:32.069Z | Fresh powerfmt v0.2.0 |
8537 | 2025-06-30T23:25:32.069Z | Fresh time-core v0.1.2 |
8538 | 2025-06-30T23:25:32.069Z | Fresh num-conv v0.1.0 |
8539 | 2025-06-30T23:25:32.069Z | Fresh miniz_oxide v0.8.5 |
8540 | 2025-06-30T23:25:32.069Z | Fresh time-macros v0.2.18 |
8541 | 2025-06-30T23:25:32.070Z | Fresh inout v0.1.3 |
8542 | 2025-06-30T23:25:32.070Z | Fresh deranged v0.3.11 |
8543 | 2025-06-30T23:25:32.070Z | Fresh serde_tokenstream v0.2.2 |
8544 | 2025-06-30T23:25:32.070Z | Fresh num_threads v0.1.7 |
8545 | 2025-06-30T23:25:32.070Z | Fresh itertools v0.12.1 |
8546 | 2025-06-30T23:25:32.070Z | Fresh cipher v0.4.4 |
8547 | 2025-06-30T23:25:32.070Z | Fresh time v0.3.36 |
8548 | 2025-06-30T23:25:32.070Z | Fresh base64 v0.22.1 |
8549 | 2025-06-30T23:25:32.070Z | Fresh which v4.4.2 |
8550 | 2025-06-30T23:25:32.070Z | Fresh tokio-util v0.7.15 |
8551 | 2025-06-30T23:25:32.070Z | Fresh ipnet v2.11.0 |
8552 | 2025-06-30T23:25:32.070Z | Fresh atomic-waker v1.1.2 |
8553 | 2025-06-30T23:25:32.071Z | Fresh lazycell v1.3.0 |
8554 | 2025-06-30T23:25:32.071Z | Fresh rustc-hash v1.1.0 |
8555 | 2025-06-30T23:25:32.071Z | Fresh cmake v0.1.51 |
8556 | 2025-06-30T23:25:32.071Z | Fresh base64ct v1.6.0 |
8557 | 2025-06-30T23:25:32.071Z | Fresh dunce v1.0.5 |
8558 | 2025-06-30T23:25:32.071Z | Fresh bindgen v0.69.5 |
8559 | 2025-06-30T23:25:32.071Z | Fresh fs_extra v1.3.0 |
8560 | 2025-06-30T23:25:32.071Z | Fresh untrusted v0.9.0 |
8561 | 2025-06-30T23:25:32.071Z | Fresh httparse v1.9.5 |
8562 | 2025-06-30T23:25:32.071Z | Fresh hmac v0.12.1 |
8563 | 2025-06-30T23:25:32.071Z | Fresh sha2 v0.10.9 |
8564 | 2025-06-30T23:25:32.071Z | Fresh gimli v0.31.1 |
8565 | 2025-06-30T23:25:32.071Z | Fresh serde_spanned v0.6.9 |
8566 | 2025-06-30T23:25:32.071Z | Fresh ring v0.17.14 |
8567 | 2025-06-30T23:25:32.071Z | Fresh addr2line v0.24.2 |
8568 | 2025-06-30T23:25:32.071Z | Fresh toml_datetime v0.6.11 |
8569 | 2025-06-30T23:25:32.071Z | Fresh object v0.36.5 |
8570 | 2025-06-30T23:25:32.071Z | Fresh rustls-pki-types v1.10.0 |
8571 | 2025-06-30T23:25:32.071Z | Fresh rustc-demangle v0.1.24 |
8572 | 2025-06-30T23:25:32.075Z | Fresh backtrace v0.3.74 |
8573 | 2025-06-30T23:25:32.075Z | Fresh http-body v1.0.1 |
8574 | 2025-06-30T23:25:32.075Z | Fresh pem-rfc7468 v0.7.0 |
8575 | 2025-06-30T23:25:32.075Z | Fresh zerocopy-derive v0.8.26 |
8576 | 2025-06-30T23:25:32.075Z | Fresh aws-lc-sys v0.26.0 |
8577 | 2025-06-30T23:25:32.075Z | Fresh try-lock v0.2.5 |
8578 | 2025-06-30T23:25:32.075Z | Fresh untrusted v0.7.1 |
8579 | 2025-06-30T23:25:32.075Z | Fresh httpdate v1.0.3 |
8580 | 2025-06-30T23:25:32.075Z | Fresh anyhow v1.0.98 |
8581 | 2025-06-30T23:25:32.075Z | Fresh zerocopy v0.8.26 |
8582 | 2025-06-30T23:25:32.075Z | Fresh aws-lc-rs v1.12.4 |
8583 | 2025-06-30T23:25:32.075Z | Fresh want v0.3.1 |
8584 | 2025-06-30T23:25:32.075Z | Fresh h2 v0.4.6 |
8585 | 2025-06-30T23:25:32.075Z | Fresh tower-service v0.3.3 |
8586 | 2025-06-30T23:25:32.075Z | Fresh utf8parse v0.2.2 |
8587 | 2025-06-30T23:25:32.075Z | Fresh der_derive v0.7.3 |
8588 | 2025-06-30T23:25:32.075Z | Fresh rustls-webpki v0.102.8 |
8589 | 2025-06-30T23:25:32.075Z | Fresh hyper v1.6.0 |
8590 | 2025-06-30T23:25:32.075Z | Fresh flagset v0.4.6 |
8591 | 2025-06-30T23:25:32.075Z | Fresh pbkdf2 v0.12.2 |
8592 | 2025-06-30T23:25:32.075Z | Fresh aes v0.8.4 |
8593 | 2025-06-30T23:25:32.075Z | Fresh async-trait v0.1.88 |
8594 | 2025-06-30T23:25:32.075Z | Fresh der v0.7.9 |
8595 | 2025-06-30T23:25:32.076Z | Fresh mime v0.3.17 |
8596 | 2025-06-30T23:25:32.076Z | Fresh hyper-util v0.1.14 |
8597 | 2025-06-30T23:25:32.076Z | Fresh salsa20 v0.10.2 |
8598 | 2025-06-30T23:25:32.076Z | Fresh cbc v0.1.2 |
8599 | 2025-06-30T23:25:32.076Z | Fresh slog v2.7.0 |
8600 | 2025-06-30T23:25:32.076Z | Fresh spki v0.7.3 |
8601 | 2025-06-30T23:25:32.076Z | Fresh rustversion v1.0.17 |
8602 | 2025-06-30T23:25:32.076Z | Fresh anstyle v1.0.11 |
8603 | 2025-06-30T23:25:32.076Z | Fresh openssl-probe v0.1.5 |
8604 | 2025-06-30T23:25:32.076Z | Fresh foreign-types-shared v0.1.1 |
8605 | 2025-06-30T23:25:32.076Z | Fresh scrypt v0.11.0 |
8606 | 2025-06-30T23:25:32.076Z | Fresh foreign-types v0.3.2 |
8607 | 2025-06-30T23:25:32.076Z | Fresh openssl-sys v0.9.109 |
8608 | 2025-06-30T23:25:32.076Z | Fresh http-body-util v0.1.3 |
8609 | 2025-06-30T23:25:32.076Z | Fresh rustc_version v0.4.1 |
8610 | 2025-06-30T23:25:32.077Z | Fresh openssl-macros v0.1.1 |
8611 | 2025-06-30T23:25:32.077Z | Fresh pkcs5 v0.7.1 |
8612 | 2025-06-30T23:25:32.077Z | Fresh anstyle-parse v0.2.5 |
8613 | 2025-06-30T23:25:32.077Z | Fresh openssl v0.10.73 |
8614 | 2025-06-30T23:25:32.077Z | Fresh colorchoice v1.0.2 |
8615 | 2025-06-30T23:25:32.077Z | Fresh is_terminal_polyfill v1.70.1 |
8616 | 2025-06-30T23:25:32.077Z | Fresh anstyle-query v1.1.1 |
8617 | 2025-06-30T23:25:32.077Z | Fresh pkcs8 v0.10.2 |
8618 | 2025-06-30T23:25:32.077Z | Fresh terminal_size v0.4.0 |
8619 | 2025-06-30T23:25:32.077Z | Fresh anstream v0.6.18 |
8620 | 2025-06-30T23:25:32.077Z | Fresh rustls v0.23.19 |
8621 | 2025-06-30T23:25:32.077Z | Fresh serde_urlencoded v0.7.1 |
8622 | 2025-06-30T23:25:32.077Z | Fresh encoding_rs v0.8.34 |
8623 | 2025-06-30T23:25:32.077Z | Fresh sync_wrapper v1.0.1 |
8624 | 2025-06-30T23:25:32.077Z | Fresh litrs v0.4.1 |
8625 | 2025-06-30T23:25:32.077Z | Fresh tokio-rustls v0.26.0 |
8626 | 2025-06-30T23:25:32.078Z | Fresh native-tls v0.2.12 |
8627 | 2025-06-30T23:25:32.078Z | Fresh psl-types v2.0.11 |
8628 | 2025-06-30T23:25:32.078Z | Fresh tower-layer v0.3.3 |
8629 | 2025-06-30T23:25:32.078Z | Fresh clap_lex v0.7.4 |
8630 | 2025-06-30T23:25:32.078Z | Fresh document-features v0.2.10 |
8631 | 2025-06-30T23:25:32.078Z | Fresh rustls-native-certs v0.8.1 |
8632 | 2025-06-30T23:25:32.078Z | Fresh clap_builder v4.5.40 |
8633 | 2025-06-30T23:25:32.078Z | Fresh cookie v0.18.1 |
8634 | 2025-06-30T23:25:32.078Z | Fresh tower v0.5.2 |
8635 | 2025-06-30T23:25:32.078Z | Fresh publicsuffix v2.3.0 |
8636 | 2025-06-30T23:25:32.078Z | Fresh tokio-native-tls v0.3.1 |
8637 | 2025-06-30T23:25:32.078Z | Fresh webpki-roots v1.0.0 |
8638 | 2025-06-30T23:25:32.078Z | Fresh openapiv3 v2.2.0 |
8639 | 2025-06-30T23:25:32.078Z | Fresh clap_derive v4.5.40 |
8640 | 2025-06-30T23:25:32.078Z | Fresh iri-string v0.7.8 |
8641 | 2025-06-30T23:25:32.078Z | Fresh ucd-trie v0.1.7 |
8642 | 2025-06-30T23:25:32.078Z | Fresh clap v4.5.40 |
8643 | 2025-06-30T23:25:32.078Z | Fresh hyper-rustls v0.27.7 |
8644 | 2025-06-30T23:25:32.078Z | Fresh cookie_store v0.21.1 |
8645 | 2025-06-30T23:25:32.078Z | Fresh hyper-tls v0.6.0 |
8646 | 2025-06-30T23:25:32.078Z | Fresh ipnetwork v0.21.1 |
8647 | 2025-06-30T23:25:32.078Z | Fresh data-encoding v2.9.0 |
8648 | 2025-06-30T23:25:32.078Z | Fresh tower-http v0.6.6 |
8649 | 2025-06-30T23:25:32.078Z | Fresh pest v2.7.14 |
8650 | 2025-06-30T23:25:32.079Z | Fresh rand_core v0.9.2 |
8651 | 2025-06-30T23:25:32.079Z | Fresh scroll_derive v0.12.0 |
8652 | 2025-06-30T23:25:32.079Z | Fresh tinyvec_macros v0.1.1 |
8653 | 2025-06-30T23:25:32.079Z | Fresh winnow v0.5.40 |
8654 | 2025-06-30T23:25:32.079Z | Fresh signature v2.2.0 |
8655 | 2025-06-30T23:25:32.079Z | Fresh plain v0.2.3 |
8656 | 2025-06-30T23:25:32.079Z | Fresh pest_meta v2.7.14 |
8657 | 2025-06-30T23:25:32.079Z | Fresh reqwest v0.12.20 |
8658 | 2025-06-30T23:25:32.079Z | Fresh tinyvec v1.8.0 |
8659 | 2025-06-30T23:25:32.079Z | Fresh scroll v0.12.0 |
8660 | 2025-06-30T23:25:32.079Z | Fresh toml_edit v0.19.15 |
8661 | 2025-06-30T23:25:32.079Z | Fresh rand_chacha v0.9.0 |
8662 | 2025-06-30T23:25:32.079Z | Fresh siphasher v0.3.11 |
8663 | 2025-06-30T23:25:32.079Z | Fresh pest_generator v2.7.14 |
8664 | 2025-06-30T23:25:32.079Z | Fresh goblin v0.8.2 |
8665 | 2025-06-30T23:25:32.079Z | Fresh pretty-hex v0.4.1 |
8666 | 2025-06-30T23:25:32.080Z | Fresh phf_shared v0.11.2 |
8667 | 2025-06-30T23:25:32.080Z | Fresh rand v0.9.1 |
8668 | 2025-06-30T23:25:32.080Z | Fresh thread-id v4.2.2 |
8669 | 2025-06-30T23:25:32.080Z | Fresh winnow v0.7.10 |
8670 | 2025-06-30T23:25:32.080Z | Fresh pest_derive v2.7.14 |
8671 | 2025-06-30T23:25:32.080Z | Fresh dof v0.3.0 |
8672 | 2025-06-30T23:25:32.084Z | Fresh toml_write v0.1.2 |
8673 | 2025-06-30T23:25:32.084Z | Fresh crossbeam-epoch v0.9.18 |
8674 | 2025-06-30T23:25:32.084Z | Fresh sha1 v0.10.6 |
8675 | 2025-06-30T23:25:32.084Z | Fresh num-integer v0.1.46 |
8676 | 2025-06-30T23:25:32.086Z | Fresh unicode-width v0.2.0 |
8677 | 2025-06-30T23:25:32.086Z | Fresh unicode-segmentation v1.12.0 |
8678 | 2025-06-30T23:25:32.086Z | Fresh dtrace-parser v0.2.0 |
8679 | 2025-06-30T23:25:32.086Z | Fresh toml_edit v0.22.27 |
8680 | 2025-06-30T23:25:32.086Z | Fresh bstr v1.10.0 |
8681 | 2025-06-30T23:25:32.086Z | Fresh crc32fast v1.4.2 |
8682 | 2025-06-30T23:25:32.086Z | Fresh base16ct v0.2.0 |
8683 | 2025-06-30T23:25:32.086Z | Fresh static_assertions v1.1.0 |
8684 | 2025-06-30T23:25:32.086Z | Fresh oxnet v0.1.2 |
8685 | 2025-06-30T23:25:32.086Z | Fresh hubpack_derive v0.1.1 |
8686 | 2025-06-30T23:25:32.086Z | Fresh usdt-impl v0.5.0 |
8687 | 2025-06-30T23:25:32.086Z | Fresh sec1 v0.7.3 |
8688 | 2025-06-30T23:25:32.086Z | Fresh ff v0.13.0 |
8689 | 2025-06-30T23:25:32.086Z | Fresh memmap v0.7.0 |
8690 | 2025-06-30T23:25:32.086Z | Fresh hubpack v0.1.2 |
8691 | 2025-06-30T23:25:32.086Z | Fresh num-iter v0.1.45 |
8692 | 2025-06-30T23:25:32.086Z | Fresh hkdf v0.12.4 |
8693 | 2025-06-30T23:25:32.086Z | Fresh crypto-bigint v0.5.5 |
8694 | 2025-06-30T23:25:32.087Z | Fresh usdt-macro v0.5.0 |
8695 | 2025-06-30T23:25:32.087Z | Fresh usdt-attr-macro v0.5.0 |
8696 | 2025-06-30T23:25:32.087Z | Fresh group v0.13.0 |
8697 | 2025-06-30T23:25:32.087Z | Fresh heck v0.4.1 |
8698 | 2025-06-30T23:25:32.087Z | Fresh bitflags v1.3.2 |
8699 | 2025-06-30T23:25:32.087Z | Fresh zlib-rs v0.5.1 |
8700 | 2025-06-30T23:25:32.087Z | Fresh crossbeam-deque v0.8.5 |
8701 | 2025-06-30T23:25:32.087Z | Fresh usdt v0.5.0 |
8702 | 2025-06-30T23:25:32.087Z | Fresh libz-rs-sys v0.5.1 |
8703 | 2025-06-30T23:25:32.087Z | Fresh elliptic-curve v0.13.8 |
8704 | 2025-06-30T23:25:32.087Z | Fresh strum_macros v0.26.4 |
8705 | 2025-06-30T23:25:32.087Z | Fresh unicode-xid v0.2.6 |
8706 | 2025-06-30T23:25:32.087Z | Fresh flate2 v1.1.2 |
8707 | 2025-06-30T23:25:32.087Z | Fresh num-bigint-dig v0.8.4 |
8708 | 2025-06-30T23:25:32.087Z | Fresh strum v0.26.3 |
8709 | 2025-06-30T23:25:32.087Z | Fresh pkcs1 v0.7.5 |
8710 | 2025-06-30T23:25:32.087Z | Fresh itertools v0.10.5 |
8711 | 2025-06-30T23:25:32.087Z | Fresh cfg_aliases v0.2.1 |
8712 | 2025-06-30T23:25:32.087Z | Fresh rsa v0.9.6 |
8713 | 2025-06-30T23:25:32.087Z | Fresh newtype-uuid v1.2.4 |
8714 | 2025-06-30T23:25:32.087Z | Fresh bzip2-sys v0.1.13+1.0.8 |
8715 | 2025-06-30T23:25:32.087Z | Fresh unicode-normalization v0.1.24 |
8716 | 2025-06-30T23:25:32.087Z | Fresh toml v0.7.8 |
8717 | 2025-06-30T23:25:32.087Z | Fresh rfc6979 v0.4.0 |
8718 | 2025-06-30T23:25:32.087Z | Fresh enum-as-inner v0.6.1 |
8719 | 2025-06-30T23:25:32.087Z | Fresh curve25519-dalek-derive v0.1.1 |
8720 | 2025-06-30T23:25:32.087Z | Fresh daft-derive v0.1.3 |
8721 | 2025-06-30T23:25:32.087Z | Fresh managed v0.8.0 |
8722 | 2025-06-30T23:25:32.087Z | Fresh ecdsa v0.16.9 |
8723 | 2025-06-30T23:25:32.087Z | Fresh ahash v0.8.11 |
8724 | 2025-06-30T23:25:32.087Z | Fresh memoffset v0.9.1 |
8725 | 2025-06-30T23:25:32.087Z | Fresh curve25519-dalek v4.1.3 |
8726 | 2025-06-30T23:25:32.087Z | Fresh daft v0.1.3 |
8727 | 2025-06-30T23:25:32.087Z | Fresh x509-cert v0.2.5 |
8728 | 2025-06-30T23:25:32.088Z | Fresh precomputed-hash v0.1.1 |
8729 | 2025-06-30T23:25:32.088Z | Fresh fixedbitset v0.4.2 |
8730 | 2025-06-30T23:25:32.088Z | Fresh new_debug_unreachable v1.0.6 |
8731 | 2025-06-30T23:25:32.088Z | Fresh rayon-core v1.12.1 |
8732 | 2025-06-30T23:25:32.088Z | Fresh signal-hook v0.3.18 |
8733 | 2025-06-30T23:25:32.088Z | Fresh petgraph v0.6.5 |
8734 | 2025-06-30T23:25:32.088Z | Fresh string_cache v0.8.9 |
8735 | 2025-06-30T23:25:32.088Z | Fresh ed25519 v2.2.3 |
8736 | 2025-06-30T23:25:32.088Z | Fresh zstd-sys v2.0.14+zstd.1.5.7 |
8737 | 2025-06-30T23:25:32.088Z | Fresh bzip2 v0.4.4 |
8738 | 2025-06-30T23:25:32.088Z | Fresh ed25519-dalek v2.1.1 |
8739 | 2025-06-30T23:25:32.090Z | Fresh console v0.15.10 |
8740 | 2025-06-30T23:25:32.090Z | Fresh rustc-hash v2.1.1 |
8741 | 2025-06-30T23:25:32.090Z | Fresh lalrpop-util v0.19.12 |
8742 | 2025-06-30T23:25:32.090Z | Fresh signal-hook-mio v0.2.4 |
8743 | 2025-06-30T23:25:32.090Z | Fresh zip v0.6.6 |
8744 | 2025-06-30T23:25:32.090Z | Fresh zstd-safe v7.2.3 |
8745 | 2025-06-30T23:25:32.090Z | Fresh hash32 v0.2.1 |
8746 | 2025-06-30T23:25:32.090Z | Fresh winnow v0.6.26 |
8747 | 2025-06-30T23:25:32.090Z | Fresh unicode-bidi v0.3.17 |
8748 | 2025-06-30T23:25:32.090Z | Fresh bumpalo v3.16.0 |
8749 | 2025-06-30T23:25:32.090Z | Fresh unicode-properties v0.1.3 |
8750 | 2025-06-30T23:25:32.090Z | Fresh simd-adler32 v0.3.7 |
8751 | 2025-06-30T23:25:32.090Z | Fresh predicates-core v1.0.8 |
8752 | 2025-06-30T23:25:32.090Z | Fresh lockfree-object-pool v0.1.6 |
8753 | 2025-06-30T23:25:32.090Z | Fresh heapless v0.7.17 |
8754 | 2025-06-30T23:25:32.091Z | Fresh zstd v0.13.3 |
8755 | 2025-06-30T23:25:32.091Z | Fresh stringprep v0.1.5 |
8756 | 2025-06-30T23:25:32.091Z | Fresh zopfli v0.8.1 |
8757 | 2025-06-30T23:25:32.091Z | Fresh nix v0.29.0 |
8758 | 2025-06-30T23:25:32.091Z | Fresh crossterm v0.28.1 |
8759 | 2025-06-30T23:25:32.091Z | Fresh rayon v1.10.0 |
8760 | 2025-06-30T23:25:32.091Z | Fresh hickory-proto v0.25.2 |
8761 | 2025-06-30T23:25:32.091Z | Fresh bzip2 v0.5.2 |
8762 | 2025-06-30T23:25:32.091Z | Fresh similar v2.7.0 |
8763 | 2025-06-30T23:25:32.091Z | Fresh tokio-stream v0.1.17 |
8764 | 2025-06-30T23:25:32.091Z | Fresh md-5 v0.10.6 |
8765 | 2025-06-30T23:25:32.091Z | Fresh float-cmp v0.10.0 |
8766 | 2025-06-30T23:25:32.091Z | Fresh fallible-iterator v0.2.0 |
8767 | 2025-06-30T23:25:32.091Z | Fresh normalize-line-endings v0.3.0 |
8768 | 2025-06-30T23:25:32.091Z | Fresh difflib v0.4.0 |
8769 | 2025-06-30T23:25:32.091Z | Fresh zip v4.2.0 |
8770 | 2025-06-30T23:25:32.091Z | Fresh postgres-protocol v0.6.8 |
8771 | 2025-06-30T23:25:32.091Z | Fresh predicates v3.1.3 |
8772 | 2025-06-30T23:25:32.096Z | Fresh buf-list v1.0.3 |
8773 | 2025-06-30T23:25:32.096Z | Fresh smoltcp v0.9.1 |
8774 | 2025-06-30T23:25:32.096Z | Fresh strum_macros v0.25.3 |
8775 | 2025-06-30T23:25:32.096Z | Fresh phf v0.11.2 |
8776 | 2025-06-30T23:25:32.096Z | Fresh serde-big-array v0.5.1 |
8777 | 2025-06-30T23:25:32.096Z | Fresh serde_repr v0.1.19 |
8778 | 2025-06-30T23:25:32.096Z | Fresh peg-runtime v0.8.5 |
8779 | 2025-06-30T23:25:32.096Z | Fresh number_prefix v0.4.0 |
8780 | 2025-06-30T23:25:32.096Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
8781 | 2025-06-30T23:25:32.096Z | Fresh postgres-types v0.2.9 |
8782 | 2025-06-30T23:25:32.096Z | Fresh whoami v1.6.0 |
8783 | 2025-06-30T23:25:32.096Z | Fresh regress v0.10.3 |
8784 | 2025-06-30T23:25:32.096Z | Fresh indicatif v0.17.11 |
8785 | 2025-06-30T23:25:32.096Z | Fresh tokio-postgres v0.7.13 |
8786 | 2025-06-30T23:25:32.096Z | Fresh fastrand v2.1.1 |
8787 | 2025-06-30T23:25:32.096Z | Fresh futures-executor v0.3.31 |
8788 | 2025-06-30T23:25:32.096Z | Fresh ident_case v1.0.1 |
8789 | 2025-06-30T23:25:32.096Z | Fresh is-terminal v0.4.13 |
8790 | 2025-06-30T23:25:32.096Z | Fresh fs-err v3.1.1 |
8791 | 2025-06-30T23:25:32.096Z | Fresh camino v1.1.10 |
8792 | 2025-06-30T23:25:32.096Z | Fresh futures v0.3.31 |
8793 | 2025-06-30T23:25:32.096Z | Fresh darling_core v0.20.10 |
8794 | 2025-06-30T23:25:32.096Z | Fresh dirs-sys-next v0.1.2 |
8795 | 2025-06-30T23:25:32.096Z | Fresh crossbeam-channel v0.5.15 |
8796 | 2025-06-30T23:25:32.096Z | Fresh unsafe-libyaml v0.2.11 |
8797 | 2025-06-30T23:25:32.096Z | Fresh darling_macro v0.20.10 |
8798 | 2025-06-30T23:25:32.097Z | Fresh dirs-next v2.0.0 |
8799 | 2025-06-30T23:25:32.097Z | Fresh serde_yaml v0.9.34+deprecated |
8800 | 2025-06-30T23:25:32.097Z | Fresh toml v0.8.23 |
8801 | 2025-06-30T23:25:32.097Z | Fresh thread_local v1.1.8 |
8802 | 2025-06-30T23:25:32.097Z | Fresh darling v0.20.10 |
8803 | 2025-06-30T23:25:32.097Z | Fresh term v0.7.0 |
8804 | 2025-06-30T23:25:32.097Z | Fresh rustix v1.0.7 |
8805 | 2025-06-30T23:25:32.097Z | Fresh quick-error v1.2.3 |
8806 | 2025-06-30T23:25:32.097Z | Fresh take_mut v0.2.2 |
8807 | 2025-06-30T23:25:32.097Z | Fresh match_cfg v0.1.0 |
8808 | 2025-06-30T23:25:32.097Z | Fresh tempfile v3.20.0 |
8809 | 2025-06-30T23:25:32.097Z | Fresh slog-async v2.8.0 |
8810 | 2025-06-30T23:25:32.097Z | Fresh slog-term v2.9.1 |
8811 | 2025-06-30T23:25:32.097Z | Fresh hostname v0.3.1 |
8812 | 2025-06-30T23:25:32.097Z | Fresh bit-vec v0.8.0 |
8813 | 2025-06-30T23:25:32.098Z | Fresh hex v0.4.3 |
8814 | 2025-06-30T23:25:32.098Z | Fresh wait-timeout v0.2.0 |
8815 | 2025-06-30T23:25:32.098Z | Fresh bit-set v0.8.0 |
8816 | 2025-06-30T23:25:32.098Z | Fresh debug-ignore v1.0.5 |
8817 | 2025-06-30T23:25:32.098Z | Fresh progenitor-client v0.10.0 |
8818 | 2025-06-30T23:25:32.098Z | Fresh structmeta-derive v0.3.0 |
8819 | 2025-06-30T23:25:32.098Z | Fresh rusty-fork v0.3.0 |
8820 | 2025-06-30T23:25:32.098Z | Fresh rand_xorshift v0.4.0 |
8821 | 2025-06-30T23:25:32.098Z | Fresh unarray v0.1.4 |
8822 | 2025-06-30T23:25:32.098Z | Fresh structmeta v0.3.0 |
8823 | 2025-06-30T23:25:32.098Z | Fresh proptest v1.7.0 |
8824 | 2025-06-30T23:25:32.098Z | Fresh serde_path_to_error v0.1.17 |
8825 | 2025-06-30T23:25:32.098Z | Fresh slog-json v2.6.1 |
8826 | 2025-06-30T23:25:32.098Z | Fresh async-stream-impl v0.3.6 |
8827 | 2025-06-30T23:25:32.098Z | Fresh rustls v0.22.4 |
8828 | 2025-06-30T23:25:32.098Z | Fresh async-stream v0.3.6 |
8829 | 2025-06-30T23:25:32.098Z | Fresh slog-bunyan v2.5.0 |
8830 | 2025-06-30T23:25:32.098Z | Fresh rustls-pemfile v2.2.0 |
8831 | 2025-06-30T23:25:32.098Z | Fresh waitgroup v0.1.2 |
8832 | 2025-06-30T23:25:32.099Z | Fresh dropshot_endpoint v0.16.2 |
8833 | 2025-06-30T23:25:32.099Z | Fresh multer v3.1.0 |
8834 | 2025-06-30T23:25:32.099Z | Fresh tokio-rustls v0.25.0 |
8835 | 2025-06-30T23:25:32.099Z | Fresh hostname v0.4.0 |
8836 | 2025-06-30T23:25:32.099Z | Fresh test-strategy v0.4.1 |
8837 | 2025-06-30T23:25:32.099Z | Fresh serde_with_macros v3.12.0 |
8838 | 2025-06-30T23:25:32.099Z | Fresh typify-impl v0.3.0 |
8839 | 2025-06-30T23:25:32.099Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
8840 | 2025-06-30T23:25:32.099Z | Fresh dropshot v0.16.2 |
8841 | 2025-06-30T23:25:32.099Z | Fresh typify-macro v0.3.0 |
8842 | 2025-06-30T23:25:32.099Z | Fresh serde_with v3.12.0 |
8843 | 2025-06-30T23:25:32.099Z | Fresh macaddr v1.0.1 |
8844 | 2025-06-30T23:25:32.099Z | Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
8845 | 2025-06-30T23:25:32.099Z | Fresh instant v0.1.13 |
8846 | 2025-06-30T23:25:32.099Z | Fresh derive-where v1.5.0 |
8847 | 2025-06-30T23:25:32.099Z | Fresh progenitor-client v0.9.1 |
8848 | 2025-06-30T23:25:32.099Z | Fresh typify v0.3.0 |
8849 | 2025-06-30T23:25:32.099Z | Fresh parse-display-derive v0.10.0 |
8850 | 2025-06-30T23:25:32.099Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
8851 | 2025-06-30T23:25:32.099Z | Fresh ref-cast-impl v1.0.24 |
8852 | 2025-06-30T23:25:32.099Z | Fresh backoff v0.4.0 |
8853 | 2025-06-30T23:25:32.099Z | Fresh progenitor-impl v0.9.1 |
8854 | 2025-06-30T23:25:32.100Z | Fresh parse-display v0.10.0 |
8855 | 2025-06-30T23:25:32.100Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
8856 | 2025-06-30T23:25:32.100Z | Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
8857 | 2025-06-30T23:25:32.100Z | Fresh camino-tempfile v1.4.1 |
8858 | 2025-06-30T23:25:32.100Z | Fresh itertools v0.13.0 |
8859 | 2025-06-30T23:25:32.100Z | Fresh unicode-width v0.1.14 |
8860 | 2025-06-30T23:25:32.100Z | Fresh progenitor-macro v0.9.1 |
8861 | 2025-06-30T23:25:32.100Z | Fresh ref-cast v1.0.24 |
8862 | 2025-06-30T23:25:32.100Z | Fresh itertools v0.14.0 |
8863 | 2025-06-30T23:25:32.100Z | Fresh proc-macro-crate v1.3.1 |
8864 | 2025-06-30T23:25:32.100Z | Fresh progenitor v0.9.1 |
8865 | 2025-06-30T23:25:32.100Z | Fresh iddqd v0.3.8 |
8866 | 2025-06-30T23:25:32.100Z | Fresh num_enum_derive v0.5.11 |
8867 | 2025-06-30T23:25:32.100Z | Fresh tabwriter v1.4.0 |
8868 | 2025-06-30T23:25:32.100Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
8869 | 2025-06-30T23:25:32.100Z | Fresh proc-macro-error-attr v1.0.4 |
8870 | 2025-06-30T23:25:32.100Z | Fresh num_enum v0.5.11 |
8871 | 2025-06-30T23:25:32.100Z | Fresh foreign-types-macros v0.2.3 |
8872 | 2025-06-30T23:25:32.104Z | Fresh foreign-types-shared v0.3.1 |
8873 | 2025-06-30T23:25:32.104Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
8874 | 2025-06-30T23:25:32.104Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
8875 | 2025-06-30T23:25:32.104Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
8876 | 2025-06-30T23:25:32.104Z | Fresh proc-macro-error v1.0.4 |
8877 | 2025-06-30T23:25:32.105Z | Fresh foreign-types v0.5.0 |
8878 | 2025-06-30T23:25:32.105Z | Fresh cstr-argument v0.1.2 |
8879 | 2025-06-30T23:25:32.105Z | Fresh pretty-hex v0.2.1 |
8880 | 2025-06-30T23:25:32.105Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
8881 | 2025-06-30T23:25:32.105Z | Fresh colored v2.2.0 |
8882 | 2025-06-30T23:25:32.105Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
8883 | 2025-06-30T23:25:32.105Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
8884 | 2025-06-30T23:25:32.105Z | Fresh smf v0.2.3 |
8885 | 2025-06-30T23:25:32.105Z | Fresh typify-impl v0.4.1 |
8886 | 2025-06-30T23:25:32.105Z | Fresh ingot-macros v0.1.0 |
8887 | 2025-06-30T23:25:32.105Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
8888 | 2025-06-30T23:25:32.105Z | Fresh typify-macro v0.4.1 |
8889 | 2025-06-30T23:25:32.105Z | Fresh hash32 v0.3.1 |
8890 | 2025-06-30T23:25:32.105Z | Fresh ingot-types v0.1.0 |
8891 | 2025-06-30T23:25:32.105Z | Fresh cobs v0.2.3 |
8892 | 2025-06-30T23:25:32.105Z | Fresh crucible-workspace-hack v0.1.0 |
8893 | 2025-06-30T23:25:32.105Z | Fresh typify v0.4.1 |
8894 | 2025-06-30T23:25:32.105Z | Fresh heapless v0.8.0 |
8895 | 2025-06-30T23:25:32.106Z | Fresh ingot v0.1.0 |
8896 | 2025-06-30T23:25:32.106Z | Fresh postcard v1.0.10 |
8897 | 2025-06-30T23:25:32.106Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8898 | 2025-06-30T23:25:32.106Z | Fresh smoltcp v0.11.0 |
8899 | 2025-06-30T23:25:32.106Z | Fresh progenitor-impl v0.10.0 |
8900 | 2025-06-30T23:25:32.106Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8901 | 2025-06-30T23:25:32.106Z | Fresh sigpipe v0.1.3 |
8902 | 2025-06-30T23:25:32.106Z | Fresh jiff v0.2.15 |
8903 | 2025-06-30T23:25:32.106Z | Fresh zone_cfg_derive v0.3.0 |
8904 | 2025-06-30T23:25:32.106Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
8905 | 2025-06-30T23:25:32.106Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8906 | 2025-06-30T23:25:32.106Z | Fresh progenitor-macro v0.10.0 |
8907 | 2025-06-30T23:25:32.106Z | Fresh num-derive v0.4.2 |
8908 | 2025-06-30T23:25:32.106Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
8909 | 2025-06-30T23:25:32.106Z | Fresh zone v0.3.1 |
8910 | 2025-06-30T23:25:32.106Z | Fresh convert_case v0.4.0 |
8911 | 2025-06-30T23:25:32.106Z | Fresh progenitor v0.10.0 |
8912 | 2025-06-30T23:25:32.106Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8913 | 2025-06-30T23:25:32.106Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
8914 | 2025-06-30T23:25:32.106Z | Fresh derive_more v0.99.20 |
8915 | 2025-06-30T23:25:32.106Z | Fresh atomicwrites v0.4.4 |
8916 | 2025-06-30T23:25:32.106Z | Fresh half v2.4.1 |
8917 | 2025-06-30T23:25:32.106Z | Fresh ciborium-io v0.2.2 |
8918 | 2025-06-30T23:25:32.106Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8919 | 2025-06-30T23:25:32.106Z | Fresh ciborium-ll v0.2.2 |
8920 | 2025-06-30T23:25:32.106Z | Fresh base64 v0.21.7 |
8921 | 2025-06-30T23:25:32.106Z | Fresh num-rational v0.4.2 |
8922 | 2025-06-30T23:25:32.106Z | Fresh secrecy v0.10.3 |
8923 | 2025-06-30T23:25:32.107Z | Fresh num-complex v0.4.6 |
8924 | 2025-06-30T23:25:32.107Z | Fresh float-ord v0.3.2 |
8925 | 2025-06-30T23:25:32.107Z | Fresh utf-8 v0.7.6 |
8926 | 2025-06-30T23:25:32.108Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
8927 | 2025-06-30T23:25:32.108Z | Fresh ciborium v0.2.2 |
8928 | 2025-06-30T23:25:32.108Z | Fresh num v0.4.3 |
8929 | 2025-06-30T23:25:32.108Z | Fresh newline-converter v0.3.0 |
8930 | 2025-06-30T23:25:32.108Z | Fresh tungstenite v0.21.0 |
8931 | 2025-06-30T23:25:32.108Z | Fresh password-hash v0.5.0 |
8932 | 2025-06-30T23:25:32.108Z | Fresh blake2 v0.10.6 |
8933 | 2025-06-30T23:25:32.108Z | Fresh expectorate v1.2.0 |
8934 | 2025-06-30T23:25:32.108Z | Fresh tokio-tungstenite v0.21.0 |
8935 | 2025-06-30T23:25:32.108Z | Fresh argon2 v0.5.3 |
8936 | 2025-06-30T23:25:32.108Z | Fresh fixedbitset v0.5.7 |
8937 | 2025-06-30T23:25:32.108Z | Fresh indent_write v2.2.0 |
8938 | 2025-06-30T23:25:32.108Z | Fresh petgraph v0.8.2 |
8939 | 2025-06-30T23:25:32.108Z | Fresh keccak v0.1.5 |
8940 | 2025-06-30T23:25:32.108Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
8941 | 2025-06-30T23:25:32.108Z | Fresh sha3 v0.10.8 |
8942 | 2025-06-30T23:25:32.108Z | Fresh libsw-core v0.3.1 |
8943 | 2025-06-30T23:25:32.108Z | Fresh linear-map v1.2.0 |
8944 | 2025-06-30T23:25:32.108Z | Fresh swrite v0.1.0 |
8945 | 2025-06-30T23:25:32.108Z | Fresh cancel-safe-futures v0.1.5 |
8946 | 2025-06-30T23:25:32.108Z | Fresh libsw v3.5.0 |
8947 | 2025-06-30T23:25:32.108Z | Fresh owo-colors v4.2.2 |
8948 | 2025-06-30T23:25:32.108Z | Fresh same-file v1.0.6 |
8949 | 2025-06-30T23:25:32.108Z | Fresh tokio-dtrace v0.1.0 |
8950 | 2025-06-30T23:25:32.108Z | Fresh walkdir v2.5.0 |
8951 | 2025-06-30T23:25:32.108Z | Fresh oxide-tokio-rt v0.1.1 |
8952 | 2025-06-30T23:25:32.108Z | Fresh universal-hash v0.5.1 |
8953 | 2025-06-30T23:25:32.108Z | Fresh opaque-debug v0.3.1 |
8954 | 2025-06-30T23:25:32.108Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
8955 | 2025-06-30T23:25:32.108Z | Fresh aead v0.5.2 |
8956 | 2025-06-30T23:25:32.108Z | Fresh poly1305 v0.8.0 |
8957 | 2025-06-30T23:25:32.108Z | Fresh chacha20 v0.9.1 |
8958 | 2025-06-30T23:25:32.108Z | Fresh thiserror-impl-no-std v2.0.2 |
8959 | 2025-06-30T23:25:32.108Z | Fresh highway v1.3.0 |
8960 | 2025-06-30T23:25:32.108Z | Fresh thiserror-no-std v2.0.2 |
8961 | 2025-06-30T23:25:32.108Z | Fresh semver v0.1.20 |
8962 | 2025-06-30T23:25:32.108Z | Fresh chacha20poly1305 v0.10.1 |
8963 | 2025-06-30T23:25:32.108Z | Fresh xattr v1.3.1 |
8964 | 2025-06-30T23:25:32.109Z | Fresh filetime v0.2.25 |
8965 | 2025-06-30T23:25:32.109Z | Fresh humantime v2.2.0 |
8966 | 2025-06-30T23:25:32.109Z | Fresh rustc_version v0.1.7 |
8967 | 2025-06-30T23:25:32.109Z | Fresh vsss-rs v3.3.4 |
8968 | 2025-06-30T23:25:32.109Z | Fresh tar v0.4.44 |
8969 | 2025-06-30T23:25:32.109Z | Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
8970 | 2025-06-30T23:25:32.109Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
8971 | 2025-06-30T23:25:32.109Z | Fresh arc-swap v1.7.1 |
8972 | 2025-06-30T23:25:32.113Z | Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
8973 | 2025-06-30T23:25:32.113Z | Fresh slog-scope v4.4.0 |
8974 | 2025-06-30T23:25:32.113Z | Fresh pem v3.0.5 |
8975 | 2025-06-30T23:25:32.113Z | Fresh typify-impl v0.2.0 |
8976 | 2025-06-30T23:25:32.113Z | Fresh headers-core v0.3.0 |
8977 | 2025-06-30T23:25:32.113Z | Fresh slog-stdlog v4.1.1 |
8978 | 2025-06-30T23:25:32.113Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
8979 | 2025-06-30T23:25:32.113Z | Fresh typify-macro v0.2.0 |
8980 | 2025-06-30T23:25:32.113Z | Fresh headers v0.4.1 |
8981 | 2025-06-30T23:25:32.113Z | Fresh heck v0.3.3 |
8982 | 2025-06-30T23:25:32.113Z | Fresh progenitor-client v0.8.0 |
8983 | 2025-06-30T23:25:32.113Z | Fresh newtype_derive v0.1.6 |
8984 | 2025-06-30T23:25:32.113Z | Fresh slog-envlogger v2.2.0 |
8985 | 2025-06-30T23:25:32.113Z | Fresh typify v0.2.0 |
8986 | 2025-06-30T23:25:32.113Z | Fresh zone_cfg_derive v0.1.2 |
8987 | 2025-06-30T23:25:32.113Z | Fresh lzma-sys v0.1.20 |
8988 | 2025-06-30T23:25:32.113Z | Fresh resolv-conf v0.7.0 |
8989 | 2025-06-30T23:25:32.113Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
8990 | 2025-06-30T23:25:32.113Z | Fresh steno v0.4.1 |
8991 | 2025-06-30T23:25:32.113Z | Fresh progenitor-impl v0.8.0 |
8992 | 2025-06-30T23:25:32.113Z | Fresh base64 v0.13.1 |
8993 | 2025-06-30T23:25:32.113Z | Fresh zone v0.1.8 |
8994 | 2025-06-30T23:25:32.113Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
8995 | 2025-06-30T23:25:32.113Z | Fresh xz2 v0.1.7 |
8996 | 2025-06-30T23:25:32.113Z | Fresh yasna v0.5.2 |
8997 | 2025-06-30T23:25:32.113Z | Fresh subprocess v0.2.9 |
8998 | 2025-06-30T23:25:32.113Z | Fresh progenitor-macro v0.8.0 |
8999 | 2025-06-30T23:25:32.113Z | Fresh ron v0.7.1 |
9000 | 2025-06-30T23:25:32.113Z | Fresh rcgen v0.12.1 |
9001 | 2025-06-30T23:25:32.113Z | Fresh linked-hash-map v0.5.6 |
9002 | 2025-06-30T23:25:32.114Z | Fresh hickory-proto v0.24.4 |
9003 | 2025-06-30T23:25:32.114Z | Fresh tagptr v0.2.0 |
9004 | 2025-06-30T23:25:32.114Z | Fresh progenitor v0.8.0 |
9005 | 2025-06-30T23:25:32.114Z | Fresh lru-cache v0.1.2 |
9006 | 2025-06-30T23:25:32.114Z | Fresh display-error-chain v0.2.2 |
9007 | 2025-06-30T23:25:32.114Z | Fresh gethostname v0.5.0 |
9008 | 2025-06-30T23:25:32.114Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
9009 | 2025-06-30T23:25:32.114Z | Fresh hickory-resolver v0.24.4 |
9010 | 2025-06-30T23:25:32.114Z | Fresh moka v0.12.10 |
9011 | 2025-06-30T23:25:32.114Z | Fresh bytecount v0.6.8 |
9012 | 2025-06-30T23:25:32.114Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
9013 | 2025-06-30T23:25:32.114Z | Fresh qorb v0.4.0 |
9014 | 2025-06-30T23:25:32.114Z | Fresh hickory-resolver v0.25.2 |
9015 | 2025-06-30T23:25:32.114Z | Fresh slog-dtrace v0.3.0 |
9016 | 2025-06-30T23:25:32.114Z | Fresh maplit v1.0.2 |
9017 | 2025-06-30T23:25:32.114Z | Fresh bitfield-struct v0.6.2 |
9018 | 2025-06-30T23:25:32.115Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
9019 | 2025-06-30T23:25:32.116Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
9020 | 2025-06-30T23:25:32.116Z | Fresh libefi-sys v0.1.0 |
9021 | 2025-06-30T23:25:32.116Z | Fresh zerocopy-derive v0.6.6 |
9022 | 2025-06-30T23:25:32.116Z | Fresh tap v1.0.1 |
9023 | 2025-06-30T23:25:32.116Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
9024 | 2025-06-30T23:25:32.116Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
9025 | 2025-06-30T23:25:32.116Z | Fresh zerocopy v0.6.6 |
9026 | 2025-06-30T23:25:32.116Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
9027 | 2025-06-30T23:25:32.116Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
9028 | 2025-06-30T23:25:32.116Z | Fresh radium v0.7.0 |
9029 | 2025-06-30T23:25:32.116Z | Fresh wyz v0.5.1 |
9030 | 2025-06-30T23:25:32.116Z | Fresh funty v2.0.0 |
9031 | 2025-06-30T23:25:32.116Z | Fresh termcolor v1.4.1 |
9032 | 2025-06-30T23:25:32.116Z | Fresh crc-catalog v2.4.0 |
9033 | 2025-06-30T23:25:32.116Z | Fresh bitvec v1.0.1 |
9034 | 2025-06-30T23:25:32.116Z | Fresh maybe-uninit v2.0.0 |
9035 | 2025-06-30T23:25:32.116Z | Fresh packed_struct_codegen v0.10.1 |
9036 | 2025-06-30T23:25:32.116Z | Fresh nodrop v0.1.14 |
9037 | 2025-06-30T23:25:32.116Z | Fresh crc v3.2.1 |
9038 | 2025-06-30T23:25:32.116Z | Fresh smallvec v0.6.14 |
9039 | 2025-06-30T23:25:32.116Z | Fresh array-init v0.0.4 |
9040 | 2025-06-30T23:25:32.116Z | Fresh proc-macro-error-attr2 v2.0.0 |
9041 | 2025-06-30T23:25:32.116Z | Fresh hashbrown v0.12.3 |
9042 | 2025-06-30T23:25:32.118Z | Fresh bitfield v0.14.0 |
9043 | 2025-06-30T23:25:32.118Z | Fresh packed_struct v0.10.1 |
9044 | 2025-06-30T23:25:32.118Z | Fresh indexmap v1.9.3 |
9045 | 2025-06-30T23:25:32.118Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
9046 | 2025-06-30T23:25:32.118Z | Fresh proc-macro-error2 v2.0.1 |
9047 | 2025-06-30T23:25:32.118Z | Fresh serde-hex v0.1.0 |
9048 | 2025-06-30T23:25:32.118Z | Fresh env_logger v0.10.2 |
9049 | 2025-06-30T23:25:32.118Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
9050 | 2025-06-30T23:25:32.118Z | Fresh ron v0.8.1 |
9051 | 2025-06-30T23:25:32.118Z | Fresh dsl_auto_type v0.1.2 |
9052 | 2025-06-30T23:25:32.118Z | Fresh hashbrown v0.13.2 |
9053 | 2025-06-30T23:25:32.118Z | Fresh scheduled-thread-pool v0.2.7 |
9054 | 2025-06-30T23:25:32.118Z | Fresh diesel_table_macro_syntax v0.2.0 |
9055 | 2025-06-30T23:25:32.118Z | Fresh crc-any v2.5.0 |
9056 | 2025-06-30T23:25:32.118Z | Fresh xshell-macros v0.2.7 |
9057 | 2025-06-30T23:25:32.118Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
9058 | 2025-06-30T23:25:32.119Z | Fresh r2d2 v0.8.10 |
9059 | 2025-06-30T23:25:32.119Z | Fresh object v0.30.4 |
9060 | 2025-06-30T23:25:32.119Z | Fresh diesel_derives v2.2.3 |
9061 | 2025-06-30T23:25:32.119Z | Fresh xshell v0.2.7 |
9062 | 2025-06-30T23:25:32.119Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
9063 | 2025-06-30T23:25:32.119Z | Fresh tabled_derive v0.10.0 |
9064 | 2025-06-30T23:25:32.119Z | Fresh papergrid v0.14.0 |
9065 | 2025-06-30T23:25:32.119Z | Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
9066 | 2025-06-30T23:25:32.119Z | Fresh num-derive v0.3.3 |
9067 | 2025-06-30T23:25:32.119Z | Fresh diff v0.1.13 |
9068 | 2025-06-30T23:25:32.119Z | Fresh path-slash v0.1.5 |
9069 | 2025-06-30T23:25:32.119Z | Fresh termtree v0.5.1 |
9070 | 2025-06-30T23:25:32.119Z | Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
9071 | 2025-06-30T23:25:32.119Z | Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
9072 | 2025-06-30T23:25:32.123Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
9073 | 2025-06-30T23:25:32.123Z | Fresh libscf-sys v1.1.0 |
9074 | 2025-06-30T23:25:32.123Z | Fresh tabled v0.18.0 |
9075 | 2025-06-30T23:25:32.123Z | Fresh diesel v2.2.11 |
9076 | 2025-06-30T23:25:32.123Z | Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
9077 | 2025-06-30T23:25:32.123Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
9078 | 2025-06-30T23:25:32.123Z | Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
9079 | 2025-06-30T23:25:32.123Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
9080 | 2025-06-30T23:25:32.123Z | Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
9081 | 2025-06-30T23:25:32.123Z | Fresh bit-vec v0.6.3 |
9082 | 2025-06-30T23:25:32.123Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
9083 | 2025-06-30T23:25:32.123Z | Fresh crc8 v0.1.1 |
9084 | 2025-06-30T23:25:32.123Z | Fresh bit-set v0.5.3 |
9085 | 2025-06-30T23:25:32.123Z | Fresh crunchy v0.2.2 |
9086 | 2025-06-30T23:25:32.123Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
9087 | 2025-06-30T23:25:32.124Z | Fresh ascii-canvas v3.0.0 |
9088 | 2025-06-30T23:25:32.124Z | Fresh ena v0.14.3 |
9089 | 2025-06-30T23:25:32.124Z | Fresh regex-syntax v0.6.29 |
9090 | 2025-06-30T23:25:32.125Z | Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
9091 | 2025-06-30T23:25:32.125Z | Fresh tiny-keccak v2.0.2 |
9092 | 2025-06-30T23:25:32.125Z | Fresh const_format_proc_macros v0.2.34 |
9093 | 2025-06-30T23:25:32.125Z | Fresh derive_builder_core v0.20.2 |
9094 | 2025-06-30T23:25:32.125Z | Fresh globset v0.4.15 |
9095 | 2025-06-30T23:25:32.125Z | Fresh lalrpop v0.19.12 |
9096 | 2025-06-30T23:25:32.125Z | Fresh const_format v0.2.34 |
9097 | 2025-06-30T23:25:32.125Z | Fresh async-recursion v1.1.1 |
9098 | 2025-06-30T23:25:32.125Z | Fresh nibble_vec v0.1.0 |
9099 | 2025-06-30T23:25:32.125Z | Fresh endian-type v0.1.2 |
9100 | 2025-06-30T23:25:32.125Z | Fresh bindgen v0.71.1 |
9101 | 2025-06-30T23:25:32.125Z | Fresh radix_trie v0.2.1 |
9102 | 2025-06-30T23:25:32.125Z | Fresh derive_builder_macro v0.20.2 |
9103 | 2025-06-30T23:25:32.125Z | Fresh strum_macros v0.24.3 |
9104 | 2025-06-30T23:25:32.125Z | Fresh half v1.8.3 |
9105 | 2025-06-30T23:25:32.125Z | Fresh indoc v1.0.9 |
9106 | 2025-06-30T23:25:32.125Z | Fresh serde_cbor v0.11.2 |
9107 | 2025-06-30T23:25:32.125Z | Fresh derive_builder v0.20.2 |
9108 | 2025-06-30T23:25:32.125Z | Fresh libxml v0.3.3 |
9109 | 2025-06-30T23:25:32.125Z | Fresh polar-core v0.27.3 |
9110 | 2025-06-30T23:25:32.125Z | Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
9111 | 2025-06-30T23:25:32.126Z | Fresh oso-derive v0.27.3 |
9112 | 2025-06-30T23:25:32.126Z | Fresh impl-trait-for-tuples v0.2.2 |
9113 | 2025-06-30T23:25:32.126Z | Fresh quick-xml v0.37.2 |
9114 | 2025-06-30T23:25:32.126Z | Fresh vte_generate_state_changes v0.1.2 |
9115 | 2025-06-30T23:25:32.126Z | Fresh oso v0.27.3 |
9116 | 2025-06-30T23:25:32.127Z | Fresh fd-lock v4.0.2 |
9117 | 2025-06-30T23:25:32.127Z | Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
9118 | 2025-06-30T23:25:32.127Z | Fresh samael v0.0.19 |
9119 | 2025-06-30T23:25:32.127Z | Fresh vte v0.11.1 |
9120 | 2025-06-30T23:25:32.127Z | Fresh nix v0.30.1 |
9121 | 2025-06-30T23:25:32.127Z | Fresh fxhash v0.2.1 |
9122 | 2025-06-30T23:25:32.127Z | Fresh nu-ansi-term v0.50.1 |
9123 | 2025-06-30T23:25:32.127Z | Fresh strip-ansi-escapes v0.2.0 |
9124 | 2025-06-30T23:25:32.127Z | Fresh phf_generator v0.11.2 |
9125 | 2025-06-30T23:25:32.127Z | Fresh bb8 v0.8.5 |
9126 | 2025-06-30T23:25:32.127Z | Fresh kstat-rs v0.2.4 |
9127 | 2025-06-30T23:25:32.127Z | Fresh reedline v0.40.0 |
9128 | 2025-06-30T23:25:32.127Z | Fresh async-bb8-diesel v0.2.1 |
9129 | 2025-06-30T23:25:32.127Z | Fresh diesel-dtrace v0.4.2 |
9130 | 2025-06-30T23:25:32.127Z | Fresh phf_codegen v0.11.2 |
9131 | 2025-06-30T23:25:32.127Z | Fresh parse-zoneinfo v0.3.1 |
9132 | 2025-06-30T23:25:32.127Z | Fresh cfg_aliases v0.1.1 |
9133 | 2025-06-30T23:25:32.127Z | Fresh predicates-tree v1.0.12 |
9134 | 2025-06-30T23:25:32.127Z | Fresh papergrid v0.11.0 |
9135 | 2025-06-30T23:25:32.128Z | Fresh chrono-tz-build v0.4.0 |
9136 | 2025-06-30T23:25:32.128Z | Fresh tabled_derive v0.7.0 |
9137 | 2025-06-30T23:25:32.128Z | Fresh primeorder v0.13.6 |
9138 | 2025-06-30T23:25:32.128Z | Fresh tabled v0.15.0 |
9139 | 2025-06-30T23:25:32.128Z | Fresh ignore v0.4.23 |
9140 | 2025-06-30T23:25:32.128Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
9141 | 2025-06-30T23:25:32.128Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
9142 | 2025-06-30T23:25:32.128Z | Fresh bcs v0.1.6 |
9143 | 2025-06-30T23:25:32.128Z | Fresh globwalk v0.9.1 |
9144 | 2025-06-30T23:25:32.129Z | Fresh parking_lot_core v0.8.6 |
9145 | 2025-06-30T23:25:32.129Z | Fresh unicase v2.7.0 |
9146 | 2025-06-30T23:25:32.129Z | Fresh nix v0.28.0 |
9147 | 2025-06-30T23:25:32.129Z | Fresh peg-macros v0.8.5 |
9148 | 2025-06-30T23:25:32.129Z | Fresh nanorand v0.7.0 |
9149 | 2025-06-30T23:25:32.129Z | Fresh sqlparser_derive v0.2.2 |
9150 | 2025-06-30T23:25:32.129Z | Fresh unicode_categories v0.1.1 |
9151 | 2025-06-30T23:25:32.129Z | Fresh flume v0.11.1 |
9152 | 2025-06-30T23:25:32.129Z | Fresh peg v0.8.5 |
9153 | 2025-06-30T23:25:32.129Z | Fresh sqlparser v0.45.0 |
9154 | 2025-06-30T23:25:32.129Z | Fresh rustyline v14.0.0 |
9155 | 2025-06-30T23:25:32.129Z | Fresh sqlformat v0.3.5 |
9156 | 2025-06-30T23:25:32.129Z | Fresh parking_lot v0.11.2 |
9157 | 2025-06-30T23:25:32.129Z | Fresh chrono-tz v0.10.3 |
9158 | 2025-06-30T23:25:32.129Z | Fresh camino-tempfile-ext v0.3.1 |
9159 | 2025-06-30T23:25:32.129Z | Fresh p384 v0.13.0 |
9160 | 2025-06-30T23:25:32.129Z | Fresh prefix-trie v0.7.0 |
9161 | 2025-06-30T23:25:32.129Z | Fresh pin-project-internal v1.1.6 |
9162 | 2025-06-30T23:25:32.129Z | Fresh http-range v0.1.5 |
9163 | 2025-06-30T23:25:32.129Z | Fresh void v1.0.2 |
9164 | 2025-06-30T23:25:32.129Z | Fresh salty v0.3.0 |
9165 | 2025-06-30T23:25:32.129Z | Fresh hickory-server v0.25.2 |
9166 | 2025-06-30T23:25:32.129Z | Fresh lzss v0.8.2 |
9167 | 2025-06-30T23:25:32.129Z | Fresh pin-project v1.1.6 |
9168 | 2025-06-30T23:25:32.129Z | Fresh sled v0.34.7 |
9169 | 2025-06-30T23:25:32.129Z | Fresh hickory-client v0.25.2 |
9170 | 2025-06-30T23:25:32.129Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
9171 | 2025-06-30T23:25:32.129Z | Fresh tungstenite v0.23.0 |
9172 | 2025-06-30T23:25:32.133Z | Fresh nix v0.27.1 |
9173 | 2025-06-30T23:25:32.133Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
9174 | 2025-06-30T23:25:32.133Z | Fresh concurrent-queue v2.5.0 |
9175 | 2025-06-30T23:25:32.133Z | Fresh serde_bytes v0.11.17 |
9176 | 2025-06-30T23:25:32.133Z | Fresh atty v0.2.14 |
9177 | 2025-06-30T23:25:32.133Z | Fresh env_filter v0.1.2 |
9178 | 2025-06-30T23:25:32.133Z | Fresh csv-core v0.1.11 |
9179 | 2025-06-30T23:25:32.133Z | Fresh parking v2.2.1 |
9180 | 2025-06-30T23:25:32.133Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
9181 | 2025-06-30T23:25:32.133Z | Fresh tokio-tungstenite v0.23.1 |
9182 | 2025-06-30T23:25:32.134Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
9183 | 2025-06-30T23:25:32.134Z | Fresh env_logger v0.11.5 |
9184 | 2025-06-30T23:25:32.134Z | Fresh csv v1.3.1 |
9185 | 2025-06-30T23:25:32.134Z | Fresh mime_guess v2.0.5 |
9186 | 2025-06-30T23:25:32.134Z | Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
9187 | 2025-06-30T23:25:32.134Z | Fresh signal-hook-tokio v0.3.1 |
9188 | 2025-06-30T23:25:32.134Z | Fresh snafu-derive v0.8.5 |
9189 | 2025-06-30T23:25:32.134Z | Fresh rand_seeder v0.3.0 |
9190 | 2025-06-30T23:25:32.134Z | Fresh hyper-staticfile v0.10.1 |
9191 | 2025-06-30T23:25:32.134Z | Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
9192 | 2025-06-30T23:25:32.134Z | Fresh snafu v0.8.5 |
9193 | 2025-06-30T23:25:32.134Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
9194 | 2025-06-30T23:25:32.134Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
9195 | 2025-06-30T23:25:32.134Z | Fresh olpc-cjson v0.1.4 |
9196 | 2025-06-30T23:25:32.134Z | Fresh secrecy v0.8.0 |
9197 | 2025-06-30T23:25:32.134Z | Fresh serde_plain v1.0.2 |
9198 | 2025-06-30T23:25:32.134Z | Fresh assert_matches v1.5.0 |
9199 | 2025-06-30T23:25:32.134Z | Fresh typed-path v0.9.3 |
9200 | 2025-06-30T23:25:32.134Z | Fresh fs-err v2.11.0 |
9201 | 2025-06-30T23:25:32.134Z | Fresh tough v0.20.0 |
9202 | 2025-06-30T23:25:32.134Z | Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
9203 | 2025-06-30T23:25:32.134Z | Fresh event-listener v5.3.1 |
9204 | 2025-06-30T23:25:32.135Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
9205 | 2025-06-30T23:25:32.135Z | Fresh parse-size v1.1.0 |
9206 | 2025-06-30T23:25:32.135Z | Fresh typeid v1.0.3 |
9207 | 2025-06-30T23:25:32.135Z | Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
9208 | 2025-06-30T23:25:32.135Z | Fresh event-listener-strategy v0.5.2 |
9209 | 2025-06-30T23:25:32.135Z | Fresh yansi v1.0.1 |
9210 | 2025-06-30T23:25:32.135Z | Fresh erased-serde v0.4.6 |
9211 | 2025-06-30T23:25:32.135Z | Fresh futures-lite v2.3.0 |
9212 | 2025-06-30T23:25:32.135Z | Fresh ordered-float v2.10.1 |
9213 | 2025-06-30T23:25:32.135Z | Fresh pretty_assertions v1.4.1 |
9214 | 2025-06-30T23:25:32.135Z | Fresh serde-value v0.7.0 |
9215 | 2025-06-30T23:25:32.135Z | Fresh serde-untagged v0.1.7 |
9216 | 2025-06-30T23:25:32.135Z | Fresh castaway v0.2.3 |
9217 | 2025-06-30T23:25:32.135Z | Fresh indoc v2.0.6 |
9218 | 2025-06-30T23:25:32.135Z | Fresh libz-sys v1.1.20 |
9219 | 2025-06-30T23:25:32.135Z | Fresh cargo-util-schemas v0.2.0 |
9220 | 2025-06-30T23:25:32.135Z | Fresh compact_str v0.8.0 |
9221 | 2025-06-30T23:25:32.135Z | Fresh async-lock v3.4.0 |
9222 | 2025-06-30T23:25:32.135Z | Fresh unicode-truncate v1.1.0 |
9223 | 2025-06-30T23:25:32.135Z | Fresh polling v3.7.3 |
9224 | 2025-06-30T23:25:32.135Z | Fresh lru v0.12.5 |
9225 | 2025-06-30T23:25:32.135Z | Fresh cargo-platform v0.2.0 |
9226 | 2025-06-30T23:25:32.135Z | Fresh instability v0.3.2 |
9227 | 2025-06-30T23:25:32.135Z | Fresh is_ci v1.2.0 |
9228 | 2025-06-30T23:25:32.135Z | Fresh cassowary v0.3.0 |
9229 | 2025-06-30T23:25:32.135Z | Fresh libgit2-sys v0.17.0+1.8.1 |
9230 | 2025-06-30T23:25:32.135Z | Fresh async-io v2.3.4 |
9231 | 2025-06-30T23:25:32.136Z | Fresh ratatui v0.29.0 |
9232 | 2025-06-30T23:25:32.136Z | Fresh supports-color v3.0.2 |
9233 | 2025-06-30T23:25:32.136Z | Fresh cargo_metadata v0.20.0 |
9234 | 2025-06-30T23:25:32.136Z | Fresh polyval v0.6.2 |
9235 | 2025-06-30T23:25:32.136Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
9236 | 2025-06-30T23:25:32.136Z | Fresh cargo-platform v0.1.8 |
9237 | 2025-06-30T23:25:32.136Z | Fresh smawk v0.3.2 |
9238 | 2025-06-30T23:25:32.136Z | Fresh unicode-linebreak v0.1.5 |
9239 | 2025-06-30T23:25:32.136Z | Fresh async-task v4.7.1 |
9240 | 2025-06-30T23:25:32.136Z | Fresh plotters-backend v0.3.7 |
9241 | 2025-06-30T23:25:32.136Z | Fresh ghash v0.5.1 |
9242 | 2025-06-30T23:25:32.136Z | Fresh cargo_metadata v0.18.1 |
9243 | 2025-06-30T23:25:32.136Z | Fresh git2 v0.19.0 |
9244 | 2025-06-30T23:25:32.136Z | Fresh plotters-svg v0.3.7 |
9245 | 2025-06-30T23:25:32.136Z | Fresh textwrap v0.16.2 |
9246 | 2025-06-30T23:25:32.136Z | Fresh async-channel v2.3.1 |
9247 | 2025-06-30T23:25:32.136Z | Fresh piper v0.2.4 |
9248 | 2025-06-30T23:25:32.136Z | Fresh ctr v0.9.2 |
9249 | 2025-06-30T23:25:32.136Z | Fresh constant_time_eq v0.3.1 |
9250 | 2025-06-30T23:25:32.136Z | Fresh shell-words v1.1.0 |
9251 | 2025-06-30T23:25:32.136Z | Fresh cast v0.3.0 |
9252 | 2025-06-30T23:25:32.136Z | Fresh arrayref v0.3.9 |
9253 | 2025-06-30T23:25:32.136Z | Fresh arrayvec v0.7.6 |
9254 | 2025-06-30T23:25:32.136Z | Fresh blocking v1.6.1 |
9255 | 2025-06-30T23:25:32.136Z | Fresh plotters v0.3.7 |
9256 | 2025-06-30T23:25:32.136Z | Fresh aes-gcm v0.10.3 |
9257 | 2025-06-30T23:25:32.136Z | Fresh criterion-plot v0.5.0 |
9258 | 2025-06-30T23:25:32.136Z | Fresh vergen v8.3.2 |
9259 | 2025-06-30T23:25:32.136Z | Fresh async-executor v1.13.1 |
9260 | 2025-06-30T23:25:32.136Z | Fresh async-signal v0.2.10 |
9261 | 2025-06-30T23:25:32.136Z | Fresh ssh-encoding v0.2.0 |
9262 | 2025-06-30T23:25:32.136Z | Fresh sct v0.7.1 |
9263 | 2025-06-30T23:25:32.136Z | Fresh rustls-webpki v0.101.7 |
9264 | 2025-06-30T23:25:32.136Z | Fresh blowfish v0.9.1 |
9265 | 2025-06-30T23:25:32.136Z | Fresh tinytemplate v1.2.1 |
9266 | 2025-06-30T23:25:32.136Z | Fresh rtoolbox v0.0.2 |
9267 | 2025-06-30T23:25:32.136Z | Fresh anes v0.1.6 |
9268 | 2025-06-30T23:25:32.136Z | Fresh event-listener v2.5.3 |
9269 | 2025-06-30T23:25:32.136Z | Fresh oorandom v11.1.4 |
9270 | 2025-06-30T23:25:32.136Z | Fresh rustls v0.21.12 |
9271 | 2025-06-30T23:25:32.137Z | Fresh rpassword v7.4.0 |
9272 | 2025-06-30T23:25:32.141Z | Fresh ssh-cipher v0.2.0 |
9273 | 2025-06-30T23:25:32.141Z | Fresh criterion v0.6.0 |
9274 | 2025-06-30T23:25:32.141Z | Fresh async-channel v1.9.0 |
9275 | 2025-06-30T23:25:32.141Z | Fresh bcrypt-pbkdf v0.10.0 |
9276 | 2025-06-30T23:25:32.141Z | Fresh async-global-executor v2.4.1 |
9277 | 2025-06-30T23:25:32.141Z | Fresh async-process v2.3.0 |
9278 | 2025-06-30T23:25:32.141Z | Fresh tui-tree-widget v0.23.1 |
9279 | 2025-06-30T23:25:32.141Z | Fresh password-hash v0.4.2 |
9280 | 2025-06-30T23:25:32.141Z | Fresh async-attributes v1.1.2 |
9281 | 2025-06-30T23:25:32.141Z | Fresh kv-log-macro v1.0.7 |
9282 | 2025-06-30T23:25:32.141Z | Fresh futures-timer v3.0.3 |
9283 | 2025-06-30T23:25:32.142Z | Fresh hex-literal v0.4.1 |
9284 | 2025-06-30T23:25:32.142Z | Fresh async-std v1.13.0 |
9285 | 2025-06-30T23:25:32.142Z | Fresh pbkdf2 v0.11.0 |
9286 | 2025-06-30T23:25:32.142Z | Fresh petname v2.0.2 |
9287 | 2025-06-30T23:25:32.142Z | Fresh ssh-key v0.6.6 |
9288 | 2025-06-30T23:25:32.142Z | Fresh target-lexicon v0.13.2 |
9289 | 2025-06-30T23:25:32.142Z | Fresh tokio-rustls v0.24.1 |
9290 | 2025-06-30T23:25:32.142Z | Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
9291 | 2025-06-30T23:25:32.142Z | Fresh p256 v0.13.2 |
9292 | 2025-06-30T23:25:32.142Z | Fresh p521 v0.13.3 |
9293 | 2025-06-30T23:25:32.142Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
9294 | 2025-06-30T23:25:32.142Z | Fresh rustls-pemfile v1.0.4 |
9295 | 2025-06-30T23:25:32.142Z | Fresh twox-hash v2.1.0 |
9296 | 2025-06-30T23:25:32.142Z | Fresh russh-cryptovec v0.7.3 |
9297 | 2025-06-30T23:25:32.143Z | Fresh memmap2 v0.9.5 |
9298 | 2025-06-30T23:25:32.143Z | Fresh sync-ptr v0.1.4 |
9299 | 2025-06-30T23:25:32.143Z | Fresh md5 v0.7.0 |
9300 | 2025-06-30T23:25:32.143Z | Fresh blake3 v1.5.4 |
9301 | 2025-06-30T23:25:32.143Z | Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
9302 | 2025-06-30T23:25:32.143Z | Fresh russh-keys v0.45.0 |
9303 | 2025-06-30T23:25:32.143Z | Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
9304 | 2025-06-30T23:25:32.143Z | Fresh cfg-expr v0.18.0 |
9305 | 2025-06-30T23:25:32.144Z | Fresh async-object-pool v0.1.5 |
9306 | 2025-06-30T23:25:32.144Z | Fresh guppy-workspace-hack v0.1.0 |
9307 | 2025-06-30T23:25:32.144Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
9308 | 2025-06-30T23:25:32.144Z | Fresh httptest v0.16.3 |
9309 | 2025-06-30T23:25:32.144Z | Fresh fatfs v0.3.6 |
9310 | 2025-06-30T23:25:32.144Z | Fresh proc-macro-crate v3.2.0 |
9311 | 2025-06-30T23:25:32.144Z | Fresh num-bigint v0.4.6 |
9312 | 2025-06-30T23:25:32.144Z | Fresh des v0.8.1 |
9313 | 2025-06-30T23:25:32.144Z | Fresh serde_regex v1.1.0 |
9314 | 2025-06-30T23:25:32.144Z | Fresh assert-json-diff v2.0.2 |
9315 | 2025-06-30T23:25:32.144Z | Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
9316 | 2025-06-30T23:25:32.144Z | Fresh path-tree v0.8.1 |
9317 | 2025-06-30T23:25:32.144Z | Fresh topological-sort v0.2.2 |
9318 | 2025-06-30T23:25:32.144Z | Fresh relative-path v1.9.3 |
9319 | 2025-06-30T23:25:32.144Z | Fresh stringmetrics v2.2.2 |
9320 | 2025-06-30T23:25:32.144Z | Fresh escape8259 v0.5.3 |
9321 | 2025-06-30T23:25:32.144Z | Fresh russh v0.45.0 |
9322 | 2025-06-30T23:25:32.144Z | Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
9323 | 2025-06-30T23:25:32.144Z | Fresh omicron-zone-package v0.12.2 |
9324 | 2025-06-30T23:25:32.144Z | Fresh libtest-mimic v0.8.1 |
9325 | 2025-06-30T23:25:32.144Z | Fresh rstest_macros v0.25.0 |
9326 | 2025-06-30T23:25:32.144Z | Fresh httpmock v0.8.0-alpha.1 |
9327 | 2025-06-30T23:25:32.144Z | Fresh target-spec v3.4.2 |
9328 | 2025-06-30T23:25:32.145Z | Fresh target-triple v0.1.3 |
9329 | 2025-06-30T23:25:32.145Z | Fresh doc-comment v0.3.3 |
9330 | 2025-06-30T23:25:32.145Z | Fresh blake2b_simd v1.0.2 |
9331 | 2025-06-30T23:25:32.145Z | Fresh petgraph v0.7.1 |
9332 | 2025-06-30T23:25:32.145Z | Fresh fancy-regex v0.14.0 |
9333 | 2025-06-30T23:25:32.145Z | Fresh pathdiff v0.2.3 |
9334 | 2025-06-30T23:25:32.145Z | Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
9335 | 2025-06-30T23:25:32.145Z | Fresh uzers v0.12.1 |
9336 | 2025-06-30T23:25:32.145Z | Fresh internet-checksum v0.2.1 |
9337 | 2025-06-30T23:25:32.145Z | Fresh nested v0.1.1 |
9338 | 2025-06-30T23:25:32.145Z | Fresh rust-argon2 v2.1.0 |
9339 | 2025-06-30T23:25:32.145Z | Fresh datatest-stable v0.3.2 |
9340 | 2025-06-30T23:25:32.145Z | Fresh assert_cmd v2.0.17 |
9341 | 2025-06-30T23:25:32.145Z | Fresh trybuild v1.0.105 |
9342 | 2025-06-30T23:25:32.145Z | Fresh guppy v0.17.19 |
9343 | 2025-06-30T23:25:32.145Z | Fresh rstest v0.25.0 |
9344 | 2025-06-30T23:25:32.145Z | Fresh partial-io v0.5.4 |
9345 | 2025-06-30T23:25:32.145Z | Fresh similar-asserts v1.7.0 |
9346 | 2025-06-30T23:25:32.145Z | Fresh rand_distr v0.4.3 |
9347 | 2025-06-30T23:25:32.145Z | Fresh approx v0.5.1 |
9348 | 2025-06-30T23:25:32.145Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
9349 | 2025-06-30T23:25:32.145Z | Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
9350 | 2025-06-30T23:25:32.145Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
9351 | 2025-06-30T23:25:32.145Z | Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
9352 | 2025-06-30T23:25:32.145Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
9353 | 2025-06-30T23:25:32.146Z | Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
9354 | 2025-06-30T23:25:32.146Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
9355 | 2025-06-30T23:25:32.146Z | Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
9356 | 2025-06-30T23:25:32.146Z | Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
9357 | 2025-06-30T23:25:32.146Z | Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
9358 | 2025-06-30T23:25:32.146Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
9359 | 2025-06-30T23:25:32.146Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
9360 | 2025-06-30T23:25:32.146Z | Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
9361 | 2025-06-30T23:25:32.146Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
9362 | 2025-06-30T23:25:32.146Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
9363 | 2025-06-30T23:25:32.146Z | Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
9364 | 2025-06-30T23:25:32.146Z | Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
9365 | 2025-06-30T23:25:32.146Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
9366 | 2025-06-30T23:25:32.146Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
9367 | 2025-06-30T23:25:32.146Z | Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
9368 | 2025-06-30T23:25:32.146Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
9369 | 2025-06-30T23:25:32.146Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
9370 | 2025-06-30T23:25:32.146Z | Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
9371 | 2025-06-30T23:25:32.147Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
9372 | 2025-06-30T23:25:32.151Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
9373 | 2025-06-30T23:25:32.151Z | Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
9374 | 2025-06-30T23:25:32.151Z | Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
9375 | 2025-06-30T23:25:32.152Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
9376 | 2025-06-30T23:25:32.152Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
9377 | 2025-06-30T23:25:32.152Z | Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
9378 | 2025-06-30T23:25:32.152Z | Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
9379 | 2025-06-30T23:25:32.152Z | Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
9380 | 2025-06-30T23:25:32.152Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
9381 | 2025-06-30T23:25:32.152Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
9382 | 2025-06-30T23:25:32.152Z | Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
9383 | 2025-06-30T23:25:32.152Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
9384 | 2025-06-30T23:25:32.152Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
9385 | 2025-06-30T23:25:32.152Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
9386 | 2025-06-30T23:25:32.152Z | Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
9387 | 2025-06-30T23:25:32.152Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
9388 | 2025-06-30T23:25:32.152Z | Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
9389 | 2025-06-30T23:25:32.152Z | Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
9390 | 2025-06-30T23:25:32.153Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
9391 | 2025-06-30T23:25:32.153Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
9392 | 2025-06-30T23:25:32.153Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
9393 | 2025-06-30T23:25:32.153Z | Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
9394 | 2025-06-30T23:25:32.153Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
9395 | 2025-06-30T23:25:32.153Z | Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
9396 | 2025-06-30T23:25:32.153Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
9397 | 2025-06-30T23:25:32.153Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
9398 | 2025-06-30T23:25:32.153Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
9399 | 2025-06-30T23:25:32.153Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
9400 | 2025-06-30T23:25:32.153Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
9401 | 2025-06-30T23:25:32.153Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
9402 | 2025-06-30T23:25:32.153Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
9403 | 2025-06-30T23:25:32.153Z | Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
9404 | 2025-06-30T23:25:32.153Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
9405 | 2025-06-30T23:25:32.153Z | Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
9406 | 2025-06-30T23:25:32.153Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
9407 | 2025-06-30T23:25:32.153Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
9408 | 2025-06-30T23:25:32.154Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
9409 | 2025-06-30T23:25:32.154Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
9410 | 2025-06-30T23:25:32.154Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
9411 | 2025-06-30T23:25:32.154Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
9412 | 2025-06-30T23:25:32.154Z | Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
9413 | 2025-06-30T23:25:32.154Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
9414 | 2025-06-30T23:25:32.154Z | Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
9415 | 2025-06-30T23:25:32.154Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
9416 | 2025-06-30T23:25:32.154Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
9417 | 2025-06-30T23:25:32.154Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
9418 | 2025-06-30T23:25:32.154Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
9419 | 2025-06-30T23:25:32.154Z | Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
9420 | 2025-06-30T23:25:32.154Z | Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
9421 | 2025-06-30T23:25:32.154Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
9422 | 2025-06-30T23:25:32.154Z | Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
9423 | 2025-06-30T23:25:32.154Z | Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
9424 | 2025-06-30T23:25:32.154Z | Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
9425 | 2025-06-30T23:25:32.154Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
9426 | 2025-06-30T23:25:32.154Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
9427 | 2025-06-30T23:25:32.154Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
9428 | 2025-06-30T23:25:32.154Z | Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
9429 | 2025-06-30T23:25:32.154Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
9430 | 2025-06-30T23:25:32.154Z | Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
9431 | 2025-06-30T23:25:32.154Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
9432 | 2025-06-30T23:25:32.154Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
9433 | 2025-06-30T23:25:32.154Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
9434 | 2025-06-30T23:25:32.154Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
9435 | 2025-06-30T23:25:32.154Z | Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
9436 | 2025-06-30T23:25:32.154Z | Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
9437 | 2025-06-30T23:25:32.154Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
9438 | 2025-06-30T23:25:32.154Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
9439 | 2025-06-30T23:25:32.155Z | Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
9440 | 2025-06-30T23:25:32.155Z | Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
9441 | 2025-06-30T23:25:32.155Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
9442 | 2025-06-30T23:25:32.155Z | Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
9443 | 2025-06-30T23:25:32.155Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
9444 | 2025-06-30T23:25:32.155Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
9445 | 2025-06-30T23:25:32.155Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
9446 | 2025-06-30T23:25:32.155Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
9447 | 2025-06-30T23:25:32.155Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
9448 | 2025-06-30T23:25:32.155Z | Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
9449 | 2025-06-30T23:25:32.155Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
9450 | 2025-06-30T23:25:32.155Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
9451 | 2025-06-30T23:25:32.155Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
9452 | 2025-06-30T23:25:32.155Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
9453 | 2025-06-30T23:25:32.156Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
9454 | 2025-06-30T23:25:32.156Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
9455 | 2025-06-30T23:25:32.156Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
9456 | 2025-06-30T23:25:32.156Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
9457 | 2025-06-30T23:25:32.156Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
9458 | 2025-06-30T23:25:32.156Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
9459 | 2025-06-30T23:25:32.156Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
9460 | 2025-06-30T23:25:32.156Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
9461 | 2025-06-30T23:25:32.156Z | Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
9462 | 2025-06-30T23:25:32.156Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
9463 | 2025-06-30T23:25:32.156Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
9464 | 2025-06-30T23:25:32.156Z | Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
9465 | 2025-06-30T23:25:32.156Z | Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
9466 | 2025-06-30T23:25:32.156Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
9467 | 2025-06-30T23:25:32.156Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
9468 | 2025-06-30T23:25:32.156Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
9469 | 2025-06-30T23:25:32.156Z | Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
9470 | 2025-06-30T23:25:32.156Z | Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
9471 | 2025-06-30T23:25:32.156Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
9472 | 2025-06-30T23:25:32.160Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
9473 | 2025-06-30T23:25:32.160Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
9474 | 2025-06-30T23:25:32.160Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
9475 | 2025-06-30T23:25:32.160Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
9476 | 2025-06-30T23:25:32.160Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
9477 | 2025-06-30T23:25:32.160Z | Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
9478 | 2025-06-30T23:25:32.160Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
9479 | 2025-06-30T23:25:32.160Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
9480 | 2025-06-30T23:25:32.160Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2.19s |
9481 | 2025-06-30T23:25:32.222Z | Doc-tests api_identity |
9482 | 2025-06-30T23:25:32.226Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9483 | 2025-06-30T23:25:32.462Z | |
9484 | 2025-06-30T23:25:32.462Z | running 0 tests |
9485 | 2025-06-30T23:25:32.462Z | |
9486 | 2025-06-30T23:25:32.466Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9487 | 2025-06-30T23:25:32.466Z | |
9488 | 2025-06-30T23:25:32.476Z | Doc-tests authz_macros |
9489 | 2025-06-30T23:25:32.480Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9490 | 2025-06-30T23:25:32.601Z | |
9491 | 2025-06-30T23:25:32.601Z | running 7 tests |
9492 | 2025-06-30T23:25:32.604Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored |
9493 | 2025-06-30T23:25:32.604Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored |
9494 | 2025-06-30T23:25:32.606Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored |
9495 | 2025-06-30T23:25:32.606Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored |
9496 | 2025-06-30T23:25:32.606Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored |
9497 | 2025-06-30T23:25:32.606Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored |
9498 | 2025-06-30T23:25:32.606Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored |
9499 | 2025-06-30T23:25:32.606Z | |
9500 | 2025-06-30T23:25:32.606Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9501 | 2025-06-30T23:25:32.606Z | |
9502 | 2025-06-30T23:25:32.613Z | Doc-tests bootstore |
9503 | 2025-06-30T23:25:32.617Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9504 | 2025-06-30T23:25:33.328Z | |
9505 | 2025-06-30T23:25:33.328Z | running 0 tests |
9506 | 2025-06-30T23:25:33.328Z | |
9507 | 2025-06-30T23:25:33.328Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9508 | 2025-06-30T23:25:33.328Z | |
9509 | 2025-06-30T23:25:33.365Z | Doc-tests bootstrap_agent_api |
9510 | 2025-06-30T23:25:33.365Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9511 | 2025-06-30T23:25:33.745Z | |
9512 | 2025-06-30T23:25:33.745Z | running 2 tests |
9513 | 2025-06-30T23:25:33.749Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored |
9514 | 2025-06-30T23:25:33.749Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored |
9515 | 2025-06-30T23:25:33.749Z | |
9516 | 2025-06-30T23:25:33.749Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9517 | 2025-06-30T23:25:33.749Z | |
9518 | 2025-06-30T23:25:33.777Z | Doc-tests bootstrap_agent_client |
9519 | 2025-06-30T23:25:33.780Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9520 | 2025-06-30T23:25:34.680Z | |
9521 | 2025-06-30T23:25:34.680Z | running 0 tests |
9522 | 2025-06-30T23:25:34.680Z | |
9523 | 2025-06-30T23:25:34.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9524 | 2025-06-30T23:25:34.680Z | |
9525 | 2025-06-30T23:25:34.719Z | Doc-tests clickana |
9526 | 2025-06-30T23:25:34.722Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f5a9a76590a02ab2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9527 | 2025-06-30T23:25:35.168Z | |
9528 | 2025-06-30T23:25:35.168Z | running 0 tests |
9529 | 2025-06-30T23:25:35.168Z | |
9530 | 2025-06-30T23:25:35.168Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9531 | 2025-06-30T23:25:35.168Z | |
9532 | 2025-06-30T23:25:35.197Z | Doc-tests clickhouse_admin_api |
9533 | 2025-06-30T23:25:35.200Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9534 | 2025-06-30T23:25:35.470Z | |
9535 | 2025-06-30T23:25:35.470Z | running 6 tests |
9536 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored |
9537 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored |
9538 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored |
9539 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored |
9540 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored |
9541 | 2025-06-30T23:25:35.474Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored |
9542 | 2025-06-30T23:25:35.474Z | |
9543 | 2025-06-30T23:25:35.474Z | test result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9544 | 2025-06-30T23:25:35.474Z | |
9545 | 2025-06-30T23:25:35.496Z | Doc-tests clickhouse_admin_keeper_client |
9546 | 2025-06-30T23:25:35.499Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9547 | 2025-06-30T23:25:36.066Z | |
9548 | 2025-06-30T23:25:36.066Z | running 0 tests |
9549 | 2025-06-30T23:25:36.066Z | |
9550 | 2025-06-30T23:25:36.066Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9551 | 2025-06-30T23:25:36.066Z | |
9552 | 2025-06-30T23:25:36.099Z | Doc-tests clickhouse_admin_server_client |
9553 | 2025-06-30T23:25:36.102Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9554 | 2025-06-30T23:25:36.613Z | |
9555 | 2025-06-30T23:25:36.613Z | running 0 tests |
9556 | 2025-06-30T23:25:36.613Z | |
9557 | 2025-06-30T23:25:36.613Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9558 | 2025-06-30T23:25:36.613Z | |
9559 | 2025-06-30T23:25:36.644Z | Doc-tests clickhouse_admin_single_client |
9560 | 2025-06-30T23:25:36.650Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9561 | 2025-06-30T23:25:36.856Z | |
9562 | 2025-06-30T23:25:36.857Z | running 0 tests |
9563 | 2025-06-30T23:25:36.857Z | |
9564 | 2025-06-30T23:25:36.857Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9565 | 2025-06-30T23:25:36.857Z | |
9566 | 2025-06-30T23:25:36.875Z | Doc-tests clickhouse_admin_test_utils |
9567 | 2025-06-30T23:25:36.879Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9568 | 2025-06-30T23:25:37.108Z | |
9569 | 2025-06-30T23:25:37.108Z | running 0 tests |
9570 | 2025-06-30T23:25:37.108Z | |
9571 | 2025-06-30T23:25:37.108Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9572 | 2025-06-30T23:25:37.109Z | |
9573 | 2025-06-30T23:25:37.133Z | Doc-tests clickhouse_admin_types |
9574 | 2025-06-30T23:25:37.137Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9575 | 2025-06-30T23:25:37.632Z | |
9576 | 2025-06-30T23:25:37.633Z | running 0 tests |
9577 | 2025-06-30T23:25:37.633Z | |
9578 | 2025-06-30T23:25:37.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9579 | 2025-06-30T23:25:37.633Z | |
9580 | 2025-06-30T23:25:37.665Z | Doc-tests cockroach_admin_api |
9581 | 2025-06-30T23:25:37.669Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9582 | 2025-06-30T23:25:37.864Z | |
9583 | 2025-06-30T23:25:37.864Z | running 2 tests |
9584 | 2025-06-30T23:25:37.867Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored |
9585 | 2025-06-30T23:25:37.867Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored |
9586 | 2025-06-30T23:25:37.867Z | |
9587 | 2025-06-30T23:25:37.867Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9588 | 2025-06-30T23:25:37.867Z | |
9589 | 2025-06-30T23:25:37.882Z | Doc-tests cockroach_admin_client |
9590 | 2025-06-30T23:25:37.886Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9591 | 2025-06-30T23:25:38.159Z | |
9592 | 2025-06-30T23:25:38.159Z | running 0 tests |
9593 | 2025-06-30T23:25:38.159Z | |
9594 | 2025-06-30T23:25:38.159Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9595 | 2025-06-30T23:25:38.159Z | |
9596 | 2025-06-30T23:25:38.179Z | Doc-tests cockroach_admin_types |
9597 | 2025-06-30T23:25:38.182Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9598 | 2025-06-30T23:25:38.333Z | |
9599 | 2025-06-30T23:25:38.334Z | running 0 tests |
9600 | 2025-06-30T23:25:38.334Z | |
9601 | 2025-06-30T23:25:38.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9602 | 2025-06-30T23:25:38.334Z | |
9603 | 2025-06-30T23:25:38.348Z | Doc-tests db_macros |
9604 | 2025-06-30T23:25:38.352Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9605 | 2025-06-30T23:25:38.576Z | |
9606 | 2025-06-30T23:25:38.576Z | running 3 tests |
9607 | 2025-06-30T23:25:38.579Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored |
9608 | 2025-06-30T23:25:38.582Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored |
9609 | 2025-06-30T23:25:38.582Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored |
9610 | 2025-06-30T23:25:38.582Z | |
9611 | 2025-06-30T23:25:38.582Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9612 | 2025-06-30T23:25:38.582Z | |
9613 | 2025-06-30T23:25:38.591Z | Doc-tests dev_tools_common |
9614 | 2025-06-30T23:25:38.594Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9615 | 2025-06-30T23:25:38.647Z | |
9616 | 2025-06-30T23:25:38.647Z | running 0 tests |
9617 | 2025-06-30T23:25:38.647Z | |
9618 | 2025-06-30T23:25:38.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9619 | 2025-06-30T23:25:38.648Z | |
9620 | 2025-06-30T23:25:38.655Z | Doc-tests dns_server |
9621 | 2025-06-30T23:25:38.658Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9622 | 2025-06-30T23:25:39.000Z | |
9623 | 2025-06-30T23:25:39.000Z | running 0 tests |
9624 | 2025-06-30T23:25:39.000Z | |
9625 | 2025-06-30T23:25:39.000Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9626 | 2025-06-30T23:25:39.000Z | |
9627 | 2025-06-30T23:25:39.029Z | Doc-tests dns_server_api |
9628 | 2025-06-30T23:25:39.029Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9629 | 2025-06-30T23:25:39.271Z | |
9630 | 2025-06-30T23:25:39.271Z | running 2 tests |
9631 | 2025-06-30T23:25:39.275Z | test dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored |
9632 | 2025-06-30T23:25:39.275Z | test dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored |
9633 | 2025-06-30T23:25:39.275Z | |
9634 | 2025-06-30T23:25:39.275Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9635 | 2025-06-30T23:25:39.275Z | |
9636 | 2025-06-30T23:25:39.295Z | Doc-tests dns_service_client |
9637 | 2025-06-30T23:25:39.298Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9638 | 2025-06-30T23:25:39.609Z | |
9639 | 2025-06-30T23:25:39.610Z | running 0 tests |
9640 | 2025-06-30T23:25:39.610Z | |
9641 | 2025-06-30T23:25:39.610Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9642 | 2025-06-30T23:25:39.610Z | |
9643 | 2025-06-30T23:25:39.637Z | Doc-tests end_to_end_tests |
9644 | 2025-06-30T23:25:39.640Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-b6858b247a7be4bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9645 | 2025-06-30T23:25:40.083Z | |
9646 | 2025-06-30T23:25:40.084Z | running 0 tests |
9647 | 2025-06-30T23:25:40.084Z | |
9648 | 2025-06-30T23:25:40.084Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9649 | 2025-06-30T23:25:40.084Z | |
9650 | 2025-06-30T23:25:40.116Z | Doc-tests ereport_types |
9651 | 2025-06-30T23:25:40.116Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9652 | 2025-06-30T23:25:40.313Z | |
9653 | 2025-06-30T23:25:40.313Z | running 0 tests |
9654 | 2025-06-30T23:25:40.313Z | |
9655 | 2025-06-30T23:25:40.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9656 | 2025-06-30T23:25:40.314Z | |
9657 | 2025-06-30T23:25:40.332Z | Doc-tests gateway_api |
9658 | 2025-06-30T23:25:40.335Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9659 | 2025-06-30T23:25:40.625Z | |
9660 | 2025-06-30T23:25:40.625Z | running 2 tests |
9661 | 2025-06-30T23:25:40.628Z | test gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored |
9662 | 2025-06-30T23:25:40.628Z | test gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored |
9663 | 2025-06-30T23:25:40.628Z | |
9664 | 2025-06-30T23:25:40.628Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9665 | 2025-06-30T23:25:40.628Z | |
9666 | 2025-06-30T23:25:40.647Z | Doc-tests gateway_client |
9667 | 2025-06-30T23:25:40.650Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9668 | 2025-06-30T23:25:41.614Z | |
9669 | 2025-06-30T23:25:41.615Z | running 0 tests |
9670 | 2025-06-30T23:25:41.615Z | |
9671 | 2025-06-30T23:25:41.615Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9672 | 2025-06-30T23:25:41.615Z | |
9673 | 2025-06-30T23:25:41.650Z | Doc-tests gateway_test_utils |
9674 | 2025-06-30T23:25:41.653Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9675 | 2025-06-30T23:25:42.268Z | |
9676 | 2025-06-30T23:25:42.268Z | running 0 tests |
9677 | 2025-06-30T23:25:42.268Z | |
9678 | 2025-06-30T23:25:42.268Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9679 | 2025-06-30T23:25:42.268Z | |
9680 | 2025-06-30T23:25:42.305Z | Doc-tests gateway_types |
9681 | 2025-06-30T23:25:42.308Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9682 | 2025-06-30T23:25:42.755Z | |
9683 | 2025-06-30T23:25:42.756Z | running 0 tests |
9684 | 2025-06-30T23:25:42.756Z | |
9685 | 2025-06-30T23:25:42.756Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9686 | 2025-06-30T23:25:42.756Z | |
9687 | 2025-06-30T23:25:42.780Z | Doc-tests gfss |
9688 | 2025-06-30T23:25:42.783Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9689 | 2025-06-30T23:25:42.890Z | |
9690 | 2025-06-30T23:25:42.890Z | running 0 tests |
9691 | 2025-06-30T23:25:42.890Z | |
9692 | 2025-06-30T23:25:42.890Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9693 | 2025-06-30T23:25:42.890Z | |
9694 | 2025-06-30T23:25:42.903Z | Doc-tests id_map |
9695 | 2025-06-30T23:25:42.906Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9696 | 2025-06-30T23:25:43.009Z | |
9697 | 2025-06-30T23:25:43.009Z | running 0 tests |
9698 | 2025-06-30T23:25:43.009Z | |
9699 | 2025-06-30T23:25:43.009Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9700 | 2025-06-30T23:25:43.009Z | |
9701 | 2025-06-30T23:25:43.021Z | Doc-tests illumos_utils |
9702 | 2025-06-30T23:25:43.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9d9cc016dcc99c9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human` |
9703 | 2025-06-30T23:25:43.617Z | |
9704 | 2025-06-30T23:25:43.617Z | running 0 tests |
9705 | 2025-06-30T23:25:43.617Z | |
9706 | 2025-06-30T23:25:43.617Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9707 | 2025-06-30T23:25:43.617Z | |
9708 | 2025-06-30T23:25:43.652Z | Doc-tests installinator |
9709 | 2025-06-30T23:25:43.656Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human` |
9710 | 2025-06-30T23:25:44.242Z | |
9711 | 2025-06-30T23:25:44.242Z | running 0 tests |
9712 | 2025-06-30T23:25:44.242Z | |
9713 | 2025-06-30T23:25:44.242Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9714 | 2025-06-30T23:25:44.242Z | |
9715 | 2025-06-30T23:25:44.278Z | Doc-tests installinator_api |
9716 | 2025-06-30T23:25:44.281Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9717 | 2025-06-30T23:25:44.560Z | |
9718 | 2025-06-30T23:25:44.560Z | running 2 tests |
9719 | 2025-06-30T23:25:44.564Z | test installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored |
9720 | 2025-06-30T23:25:44.564Z | test installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored |
9721 | 2025-06-30T23:25:44.564Z | |
9722 | 2025-06-30T23:25:44.564Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9723 | 2025-06-30T23:25:44.564Z | |
9724 | 2025-06-30T23:25:44.587Z | Doc-tests installinator_client |
9725 | 2025-06-30T23:25:44.590Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9726 | 2025-06-30T23:25:45.376Z | |
9727 | 2025-06-30T23:25:45.376Z | running 0 tests |
9728 | 2025-06-30T23:25:45.376Z | |
9729 | 2025-06-30T23:25:45.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9730 | 2025-06-30T23:25:45.376Z | |
9731 | 2025-06-30T23:25:45.414Z | Doc-tests installinator_common |
9732 | 2025-06-30T23:25:45.419Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9733 | 2025-06-30T23:25:45.770Z | |
9734 | 2025-06-30T23:25:45.770Z | running 0 tests |
9735 | 2025-06-30T23:25:45.770Z | |
9736 | 2025-06-30T23:25:45.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9737 | 2025-06-30T23:25:45.770Z | |
9738 | 2025-06-30T23:25:45.801Z | Doc-tests internal_dns_resolver |
9739 | 2025-06-30T23:25:45.805Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9740 | 2025-06-30T23:25:46.069Z | |
9741 | 2025-06-30T23:25:46.069Z | running 0 tests |
9742 | 2025-06-30T23:25:46.069Z | |
9743 | 2025-06-30T23:25:46.069Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9744 | 2025-06-30T23:25:46.069Z | |
9745 | 2025-06-30T23:25:46.096Z | Doc-tests internal_dns_types |
9746 | 2025-06-30T23:25:46.099Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9747 | 2025-06-30T23:25:46.450Z | |
9748 | 2025-06-30T23:25:46.450Z | running 0 tests |
9749 | 2025-06-30T23:25:46.450Z | |
9750 | 2025-06-30T23:25:46.450Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9751 | 2025-06-30T23:25:46.450Z | |
9752 | 2025-06-30T23:25:46.478Z | Doc-tests ipcc |
9753 | 2025-06-30T23:25:46.481Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9754 | 2025-06-30T23:25:46.615Z | |
9755 | 2025-06-30T23:25:46.615Z | running 0 tests |
9756 | 2025-06-30T23:25:46.615Z | |
9757 | 2025-06-30T23:25:46.615Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9758 | 2025-06-30T23:25:46.615Z | |
9759 | 2025-06-30T23:25:46.632Z | Doc-tests key_manager |
9760 | 2025-06-30T23:25:46.632Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9761 | 2025-06-30T23:25:46.878Z | |
9762 | 2025-06-30T23:25:46.879Z | running 0 tests |
9763 | 2025-06-30T23:25:46.879Z | |
9764 | 2025-06-30T23:25:46.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9765 | 2025-06-30T23:25:46.879Z | |
9766 | 2025-06-30T23:25:46.903Z | Doc-tests live_tests_macros |
9767 | 2025-06-30T23:25:46.907Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-56fab96baf2f15b4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9768 | 2025-06-30T23:25:46.967Z | |
9769 | 2025-06-30T23:25:46.967Z | running 1 test |
9770 | 2025-06-30T23:25:46.970Z | test live-tests/macros/src/lib.rs - live_test (line 24) ... ignored |
9771 | 2025-06-30T23:25:46.970Z | |
9772 | 2025-06-30T23:25:46.970Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9773 | 2025-06-30T23:25:46.970Z | |
9774 | 2025-06-30T23:25:46.974Z | Doc-tests nexus_auth |
9775 | 2025-06-30T23:25:46.977Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9776 | 2025-06-30T23:25:47.965Z | |
9777 | 2025-06-30T23:25:47.966Z | running 0 tests |
9778 | 2025-06-30T23:25:47.966Z | |
9779 | 2025-06-30T23:25:47.966Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9780 | 2025-06-30T23:25:47.966Z | |
9781 | 2025-06-30T23:25:48.012Z | Doc-tests nexus_background_task_interface |
9782 | 2025-06-30T23:25:48.015Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9783 | 2025-06-30T23:25:48.090Z | |
9784 | 2025-06-30T23:25:48.090Z | running 0 tests |
9785 | 2025-06-30T23:25:48.090Z | |
9786 | 2025-06-30T23:25:48.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9787 | 2025-06-30T23:25:48.090Z | |
9788 | 2025-06-30T23:25:48.100Z | Doc-tests nexus_client |
9789 | 2025-06-30T23:25:48.103Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9790 | 2025-06-30T23:25:50.373Z | |
9791 | 2025-06-30T23:25:50.373Z | running 0 tests |
9792 | 2025-06-30T23:25:50.373Z | |
9793 | 2025-06-30T23:25:50.373Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9794 | 2025-06-30T23:25:50.374Z | |
9795 | 2025-06-30T23:25:50.434Z | Doc-tests nexus_config |
9796 | 2025-06-30T23:25:50.438Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9797 | 2025-06-30T23:25:50.988Z | |
9798 | 2025-06-30T23:25:50.988Z | running 0 tests |
9799 | 2025-06-30T23:25:50.989Z | |
9800 | 2025-06-30T23:25:50.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9801 | 2025-06-30T23:25:50.989Z | |
9802 | 2025-06-30T23:25:51.023Z | Doc-tests nexus_db_errors |
9803 | 2025-06-30T23:25:51.026Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9804 | 2025-06-30T23:25:51.387Z | |
9805 | 2025-06-30T23:25:51.387Z | running 0 tests |
9806 | 2025-06-30T23:25:51.387Z | |
9807 | 2025-06-30T23:25:51.387Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9808 | 2025-06-30T23:25:51.387Z | |
9809 | 2025-06-30T23:25:51.420Z | Doc-tests nexus_db_fixed_data |
9810 | 2025-06-30T23:25:51.424Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9811 | 2025-06-30T23:25:51.881Z | |
9812 | 2025-06-30T23:25:51.881Z | running 0 tests |
9813 | 2025-06-30T23:25:51.881Z | |
9814 | 2025-06-30T23:25:51.881Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9815 | 2025-06-30T23:25:51.882Z | |
9816 | 2025-06-30T23:25:51.918Z | Doc-tests nexus_db_lookup |
9817 | 2025-06-30T23:25:51.922Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9818 | 2025-06-30T23:25:52.665Z | |
9819 | 2025-06-30T23:25:52.665Z | running 0 tests |
9820 | 2025-06-30T23:25:52.666Z | |
9821 | 2025-06-30T23:25:52.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9822 | 2025-06-30T23:25:52.666Z | |
9823 | 2025-06-30T23:25:52.708Z | Doc-tests nexus_db_model |
9824 | 2025-06-30T23:25:52.711Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9825 | 2025-06-30T23:25:56.278Z | |
9826 | 2025-06-30T23:25:56.278Z | running 2 tests |
9827 | 2025-06-30T23:25:58.228Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
9828 | 2025-06-30T23:25:58.229Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
9829 | 2025-06-30T23:25:58.229Z | |
9830 | 2025-06-30T23:25:58.229Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.95s |
9831 | 2025-06-30T23:25:58.229Z | |
9832 | 2025-06-30T23:25:58.328Z | Doc-tests nexus_db_queries |
9833 | 2025-06-30T23:25:58.334Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8b29f993ef945bfe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-0685597ec8dcf398.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9834 | 2025-06-30T23:26:00.388Z | |
9835 | 2025-06-30T23:26:00.388Z | running 1 test |
9836 | 2025-06-30T23:26:03.397Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok |
9837 | 2025-06-30T23:26:03.397Z | |
9838 | 2025-06-30T23:26:03.397Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s |
9839 | 2025-06-30T23:26:03.397Z | |
9840 | 2025-06-30T23:26:03.479Z | Doc-tests nexus_db_schema |
9841 | 2025-06-30T23:26:03.482Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9842 | 2025-06-30T23:26:11.039Z | |
9843 | 2025-06-30T23:26:11.039Z | running 0 tests |
9844 | 2025-06-30T23:26:11.039Z | |
9845 | 2025-06-30T23:26:11.039Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9846 | 2025-06-30T23:26:11.039Z | |
9847 | 2025-06-30T23:26:11.092Z | Doc-tests nexus_defaults |
9848 | 2025-06-30T23:26:11.092Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9849 | 2025-06-30T23:26:11.092Z | |
9850 | 2025-06-30T23:26:11.092Z | running 0 tests |
9851 | 2025-06-30T23:26:11.092Z | |
9852 | 2025-06-30T23:26:11.092Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9853 | 2025-06-30T23:26:11.092Z | |
9854 | 2025-06-30T23:26:11.092Z | Doc-tests nexus_external_api |
9855 | 2025-06-30T23:26:11.092Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9856 | 2025-06-30T23:26:11.092Z | |
9857 | 2025-06-30T23:26:11.092Z | running 2 tests |
9858 | 2025-06-30T23:26:11.092Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored |
9859 | 2025-06-30T23:26:11.092Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored |
9860 | 2025-06-30T23:26:11.092Z | |
9861 | 2025-06-30T23:26:11.092Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9862 | 2025-06-30T23:26:11.092Z | |
9863 | 2025-06-30T23:26:11.092Z | Doc-tests nexus_internal_api |
9864 | 2025-06-30T23:26:11.092Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9865 | 2025-06-30T23:26:12.488Z | |
9866 | 2025-06-30T23:26:12.488Z | running 2 tests |
9867 | 2025-06-30T23:26:12.488Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored |
9868 | 2025-06-30T23:26:12.488Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored |
9869 | 2025-06-30T23:26:12.489Z | |
9870 | 2025-06-30T23:26:12.489Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9871 | 2025-06-30T23:26:12.489Z | |
9872 | 2025-06-30T23:26:12.489Z | Doc-tests nexus_inventory |
9873 | 2025-06-30T23:26:12.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9874 | 2025-06-30T23:26:12.489Z | |
9875 | 2025-06-30T23:26:12.489Z | running 0 tests |
9876 | 2025-06-30T23:26:12.489Z | |
9877 | 2025-06-30T23:26:12.489Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9878 | 2025-06-30T23:26:12.489Z | |
9879 | 2025-06-30T23:26:12.489Z | Doc-tests nexus_macros_common |
9880 | 2025-06-30T23:26:12.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9881 | 2025-06-30T23:26:12.489Z | |
9882 | 2025-06-30T23:26:12.489Z | running 0 tests |
9883 | 2025-06-30T23:26:12.489Z | |
9884 | 2025-06-30T23:26:12.489Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9885 | 2025-06-30T23:26:12.489Z | |
9886 | 2025-06-30T23:26:12.489Z | Doc-tests nexus_metrics_producer_gc |
9887 | 2025-06-30T23:26:12.489Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9888 | 2025-06-30T23:26:12.500Z | |
9889 | 2025-06-30T23:26:12.500Z | running 0 tests |
9890 | 2025-06-30T23:26:12.500Z | |
9891 | 2025-06-30T23:26:12.500Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9892 | 2025-06-30T23:26:12.500Z | |
9893 | 2025-06-30T23:26:12.500Z | Doc-tests nexus_mgs_updates |
9894 | 2025-06-30T23:26:12.500Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9895 | 2025-06-30T23:26:12.500Z | |
9896 | 2025-06-30T23:26:12.500Z | running 0 tests |
9897 | 2025-06-30T23:26:12.500Z | |
9898 | 2025-06-30T23:26:12.500Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9899 | 2025-06-30T23:26:12.500Z | |
9900 | 2025-06-30T23:26:12.500Z | Doc-tests nexus_networking |
9901 | 2025-06-30T23:26:12.500Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9902 | 2025-06-30T23:26:12.500Z | |
9903 | 2025-06-30T23:26:12.500Z | running 0 tests |
9904 | 2025-06-30T23:26:12.500Z | |
9905 | 2025-06-30T23:26:12.500Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9906 | 2025-06-30T23:26:12.500Z | |
9907 | 2025-06-30T23:26:12.534Z | Doc-tests nexus_reconfigurator_blippy |
9908 | 2025-06-30T23:26:12.534Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9909 | 2025-06-30T23:26:12.916Z | |
9910 | 2025-06-30T23:26:12.916Z | running 0 tests |
9911 | 2025-06-30T23:26:12.916Z | |
9912 | 2025-06-30T23:26:12.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9913 | 2025-06-30T23:26:12.916Z | |
9914 | 2025-06-30T23:26:12.938Z | Doc-tests nexus_reconfigurator_execution |
9915 | 2025-06-30T23:26:12.938Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9916 | 2025-06-30T23:26:14.092Z | |
9917 | 2025-06-30T23:26:14.092Z | running 0 tests |
9918 | 2025-06-30T23:26:14.092Z | |
9919 | 2025-06-30T23:26:14.092Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9920 | 2025-06-30T23:26:14.092Z | |
9921 | 2025-06-30T23:26:14.117Z | Doc-tests nexus_reconfigurator_planning |
9922 | 2025-06-30T23:26:14.117Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9923 | 2025-06-30T23:26:14.117Z | |
9924 | 2025-06-30T23:26:14.117Z | running 0 tests |
9925 | 2025-06-30T23:26:14.117Z | |
9926 | 2025-06-30T23:26:14.117Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9927 | 2025-06-30T23:26:14.117Z | |
9928 | 2025-06-30T23:26:14.117Z | Doc-tests nexus_reconfigurator_preparation |
9929 | 2025-06-30T23:26:14.117Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9930 | 2025-06-30T23:26:14.444Z | |
9931 | 2025-06-30T23:26:14.444Z | running 0 tests |
9932 | 2025-06-30T23:26:14.444Z | |
9933 | 2025-06-30T23:26:14.444Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9934 | 2025-06-30T23:26:14.444Z | |
9935 | 2025-06-30T23:26:14.482Z | Doc-tests nexus_reconfigurator_rendezvous |
9936 | 2025-06-30T23:26:14.486Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9937 | 2025-06-30T23:26:14.910Z | |
9938 | 2025-06-30T23:26:14.910Z | running 0 tests |
9939 | 2025-06-30T23:26:14.910Z | |
9940 | 2025-06-30T23:26:14.910Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9941 | 2025-06-30T23:26:14.910Z | |
9942 | 2025-06-30T23:26:14.947Z | Doc-tests nexus_reconfigurator_simulation |
9943 | 2025-06-30T23:26:14.950Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9944 | 2025-06-30T23:26:15.358Z | |
9945 | 2025-06-30T23:26:15.358Z | running 0 tests |
9946 | 2025-06-30T23:26:15.358Z | |
9947 | 2025-06-30T23:26:15.358Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9948 | 2025-06-30T23:26:15.358Z | |
9949 | 2025-06-30T23:26:15.393Z | Doc-tests nexus_saga_recovery |
9950 | 2025-06-30T23:26:15.396Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
9951 | 2025-06-30T23:26:15.771Z | |
9952 | 2025-06-30T23:26:15.771Z | running 0 tests |
9953 | 2025-06-30T23:26:15.771Z | |
9954 | 2025-06-30T23:26:15.771Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9955 | 2025-06-30T23:26:15.771Z | |
9956 | 2025-06-30T23:26:15.804Z | Doc-tests nexus_sled_agent_shared |
9957 | 2025-06-30T23:26:15.807Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9958 | 2025-06-30T23:26:16.303Z | |
9959 | 2025-06-30T23:26:16.303Z | running 0 tests |
9960 | 2025-06-30T23:26:16.303Z | |
9961 | 2025-06-30T23:26:16.303Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9962 | 2025-06-30T23:26:16.303Z | |
9963 | 2025-06-30T23:26:16.338Z | Doc-tests nexus_test_interface |
9964 | 2025-06-30T23:26:16.342Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9965 | 2025-06-30T23:26:16.663Z | |
9966 | 2025-06-30T23:26:16.663Z | running 0 tests |
9967 | 2025-06-30T23:26:16.663Z | |
9968 | 2025-06-30T23:26:16.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9969 | 2025-06-30T23:26:16.663Z | |
9970 | 2025-06-30T23:26:16.695Z | Doc-tests nexus_test_utils |
9971 | 2025-06-30T23:26:16.698Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human` |
9972 | 2025-06-30T23:26:17.506Z | |
9973 | 2025-06-30T23:26:17.506Z | running 0 tests |
9974 | 2025-06-30T23:26:17.506Z | |
9975 | 2025-06-30T23:26:17.506Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9976 | 2025-06-30T23:26:17.506Z | |
9977 | 2025-06-30T23:26:17.551Z | Doc-tests nexus_test_utils_macros |
9978 | 2025-06-30T23:26:17.556Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9979 | 2025-06-30T23:26:17.617Z | |
9980 | 2025-06-30T23:26:17.617Z | running 1 test |
9981 | 2025-06-30T23:26:17.620Z | test nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored |
9982 | 2025-06-30T23:26:17.620Z | |
9983 | 2025-06-30T23:26:17.620Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9984 | 2025-06-30T23:26:17.620Z | |
9985 | 2025-06-30T23:26:17.626Z | Doc-tests nexus_types |
9986 | 2025-06-30T23:26:17.629Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9987 | 2025-06-30T23:26:20.924Z | |
9988 | 2025-06-30T23:26:20.924Z | running 3 tests |
9989 | 2025-06-30T23:26:20.927Z | test nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1644) ... ignored |
9990 | 2025-06-30T23:26:20.927Z | test nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1516) ... ignored |
9991 | 2025-06-30T23:26:20.927Z | test nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 931) ... ignored |
9992 | 2025-06-30T23:26:20.927Z | |
9993 | 2025-06-30T23:26:20.927Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
9994 | 2025-06-30T23:26:20.927Z | |
9995 | 2025-06-30T23:26:21.020Z | Doc-tests omicron_certificates |
9996 | 2025-06-30T23:26:21.020Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
9997 | 2025-06-30T23:26:21.313Z | |
9998 | 2025-06-30T23:26:21.313Z | running 0 tests |
9999 | 2025-06-30T23:26:21.313Z | |
10000 | 2025-06-30T23:26:21.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10001 | 2025-06-30T23:26:21.313Z | |
10002 | 2025-06-30T23:26:21.339Z | Doc-tests omicron_clickhouse_admin |
10003 | 2025-06-30T23:26:21.343Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-c0622698ecce47a9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a23024ff10ce3873.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10004 | 2025-06-30T23:26:21.737Z | |
10005 | 2025-06-30T23:26:21.737Z | running 0 tests |
10006 | 2025-06-30T23:26:21.737Z | |
10007 | 2025-06-30T23:26:21.737Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10008 | 2025-06-30T23:26:21.737Z | |
10009 | 2025-06-30T23:26:21.771Z | Doc-tests omicron_cockroach_admin |
10010 | 2025-06-30T23:26:21.775Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9999fef7d524659.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f1a7bc8aedb37dd5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
10011 | 2025-06-30T23:26:22.074Z | |
10012 | 2025-06-30T23:26:22.074Z | running 0 tests |
10013 | 2025-06-30T23:26:22.074Z | |
10014 | 2025-06-30T23:26:22.074Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10015 | 2025-06-30T23:26:22.074Z | |
10016 | 2025-06-30T23:26:22.103Z | Doc-tests omicron_cockroach_metrics |
10017 | 2025-06-30T23:26:22.106Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-a492d81da958255b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10018 | 2025-06-30T23:26:22.311Z | |
10019 | 2025-06-30T23:26:22.311Z | running 1 test |
10020 | 2025-06-30T23:26:22.540Z | test cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 94) - compile ... ok |
10021 | 2025-06-30T23:26:22.540Z | |
10022 | 2025-06-30T23:26:22.540Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s |
10023 | 2025-06-30T23:26:22.540Z | |
10024 | 2025-06-30T23:26:22.560Z | Doc-tests omicron_common |
10025 | 2025-06-30T23:26:22.563Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human` |
10026 | 2025-06-30T23:26:24.340Z | |
10027 | 2025-06-30T23:26:24.340Z | running 2 tests |
10028 | 2025-06-30T23:26:24.345Z | test common/src/lib.rs - FileKv (line 39) ... ignored |
10029 | 2025-06-30T23:26:29.196Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok |
10030 | 2025-06-30T23:26:29.197Z | |
10031 | 2025-06-30T23:26:29.197Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.86s |
10032 | 2025-06-30T23:26:29.197Z | |
10033 | 2025-06-30T23:26:29.260Z | Doc-tests omicron_ddm_admin_client |
10034 | 2025-06-30T23:26:29.265Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8804ad2a31b94b33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10035 | 2025-06-30T23:26:29.527Z | |
10036 | 2025-06-30T23:26:29.527Z | running 0 tests |
10037 | 2025-06-30T23:26:29.527Z | |
10038 | 2025-06-30T23:26:29.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10039 | 2025-06-30T23:26:29.527Z | |
10040 | 2025-06-30T23:26:29.557Z | Doc-tests omicron_dev_lib |
10041 | 2025-06-30T23:26:29.563Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8e5193a7f1a1af3d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10042 | 2025-06-30T23:26:29.791Z | |
10043 | 2025-06-30T23:26:29.791Z | running 0 tests |
10044 | 2025-06-30T23:26:29.791Z | |
10045 | 2025-06-30T23:26:29.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10046 | 2025-06-30T23:26:29.791Z | |
10047 | 2025-06-30T23:26:29.816Z | Doc-tests omicron_gateway |
10048 | 2025-06-30T23:26:29.820Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2858ce7fca430d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0faabaf2c9bf488a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10049 | 2025-06-30T23:26:30.470Z | |
10050 | 2025-06-30T23:26:30.471Z | running 0 tests |
10051 | 2025-06-30T23:26:30.471Z | |
10052 | 2025-06-30T23:26:30.471Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10053 | 2025-06-30T23:26:30.471Z | |
10054 | 2025-06-30T23:26:30.514Z | Doc-tests omicron_ls_apis |
10055 | 2025-06-30T23:26:30.518Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10056 | 2025-06-30T23:26:30.751Z | |
10057 | 2025-06-30T23:26:30.751Z | running 1 test |
10058 | 2025-06-30T23:26:30.754Z | test dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored |
10059 | 2025-06-30T23:26:30.754Z | |
10060 | 2025-06-30T23:26:30.754Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10061 | 2025-06-30T23:26:30.754Z | |
10062 | 2025-06-30T23:26:30.768Z | Doc-tests omicron_nexus |
10063 | 2025-06-30T23:26:30.772Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b52a750bde10378b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-0ff35b4c7db55537.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c9931c5ab8806eaf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-cb299d2f0eb99bb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-a53643444531e780.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-25a371b293367b39.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c49624b5db50b6ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f0f9e583990eb132.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-3f2b3bbabe6ddd40.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7c4401ddf17c5985.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-753d3c11da343843.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-65e273faea63954f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9f743f839125d775.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-167790543b152142.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-305e37b3e0e16f7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6bbe85e624072b6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-82714634aec3490d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-feb292d4de557e6c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-432edd259989e2cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
10064 | 2025-06-30T23:26:33.139Z | |
10065 | 2025-06-30T23:26:33.139Z | running 5 tests |
10066 | 2025-06-30T23:26:33.143Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored |
10067 | 2025-06-30T23:26:36.303Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 884) ... ok |
10068 | 2025-06-30T23:26:36.306Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 820) ... ok |
10069 | 2025-06-30T23:26:36.306Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 842) ... ok |
10070 | 2025-06-30T23:26:36.306Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 914) ... ok |
10071 | 2025-06-30T23:26:36.306Z | |
10072 | 2025-06-30T23:26:36.306Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.16s |
10073 | 2025-06-30T23:26:36.306Z | |
10074 | 2025-06-30T23:26:36.399Z | Doc-tests omicron_package |
10075 | 2025-06-30T23:26:36.402Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb429347234dacbe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10076 | 2025-06-30T23:26:36.661Z | |
10077 | 2025-06-30T23:26:36.661Z | running 0 tests |
10078 | 2025-06-30T23:26:36.661Z | |
10079 | 2025-06-30T23:26:36.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10080 | 2025-06-30T23:26:36.661Z | |
10081 | 2025-06-30T23:26:36.680Z | Doc-tests omicron_passwords |
10082 | 2025-06-30T23:26:36.683Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10083 | 2025-06-30T23:26:36.803Z | |
10084 | 2025-06-30T23:26:36.803Z | running 0 tests |
10085 | 2025-06-30T23:26:36.803Z | |
10086 | 2025-06-30T23:26:36.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10087 | 2025-06-30T23:26:36.803Z | |
10088 | 2025-06-30T23:26:36.817Z | Doc-tests omicron_pins |
10089 | 2025-06-30T23:26:36.821Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10090 | 2025-06-30T23:26:36.926Z | |
10091 | 2025-06-30T23:26:36.926Z | running 0 tests |
10092 | 2025-06-30T23:26:36.926Z | |
10093 | 2025-06-30T23:26:36.926Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10094 | 2025-06-30T23:26:36.926Z | |
10095 | 2025-06-30T23:26:36.939Z | Doc-tests omicron_repl_utils |
10096 | 2025-06-30T23:26:36.942Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10097 | 2025-06-30T23:26:37.021Z | |
10098 | 2025-06-30T23:26:37.021Z | running 0 tests |
10099 | 2025-06-30T23:26:37.021Z | |
10100 | 2025-06-30T23:26:37.021Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10101 | 2025-06-30T23:26:37.021Z | |
10102 | 2025-06-30T23:26:37.032Z | Doc-tests omicron_rpaths |
10103 | 2025-06-30T23:26:37.035Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10104 | 2025-06-30T23:26:37.089Z | |
10105 | 2025-06-30T23:26:37.089Z | running 0 tests |
10106 | 2025-06-30T23:26:37.090Z | |
10107 | 2025-06-30T23:26:37.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10108 | 2025-06-30T23:26:37.090Z | |
10109 | 2025-06-30T23:26:37.098Z | Doc-tests omicron_sled_agent |
10110 | 2025-06-30T23:26:37.102Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-080b0af0166715ea.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c6f48a3cddcb896.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a49a954467e40bd4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-81ad0a67624a4c96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-10814b9d47415291.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-44a25530587d4980.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human` |
10111 | 2025-06-30T23:26:38.685Z | |
10112 | 2025-06-30T23:26:38.685Z | running 0 tests |
10113 | 2025-06-30T23:26:38.685Z | |
10114 | 2025-06-30T23:26:38.685Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10115 | 2025-06-30T23:26:38.685Z | |
10116 | 2025-06-30T23:26:38.751Z | Doc-tests omicron_test_utils |
10117 | 2025-06-30T23:26:38.755Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-482dcce6b164edb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human` |
10118 | 2025-06-30T23:26:39.087Z | |
10119 | 2025-06-30T23:26:39.087Z | running 3 tests |
10120 | 2025-06-30T23:26:39.091Z | test test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored |
10121 | 2025-06-30T23:26:44.479Z | test test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok |
10122 | 2025-06-30T23:26:44.521Z | test test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok |
10123 | 2025-06-30T23:26:44.521Z | |
10124 | 2025-06-30T23:26:44.524Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.43s |
10125 | 2025-06-30T23:26:44.524Z | |
10126 | 2025-06-30T23:26:44.554Z | Doc-tests omicron_uuid_kinds |
10127 | 2025-06-30T23:26:44.557Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human` |
10128 | 2025-06-30T23:26:44.708Z | |
10129 | 2025-06-30T23:26:44.708Z | running 0 tests |
10130 | 2025-06-30T23:26:44.708Z | |
10131 | 2025-06-30T23:26:44.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10132 | 2025-06-30T23:26:44.708Z | |
10133 | 2025-06-30T23:26:44.722Z | Doc-tests omicron_workspace_hack |
10134 | 2025-06-30T23:26:44.727Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10135 | 2025-06-30T23:26:44.776Z | |
10136 | 2025-06-30T23:26:44.776Z | running 0 tests |
10137 | 2025-06-30T23:26:44.776Z | |
10138 | 2025-06-30T23:26:44.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10139 | 2025-06-30T23:26:44.776Z | |
10140 | 2025-06-30T23:26:44.784Z | Doc-tests openapi_manager |
10141 | 2025-06-30T23:26:44.787Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-32e54d84eb7c68e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-57ee77431005e571.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-d800d1b246a7e1c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-12e61130e679340d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7aad44eb7032c853.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-f9c8c86e8b56cb48.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7956cfa0869d8c87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-85373c37faffd6ca.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10142 | 2025-06-30T23:26:45.339Z | |
10143 | 2025-06-30T23:26:45.339Z | running 0 tests |
10144 | 2025-06-30T23:26:45.339Z | |
10145 | 2025-06-30T23:26:45.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10146 | 2025-06-30T23:26:45.339Z | |
10147 | 2025-06-30T23:26:45.377Z | Doc-tests openapi_manager_types |
10148 | 2025-06-30T23:26:45.380Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10149 | 2025-06-30T23:26:45.441Z | |
10150 | 2025-06-30T23:26:45.441Z | running 2 tests |
10151 | 2025-06-30T23:26:45.695Z | test dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok |
10152 | 2025-06-30T23:26:45.698Z | test dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok |
10153 | 2025-06-30T23:26:45.698Z | |
10154 | 2025-06-30T23:26:45.698Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s |
10155 | 2025-06-30T23:26:45.698Z | |
10156 | 2025-06-30T23:26:45.704Z | Doc-tests oxide_client |
10157 | 2025-06-30T23:26:45.707Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10158 | 2025-06-30T23:26:51.127Z | |
10159 | 2025-06-30T23:26:51.127Z | running 263 tests |
10160 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored |
10161 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored |
10162 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored |
10163 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored |
10164 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored |
10165 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored |
10166 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored |
10167 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored |
10168 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored |
10169 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored |
10170 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored |
10171 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored |
10172 | 2025-06-30T23:26:51.136Z | test clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored |
10173 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored |
10174 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored |
10175 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored |
10176 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored |
10177 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored |
10178 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored |
10179 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored |
10180 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored |
10181 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored |
10182 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored |
10183 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored |
10184 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored |
10185 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored |
10186 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 32) ... ignored |
10187 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored |
10188 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored |
10189 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored |
10190 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored |
10191 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored |
10192 | 2025-06-30T23:26:51.137Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored |
10193 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored |
10194 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored |
10195 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored |
10196 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored |
10197 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored |
10198 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored |
10199 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored |
10200 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored |
10201 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored |
10202 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored |
10203 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored |
10204 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored |
10205 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored |
10206 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored |
10207 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored |
10208 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored |
10209 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored |
10210 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored |
10211 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_get_repository (line 27) ... ignored |
10212 | 2025-06-30T23:26:51.138Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_put_repository (line 26) ... ignored |
10213 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_update (line 25) ... ignored |
10214 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_view (line 25) ... ignored |
10215 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored |
10216 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored |
10217 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored |
10218 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored |
10219 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored |
10220 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored |
10221 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored |
10222 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored |
10223 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored |
10224 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored |
10225 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored |
10226 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored |
10227 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored |
10228 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored |
10229 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored |
10230 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored |
10231 | 2025-06-30T23:26:51.139Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored |
10232 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored |
10233 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored |
10234 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored |
10235 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored |
10236 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored |
10237 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored |
10238 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored |
10239 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored |
10240 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored |
10241 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored |
10242 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored |
10243 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored |
10244 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored |
10245 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored |
10246 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored |
10247 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored |
10248 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored |
10249 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored |
10250 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored |
10251 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored |
10252 | 2025-06-30T23:26:51.140Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored |
10253 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored |
10254 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored |
10255 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored |
10256 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored |
10257 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored |
10258 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored |
10259 | 2025-06-30T23:26:51.141Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored |
10260 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored |
10261 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored |
10262 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored |
10263 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored |
10264 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored |
10265 | 2025-06-30T23:26:51.146Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored |
10266 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 26) ... ignored |
10267 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 25) ... ignored |
10268 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored |
10269 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored |
10270 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored |
10271 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored |
10272 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored |
10273 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored |
10274 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored |
10275 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored |
10276 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored |
10277 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored |
10278 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored |
10279 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored |
10280 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored |
10281 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored |
10282 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored |
10283 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored |
10284 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored |
10285 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored |
10286 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored |
10287 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored |
10288 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored |
10289 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored |
10290 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored |
10291 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored |
10292 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored |
10293 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored |
10294 | 2025-06-30T23:26:51.147Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored |
10295 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored |
10296 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored |
10297 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored |
10298 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored |
10299 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored |
10300 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored |
10301 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored |
10302 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored |
10303 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored |
10304 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored |
10305 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored |
10306 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored |
10307 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored |
10308 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored |
10309 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored |
10310 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored |
10311 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored |
10312 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored |
10313 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored |
10314 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored |
10315 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored |
10316 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored |
10317 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored |
10318 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored |
10319 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored |
10320 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored |
10321 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored |
10322 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored |
10323 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored |
10324 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored |
10325 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored |
10326 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored |
10327 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored |
10328 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored |
10329 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored |
10330 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored |
10331 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored |
10332 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored |
10333 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored |
10334 | 2025-06-30T23:26:51.148Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored |
10335 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored |
10336 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored |
10337 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored |
10338 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored |
10339 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored |
10340 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored |
10341 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored |
10342 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored |
10343 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored |
10344 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored |
10345 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored |
10346 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored |
10347 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored |
10348 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored |
10349 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored |
10350 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
10351 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored |
10352 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored |
10353 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored |
10354 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored |
10355 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored |
10356 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored |
10357 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored |
10358 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored |
10359 | 2025-06-30T23:26:51.149Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored |
10360 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored |
10361 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored |
10362 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored |
10363 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored |
10364 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored |
10365 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored |
10366 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored |
10367 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored |
10368 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored |
10369 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored |
10370 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored |
10371 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored |
10372 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored |
10373 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored |
10374 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored |
10375 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored |
10376 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored |
10377 | 2025-06-30T23:26:51.154Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored |
10378 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored |
10379 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored |
10380 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored |
10381 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored |
10382 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored |
10383 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored |
10384 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored |
10385 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored |
10386 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored |
10387 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored |
10388 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored |
10389 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored |
10390 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored |
10391 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored |
10392 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored |
10393 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored |
10394 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored |
10395 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored |
10396 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored |
10397 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored |
10398 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored |
10399 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored |
10400 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored |
10401 | 2025-06-30T23:26:51.155Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored |
10402 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored |
10403 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored |
10404 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored |
10405 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored |
10406 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored |
10407 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored |
10408 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored |
10409 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored |
10410 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored |
10411 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored |
10412 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored |
10413 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored |
10414 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored |
10415 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored |
10416 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored |
10417 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored |
10418 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored |
10419 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored |
10420 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored |
10421 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored |
10422 | 2025-06-30T23:26:51.156Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored |
10423 | 2025-06-30T23:26:51.156Z | |
10424 | 2025-06-30T23:26:51.157Z | test result: ok. 0 passed; 0 failed; 263 ignored; 0 measured; 0 filtered out; finished in 0.01s |
10425 | 2025-06-30T23:26:51.157Z | |
10426 | 2025-06-30T23:26:51.243Z | Doc-tests oximeter |
10427 | 2025-06-30T23:26:51.243Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10428 | 2025-06-30T23:26:51.508Z | |
10429 | 2025-06-30T23:26:51.508Z | running 2 tests |
10430 | 2025-06-30T23:26:51.513Z | test oximeter/oximeter/src/lib.rs - (line 111) ... ignored |
10431 | 2025-06-30T23:26:52.682Z | test oximeter/oximeter/src/lib.rs - (line 118) ... ok |
10432 | 2025-06-30T23:26:52.682Z | |
10433 | 2025-06-30T23:26:52.682Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.17s |
10434 | 2025-06-30T23:26:52.682Z | |
10435 | 2025-06-30T23:26:52.717Z | Doc-tests oximeter_api |
10436 | 2025-06-30T23:26:52.721Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10437 | 2025-06-30T23:26:53.012Z | |
10438 | 2025-06-30T23:26:53.012Z | running 2 tests |
10439 | 2025-06-30T23:26:53.024Z | test oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored |
10440 | 2025-06-30T23:26:53.024Z | test oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored |
10441 | 2025-06-30T23:26:53.024Z | |
10442 | 2025-06-30T23:26:53.024Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10443 | 2025-06-30T23:26:53.024Z | |
10444 | 2025-06-30T23:26:53.032Z | Doc-tests oximeter_client |
10445 | 2025-06-30T23:26:53.036Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10446 | 2025-06-30T23:26:53.408Z | |
10447 | 2025-06-30T23:26:53.408Z | running 0 tests |
10448 | 2025-06-30T23:26:53.408Z | |
10449 | 2025-06-30T23:26:53.408Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10450 | 2025-06-30T23:26:53.408Z | |
10451 | 2025-06-30T23:26:53.439Z | Doc-tests oximeter_collector |
10452 | 2025-06-30T23:26:53.443Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-7b63e4be5b6320b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-820e8d871f309f2e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-63fcc38ca2e742af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10453 | 2025-06-30T23:26:53.984Z | |
10454 | 2025-06-30T23:26:53.984Z | running 0 tests |
10455 | 2025-06-30T23:26:53.984Z | |
10456 | 2025-06-30T23:26:53.984Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10457 | 2025-06-30T23:26:53.984Z | |
10458 | 2025-06-30T23:26:54.025Z | Doc-tests oximeter_db |
10459 | 2025-06-30T23:26:54.029Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human` |
10460 | 2025-06-30T23:26:55.034Z | |
10461 | 2025-06-30T23:26:55.034Z | running 5 tests |
10462 | 2025-06-30T23:26:55.037Z | test oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored |
10463 | 2025-06-30T23:26:55.037Z | test oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored |
10464 | 2025-06-30T23:26:55.038Z | test oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored |
10465 | 2025-06-30T23:26:55.038Z | test oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored |
10466 | 2025-06-30T23:26:55.038Z | test oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored |
10467 | 2025-06-30T23:26:55.038Z | |
10468 | 2025-06-30T23:26:55.038Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10469 | 2025-06-30T23:26:55.038Z | |
10470 | 2025-06-30T23:26:55.083Z | Doc-tests oximeter_instruments |
10471 | 2025-06-30T23:26:55.086Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-affa07f1fe3725f4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human` |
10472 | 2025-06-30T23:26:55.496Z | |
10473 | 2025-06-30T23:26:55.496Z | running 0 tests |
10474 | 2025-06-30T23:26:55.496Z | |
10475 | 2025-06-30T23:26:55.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10476 | 2025-06-30T23:26:55.496Z | |
10477 | 2025-06-30T23:26:55.530Z | Doc-tests oximeter_macro_impl |
10478 | 2025-06-30T23:26:55.534Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10479 | 2025-06-30T23:26:55.609Z | |
10480 | 2025-06-30T23:26:55.609Z | running 0 tests |
10481 | 2025-06-30T23:26:55.609Z | |
10482 | 2025-06-30T23:26:55.609Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10483 | 2025-06-30T23:26:55.609Z | |
10484 | 2025-06-30T23:26:55.619Z | Doc-tests oximeter_producer |
10485 | 2025-06-30T23:26:55.622Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6277bcb465498b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0f4e318a80433dd3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0cc88e28765ab17c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10486 | 2025-06-30T23:26:56.022Z | |
10487 | 2025-06-30T23:26:56.022Z | running 0 tests |
10488 | 2025-06-30T23:26:56.022Z | |
10489 | 2025-06-30T23:26:56.022Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10490 | 2025-06-30T23:26:56.022Z | |
10491 | 2025-06-30T23:26:56.058Z | Doc-tests oximeter_schema |
10492 | 2025-06-30T23:26:56.062Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0b0f7d6eadcf208d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10493 | 2025-06-30T23:26:56.372Z | |
10494 | 2025-06-30T23:26:56.372Z | running 0 tests |
10495 | 2025-06-30T23:26:56.372Z | |
10496 | 2025-06-30T23:26:56.373Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10497 | 2025-06-30T23:26:56.373Z | |
10498 | 2025-06-30T23:26:56.399Z | Doc-tests oximeter_test_utils |
10499 | 2025-06-30T23:26:56.399Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-54dc754451a6f630.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e37019f77f74da6f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10500 | 2025-06-30T23:26:56.725Z | |
10501 | 2025-06-30T23:26:56.725Z | running 0 tests |
10502 | 2025-06-30T23:26:56.725Z | |
10503 | 2025-06-30T23:26:56.725Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10504 | 2025-06-30T23:26:56.725Z | |
10505 | 2025-06-30T23:26:56.774Z | Doc-tests oximeter_timeseries_macro |
10506 | 2025-06-30T23:26:56.780Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cf55631a2ef5aafb.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e0c14a633803c5cf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a40dda17295f5ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10507 | 2025-06-30T23:26:56.995Z | |
10508 | 2025-06-30T23:26:56.995Z | running 0 tests |
10509 | 2025-06-30T23:26:56.995Z | |
10510 | 2025-06-30T23:26:56.995Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10511 | 2025-06-30T23:26:56.995Z | |
10512 | 2025-06-30T23:26:57.020Z | Doc-tests oximeter_types |
10513 | 2025-06-30T23:26:57.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10514 | 2025-06-30T23:26:57.572Z | |
10515 | 2025-06-30T23:26:57.572Z | running 11 tests |
10516 | 2025-06-30T23:26:58.258Z | test oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok |
10517 | 2025-06-30T23:27:05.835Z | test oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok |
10518 | 2025-06-30T23:27:05.933Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok |
10519 | 2025-06-30T23:27:05.978Z | test oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok |
10520 | 2025-06-30T23:27:05.981Z | test oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok |
10521 | 2025-06-30T23:27:05.981Z | test oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok |
10522 | 2025-06-30T23:27:05.984Z | test oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok |
10523 | 2025-06-30T23:27:05.984Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok |
10524 | 2025-06-30T23:27:06.395Z | test oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok |
10525 | 2025-06-30T23:27:09.916Z | test oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok |
10526 | 2025-06-30T23:27:10.952Z | test oximeter/types/src/traits.rs - traits::Target (line 49) ... ok |
10527 | 2025-06-30T23:27:10.952Z | |
10528 | 2025-06-30T23:27:10.952Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.38s |
10529 | 2025-06-30T23:27:10.952Z | |
10530 | 2025-06-30T23:27:10.991Z | Doc-tests oxlog |
10531 | 2025-06-30T23:27:10.995Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10532 | 2025-06-30T23:27:11.078Z | |
10533 | 2025-06-30T23:27:11.078Z | running 0 tests |
10534 | 2025-06-30T23:27:11.078Z | |
10535 | 2025-06-30T23:27:11.081Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10536 | 2025-06-30T23:27:11.081Z | |
10537 | 2025-06-30T23:27:11.089Z | Doc-tests oxql_types |
10538 | 2025-06-30T23:27:11.092Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-483eca42e82a785f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3ea14fdbc3dc8e1d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10539 | 2025-06-30T23:27:11.431Z | |
10540 | 2025-06-30T23:27:11.431Z | running 0 tests |
10541 | 2025-06-30T23:27:11.432Z | |
10542 | 2025-06-30T23:27:11.432Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10543 | 2025-06-30T23:27:11.432Z | |
10544 | 2025-06-30T23:27:11.460Z | Doc-tests parallel_task_set |
10545 | 2025-06-30T23:27:11.463Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10546 | 2025-06-30T23:27:11.527Z | |
10547 | 2025-06-30T23:27:11.527Z | running 0 tests |
10548 | 2025-06-30T23:27:11.527Z | |
10549 | 2025-06-30T23:27:11.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10550 | 2025-06-30T23:27:11.527Z | |
10551 | 2025-06-30T23:27:11.537Z | Doc-tests range_requests |
10552 | 2025-06-30T23:27:11.540Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10553 | 2025-06-30T23:27:11.701Z | |
10554 | 2025-06-30T23:27:11.701Z | running 0 tests |
10555 | 2025-06-30T23:27:11.702Z | |
10556 | 2025-06-30T23:27:11.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10557 | 2025-06-30T23:27:11.702Z | |
10558 | 2025-06-30T23:27:11.721Z | Doc-tests reconfigurator_cli |
10559 | 2025-06-30T23:27:11.724Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-58bc14e822050e87.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6cd6d83b68b7cefc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c5f6525f02c85d6e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-18f462546fb16707.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2c8e96d180d08afa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-a758da05efed7fae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
10560 | 2025-06-30T23:27:12.287Z | |
10561 | 2025-06-30T23:27:12.287Z | running 0 tests |
10562 | 2025-06-30T23:27:12.287Z | |
10563 | 2025-06-30T23:27:12.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10564 | 2025-06-30T23:27:12.287Z | |
10565 | 2025-06-30T23:27:12.326Z | Doc-tests repo_depot_api |
10566 | 2025-06-30T23:27:12.326Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10567 | 2025-06-30T23:27:12.514Z | |
10568 | 2025-06-30T23:27:12.514Z | running 2 tests |
10569 | 2025-06-30T23:27:12.517Z | test sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored |
10570 | 2025-06-30T23:27:12.517Z | test sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored |
10571 | 2025-06-30T23:27:12.517Z | |
10572 | 2025-06-30T23:27:12.517Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10573 | 2025-06-30T23:27:12.517Z | |
10574 | 2025-06-30T23:27:12.533Z | Doc-tests repo_depot_client |
10575 | 2025-06-30T23:27:12.537Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10576 | 2025-06-30T23:27:12.717Z | |
10577 | 2025-06-30T23:27:12.717Z | running 0 tests |
10578 | 2025-06-30T23:27:12.717Z | |
10579 | 2025-06-30T23:27:12.717Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10580 | 2025-06-30T23:27:12.717Z | |
10581 | 2025-06-30T23:27:12.735Z | Doc-tests sled_agent_api |
10582 | 2025-06-30T23:27:12.738Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10583 | 2025-06-30T23:27:13.209Z | |
10584 | 2025-06-30T23:27:13.209Z | running 2 tests |
10585 | 2025-06-30T23:27:13.212Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored |
10586 | 2025-06-30T23:27:13.212Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored |
10587 | 2025-06-30T23:27:13.212Z | |
10588 | 2025-06-30T23:27:13.212Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10589 | 2025-06-30T23:27:13.213Z | |
10590 | 2025-06-30T23:27:13.243Z | Doc-tests sled_agent_client |
10591 | 2025-06-30T23:27:13.247Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0cba5ad02c87ce20.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10592 | 2025-06-30T23:27:15.402Z | |
10593 | 2025-06-30T23:27:15.403Z | running 0 tests |
10594 | 2025-06-30T23:27:15.403Z | |
10595 | 2025-06-30T23:27:15.403Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10596 | 2025-06-30T23:27:15.403Z | |
10597 | 2025-06-30T23:27:15.464Z | Doc-tests sled_agent_config_reconciler |
10598 | 2025-06-30T23:27:15.467Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8a7368a09c31f60d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` |
10599 | 2025-06-30T23:27:16.058Z | |
10600 | 2025-06-30T23:27:16.058Z | running 0 tests |
10601 | 2025-06-30T23:27:16.058Z | |
10602 | 2025-06-30T23:27:16.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10603 | 2025-06-30T23:27:16.058Z | |
10604 | 2025-06-30T23:27:16.096Z | Doc-tests sled_agent_types |
10605 | 2025-06-30T23:27:16.096Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10606 | 2025-06-30T23:27:16.829Z | |
10607 | 2025-06-30T23:27:16.829Z | running 0 tests |
10608 | 2025-06-30T23:27:16.829Z | |
10609 | 2025-06-30T23:27:16.829Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10610 | 2025-06-30T23:27:16.829Z | |
10611 | 2025-06-30T23:27:16.870Z | Doc-tests sled_agent_zone_images |
10612 | 2025-06-30T23:27:16.874Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fe64e3457ce1c0bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10613 | 2025-06-30T23:27:17.221Z | |
10614 | 2025-06-30T23:27:17.221Z | running 0 tests |
10615 | 2025-06-30T23:27:17.221Z | |
10616 | 2025-06-30T23:27:17.221Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10617 | 2025-06-30T23:27:17.221Z | |
10618 | 2025-06-30T23:27:17.252Z | Doc-tests sled_agent_zone_images_examples |
10619 | 2025-06-30T23:27:17.255Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10620 | 2025-06-30T23:27:17.562Z | |
10621 | 2025-06-30T23:27:17.562Z | running 0 tests |
10622 | 2025-06-30T23:27:17.562Z | |
10623 | 2025-06-30T23:27:17.562Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10624 | 2025-06-30T23:27:17.562Z | |
10625 | 2025-06-30T23:27:17.592Z | Doc-tests sled_diagnostics |
10626 | 2025-06-30T23:27:17.595Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3d9ac8df282ce77a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10627 | 2025-06-30T23:27:17.919Z | |
10628 | 2025-06-30T23:27:17.919Z | running 0 tests |
10629 | 2025-06-30T23:27:17.919Z | |
10630 | 2025-06-30T23:27:17.919Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10631 | 2025-06-30T23:27:17.919Z | |
10632 | 2025-06-30T23:27:17.946Z | Doc-tests sled_hardware |
10633 | 2025-06-30T23:27:17.949Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` |
10634 | 2025-06-30T23:27:18.305Z | |
10635 | 2025-06-30T23:27:18.305Z | running 0 tests |
10636 | 2025-06-30T23:27:18.305Z | |
10637 | 2025-06-30T23:27:18.305Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10638 | 2025-06-30T23:27:18.305Z | |
10639 | 2025-06-30T23:27:18.335Z | Doc-tests sled_hardware_types |
10640 | 2025-06-30T23:27:18.340Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10641 | 2025-06-30T23:27:18.616Z | |
10642 | 2025-06-30T23:27:18.616Z | running 0 tests |
10643 | 2025-06-30T23:27:18.616Z | |
10644 | 2025-06-30T23:27:18.616Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10645 | 2025-06-30T23:27:18.616Z | |
10646 | 2025-06-30T23:27:18.642Z | Doc-tests sled_storage |
10647 | 2025-06-30T23:27:18.646Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-49ae992d0c47865d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1f772e920937f1f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` |
10648 | 2025-06-30T23:27:19.059Z | |
10649 | 2025-06-30T23:27:19.059Z | running 0 tests |
10650 | 2025-06-30T23:27:19.059Z | |
10651 | 2025-06-30T23:27:19.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10652 | 2025-06-30T23:27:19.059Z | |
10653 | 2025-06-30T23:27:19.091Z | Doc-tests sp_sim |
10654 | 2025-06-30T23:27:19.094Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7aa26c0c420705e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10655 | 2025-06-30T23:27:19.564Z | |
10656 | 2025-06-30T23:27:19.565Z | running 0 tests |
10657 | 2025-06-30T23:27:19.565Z | |
10658 | 2025-06-30T23:27:19.565Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10659 | 2025-06-30T23:27:19.565Z | |
10660 | 2025-06-30T23:27:19.593Z | Doc-tests trust_quorum |
10661 | 2025-06-30T23:27:19.596Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d3d23dec40bec62.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e9ccc745ab62ee85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10662 | 2025-06-30T23:27:19.988Z | |
10663 | 2025-06-30T23:27:19.988Z | running 0 tests |
10664 | 2025-06-30T23:27:19.988Z | |
10665 | 2025-06-30T23:27:19.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10666 | 2025-06-30T23:27:19.988Z | |
10667 | 2025-06-30T23:27:20.020Z | Doc-tests typed_rng |
10668 | 2025-06-30T23:27:20.024Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10669 | 2025-06-30T23:27:20.112Z | |
10670 | 2025-06-30T23:27:20.112Z | running 0 tests |
10671 | 2025-06-30T23:27:20.112Z | |
10672 | 2025-06-30T23:27:20.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10673 | 2025-06-30T23:27:20.112Z | |
10674 | 2025-06-30T23:27:20.124Z | Doc-tests update_common |
10675 | 2025-06-30T23:27:20.127Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10676 | 2025-06-30T23:27:20.452Z | |
10677 | 2025-06-30T23:27:20.452Z | running 0 tests |
10678 | 2025-06-30T23:27:20.452Z | |
10679 | 2025-06-30T23:27:20.455Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10680 | 2025-06-30T23:27:20.455Z | |
10681 | 2025-06-30T23:27:20.481Z | Doc-tests update_engine |
10682 | 2025-06-30T23:27:20.484Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10683 | 2025-06-30T23:27:20.902Z | |
10684 | 2025-06-30T23:27:20.902Z | running 4 tests |
10685 | 2025-06-30T23:27:20.907Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
10686 | 2025-06-30T23:27:20.907Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
10687 | 2025-06-30T23:27:20.907Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
10688 | 2025-06-30T23:27:21.944Z | test update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok |
10689 | 2025-06-30T23:27:21.944Z | |
10690 | 2025-06-30T23:27:21.944Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.04s |
10691 | 2025-06-30T23:27:21.945Z | |
10692 | 2025-06-30T23:27:21.968Z | Doc-tests wicket |
10693 | 2025-06-30T23:27:21.971Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10694 | 2025-06-30T23:27:22.887Z | |
10695 | 2025-06-30T23:27:22.887Z | running 0 tests |
10696 | 2025-06-30T23:27:22.887Z | |
10697 | 2025-06-30T23:27:22.887Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10698 | 2025-06-30T23:27:22.887Z | |
10699 | 2025-06-30T23:27:22.932Z | Doc-tests wicket_common |
10700 | 2025-06-30T23:27:22.935Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f2181b84702a7526.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10701 | 2025-06-30T23:27:23.533Z | |
10702 | 2025-06-30T23:27:23.533Z | running 0 tests |
10703 | 2025-06-30T23:27:23.533Z | |
10704 | 2025-06-30T23:27:23.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10705 | 2025-06-30T23:27:23.533Z | |
10706 | 2025-06-30T23:27:23.571Z | Doc-tests wicket_dbg |
10707 | 2025-06-30T23:27:23.574Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d8bc6ed2ab8488ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10708 | 2025-06-30T23:27:23.998Z | |
10709 | 2025-06-30T23:27:23.998Z | running 0 tests |
10710 | 2025-06-30T23:27:23.998Z | |
10711 | 2025-06-30T23:27:23.998Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10712 | 2025-06-30T23:27:23.998Z | |
10713 | 2025-06-30T23:27:24.031Z | Doc-tests wicketd |
10714 | 2025-06-30T23:27:24.035Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5c9ee4e9ffc7488f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-61e30a0cccc17729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d1eb42071313cf87.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-836bcb07320eacbb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fa500c06cf48bd48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-cfc2c71b5721dbd8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0eb15a04d09586e5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-40fc2e44375933e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a232bb6fae14e71c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4b1990d917192bef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-d599089a7172407f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-973017a9c286f392.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-a82f51dbecd00c3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d14c26de00267fc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3f74f0abea83e621.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-233d5f13de19571d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3291b7bcaa82acdc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10715 | 2025-06-30T23:27:24.692Z | |
10716 | 2025-06-30T23:27:24.692Z | running 0 tests |
10717 | 2025-06-30T23:27:24.692Z | |
10718 | 2025-06-30T23:27:24.692Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10719 | 2025-06-30T23:27:24.692Z | |
10720 | 2025-06-30T23:27:24.733Z | Doc-tests wicketd_api |
10721 | 2025-06-30T23:27:24.736Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d69472432071b847.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d05f91da223a6328.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-096e6feb7cfe26d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10722 | 2025-06-30T23:27:25.170Z | |
10723 | 2025-06-30T23:27:25.170Z | running 2 tests |
10724 | 2025-06-30T23:27:25.173Z | test wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored |
10725 | 2025-06-30T23:27:25.173Z | test wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored |
10726 | 2025-06-30T23:27:25.173Z | |
10727 | 2025-06-30T23:27:25.173Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10728 | 2025-06-30T23:27:25.173Z | |
10729 | 2025-06-30T23:27:25.203Z | Doc-tests wicketd_client |
10730 | 2025-06-30T23:27:25.207Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-766412797161c7bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5a8ddaaeecd55878.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2a08b715cfcd1209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10731 | 2025-06-30T23:27:27.092Z | |
10732 | 2025-06-30T23:27:27.092Z | running 0 tests |
10733 | 2025-06-30T23:27:27.093Z | |
10734 | 2025-06-30T23:27:27.093Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10735 | 2025-06-30T23:27:27.093Z | |
10736 | 2025-06-30T23:27:27.147Z | Doc-tests xtask_downloader |
10737 | 2025-06-30T23:27:27.150Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10738 | 2025-06-30T23:27:27.315Z | |
10739 | 2025-06-30T23:27:27.315Z | running 1 test |
10740 | 2025-06-30T23:27:27.318Z | test dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored |
10741 | 2025-06-30T23:27:27.318Z | |
10742 | 2025-06-30T23:27:27.318Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10743 | 2025-06-30T23:27:27.318Z | |
10744 | 2025-06-30T23:27:27.331Z | Doc-tests zone_setup |
10745 | 2025-06-30T23:27:27.335Z | Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b71279594452f743.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-84b69cb1d9409957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-016eadc048f91be8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-16f1389e7fd53a94.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e3e6ece434d142fc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
10746 | 2025-06-30T23:27:27.598Z | |
10747 | 2025-06-30T23:27:27.598Z | running 0 tests |
10748 | 2025-06-30T23:27:27.598Z | |
10749 | 2025-06-30T23:27:27.598Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
10750 | 2025-06-30T23:27:27.598Z | |
10751 | 2025-06-30T23:27:27.694Z | |
10752 | 2025-06-30T23:27:27.694Z | real 1:57.826485696 |
10753 | 2025-06-30T23:27:27.694Z | user 2:09.169918650 |
10754 | 2025-06-30T23:27:27.694Z | sys 52.518715643 |
10755 | 2025-06-30T23:27:27.694Z | trap 0.025350679 |
10756 | 2025-06-30T23:27:27.694Z | tflt 0.737930899 |
10757 | 2025-06-30T23:27:27.694Z | dflt 2.380591893 |
10758 | 2025-06-30T23:27:27.694Z | kflt 0.006022348 |
10759 | 2025-06-30T23:27:27.694Z | lock 1:18.759316318 |
10760 | 2025-06-30T23:27:27.694Z | slp 15:04.256612913 |
10761 | 2025-06-30T23:27:27.694Z | lat 3.139875889 |
10762 | 2025-06-30T23:27:27.694Z | stop 3.584320545 |
10763 | 2025-06-30T23:27:27.698Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
10764 | 2025-06-30T23:27:27.698Z | + banner live-test |
10765 | 2025-06-30T23:27:27.698Z | |
10766 | 2025-06-30T23:27:27.698Z | # # # # ###### ##### ###### #### ##### |
10767 | 2025-06-30T23:27:27.698Z | # # # # # # # # # |
10768 | 2025-06-30T23:27:27.698Z | # # # # ##### ##### # ##### #### # |
10769 | 2025-06-30T23:27:27.698Z | # # # # # # # # # |
10770 | 2025-06-30T23:27:27.698Z | # # # # # # # # # # |
10771 | 2025-06-30T23:27:27.698Z | ###### # ## ###### # ###### #### # |
10772 | 2025-06-30T23:27:27.698Z | |
10773 | 2025-06-30T23:27:27.701Z | + ptime -m cargo xtask live-tests |
10774 | 2025-06-30T23:27:28.492Z | Compiling serde v1.0.219 |
10775 | 2025-06-30T23:27:28.492Z | Compiling once_cell v1.21.3 |
10776 | 2025-06-30T23:27:28.492Z | Compiling bitflags v2.9.0 |
10777 | 2025-06-30T23:27:28.496Z | Compiling syn v2.0.104 |
10778 | 2025-06-30T23:27:28.496Z | Compiling libc v0.2.174 |
10779 | 2025-06-30T23:27:28.496Z | Compiling serde_json v1.0.140 |
10780 | 2025-06-30T23:27:28.496Z | Compiling num-traits v0.2.19 |
10781 | 2025-06-30T23:27:28.496Z | Compiling hashbrown v0.15.4 |
10782 | 2025-06-30T23:27:29.001Z | Compiling rustix v0.38.37 |
10783 | 2025-06-30T23:27:29.037Z | Compiling smallvec v1.15.0 |
10784 | 2025-06-30T23:27:29.301Z | Compiling usdt-impl v0.5.0 |
10785 | 2025-06-30T23:27:29.366Z | Compiling syn v1.0.109 |
10786 | 2025-06-30T23:27:29.467Z | Compiling log v0.4.27 |
10787 | 2025-06-30T23:27:29.732Z | Compiling indexmap v2.9.0 |
10788 | 2025-06-30T23:27:29.826Z | Compiling getrandom v0.3.1 |
10789 | 2025-06-30T23:27:29.966Z | Compiling percent-encoding v2.3.1 |
10790 | 2025-06-30T23:27:30.097Z | Compiling thread-id v4.2.2 |
10791 | 2025-06-30T23:27:30.254Z | Compiling form_urlencoded v1.2.1 |
10792 | 2025-06-30T23:27:30.313Z | Compiling rustix v1.0.7 |
10793 | 2025-06-30T23:27:30.598Z | Compiling fs-err v3.1.1 |
10794 | 2025-06-30T23:27:31.054Z | Compiling anyhow v1.0.98 |
10795 | 2025-06-30T23:27:31.231Z | Compiling terminal_size v0.4.0 |
10796 | 2025-06-30T23:27:31.445Z | Compiling ordered-float v2.10.1 |
10797 | 2025-06-30T23:27:31.480Z | Compiling clap_builder v4.5.40 |
10798 | 2025-06-30T23:27:31.702Z | Compiling textwrap v0.16.2 |
10799 | 2025-06-30T23:27:32.033Z | Compiling tempfile v3.20.0 |
10800 | 2025-06-30T23:27:32.941Z | Compiling proc-macro-error v1.0.4 |
10801 | 2025-06-30T23:27:33.806Z | Compiling tabled_derive v0.7.0 |
10802 | 2025-06-30T23:27:34.606Z | Compiling synstructure v0.13.1 |
10803 | 2025-06-30T23:27:35.129Z | Compiling tabled v0.15.0 |
10804 | 2025-06-30T23:27:36.535Z | Compiling serde_derive v1.0.219 |
10805 | 2025-06-30T23:27:36.535Z | Compiling zerofrom-derive v0.1.4 |
10806 | 2025-06-30T23:27:36.535Z | Compiling thiserror-impl v1.0.69 |
10807 | 2025-06-30T23:27:36.542Z | Compiling yoke-derive v0.7.4 |
10808 | 2025-06-30T23:27:36.542Z | Compiling zerovec-derive v0.10.3 |
10809 | 2025-06-30T23:27:36.652Z | Compiling displaydoc v0.2.5 |
10810 | 2025-06-30T23:27:38.379Z | Compiling icu_provider_macros v1.5.0 |
10811 | 2025-06-30T23:27:39.005Z | Compiling zerocopy-derive v0.7.35 |
10812 | 2025-06-30T23:27:39.273Z | Compiling scroll_derive v0.12.0 |
10813 | 2025-06-30T23:27:39.451Z | Compiling thiserror v1.0.69 |
10814 | 2025-06-30T23:27:39.603Z | Compiling thiserror-impl v2.0.12 |
10815 | 2025-06-30T23:27:39.648Z | Compiling pest v2.7.14 |
10816 | 2025-06-30T23:27:40.126Z | Compiling zerofrom v0.1.4 |
10817 | 2025-06-30T23:27:40.406Z | Compiling yoke v0.7.4 |
10818 | 2025-06-30T23:27:40.829Z | Compiling zerovec v0.10.4 |
10819 | 2025-06-30T23:27:40.875Z | Compiling scroll v0.12.0 |
10820 | 2025-06-30T23:27:41.051Z | Compiling clap_derive v4.5.40 |
10821 | 2025-06-30T23:27:41.180Z | Compiling zerocopy v0.7.35 |
10822 | 2025-06-30T23:27:41.465Z | Compiling goblin v0.8.2 |
10823 | 2025-06-30T23:27:42.287Z | Compiling pest_meta v2.7.14 |
10824 | 2025-06-30T23:27:42.603Z | Compiling tinystr v0.7.6 |
10825 | 2025-06-30T23:27:42.645Z | Compiling icu_collections v1.5.0 |
10826 | 2025-06-30T23:27:42.912Z | Compiling thiserror v2.0.12 |
10827 | 2025-06-30T23:27:42.934Z | Compiling icu_locid v1.5.0 |
10828 | 2025-06-30T23:27:43.704Z | Compiling pest_generator v2.7.14 |
10829 | 2025-06-30T23:27:44.392Z | Compiling icu_provider v1.5.0 |
10830 | 2025-06-30T23:27:44.946Z | Compiling clap v4.5.40 |
10831 | 2025-06-30T23:27:45.332Z | Compiling icu_locid_transform v1.5.0 |
10832 | 2025-06-30T23:27:45.514Z | Compiling pest_derive v2.7.14 |
10833 | 2025-06-30T23:27:46.263Z | Compiling icu_properties v1.5.1 |
10834 | 2025-06-30T23:27:46.496Z | Compiling dtrace-parser v0.2.0 |
10835 | 2025-06-30T23:27:47.950Z | Compiling serde_spanned v0.6.9 |
10836 | 2025-06-30T23:27:47.953Z | Compiling toml_datetime v0.6.11 |
10837 | 2025-06-30T23:27:47.953Z | Compiling erased-serde v0.4.6 |
10838 | 2025-06-30T23:27:48.072Z | Compiling serde-value v0.7.0 |
10839 | 2025-06-30T23:27:48.271Z | Compiling serde_tokenstream v0.2.2 |
10840 | 2025-06-30T23:27:48.467Z | Compiling toml_edit v0.22.27 |
10841 | 2025-06-30T23:27:48.471Z | Compiling semver v1.0.26 |
10842 | 2025-06-30T23:27:48.838Z | Compiling camino v1.1.10 |
10843 | 2025-06-30T23:27:48.872Z | Compiling cargo-platform v0.2.0 |
10844 | 2025-06-30T23:27:49.137Z | Compiling serde-untagged v0.1.7 |
10845 | 2025-06-30T23:27:49.160Z | Compiling macaddr v1.0.1 |
10846 | 2025-06-30T23:27:49.459Z | Compiling camino-tempfile v1.4.1 |
10847 | 2025-06-30T23:27:49.747Z | Compiling dof v0.3.0 |
10848 | 2025-06-30T23:27:49.767Z | Compiling icu_normalizer v1.5.0 |
10849 | 2025-06-30T23:27:50.704Z | Compiling idna_adapter v1.2.0 |
10850 | 2025-06-30T23:27:50.978Z | Compiling idna v1.0.3 |
10851 | 2025-06-30T23:27:51.513Z | Compiling usdt-attr-macro v0.5.0 |
10852 | 2025-06-30T23:27:51.516Z | Compiling usdt-macro v0.5.0 |
10853 | 2025-06-30T23:27:51.540Z | Compiling url v2.5.4 |
10854 | 2025-06-30T23:27:51.751Z | Compiling toml v0.8.23 |
10855 | 2025-06-30T23:27:52.656Z | Compiling cargo-util-schemas v0.2.0 |
10856 | 2025-06-30T23:27:52.692Z | Compiling cargo_toml v0.21.0 |
10857 | 2025-06-30T23:27:52.915Z | Compiling usdt v0.5.0 |
10858 | 2025-06-30T23:27:54.161Z | Compiling cargo_metadata v0.20.0 |
10859 | 2025-06-30T23:27:56.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
10860 | 2025-06-30T23:27:59.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.92s |
10861 | 2025-06-30T23:27:59.766Z | Running `target/debug/xtask live-tests` |
10862 | 2025-06-30T23:27:59.804Z | using temporary directory: /var/tmp/omicron_tmp/.tmpNsLTET |
10863 | 2025-06-30T23:27:59.804Z | will create archive file: /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst |
10864 | 2025-06-30T23:27:59.804Z | output tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz |
10865 | 2025-06-30T23:27:59.804Z | |
10866 | 2025-06-30T23:27:59.807Z | running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst" |
10867 | 2025-06-30T23:28:02.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
10868 | 2025-06-30T23:28:02.596Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
10869 | 2025-06-30T23:28:02.612Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
10870 | 2025-06-30T23:28:02.631Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
10871 | 2025-06-30T23:28:02.651Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
10872 | 2025-06-30T23:28:02.679Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
10873 | 2025-06-30T23:28:02.705Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
10874 | 2025-06-30T23:28:02.726Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
10875 | 2025-06-30T23:28:03.072Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
10876 | 2025-06-30T23:28:03.406Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
10877 | 2025-06-30T23:28:04.089Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
10878 | 2025-06-30T23:28:05.870Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
10879 | 2025-06-30T23:28:05.919Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
10880 | 2025-06-30T23:28:06.866Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
10881 | 2025-06-30T23:28:07.725Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
10882 | 2025-06-30T23:28:07.729Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
10883 | 2025-06-30T23:28:07.729Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
10884 | 2025-06-30T23:28:09.459Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
10885 | 2025-06-30T23:28:10.228Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
10886 | 2025-06-30T23:28:10.474Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
10887 | 2025-06-30T23:28:14.889Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
10888 | 2025-06-30T23:28:14.889Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
10889 | 2025-06-30T23:28:27.480Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
10890 | 2025-06-30T23:28:27.480Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
10891 | 2025-06-30T23:28:27.483Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
10892 | 2025-06-30T23:28:27.484Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
10893 | 2025-06-30T23:28:29.597Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
10894 | 2025-06-30T23:28:59.602Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
10895 | 2025-06-30T23:29:00.291Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
10896 | 2025-06-30T23:29:04.434Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
10897 | 2025-06-30T23:29:05.323Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
10898 | 2025-06-30T23:29:38.486Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
10899 | 2025-06-30T23:29:41.013Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
10900 | 2025-06-30T23:30:06.852Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s |
10901 | 2025-06-30T23:30:07.094Z | info: experimental features enabled: setup-scripts |
10902 | 2025-06-30T23:30:07.103Z | Archiving 1 binary, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst |
10903 | 2025-06-30T23:30:07.734Z | Archived 78 files to /var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive/omicron-live-tests.tar.zst in 0.63s |
10904 | 2025-06-30T23:30:07.779Z | running: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpNsLTET/live-tests-archive\"" |
10905 | 2025-06-30T23:30:07.791Z | running: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpNsLTET" "live-tests-archive" |
10906 | 2025-06-30T23:30:07.881Z | created: |
10907 | 2025-06-30T23:30:07.881Z | To use this: |
10908 | 2025-06-30T23:30:07.881Z | |
10909 | 2025-06-30T23:30:07.881Z | 1. Copy the tarball to the switch zone in a deployed Omicron system. |
10910 | 2025-06-30T23:30:07.881Z | |
10911 | 2025-06-30T23:30:07.881Z | /work/oxidecomputer/omicron/target/live-tests-archive.tgz |
10912 | 2025-06-30T23:30:07.885Z | e.g., scp \ |
10913 | 2025-06-30T23:30:07.885Z | /work/oxidecomputer/omicron/target/live-tests-archive.tgz \ |
10914 | 2025-06-30T23:30:07.885Z | root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root |
10915 | 2025-06-30T23:30:07.885Z | |
10916 | 2025-06-30T23:30:07.885Z | 2. Copy the `cargo-nextest` binary to the same place. |
10917 | 2025-06-30T23:30:07.885Z | |
10918 | 2025-06-30T23:30:07.885Z | e.g., scp \ |
10919 | 2025-06-30T23:30:07.885Z | $(which cargo-nextest) \ |
10920 | 2025-06-30T23:30:07.885Z | root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root |
10921 | 2025-06-30T23:30:07.885Z | |
10922 | 2025-06-30T23:30:07.885Z | 3. From the switch zone on that system, unpack the tarball with: |
10923 | 2025-06-30T23:30:07.885Z | |
10924 | 2025-06-30T23:30:07.885Z | tar xzf live-tests-archive.tgz |
10925 | 2025-06-30T23:30:07.885Z | |
10926 | 2025-06-30T23:30:07.885Z | 4. From the switch zone on that system, run tests with: |
10927 | 2025-06-30T23:30:07.885Z | |
10928 | 2025-06-30T23:30:07.885Z | TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \ |
10929 | 2025-06-30T23:30:07.885Z | --archive-file live-tests-archive/omicron-live-tests.tar.zst \ |
10930 | 2025-06-30T23:30:07.885Z | --workspace-remap live-tests-archive |
10931 | 2025-06-30T23:30:07.885Z | |
10932 | 2025-06-30T23:30:07.885Z | |
10933 | 2025-06-30T23:30:07.885Z | real 2:40.165959187 |
10934 | 2025-06-30T23:30:07.885Z | user 7:21.428278375 |
10935 | 2025-06-30T23:30:07.885Z | sys 52.870952151 |
10936 | 2025-06-30T23:30:07.885Z | trap 0.172237260 |
10937 | 2025-06-30T23:30:07.885Z | tflt 0.389329673 |
10938 | 2025-06-30T23:30:07.885Z | dflt 3.306552664 |
10939 | 2025-06-30T23:30:07.885Z | kflt 0.002560682 |
10940 | 2025-06-30T23:30:07.885Z | lock 14:26.534221755 |
10941 | 2025-06-30T23:30:07.885Z | slp 27:13.510961847 |
10942 | 2025-06-30T23:30:07.885Z | lat 12.322449457 |
10943 | 2025-06-30T23:30:07.885Z | stop 34.760536805 |
10944 | 2025-06-30T23:30:07.885Z | + rm -rf /var/tmp/omicron_tmp/crdb-base-build |
10945 | 2025-06-30T23:30:07.889Z | + unset TMPDIR |
10946 | 2025-06-30T23:30:07.889Z | + echo 'files in /var/tmp/omicron_tmp (none expected on success):' |
10947 | 2025-06-30T23:30:07.889Z | files in /var/tmp/omicron_tmp (none expected on success): |
10948 | 2025-06-30T23:30:07.889Z | + find /var/tmp/omicron_tmp -ls |
10949 | 2025-06-30T23:30:07.892Z | 164672 18 drwxr-xr-x 2 build build 2 Jun 30 23:30 /var/tmp/omicron_tmp |
10950 | 2025-06-30T23:30:07.896Z | + rmdir /var/tmp/omicron_tmp |
10951 | 2025-06-30T23:30:08.698Z | process exited: duration 5100715 ms, exit code 0 |
|
10952 | 2025-06-30T23:30:08.710Z | found 3 output files |
10953 | 2025-06-30T23:30:08.710Z | uploading: /work/crate-build-timings.json (652510 bytes) |
10954 | 2025-06-30T23:30:09.757Z | uploaded: /work/crate-build-timings.json |
10955 | 2025-06-30T23:30:09.757Z | uploading: /work/environment.json (108 bytes) |
10956 | 2025-06-30T23:30:10.769Z | uploaded: /work/environment.json |
10957 | 2025-06-30T23:30:10.769Z | uploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (417078 bytes) |
10958 | 2025-06-30T23:30:11.790Z | uploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml |